- Oct 05, 2022
-
-
Andre Miranda authored
Based on https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt
-
- Sep 06, 2022
-
-
Alexander Schwinn authored
In order to make this package LTO ready For more details, see xfconf#8
-
- Sep 05, 2022
-
-
Simon Steinbeiß authored
This GIO extension should make it easier to get values for an application from the corresponding desktop file (typically `G_KEY_FILE_DESKTOP_KEY_NAME` or `G_KEY_FILE_DESKTOP_KEY_ICON`). At its first try, `xfce_g_desktop_app_get_value` will look for `$application_name.desktop` and then return the respective key. If no such desktop file is found, it will leverage GIO's `g_desktop_app_info_search` to match a desktop file and then return the values from that. If no desktop file is found at all, the function returns `NULL`. This function can be used by Xfce applications to match application name and icon when only incomplete information is available.
-
- Sep 04, 2022
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
* Use private and standard subsections * Use /*< private >*/ * LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H -> _LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H
-
Gaël Bonithon authored
-
- Aug 11, 2022
-
-
keremet authored
-
- Jul 25, 2022
-
-
FULL NAME authored
4 translated messages, 3 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 31, 2022
-
-
Alexander Schwinn authored
-
- May 13, 2022
-
-
Romain Bouvier authored
- XDT_VERSION_INIT is available since xfce4-dev-tools 4.15.0, and simplify versions initialization in configure - We can directly use a configure.ac file now - update configure.ac syntax
-
- May 08, 2022
-
-
Πέτρος Σαμαράς authored
7 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 02, 2022
-
-
Anonymous authored
7 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 01, 2022
-
-
Anonymous authored
7 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Mar 31, 2022
-
-
Əmrə Türkoğlu Tutsaq authored
4 translated messages, 3 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Mar 24, 2022
-
-
Gaël Bonithon authored
If I'm not mistaken this check is not really necessary, i.e. these warnings are false positives. However, the code of `simple_parse_line()` is at least not clear enough to make this clear, so it's better to add it.
-
- Mar 20, 2022
-
-
Gaël Bonithon authored
Related to !24.
-
- Mar 16, 2022
-
-
Gaël Bonithon authored
-
- Mar 12, 2022
-
-
Gaël Bonithon authored
This does not always seem necessary but is generally safer, see https://www.gnu.org/software/libc/manual/html_node/Setting-the-Locale.html
-
- Feb 24, 2022
-
-
玉堂白鹤 authored
7 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Feb 21, 2022
-
-
Alexander Schwinn authored
-
Alexander Schwinn authored
-
- Feb 18, 2022
-
-
Yongha Hwang authored
-
Yongha Hwang authored
-
Yongha Hwang authored
-
Yongha Hwang authored
xfce_append_quoted () => xfce_g_string_append_quoted ()
-
Yongha Hwang authored
Related: (exo#82) Migrated useful functions from exo-string Functions xfce_str_replace : Find and replace substring Macros xfce_str_is_empty : Check if a string is either empty or NULL I_ : Abbreviation for g_intern_static_string
-
- Jan 30, 2022
-
-
Jan Ziak authored
This patch removes all custom gettext macro definitions. There are multiple issues with these macros: - They are redundant: gettext functions are already declared in <libintl.h> - The implementations of the ngettext macros are invalid - If an Xfce GUI app or plugin accidentally uses any of the gettext macros defined in xfce-i18n.h, then it completely disables localication in the app or plugin The file <libintl.h> containing the declaration of gettext() has been included by both <gi18n.h> and <gi18n-lib.h> since year 2008 (at least). The removal also resolves the following warning messages: GISCAN Libxfce4util-1.0.gir xfce-i18n.h:61: Warning: Libxfce4util: symbol='gettext': Unknown namespace for symbol 'gettext' xfce-i18n.h:62: Warning: Libxfce4util: symbol='dgettext': Unknown namespace for symbol 'dgettext' xfce-i18n.h:63: Warning: Libxfce4util: symbol='dcgettext': Unknown namespace for symbol 'dcgettext' xfce-i18n.h:64: Warning: Libxfce4util: symbol='ngettext': Unknown namespace for symbol 'ngettext' xfce-i18n.h:65: Warning: Libxfce4util: symbol='dngettext': Unknown namespace for symbol 'dngettext' xfce-i18n.h:66: Warning: Libxfce4util: symbol='dcngettext': Unknown namespace for symbol 'dcngettext' Closes: #7
-
- Sep 21, 2021
-
-
Gianvito Cavasoli authored
7 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 08, 2021
-
-
Gaël Bonithon authored
Adding GIO to gir_INCLUDES is not enough, one must also avoid conflicts with vapigen (see https://wiki.gnome.org/Projects/Vala/UpstreamGuide). Related to !16.
-
- Aug 01, 2021
-
-
Jan Ziak authored
The missing directives prevent libxfce4util to be used from C++ code.
-
- Jul 23, 2021
-
-
damufo authored
7 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Robert Antoni Buj i Gelonch authored
7 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 18, 2021
-
-
Alexander Schwinn authored
-
Alexander Schwinn authored
-
Sergios - Anestis Kefalidis authored
MR !18 Issue thunar#262
-
- Jul 06, 2021
-
-
O H authored
Fixes commit c881265b Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
- Jun 26, 2021
-
-
Alexander Schwinn authored
-
Alexander Schwinn authored
-
- Jun 25, 2021
-
-
Andre Miranda authored
Relates to appfinder#8
-