Ecosyste.ms: OpenCollective

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

github.com/xfce-mirror/xfce4-notifyd

Mirror repository, PRs are not watched, please use Xfce's GitLab
https://github.com/xfce-mirror/xfce4-notifyd

Back to development

0e41e14b980ab0b542d6ea5be13510f8bee6d053 authored about 1 year ago
Updates for release

3fdb51b308ebe064108167b817ed3aeba7e17158 authored about 1 year ago
Clarify why the symbolic icons don't go in symbolic/status

f6298ebc13ba08a501176e98297b6be1aaf63e9e authored about 1 year ago
Fix icons directory names

fa23e3c56a67c688f5710e0ab6944b7a5dbdccb0 authored about 1 year ago
Fall back to monitor 0 if no primary monitor set

Closes #122.

becfd08d289ec03c228a7a52fe0c104a3b7fbdcc authored about 1 year ago
Remove redundant icon embleming code

8dde5c534543fddbaf6d801d5b50facdb4d4d679 authored about 1 year ago
Add a fallback for drawing the unread notification emblem

On the off chance that there's something wrong with the icon lookup
(seems to have actually happ...

887328b55e67c5fde0de5dfd37e9244aae522cc8 authored about 1 year ago
I18n: Update translation it (100%).

137 translated messages.

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

3e2e3335a37bda0a85c3b9b0845607ad459a95b3 authored about 1 year ago
Fix opacity on notification hover

Fix an issue on notification hover where the opacity is correctly set to
1, but is immediately o...

f927c73f8fedd8f7144468a45355ba73aa533143 authored about 1 year ago
I18n: Update translation oc (52%).

72 translated messages, 65 untranslated messages.

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

6d186f8954cbeff6df81175a8ac662a262fcf583 authored about 1 year ago
I18n: Update translation hu (64%).

89 translated messages, 48 untranslated messages.

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

32ed9baf389225f44fc4d965d5c55691f046606d authored about 1 year ago
I18n: Update translation lt (100%).

137 translated messages.

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

5df0c8b005536801277213cb4df4831f2d914cfb authored over 1 year ago
I18n: Update translation el (100%).

137 translated messages.

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

cb7eb3ea663a47ea147c39c94f3a8746759600c9 authored over 1 year ago
Back to development

a8abdf3ef22ebc9c5aa6dafc60729fb4ae2e14f1 authored over 1 year ago
Updates for release

4819d333d0ea55a4d50502967b6b7e1fba85f70d authored over 1 year ago
Make the DELETE with LIMIT/OFFSET query work

Apparently you can't parameterize the OFFSET value and then bind a
number to it later. So inste...

de6f18938e995e4d93a63b64959fc90f0cae12eb authored over 1 year ago
Make the text in the 'Clear log' dialog less crowded

ea5d881d4b903be9f4af19998fefcea2bab7edfc authored over 1 year ago
Set a transient parent on the 'Clear log' dialog if possible

b52edab14f0d5038b937d36c0f17749258d78ff4 authored over 1 year ago
'Clear log' dialog's initial focus should be on the 'Cancel' button

Previously it was on the checkbox, which isn't all that useful.

Closes #118

ba42438d66854c8fca6b6a8452304504259e630b authored over 1 year ago
Drop required xdt-autogen version to 4.18.1

70a5db78053c2b74475c1ae59c310299e448f67c authored over 1 year ago
I18n: Update translation pt_BR (100%).

137 translated messages.

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

cb6e2c49e44f84b65695a8bb71116282bdfc7018 authored over 1 year ago
Simplify markup sanitizing code a little

51a8b551b9fa707d270c2f890fd8df9187f8052a authored over 1 year ago
Re-escape text in GMarkupParser text handler

Turns out that GMarkupParser expands entities like & and <, which
makes sense, but we nee...

432e20b7ac8b686ecfc7a55870282a3eca72f644 authored over 1 year ago
I18n: Update translation ca (100%).

137 translated messages.

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

3ad2233a3380b08dec91edd0c77f8fc42866413e authored over 1 year ago
Sanitize instead of validating body text markup

The current code just validates that the body is well-formed XML (well,
the XML subset that GMar...

6a001f2e61ac4b15bbbda7c5b306d2d0b7bca4f0 authored over 1 year ago
I18n: Update translation ca (70%).

97 translated messages, 40 untranslated messages.

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

c9049efd26e25d4ddc54e6a39cbe50ed1486e084 authored over 1 year ago
Back to development

768ef5200b639d8a79cff39196efbe6b1059f7db authored over 1 year ago
Updates for release

a41eed0a5ff1e6f1799583f1a4c222f3377cb3af authored over 1 year ago
(Hopefully) actually fix settings migration code

77fa9535c1afd24fabc15e5f8780b9123862d2ed authored over 1 year ago
(Hopefully) fix enum setting migration code

88f1a4c623928d5649b5201264d7e9491a2c6224 authored over 1 year ago
Back to development

d0db8fa28b6c6cd66615da9ba8cc47fdc5fa15e2 authored over 1 year ago
Updates for release

ac0f162aefb73dcf0446e32a1481f40e4c51e28c authored over 1 year ago
Make the XDG autostart file attempt a systemd start first

It will of course fall back to starting the daemon directly if that
doesn't appear to work.

b33940e151b8449dee8904074058ef81d3898435 authored over 1 year ago
Only include the SystemdService= line if systemd support is enabled

03954bd767ecbbe3e097f0e3f3d40c4d0e6ec72a authored over 1 year ago
Clean up some conditionals in configure.ac

5a996b570739d2a33b6c17630429652b138f638b authored over 1 year ago
Go back to installing the XDG autostart file by default

Turns out the rationale in e604b499353aae7759714dfe8c96b53f434a6f47 is
still very much valid.

C...

57e2e3796b041747853564a25bbf7168da024e7e authored over 1 year ago
Allow installing systemd service file even if systemd is not installed

Closes #111

2aaa8958bd03e6118344bc201d7b2d648b436ea3 authored over 1 year ago
Back to development

8cd4fe1e72442e22b23c14afbb36cd9e1e6ff730 authored over 1 year ago
Updates for release

8092b7d9ced81cdc70d5c69f9b196b8543928d0d authored over 1 year ago
Add missing sanity check

g_variant_get_data(pixel_data) may be null for various reasons, hence
data may also be null.

68df1cdec814b3ca8b1c37f5053e27340a1c24bc authored over 1 year ago
I18n: Update translation da (100%).

137 translated messages.

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

6af26c77705af72defaf563394e363af441ebcfa authored over 1 year ago
I18n: Update translation da (91%).

126 translated messages, 11 untranslated messages.

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

564aa3948728a2fb8cb6146af090fe70f71327f7 authored over 1 year ago
I18n: Update translation da (67%).

93 translated messages, 44 untranslated messages.

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

c897629fae100bdab03e26aee0fe36a8320b20b0 authored over 1 year ago
I18n: Update translation da (62%).

86 translated messages, 51 untranslated messages.

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

7c9f532c3c99c9084ce05f69d9b2c7c892cc1a25 authored over 1 year ago
I18n: Update translation sv (99%).

136 translated messages, 1 untranslated message.

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

c15bac04e1b7356ae97f3ddf7c738be8c4222e80 authored over 1 year ago
I18n: Update translation cs (59%).

82 translated messages, 55 untranslated messages.

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

55ddd6c8d77ccf96c03b6cc89e82e79943e22627 authored over 1 year ago
I18n: Update translation uk (100%).

137 translated messages.

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

07efa358e6b39b8c5c531de20e6f2b9d2c9093af authored over 1 year ago
I18n: Update translation pt_BR (100%).

137 translated messages.

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

f1e57cda245e8bf162df0faa35513abb6955b180 authored over 1 year ago
I18n: Update translation et (100%).

137 translated messages.

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

f74f363dbb50e75322b6dd71d1ac8416ea4e285c authored over 1 year ago
I18n: Update translation et (95%).

131 translated messages, 6 untranslated messages.

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

c6302af73b1f1ffcc931fb2801e35b0986b2dc57 authored over 1 year ago
I18n: Update translation en_GB (100%).

137 translated messages.

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

8f867d5b01a7d20c43bc471e74edfaa310a41b46 authored over 1 year ago
I18n: Update translation en_GB (89%).

123 translated messages, 14 untranslated messages.

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

df433f24f35f653cb9fa960f903a727157878f3c authored over 1 year ago
I18n: Update translation et (82%).

113 translated messages, 24 untranslated messages.

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

d240a7b7758b54b258ba447c2bac874536541650 authored over 1 year ago
I18n: Update translation uk (100%).

137 translated messages.

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

9e3c929a522b9fcb512898b2e2702547f31f7ffa authored almost 2 years ago
I18n: Update translation sl (100%).

137 translated messages.

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

73858a7acd7a9477df234100e942e03e6f428255 authored almost 2 years ago
I18n: Update po/LINGUAS list

b4900b050cd0b5b9d1b32b17339aa68e6c744ab4 authored almost 2 years ago
I18n: Update translation uk (97%).

133 translated messages, 4 untranslated messages.

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

f1410529c6a05e6ba342dc4c4be7eee3e192e896 authored almost 2 years ago
I18n: Update translation sv (98%).

135 translated messages, 2 untranslated messages.

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

7b9c0c251904da89b9728a20cd901768ceff0d6c authored almost 2 years ago
I18n: Update translation sl (98%).

135 translated messages, 2 untranslated messages.

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

ed7e3f889c5449ec25160fe0ed70ce143c49abe8 authored almost 2 years ago
I18n: Update translation ru (100%).

137 translated messages.

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

e0f916f265ae5b8ccbbb68390a0763c02200d9fe authored almost 2 years ago
I18n: Update translation zh_TW (100%).

137 translated messages.

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

f50c9deabf2fa92c5c3e317f8b1a8f47eff50eeb authored almost 2 years ago
I18n: Update translation uk (94%).

130 translated messages, 7 untranslated messages.

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

f5de42dacc758937ee99b466564183fa43e27a83 authored almost 2 years ago
I18n: Update translation sq (98%).

135 translated messages, 2 untranslated messages.

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

972fc8066b625715bfc926046822de6b129e3ccd authored almost 2 years ago
I18n: Update translation sr (100%).

137 translated messages.

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

d975f47b8a9c8e40850289b930a80a0b16dd7f38 authored almost 2 years ago
I18n: Update translation tr (100%).

137 translated messages.

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

e8d7f39af3032721fc173cdb7829b402c664706f authored almost 2 years ago
I18n: Update translation zh_CN (100%).

137 translated messages.

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

f23a594ba9e424103508cf694aec7fd925e11882 authored almost 2 years ago
I18n: Update translation nb (100%).

137 translated messages.

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

7e5f03442f898c239729e78a1739984659829617 authored almost 2 years ago
I18n: Update translation pt (100%).

137 translated messages.

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

de8ad03c5bd77e37d61e0a5f52333c6e6486860e authored almost 2 years ago
I18n: Update translation nl (100%).

137 translated messages.

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

05de28d4a369c3ab7a3dca77a5166481b2c2e8ea authored almost 2 years ago
I18n: Update translation lt (100%).

137 translated messages.

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

bd3bb3bb14c35800d90b34640a608cdb0ecb428c authored almost 2 years ago
I18n: Update translation ko (100%).

137 translated messages.

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

abc1c13a8537a36823fed0152408cfb734b6c255 authored almost 2 years ago
I18n: Update translation ja (100%).

137 translated messages.

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

659878d1d0be4d5890ad375c99a5d2431d98eafd authored almost 2 years ago
I18n: Update translation it (100%).

137 translated messages.

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

e5a878407d189fb1841cba9ccddbdc15bc7e9808 authored almost 2 years ago
I18n: Update translation hr (64%).

88 translated messages, 49 untranslated messages.

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

92e71ddabc2ed1c2cf6efe6cbe2a4b8e7e9a9dc2 authored almost 2 years ago
I18n: Update translation pl (100%).

137 translated messages.

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

a109e2f80c16d507b95198bbb2db605eb11db128 authored almost 2 years ago
I18n: Update translation bg (100%).

137 translated messages.

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

028917a566d1728915ef4ee3d7053c918f9a9e34 authored almost 2 years ago
I18n: Update translation de (100%).

137 translated messages.

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

b859a16854de08b47150c43ca4b55c3c46145018 authored almost 2 years ago
I18n: Update translation fr (100%).

137 translated messages.

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

fc555e79f9ab509e636dd1d34ef4d61f1c6626cf authored almost 2 years ago
I18n: Update translation es (100%).

137 translated messages.

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

56fb006020522394fa9a213c60781a01fa4dedf1 authored almost 2 years ago
I18n: Update translation el (100%).

137 translated messages.

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

66cabfe4b285d3305163714f215696f83fddd3c8 authored almost 2 years ago
I18n: Update translation he (100%).

137 translated messages.

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

da45448864d6ffd6f1f93ee2ad17c4e4901ac279 authored almost 2 years ago
I18n: Update po/LINGUAS list

e1793f9615e3b6a4cf8bbfc3766b6a5f9e07b473 authored almost 2 years ago
I18n: Update po/LINGUAS list

bde6e7ebea346d8738009a482d040cf3535a0fc4 authored almost 2 years ago
I18n: Update translation ko (100%).

138 translated messages.

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

3138c55d4b91b83ae6dcf411964f947e5fbe2abf authored almost 2 years ago
I18n: Update translation uk (94%).

131 translated messages, 7 untranslated messages.

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

e97528f793ec28070399a55354e13a4622779bfd authored almost 2 years ago
I18n: Update translation uk (94%).

130 translated messages, 8 untranslated messages.

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

e37a571908fce2be0863adeb02a6709b6cc27432 authored almost 2 years ago
I18n: Update translation uk (87%).

121 translated messages, 17 untranslated messages.

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

dbbf3c28fa5752d9021c57efddf80911831d73df authored almost 2 years ago
I18n: Update translation it (100%).

138 translated messages.

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

c814df9ae93c9e2761e79601ae499a2ca30c5f0e authored almost 2 years ago
I18n: Update translation fr (100%).

138 translated messages.

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

e161f91e69383754355a736342652c44c85ce03e authored almost 2 years ago
I18n: Update translation tr (100%).

138 translated messages.

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

fb90ed7b38d7e521d52ddcc560bfdb27ca1aaaa1 authored almost 2 years ago
I18n: Update translation uk (84%).

116 translated messages, 22 untranslated messages.

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

722d819fa6e079bacae441bb90f13e74e97d2349 authored almost 2 years ago
I18n: Update translation ru (100%).

138 translated messages.

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

ae13c21256ae4179e6d9cd3018a4acc848ad5277 authored almost 2 years ago
wayland: put windows on overlay layer, not top

d254df1acfb838bff974e8f41e1f88f20d635fee authored almost 2 years ago
Set window theme before placing window

The theme can of course affect the window's size, so that should be set
first.

Related to #101.

a4a5907333e801f796cfd419558b3c0c5379bf6a authored almost 2 years ago
Set initial window position before realizing windows

I don't quite understand why I can't realize the window before calling
gdk_window_move() on it a...

d70feb82fbe61888593d98f4459f3ab177893d02 authored almost 2 years ago
Avoid storing NULL app IDs in the app ID count hashtable

g_str_hash() and g_str_equal() are not NULL-safe, and we have to send
them over the wire as empt...

a36d46c366e0c35eea02997546fff0e2c066a60c authored almost 2 years ago
I18n: Update translation he (100%).

138 translated messages.

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

3bb7c919a1ebde3ac5311126ad82d113fb72fd48 authored almost 2 years ago
I18n: Update translation it (92%).

128 translated messages, 10 untranslated messages.

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

f8f3e989fde5a856ea79218b531abde3e9c6d05b authored almost 2 years ago
I18n: Update translation it (92%).

128 translated messages, 10 untranslated messages.

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

97864df0c11986e229fad7b9ba56501e6b200aef authored almost 2 years ago
Simplify dbus/systemd service dir logic in configure.ac

6d602fe327a7000f524d569dedd2cb07a1ddddba authored almost 2 years ago