- 20 Jan, 2023 1 commit
-
-
Anonymous authored
68 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 13 Jan, 2023 1 commit
-
-
Anonymous authored
68 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 30 Dec, 2022 1 commit
-
-
Anonymous authored
68 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 18 Dec, 2022 1 commit
-
-
The faulty check breaks the recursive deletion of keyboard shortcuts which are mapped to a single letter or number. Fixes: libxfce4ui#59 Related: libxfce4ui@0da4040d
-
- 16 Dec, 2022 1 commit
-
-
Gaël Bonithon authored
It was case insensitive for channel and property names since 2ab4e553, so almost originally. Then the property names became case sensitive at some point, and there are now several channels using property names containing capital letters, e.g. those of Xfce4-settings. Channel names, on the other hand, remained case-insensitive, but only halfway: only the insertion into the hash table is done in lower case. But the fact that it is only halfway can cause various problems, including unexpected channel resets (see #31). Since there seems to be no good reason to enforce case insensitivity for channel names either, we simply remove this lowercase insertion into the hash table. Fixes: #31 MR: !28 Related: !27, 2ab4e553
-
- 15 Dec, 2022 2 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 05 Dec, 2022 1 commit
-
-
Gaël Bonithon authored
-
- 04 Dec, 2022 1 commit
-
-
Gaël Bonithon authored
Contrary to what the code assumed, the GClosureNotify of a signal connection via `g_signal_connect_data()` is not always invoked immediately after the signal handler is disconnected. The binding should therefore only be freed if we are sure that both its GClosureNotify have been invoked, i.e. when `binding->object == NULL` and `binding->channel = NULL`. Related: !29
-
- 30 Nov, 2022 2 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 29 Nov, 2022 2 commits
-
-
Gaël Bonithon authored
So we are sure that setlocale() is called. Completes: 3ce7f9db
-
Gaël Bonithon authored
ENABLE_NLS is deprecated, it will not be supported by xfce4-dev-tools 4.18, and in this case setlocale() is called by xfce_textdomain() since libxfce4util 4.17.3 anyway.
-
- 09 Nov, 2022 8 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
Fixes: #33 MR: !26
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 03 Nov, 2022 1 commit
-
-
Romain Bouvier authored
- "release" stage need to run with xvfb too
-
- 01 Nov, 2022 2 commits
-
-
Alexander Schwinn authored
-
Alexander Schwinn authored
-
- 06 Sep, 2022 1 commit
-
-
Alexander Schwinn authored
In order to make this package LTO ready For more details, see #8
-
- 03 Sep, 2022 1 commit
-
-
Gaël Bonithon authored
This is primarily for Flatpak packaging, where a "private service" is desirable, although one could imagine using it in other contexts. The prefix must be specified via the environment variable `XFCONF_SERVICE_NAME_PREFIX`. Closes: #27 Related: tumbler!21 MR: !18
-
- 25 Jun, 2022 1 commit
-
-
Anonymous authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 28 Apr, 2022 1 commit
-
-
Anonymous authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 31 Mar, 2022 1 commit
-
-
Emin Tufan Çetin authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 06 Mar, 2022 2 commits
-
-
Gaël Bonithon authored
`on_failure` allows to retrieve artifacts in case of failure, and only in that case: see https://docs.gitlab.com/ee/ci/yaml/index.html#artifactswhen The build takes place in a directory of the form `xfconf-${version}git${commit}/_build/sub` at the moment, but the `_build/sub` part could possibly change in the future, as it is added by Gitlab. So the easiest and most robust way seems to be to recover the `test-suite.log` files without worrying about the path. See also !19 (comment 43611)
-
Andre Miranda authored
As 'expire_in' is not specified the default should be 30 days
-
- 05 Mar, 2022 1 commit
- 04 Mar, 2022 1 commit
-
-
Steve Harris authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 28 Feb, 2022 1 commit
-
-
- 18 Nov, 2021 1 commit
-
-
Luna Jernberg authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 17 Nov, 2021 2 commits
-
-
-
Thanks-to: Andre Miranda
-
- 14 Nov, 2021 1 commit
-
-
AndreiNovikov authored
68 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 10 Nov, 2021 2 commits
-
-
Fixes #25.
-
-