- Apr 17, 2023
-
-
Alexander Schwinn authored
(cherry picked from commit a83baf9b)
-
- Nov 27, 2022
-
-
Alexander Schwinn authored
-
- Nov 24, 2022
-
-
Alexander Schwinn authored
These have to be insensitive for read-only files
-
-
- Nov 04, 2022
- Nov 02, 2022
-
-
Alexander Schwinn authored
Set it to "Zoomed" in case it is unset, or set to "None".
-
- Oct 27, 2022
-
-
Alexander Schwinn authored
MR !307
-
- Sep 18, 2022
-
-
Andre Miranda authored
-
- Jun 28, 2022
-
-
When using 'Search & Replace' with regular expression, only the first match was found and replaced. With this patch, all patterns matching the expression will be found and replaced. MR !235
-
- Jun 07, 2022
-
-
Before escaped characters were edited in some cases MR !261
-
- May 20, 2022
- Apr 02, 2022
-
-
- Feb 23, 2022
-
-
Related:libxfce4util!24
-
Related: exo#82, libxfce4util!24
-
- Dec 16, 2021
-
-
This adds a string to the model and a new entry in the preferences dialog for setting it. It is designed to store upper and lower limits for the number of files to which a custom action may be applied. When checking if an action can be ignored, the code parses the string using '-' as a delimiter. If elements on both sides of it exist, they are converted to integers and compared to the number of files in the list for the action. Perhaps there is already code to do this in a more sophistocated way. E.g. in programs that ask for printer options. MR !175
-
- Oct 24, 2021
-
-
Alexander Schwinn authored
And align info icon to the top
-
- Jul 05, 2021
-
-
Only using the executable flag to 'trust' launchers is insecure, because the flag e.g. can be pre-set in archives. 'Trusting' a launcher now will generate a checksum of the launcher and store it via gvfs-metadata. MR !121 Fixes #156 Related Merge requests: exo!44 libxfce4util!16
-
- May 18, 2021
-
-
For more details, please read exo#60
-
- Jan 14, 2021
-
-
Alexander Schwinn authored
-
- Dec 24, 2020
-
-
O H authored
Convert the callbacks into a real GSourceFunc. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
Alexander Schwinn authored
-
- Dec 02, 2020
-
-
Alexander Schwinn authored
... instead of failing to load all UCA's. This will simplify switching between thunar versions with different UCA elements. (E.g. When a new element will be introduced, like foreseen in Issue #184)
-
- Jul 25, 2020
-
-
Andre Miranda authored
-
- Jul 21, 2020
-
-
Followup of libxfce4util!2 Fixes !23
-
- May 14, 2020
-
-
Alexander Schwinn authored
to use markdown language. Slightly updated the main README.md according to our current environment
-
- Nov 03, 2019
-
-
Andre Miranda authored
-
- Sep 23, 2019
-
-
Alexander Schwinn authored
-
- Sep 18, 2019
-
-
Bug #15970 Fixes a bug which causes a keyboard shortcut to become permenantly unavailable for use in a user customizable action (uca) if it has been used in a previously deleted uca, by adding code to clear any keyboard shortcut associated to a uca when it is deleted.
-
Bug #15970 Adds a check for a NULL value which occurs when adding a new user customizable action or adding a keyboard shortcut to one which previously did not have one. This NULL value itself is not an error, since it indicates the abscence of an existing shortcut, but the lack of this check causes a Gtk-CRITICAL error.
-
- Sep 06, 2019
-
-
(Bug #15917)
-
- Sep 03, 2019
-
-
Additionally request G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE for tse_data->info. This is needed later for g_file_info_get_content_type() call inside tse_file_is_archive() Signed-off-by:
Sergey Ponomarev <stokito@gmail.com> Signed-off-by:
Alexander Schwinn <alexxcons@xfce.org>
-
(Bug #15916) Signed-off-by:
Sergey Ponomarev <stokito@gmail.com> Signed-off-by:
Alexander Schwinn <alexxcons@xfce.org>
-
(Bug #15916) Signed-off-by:
Sergey Ponomarev <stokito@gmail.com> Signed-off-by:
Alexander Schwinn <alexxcons@xfce.org>
-
- Jul 13, 2019
-
-
Andre Miranda authored
-
- Jul 09, 2019
-
-
- Jun 16, 2019
-
-
Andre Miranda authored
-
- Jun 09, 2019
-
-
Andre Miranda authored
-
- May 31, 2019
-
-
(Bug #15499)
-