- 04 Dec, 2020 1 commit
-
-
Romain Bouvier authored
- fix return code check and remove bashism from tests-driver.sh - Remove INSTALL from EXTRA_DIST (not created anymore since we are using automake foreign mode) - Update .gitignore
-
- 13 Nov, 2020 1 commit
-
-
Andre Miranda authored
-
- 09 Nov, 2020 3 commits
-
-
Ali Abdallah authored
-
Ali Abdallah authored
-
Ali Abdallah authored
-
- 08 Nov, 2020 1 commit
-
-
Emin Tufan authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 06 Nov, 2020 2 commits
-
-
cryptogopher authored
-
cryptogopher authored
The code was based on false assumption that cancelling cancellable of asynchronous request stops execution of callback handler. In fact cancelling asynchronous call does not prevent callback from geting invoked. Moreover handlers for asynchronuos call are only invoked from thread's main loop. That means if you set property, then free cache you will have outstanding handler invocations with dangling pointers to XfconfCacheOldItem and no reliable way of detecting this situation inside handler. The solution is to only free old_item(s) inside handler and differentiate processing inside handler based on whether call has been cancelled (by checking cancellable status).
-
- 02 Nov, 2020 1 commit
-
-
- 30 Oct, 2020 1 commit
-
-
Besnik Bleta authored
66 translated messages, 2 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 27 Oct, 2020 1 commit
-
-
Ali Abdallah authored
This prevents make to potentially hang when -j is used with a number bigger than 1. Fixes #13.
-
- 18 Oct, 2020 1 commit
-
-
Emin Tufan authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 16 Oct, 2020 6 commits
-
-
Xfce Bot authored
64 translated messages, 4 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Besnik Bleta authored
65 translated messages, 3 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Jose Riha authored
67 translated messages, 1 untranslated message. Transifex (https://www.transifex.com/xfce/public/).
-
Real School authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Xfce Bot authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Anonymous authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 14 Sep, 2020 1 commit
-
-
Anonymous authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 31 Aug, 2020 1 commit
-
-
Ali Abdallah authored
-
- 20 Aug, 2020 1 commit
-
-
Anonymous authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 17 Jul, 2020 1 commit
-
-
Michał Górny authored
Fix a stray double-quote that causes unterminated quoted string error in dash: ./configure: 1: Syntax error: Unterminated quoted string PKG_CONFIG should remain unquoted since it may contain command options in addition to the path.
-
- 16 Jul, 2020 3 commits
-
-
Ali Abdallah authored
-
Ali Abdallah authored
-
Ali Abdallah authored
-
- 21 Jun, 2020 1 commit
-
-
Anonymous authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 12 Jun, 2020 1 commit
-
-
Anonymous authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 04 Jun, 2020 1 commit
-
-
Arman Harutyunyan authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 26 May, 2020 2 commits
-
-
Signed-off-by:
Emanuele Petriglia <inbox@emanuelepetriglia.com> Signed-off-by:
Ali Abdallah <ali.abdallah@suse.com>
-
Ivan authored
65 translated messages, 3 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 25 May, 2020 1 commit
-
-
Real School authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 19 May, 2020 1 commit
-
-
Anonymous authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 17 May, 2020 2 commits
-
-
Ali Abdallah authored
-
Ali Abdallah authored
Implement a custom test driver that will start the freshly compiled xfconfd on a different dbus name. When the test finishes, gets interrupted or exists with error, the xfconfd test instance is terminated. This will allows 'make check' and 'make distcheck' to be successful even if xfconfd is not installed or running.
-
- 15 May, 2020 1 commit
-
-
- 11 May, 2020 3 commits
-
-
Pjotr authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
So even if vala is not installed during the distcheck step, the vala bindings can be built from the dist tarball.
-
Ali Abdallah authored
-
- 02 May, 2020 2 commits
-
-
Ali Abdallah authored
use gsettings as a common channel name for GSettings backend+fix full write function return value.
-
Ali Abdallah authored
Previously, xfconf_init was called on g_io_module_load. But this will fatally fail on systems with no xfconfd running. See Bug #14789 for more details.
-