Ecosyste.ms: OpenCollective

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

github.com/xfce-mirror/xfconf

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

I18n: Update translation tr (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

195eb2e6482053c2f41d4f0f9cd1809f42469f76 authored almost 4 years ago by Emin Tufan Çetin <etcetin@gmail.com>
I18n: Update translation en_CA (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

e2a2767353f372c5b7e1e1ca06aeaac57321086a authored almost 4 years ago by Steve Harris <steve@jbs.ca>
I18n: Update translation he (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

b512da310526670abe82dc21eb9e303e71917ca9 authored almost 4 years ago by Omer I.S <omeritzicschwartz@gmail.com>
I18n: Update translation be (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

d5b3a663897eb6f7135e0e6ba80459caccb1efbb authored almost 4 years ago by Źmicier Turok <nashtlumach@gmail.com>
I18n: Update translation kab (52%).

36 translated messages, 32 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

ab6ae23de27b5691ffacf528f6568827240abe4b authored almost 4 years ago by Anonymous <noreply@xfce.org>
I18n: Add new translation kab (51%).

35 translated messages, 33 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

df8b44f3d575b2f344fefa7084af4c80bfb7a3d5 authored almost 4 years ago by Anonymous <noreply@xfce.org>
Merge branch 'olh/xfconf-C99'

760f8d3917250ae21926c285971818e3592d7976 authored almost 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
configure.ac: use AC_PROG_CC_C99

Various parts of Xfce, and libraries used by Xfce, already use C99 features.
Therefore it is rea...

a5af4f29a3f6765ae1ff454952244c6f36c5e854 authored almost 4 years ago by Olaf Hering <olaf@aepfle.de>
Back to development

a95b1bf468323713540c334ff83fffc2ae8d9a11 authored about 4 years ago by Romain Bouvier <skunnyk@alteroot.org>
Updates for release

f05f028b840b465a41deef0fae6f50a885222e62 authored about 4 years ago by Romain Bouvier <skunnyk@alteroot.org>
Don't use shebang for bash completion file

Bash completions are meant to be sourced, not executed, so remove the shebang line
Closes !8

aa8939349e6a112e651d1169f151f932c6d15c74 authored about 4 years ago by Yves-Alexis Perez <corsac@corsac.net>
Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump

Current glib minimum is 2.50.0

56068de01bb74d7025c8fa3339d2cb1c94bb9231 authored about 4 years ago by Alexander Schwinn <alexxcons@xfce.org>
bump glib (and gio, gthread, etc) minimum to 2.50.0

In order to unify dependencies for core components.
(See 4.16 roadmap)

ae93c365f7a61ebe6c4c81241ba3dd4ea9e8326c authored about 4 years ago by Alexander Schwinn <alexxcons@xfce.org>
remove last traces of xfconf-perl

Fixes commit 19c3566a50f0b062d06b055e785e2ad08ec40f3b

Signed-off-by: Olaf Hering <olaf@aepfle.de>

582dd327ed73e85f8de2d39c2c95385d7d1a485e authored about 4 years ago by Olaf Hering <olaf@aepfle.de>
Fix make distcheck and enable it on gitlab CI

- fix return code check and remove bashism from tests-driver.sh
- Remove INSTALL from EXTRA_DIST...

0cacff7257337d0b855db29b1c95ea85706f2df4 authored about 4 years ago by Romain Bouvier <skunnyk@alteroot.org>
Add README.md to EXTRA_DIST

cb2ae51d782b66496973eba200a9b46f49adf3b5 authored about 4 years ago by Andre Miranda <andreldm@xfce.org>
Post release autoconf git revision

36a6ca6b7a3b529527a97008ec6e4907cef8dcc4 authored about 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
Prepare 4.15.1 release

6a9934507af1beb3d7a83d537fe2c77a6b10d272 authored about 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
Merge branch 'cryptogopher/xfconf-issue16'

94129ed61e69267cbd7fe92c50c4ad1cde0fba6d authored about 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
I18n: Update translation tr (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

111b9bfcfa332324bd7c1518c188fa7888661ea3 authored about 4 years ago by Emin Tufan <etcetin@gmail.com>
Test for #16

921321d269b8c07097c0df78b5a7e33dc02bb4db authored about 4 years ago by cryptogopher <xfce@michalczyk.pro>
xfconf-cache: Fix access to freed data (#16)

The code was based on false assumption that cancelling cancellable of
asynchronous request stops...

700220faaba0f693b0e428eead90c15e20e6793f authored about 4 years ago by cryptogopher <xfce@michalczyk.pro>
Adds new README.md and updates AM_INIT_AUTOMAKE

4183ec495b67099ced8360821db9eb417caa3210 authored about 4 years ago by Kevin Bowen <kevin.bowen@gmail.com>
I18n: Update translation sq (97%).

66 translated messages, 2 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

eac09bb226c9608ba2d28bdaa1d8a844bc58dce2 authored about 4 years ago by Besnik Bleta <besnik@programeshqip.org>
Disable parallelism on all tests.

This prevents make to potentially hang when -j is used with a number
bigger than 1. Fixes #13.

7f22f816ed4162a3f5ca439048c4564a6fa77fa9 authored about 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
I18n: Update translation tr (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

e4c155094d9ddcd9829f290b3fff05ae755dcdc5 authored about 4 years ago by Emin Tufan <etcetin@gmail.com>
I18n: Update translation sq (95%).

65 translated messages, 3 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

d6372233b4da3d1c658b13a7cfb0b3378d636602 authored about 4 years ago by Besnik Bleta <besnik@programeshqip.org>
I18n: Update translation ug (94%).

64 translated messages, 4 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

60b53840a35c6718e47dfd5087026d334fadcad2 authored about 4 years ago by Xfce Bot <transifex@xfce.org>
I18n: Update translation sk (98%).

67 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/xfce/publi...

f704a6914f9ab2963386ce6d3f02fc12d863311f authored about 4 years ago by Jose Riha <jose1711@gmail.com>
I18n: Update translation he (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

cfcd826cfb562977a3a89b95e112f472a19699ce authored about 4 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation hy_AM (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

57dc96674b5e5ce91854637cb313de554325529c authored about 4 years ago by Real School <localization@ehayq.am>
I18n: Update translation hu (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

79160d0209646c822d89e8dadd3c022bc698816d authored about 4 years ago by Xfce Bot <transifex@xfce.org>
I18n: Update translation oc (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

e4e9e3d558328fea628670e1ca24f152d788041c authored over 4 years ago by Anonymous <noreply@xfce.org>
Merge branch 'mgorny/xfconf-stray-quote'

76b77dbf8cd1290637ab15db3098607d2b50daef authored over 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
I18n: Update translation lt (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

165855bfea9e56e2d0884dee52d6b738b222ebb0 authored over 4 years ago by Anonymous <noreply@xfce.org>
Fix stray double-quote in bash-completion PKG_CONFIG invocation

Fix a stray double-quote that causes unterminated quoted string error
in dash:

./configure: 1...

a117d09997cfcb94e89756749ff1be4c8dfa8805 authored over 4 years ago by Michał Górny <mgorny@gentoo.org>
Post release autoconf git revision

88365b8f809dfe8256ffbfef4f4e7e937f2dbd75 authored over 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
Prepare 4.15.0 release

f207ba8c25ed44eda9e8d1612a80c8c6ba32e2df authored over 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
Fix distcheck bash-completion file error

4102ed6bcdc609dbace91378327be83fb0e4bac7 authored over 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
I18n: Update translation he (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

25a7e40d75e48202fcce540e7e43cd6a7a3c4689 authored over 4 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation he (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

aafc780ab46cb384e08c8d609c5d09f91eeab300 authored over 4 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation hye (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

b7a7c7f7e8934e78e4343d441ae2ae77f2dc1e53 authored over 4 years ago by Arman Harutyunyan <arman.harut468@gmail.com>
Add Bash completion for xfconf-query

Signed-off-by: Emanuele Petriglia <inbox@emanuelepetriglia.com>
Signed-off-by: Ali Abdallah <ali...

6865f62dec175c09ed733b6051f0980c14da74a4 authored over 4 years ago by Emanuele Petriglia <inbox@emanuelepetriglia.com>
I18n: Update translation zh_HK (95%).

65 translated messages, 3 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

1af69867372ff46fb1f2596859e6c351f135c83e authored over 4 years ago by Ivan <personal@live.hk>
I18n: Add new translation hye (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

f367809c27103fbd3c2c459105e6078246b9f2a1 authored over 4 years ago by Real School <localization@ehayq.am>
I18n: Update translation he (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

fd6ee53e2101a6d4ce70965314308da43f6d63b7 authored over 4 years ago by Anonymous <noreply@xfce.org>
Bump version number to 15

5f648405fdaa950efa0582afd4134f9a4b352ca2 authored over 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
Use a custom test-driver

Implement a custom test driver that will start the freshly compiled
xfconfd on a different dbus ...

bce38ba0d6ad45e7baa1cd2d58bd8e7ab42b82f6 authored over 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
Add xfconf .gitlab-ci.yml

6e4e3704f262e35c396ffa610538244b63115c29 authored over 4 years ago by Jason Yavorska <jyavorska@protonmail.com>
I18n: Update translation nl (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

9ec67fb671b488a81f837e9127719b0bf5027624 authored over 4 years ago by Pjotr <pjotrvertaalt@gmail.com>
Always provide files for vala bindings in dist tarball

So even if vala is not installed during the distcheck step, the vala
bindings can be built from ...

e1d28920341336087efca2e0d1c59c91f9d7ab56 authored over 4 years ago by Evangelos Foutras <evangelos@foutrelis.com>
Enable GSettings backend by default

5d7791d29bf7cf768ae103f2a83ff8b241da2d4b authored over 4 years ago by Ali Abdallah <ali.abdallah@suse.com>
Use gsettings as a common channel name

use gsettings as a common channel name for GSettings backend+fix full
write function return value.

c759b8eed700722c1cfa07259fbd9975a3df2dcc authored over 4 years ago by Ali Abdallah <aabdallah@suse.de>
Initialize Xfconf when the backend is to be used

Previously, xfconf_init was called on g_io_module_load. But this will
fatally fail on systems wi...

dc443372218d9cc4a5daf5c416d767f445f7f9ce authored over 4 years ago by Ali Abdallah <aabdallah@suse.de>
I18n: Update translation he (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

79bdf666dfa6a6f38489d6c62347d4a6d5820c60 authored over 4 years ago by Anonymous <noreply@xfce.org>
Bug #15960: Add some missing xfconf_shutdown() in xfconf-query

3a419d5c16afcaadcb618df6f3cf4ad1cc3e0064 authored over 4 years ago by Romain Bouvier <skunnyk@alteroot.org>
Bug #15951: Fix 'xfconf_get_error_quark' introspecting warning

- During introspecting phase, we get this warning:
"Warning: Xfconf: (ErrorQuarkFunction)get_err...

be28cc4d969e32cef872b4f8d57105ef70643e1d authored over 4 years ago by Olivier Duchateau <duchateau.olivier@gmail.com>
Remove xfconf perl binding

- Disable by default since 4.14
- Not sure anybody use it, haven't seen any evolution since 4.6

19c3566a50f0b062d06b055e785e2ad08ec40f3b authored over 4 years ago by Romain Bouvier <skunnyk@alteroot.org>
I18n: Update translation zh_TW (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

7b6d095d6479b285e6569e6ff9d574aadbfa3a75 authored over 4 years ago by Xfce Bot <transifex@xfce.org>
I18n: Update translation hu (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

e1f7b643c6a330fa5ff39ea3fdd56dfb054405c0 authored over 4 years ago by Xfce Bot <transifex@xfce.org>
I18n: Update translation el (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

91d4ebf77f4bd3d50f89e7a1e45acd1a47636dbf authored over 4 years ago by Panagiotis Mantzios <pmantzios@hotmail.com>
I18n: Update translation es (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

faa372b6d19b11b21dc41d5e739ef46682e4a7bd authored over 4 years ago by Xfce Bot <transifex@xfce.org>
I18n: Update translation da (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

0cbfbc7b93a7e69fd1c16b30d02a8fdf526a20e1 authored over 4 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation be (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

80a57adddc05dd95d7f5a967744635376effa8d2 authored almost 5 years ago by Zmicer Turok <nashtlumach@gmail.com>
I18n: Update translation sq (95%).

65 translated messages, 3 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

4b2ad3213da9510cedf9da2e97c220bd3a993db2 authored almost 5 years ago by Besnik <besnik@programeshqip.org>
I18n: Add new translation sq (95%).

65 translated messages, 3 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

bab7678108b000ffd999438a7cc00cc4924d76e8 authored almost 5 years ago by Besnik <besnik@programeshqip.org>
I18n: Update translation sl (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

fb768ca3d1ae8efe48156f925b6899b37d030096 authored about 5 years ago by Arnold Marko <arnold.marko@gmail.com>
I18n: Add new translation sl (63%).

43 translated messages, 25 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

5327f86ccaa5bcc9cdece54650b152fb5c072c6b authored about 5 years ago by Arnold Marko <arnold.marko@gmail.com>
I18n: Update translation zh_CN (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

cbdc0c150a65e5f8400b865190687497483d6bb0 authored about 5 years ago by Dongyu Chu <chudongyu@126.com>
I18n: Update translation hr (98%).

67 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/xfce/publi...

a92edcc5af966fb1685e77381cf4627bb1ac4f97 authored over 5 years ago by Ivica Kolić <ikoli@yahoo.com>
I18n: Update translation gl (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

5229af5010943e0817d99034e3bf827a9746f98c authored over 5 years ago by Daniel Muñiz Fontoira <dani@damufo.com>
Back to development

30b98d44c3bfceaed4bf23402c27dc4cd58e8ffc authored over 5 years ago by Sean Davis <smd.seandavis@gmail.com>
Updates for release

f29a7a0261fb3fd7bbb7a617e44ff14d8943792d authored over 5 years ago by Sean Davis <smd.seandavis@gmail.com>
Back to development

7ec302cc422b3a31d158bf016c33776d201f15c4 authored over 5 years ago by Sean Davis <smd.seandavis@gmail.com>
Updates for release

50abcd404c0ec9ac13da73838bb722ecf2dafc7e authored over 5 years ago by Sean Davis <smd.seandavis@gmail.com>
I18n: Update translation nb (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

c932128e7f5fd454447dc9d06c8ccbb6b4bfcbe5 authored over 5 years ago by Kjell Cato Heskjestad <cato@heskjestad.xyz>
I18n: Update translation pt (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

904a02eade7946d83d65b155fa19aaea273a1dae authored over 5 years ago by Nuno Miguel <nunomgue@gmail.com>
I18n: Update translation gl (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

1383f4ba6b10653c05565dab0f28146d36b933b6 authored over 5 years ago by Daniel Muñiz Fontoira <dani@damufo.com>
I18n: Update translation cs (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

62573a310db5cf2456c0e4b7b82073029b7286f0 authored over 5 years ago by Pavel Borecki <pavel.borecki@gmail.com>
I18n: Update translation nb (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

841e83541c0e24f3c4ce91ee123d26335a7797ca authored over 5 years ago by Kjell Cato Heskjestad <cato@heskjestad.xyz>
Back to development

585e1135b16eb7c765c85c7f15deb37c3c1024d3 authored over 5 years ago by Romain Bouvier <skunnyk@alteroot.org>
Prepare for release

37242d13d97483f413e3c5c803e6f0231b2aa7e9 authored over 5 years ago by Romain Bouvier <skunnyk@alteroot.org>
Disable perl bindings by default

7dbbf7c444d6013248f1b917151249bcc0c61676 authored over 5 years ago by Romain Bouvier <skunnyk@alteroot.org>
Fix make distcheck

- .deps file needs to be in release tarball to be able to compile vala
support

b8f9b28850a2e64ac44bdca86e62768750bbffeb authored over 5 years ago by Romain Bouvier <skunnyk@alteroot.org>
Add support for GObject introspection and vala

- Fix bug #15135

8d4284058bd7acd951f112ac6d3fd42c02eefe7f authored over 5 years ago by Olivier Duchateau <duchateau.olivier@gmail.com>
tests: Explicitly handle error reply from Ping method call

Explicitly handle the possible error reply from D-Bus when issuing
the Ping method call on xfcon...

b4bed38222aa0c389b6ded430bcdfade27e77f73 authored over 5 years ago by Michał Górny <mgorny@gentoo.org>
I18n: Update translation da (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

c85b6f9d9742eb9c305a3b833948b8bc6cd0acdf authored over 5 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation hy_AM (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

080841bf6cea6f2e76209f68bf47eb26281e5217 authored over 5 years ago by Real School <translator_students@realschool.am>
I18n: Add new translation hy_AM (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

6c0db9b6c0923abc03acb8612c51ea96074f5f4c authored over 5 years ago by Real School <translator_students@realschool.am>
I18n: Update translation da (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

8337b0facd67cdbc68211f0c2243387e66d7d1b0 authored over 5 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation da (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

d89d2cc8d6aee9ebcfe2592c59dc17e16a1020e9 authored over 5 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation da (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

0afc148ae3807b2029af44aa05bdeebf5b4c0683 authored over 5 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation da (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

6fd7054c6955750aa98d3b5cef2253839c75ed49 authored over 5 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation da (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

f08709931d22d11d834189c9e1c528970fe32dd3 authored over 5 years ago by Anonymous <noreply@xfce.org>
Back to development

1978bb7072c09deadca4578184b3b03003744afa authored over 5 years ago by Sean Davis <smd.seandavis@gmail.com>
Updates for release

d4574638830a262e81f5b7d4ac848bc6e35949dd authored over 5 years ago by Sean Davis <smd.seandavis@gmail.com>
I18n: Update translation da (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

f6b89b77db7f64aabd07ff29556675deaf984618 authored over 5 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation da (100%).

68 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

93a32d60e7538a343aedfba4a46ff08feefd724f authored over 5 years ago by Anonymous <noreply@xfce.org>
I18n: Update translation is (66%).

45 translated messages, 23 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

9a3ef5b0d9eaa3e4df2cd487f5b84bbc673ebdbf authored over 5 years ago by Sveinn í Felli <sv1@fellsnet.is>
I18n: Update translation is (57%).

39 translated messages, 29 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

c977d2c732e2ef20a3d58d30f277f16415af7150 authored over 5 years ago by Sveinn í Felli <sv1@fellsnet.is>