Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Xfce

Xfce is a lightweight desktop environment for UNIX-like operating systems. It aims to be fast and low on system resources, while still being visually appealing and user friendly.
Collective - Host: opensource - https://opencollective.com/xfce - Website: https://www.xfce.org/

Manage group button lifetime in Group

This is the proper fix I was thinking of in the comment on the reverted
commit just before. Now ...

github.com/xfce-mirror/xfce4-docklike-plugin - 7bac8c5e6687807788134c754e7f187ae8b05ce9 authored about 1 year ago
Dock: Use std::shared_ptr to manage memory allocation of Groups

No need to use the shared pointer elsewhere in this case.

Helps: #19

github.com/xfce-mirror/xfce4-docklike-plugin - 061205335435228ad3ac4ade6e8dfd51baca3c5c authored about 1 year ago
AppInfos: Use std::shared_ptr to manage memory allocation

The raw pointer is now only used in callbacks; every object using an
AppInfo takes a reference t...

github.com/xfce-mirror/xfce4-docklike-plugin - d101819845b84c4e7d69e922de99af297d8bb7d5 authored about 1 year ago
AppInfos: Wrap raw pointers into std::unique_ptr

Helps: #19

github.com/xfce-mirror/xfce4-docklike-plugin - 8c2cb3ea2b59277032e378f786d8a65fd24eae6a authored about 1 year ago
I18n: Update translation tr (100%).

86 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-sensors-plugin - 2797a92179082c7606f0f28d3b36b4151b315cf6 authored about 1 year ago
I18n: Update translation tr (100%).

591 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-settings - eded46361ae955f72aa5d1620f23483d071fd6e5 authored about 1 year ago
I18n: Update translation tr (98%).

1000 translated messages, 14 untranslated messages.

Transifex (https://explore.transifex.com/xf...

github.com/xfce-mirror/thunar - eda62b9d3b7499f52e752520f280a6cb0b0d8144 authored about 1 year ago
I18n: Update translation oc (66%).

49 translated messages, 25 untranslated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-taskmanager - a319018a2f5d9ad72a1bfcf13c3cff62cd890f98 authored about 1 year ago
I18n: Update translation tr (99%).

589 translated messages, 2 untranslated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-settings - 504b87ca4f7029b102c501db881ba975f6f4cd86 authored about 1 year ago
I18n: Update translation tr (100%).

215 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-power-manager - 9ed35972015de3aecaad6a3931c70c50f541fac7 authored about 1 year ago
I18n: Update translation tr (98%).

996 translated messages, 18 untranslated messages.

Transifex (https://explore.transifex.com/xfc...

github.com/xfce-mirror/thunar - 0c03e994dd24108c4e9de9eacda617773f8cf9c0 authored about 1 year ago
I18n: Update translation tr (100%).

209 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/libxfce4ui - 13e8db54dae602ebd06c623ac64eed7c21aa80b5 authored about 1 year ago
I18n: Update translation ar (100%).

179 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfwm4 - 7d5eb802e7824e39af8953b6dc8e965b1a539ecd authored about 1 year ago
I18n: Update translation ar (100%).

167 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-session - bf230c9dddee2424503f4c6fb2d8be8eb995d35a authored about 1 year ago
GroupMenuItem: Fix crash when closing window with preview enabled

This is the proper place to stop the timeout, as GroupMenuItem is its
data. Besides, there was s...

github.com/xfce-mirror/xfce4-docklike-plugin - 4c14207982b4225debb338d184922822666bc980 authored about 1 year ago
Revert "group: Fix crash when middle-clicking an item with preview enabled"

This reverts commit cfd8a30ea3d0a332b9a3b276b7142d6b34db4893.

Better fix in next commit.

github.com/xfce-mirror/xfce4-docklike-plugin - 905803339d7eec15236bc0a1f3813b01ebbd12ef authored about 1 year ago
Store pinned apps as ids instead of paths

There doesn't seem to be any good reason to use the path rather than the
id, which is the real d...

github.com/xfce-mirror/xfce4-docklike-plugin - 4099a100a2b0ea2cff8c5e25cc04b0bf5cbb4190 authored about 1 year ago
I18n: Update translation be (93%).

246 translated messages, 18 untranslated messages.

Transifex (https://explore.transifex.com/xfc...

github.com/xfce-mirror/xfdesktop - c497affa53c8dd05cb3c04bfba1471cc1a69e50f authored about 1 year ago
Helpers: Fix memory leaks

github.com/xfce-mirror/xfce4-docklike-plugin - 2529a38f42a925ea3110cc6aad424311f1f158d3 authored about 1 year ago
Settings: Fix memory leaks

github.com/xfce-mirror/xfce4-docklike-plugin - c6ab5bbffe7ae61c7124b58691d492701f9807c4 authored about 1 year ago
GroupMenuItem: Fix memory leaks

github.com/xfce-mirror/xfce4-docklike-plugin - dd11d5cd7b9920502404613f911d22e4914ff8c1 authored about 1 year ago
SettingsDialog: Fix memory leaks

github.com/xfce-mirror/xfce4-docklike-plugin - d4818fbc0dada48def91cbcb0a2bc7fa95aa42d7 authored about 1 year ago
Fix previous commit

It's leaking, but we can't release it because
g_desktop_app_info_list_actions() is transfer none...

github.com/xfce-mirror/xfce4-docklike-plugin - 73cabf4dd7d8531bf2ddcef6d261640a12eae8c6 authored about 1 year ago
Appinfos: Fix some memory leaks

The main work remains to be done (#19), but it's still good.

github.com/xfce-mirror/xfce4-docklike-plugin - 42a05eacf99a1d46bcb55247790fa2ed64f1e9b4 authored about 1 year ago
AppInfos: Honor XDG_DATA_HOME also when editing item

Completes: b11cc9cc522382153cf776daa13d302875b9651d
Related: #22

github.com/xfce-mirror/xfce4-docklike-plugin - 2bae031424fb8fba5f60863e893e700a546c1ea0 authored about 1 year ago
I18n: Update translation uk (100%).

34 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-panel-profiles - 99a78693e0217a5436c3c007db8de723bb34b67d authored about 1 year ago
I18n: Update translation hu (64%).

89 translated messages, 48 untranslated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-notifyd - 32ed9baf389225f44fc4d965d5c55691f046606d authored about 1 year ago
AppInfos: Properly honor XDG base dir spec

* If XDG_DATA_HOME is not set then use $HOME/.local/share
* If XDG_DATA_DIRS is not set then use...

github.com/xfce-mirror/xfce4-docklike-plugin - b11cc9cc522382153cf776daa13d302875b9651d authored about 1 year ago
I18n: Update translation sr (100%).

215 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-power-manager - ec85e60b50a3a216fab73b7648d33f1a8ba225a2 authored about 1 year ago
I18n: Update translation sr (100%).

1014 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/thunar - 89684da4bd9dde92f195168893333d313b7a5348 authored about 1 year ago
viewer: Fix possible crash when closing while an image is loading

The source id should not be reset in this case, since removing the
source frees the transaction,...

github.com/xfce-mirror/ristretto - 222a1969d706d7aad5ca3e4cc02f056f6c548f62 authored about 1 year ago
Dont copy/move thumbnails for symlink which are copied/moved ()

MR xfce/thunar!424

github.com/xfce-mirror/thunar - daf1e201215ebe320e7099f11092a403984f832e authored about 1 year ago
I18n: Update translation es (100%).

34 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-panel-profiles - fa2157786ffbfa377992e11673d0b5ef34d81418 authored about 1 year ago
Use ThunarFile as key instead of gFile (#1231)

github.com/xfce-mirror/thunar - 52ef63049f5fb06b8444c143f45b36f9c2c5cab1 authored about 1 year ago
Replace g_assert statements in tree-view-model

with THUNAR_WARN_VOID_RETURN & THUNAR_WARN_RETURN_VAL

github.com/xfce-mirror/thunar - d2f48850b116d71fdc1b4043f33cc91dfbe01064 authored about 1 year ago
Remove configure~

github.com/xfce-mirror/thunar - c09c9df657c78daa02894faffe1f21e48761851d authored about 1 year ago
group: Detach menu from button and destroy when hidden (Fixes #20)

github.com/xfce-mirror/xfce4-docklike-plugin - f1cc2995e70277c73e91a9e4ad34f5691bd98384 authored about 1 year ago
I18n: Update translation ja (75%).

700 translated messages, 230 untranslated messages.

Transifex (https://explore.transifex.com/xf...

github.com/xfce-mirror/xfce.org - 6303041122d32259dd0cc116ec4e2e396ceba7c3 authored about 1 year ago
Fix cplusplus.StringChecker warning from scan-build 16.0.6

github.com/xfce-mirror/xfce4-docklike-plugin - 6ef3a6076bc6e80f615069a0b54bf741fb3a7760 authored about 1 year ago
Use glib functions for memory allocation

Fixes unix.MallocSizeof warning from scan-build 16.0.6 by the way.

github.com/xfce-mirror/xfce4-docklike-plugin - bfbfd61d0eb776e5d8bc73d78e396a5f9aa61be0 authored about 1 year ago
build: Fix -Wunused-function warnings

Fixes: #56

github.com/xfce-mirror/xfce4-docklike-plugin - 2da89ef67a2e7f611d4878cfaec8bd3b780f2c21 authored about 1 year ago
build: Fix -Wdangling-else warnings

Helps: #56

github.com/xfce-mirror/xfce4-docklike-plugin - e0d55edc99441104e79f7671010f7321ff807895 authored about 1 year ago
build: Fix -Wsign-compare warnings

Helps: #56

github.com/xfce-mirror/xfce4-docklike-plugin - 4b4de109aec9a204653cf7b832f9bc59cb8cb0a1 authored about 1 year ago
build: Fix -Wmissing-declarations warnings

Helps: #56

github.com/xfce-mirror/xfce4-docklike-plugin - 3f90f65fef9cfe26dda5c86a7b0e5570727dd85e authored about 1 year ago
group-menu-item: Refresh preview less often

The preview has no time to be displayed between two refreshes on a
low-powered machine, resultin...

github.com/xfce-mirror/xfce4-docklike-plugin - 449efb15bca42c651cb45a7ac5fece4054a5f29b authored about 1 year ago
build: Fix -Wshadow warnings

Helps: #56

github.com/xfce-mirror/xfce4-docklike-plugin - 2bbdda6c756d526b8c985ad39fc6b0d669d740c6 authored about 1 year ago
build: Fix -Wmaybe-uninitialized warnings

Helps: #56

github.com/xfce-mirror/xfce4-docklike-plugin - 1309eb854bf352458ad8bbc8d9ee9558fce95bd8 authored about 1 year ago
build: Fix -Wsequence-point warnings

Helps: #56

github.com/xfce-mirror/xfce4-docklike-plugin - f0601a477e4483e242828022eeaad3bbcc8dc188 authored about 1 year ago
group: Fix missing dnd icon

There are still criticals warnings when dnding out of the plugin, and
unfortunately that's not e...

github.com/xfce-mirror/xfce4-docklike-plugin - e5f8d3373a0c7e65301a5df67e60071e6a924256 authored about 1 year ago
group: Fix crash when middle-clicking an item with preview enabled

Fix found by @Topy44 (GitLab ID).

Fixes: #27

github.com/xfce-mirror/xfce4-docklike-plugin - cfd8a30ea3d0a332b9a3b276b7142d6b34db4893 authored about 1 year ago
Use g_file_get_basename over realpath (#1030)

Since realpath failes on some nested symlink usecases (See #1260 for an exaple)

github.com/xfce-mirror/thunar - 6a4847359fcfeccfa9ba19e58134a426fb07a8ef authored about 1 year ago
Reset pointer when group button is destroyed

As said in the comments, this probably deserves a better fix, but until
better comes along it'll...

github.com/xfce-mirror/xfce4-docklike-plugin - 44db8257692beaa7ed51dcf05c0c3d0a6894ff75 authored about 1 year ago
helpers: Reset source id when removed

Fixes critical warning when right-clicking on a taskbar item.

github.com/xfce-mirror/xfce4-docklike-plugin - 3c6e5418a90d013ba336566c9929237bce2c2692 authored about 1 year ago
app-infos: Get translated app name (Fixes #67)

github.com/xfce-mirror/xfce4-docklike-plugin - 2fe2cdcb4e6a791e90db92de8681c88f5c4196ec authored about 1 year ago
I18n: Update translation oc (85%).

97 translated messages, 17 untranslated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-screenshooter - d61d1542035a50ef51d67857799ad2bef139bf87 authored about 1 year ago
I18n: Add new translation oc (97%).

33 translated messages, 1 untranslated message.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-panel-profiles - db6f86e96aea4edb8805a24e29e9e58433d09863 authored about 1 year ago
I18n: Update translation oc (84%).

274 translated messages, 50 untranslated messages.

Transifex (https://explore.transifex.com/xfc...

github.com/xfce-mirror/xfburn - 122e3d115dec141c591de8edaa2d602ffc6a0cc0 authored about 1 year ago
Fix and simplify symlink resolver (#1260)

github.com/xfce-mirror/thunar - 00c0bc156d656410c86397b33932cf584d0648aa authored about 1 year ago
Fix thumbnailer symlink support (#1260)

github.com/xfce-mirror/thunar - a9d9cb30e1be3045a402a72b9ddfa8ef97d5b665 authored about 1 year ago
Use file-monitor for thumb-updated signal (#1229)

In order to redraw only relevant widgets, instead of redrawing all thunar windows

Fixes #1229
M...

github.com/xfce-mirror/thunar - 44a5c6f3e7f3c879f0564c6b232cbb413c5cf04f authored about 1 year ago
I18n: Update translation oc (100%).

95 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-appfinder - 1a9b0a6ada335f7009e0682ddc3386e704bd5430 authored about 1 year ago
I18n: Update translation oc (100%).

19 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/libxfce4windowing - 210a67c25b60d8b14e75ac5b3ebe42ed817444cc authored about 1 year ago
Add initial envsys support for NetBSD

github.com/xfce-mirror/xfce4-battery-plugin - 7d3c8ff97cd889c2ad2a0830398006e15ebdd107 authored about 1 year ago
pager: Do not query workspace count if screen is not initialized

This can happen if the panel is hidden at startup because it is
associated with a disconnected m...

github.com/xfce-mirror/xfce4-panel - 12ef913a210fbfb6523f3b156f187a19cc382bc9 authored about 1 year ago
dropdown: Default dropdown-toggle-focus to false

This setting is only relevant when dropdown-keep-open-default is set to
true, and it can cause t...

github.com/xfce-mirror/xfce4-terminal - 3e56c356a20410f5d40017e98b81c740507a60dd authored about 1 year ago
I18n: Update translation ja (75%).

699 translated messages, 231 untranslated messages.

Transifex (https://explore.transifex.com/xf...

github.com/xfce-mirror/xfce.org - 0ecb0f330593b180e2cc72c75f77c6157b87720c authored about 1 year ago
Always add sm-client option group

It's too early to determine the windowing system at this stage, as we
haven't yet called gtk_ini...

github.com/xfce-mirror/xfce4-power-manager - a826b11bca7c1f67d954e24ce7e5d4667642479e authored about 1 year ago
panel: Call gtk_init() early enough

Fixes: 3e59a4e4cfad668415275d21d6e290d8fd81056b

github.com/xfce-mirror/xfce4-panel - c3c7a9ec522fb2caaa8b1fff630d1197d100798d authored about 1 year ago
xfsettingsd: Always add sm-client option group

It's too early to determine the windowing system at this stage, as we
haven't yet called gtk_ini...

github.com/xfce-mirror/xfce4-settings - 3e1d08fc13d44adf22437f182c2749bb0079a04b authored about 1 year ago
sm-client: Reset SmcConnection when IceConnection is closed on error

Maybe we shouldn't have to do this, but it's better to avoid a crash.

Fixes: #99

github.com/xfce-mirror/libxfce4ui - 1e3c4ec2a4f937a0575eb6d12740177f0699ac4a authored about 1 year ago
I18n: Update translation en_CA (100%).

264 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfdesktop - b1f877f2ff136d122d9f1723dc098a59ad661fcf authored about 1 year ago
I18n: Add new translation en_CA (100%).

167 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-screensaver - a7fd5217479ecb4d4d2897197eb9baf441c26596 authored about 1 year ago
I18n: Update translation en_CA (98%).

156 translated messages, 2 untranslated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/gigolo - ea7460bee94f3e4b97578b70f27925fd6dfad7e1 authored about 1 year ago
I18n: Update translation sl (100%).

34 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-panel-profiles - b2dadc44ff2c88e464bc7e0e04c97665b6e83ac7 authored about 1 year ago
I18n: Update translation sl (99%).

589 translated messages, 2 untranslated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-settings - c6c405886e3b2e49684cf13a4863d59e11316594 authored about 1 year ago
I18n: Update translation ko (100%).

209 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/libxfce4ui - 9e6b623af19132d12906e324769a4684ab515122 authored about 1 year ago
I18n: Update translation nb (100%).

50 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-timer-plugin - 6b1ba39091df82c536ad975cef2741fdae3638c5 authored about 1 year ago
I18n: Update translation sr (100%).

34 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-panel-profiles - 9f88d6185144e424b3c10079be2f9accbdd1e93f authored about 1 year ago
I18n: Update translation nb (100%).

34 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-panel-profiles - d2cd52d043f967bd883ece10665ec8a08ad5a9e0 authored about 1 year ago
I18n: Update translation sr (100%).

591 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-settings - 2bbf175f6c8c122097fbdc9cac3d274147c8733b authored about 1 year ago
I18n: Update translation nb (100%).

591 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-settings - 9b4275ec5d0223c64ec765e772ac779c79a4f84f authored about 1 year ago
I18n: Update translation nb (100%).

215 translated messages.

Transifex (https://explore.transifex.com/xfce/).

github.com/xfce-mirror/xfce4-power-manager - 2ae96cfe1224c3d923c51982ea49c00f5cb0e110 authored about 1 year ago
Add xfce4cpp to EXTRA_DIST

github.com/xfce-mirror/xfce4-cpugraph-plugin - c7e96f8fd1406b231432e8e267b3b308ae2d35a6 authored about 1 year ago
Make sure parent exists before usage (#1256)

Fixes #1256

github.com/xfce-mirror/thunar - a8b69bc96b8df5b9b91a7d44519c0dfaf7ddf99e authored about 1 year ago
Back to development

github.com/xfce-mirror/parole - fa46a2aa0ca33d190e4f84edf5d7390866e03d34 authored about 1 year ago
Updates for release

github.com/xfce-mirror/parole - 3bec545ad5fa6ae6ebaa54aa04387698b0cc8f66 authored about 1 year ago
Use "g_signal_handlers_disconnect_by_data"

over "g_signal_handlers_disconnect_matched", since the former is more readable

github.com/xfce-mirror/thunar - 642fccab60b1b37bd34a312e55b9e4e5d780680f authored about 1 year ago
Fix reference counting for thumbnailer and proxy

github.com/xfce-mirror/thunar - 7703ab5fba0574111a63eab3a771eaf587754bb2 authored about 1 year ago
Restart thumbnailer proxy after failure (#1252)

During session start it can happen that the thumbnailel proxy fails too start. Just re-try once ...

github.com/xfce-mirror/thunar - 11a64178e2211a4118491d7fea0badbd25261b8d authored about 1 year ago