summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* xfce_append_quoted -> xfce_g_string_append_quotedMShrimp42022-02-231-4/+4
| | | | Related:libxfce4util!24
* Replace exo- functions with xfce-stringYongha Hwang2022-02-233-3/+5
| | | | Related: exo#82, libxfce4util!24
* Add UCA parameter to specify a number of files (Issue #26)Connor Behan2021-12-165-6/+98
| | | | | | | | | | | | | 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
* Add link to thunar doc. to uca chooser dialog (Issue #245)Alexander Schwinn2021-10-241-1/+5
| | | | And align info icon to the top
* Add possibility to 'trust' launchers (Issue #156)Yongha Hwang2021-07-052-34/+335
| | | | | | | | | | | | 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: https://gitlab.xfce.org/xfce/exo/-/merge_requests/44 https://gitlab.xfce.org/xfce/libxfce4util/-/merge_requests/16
* Replace ExoBinding with GBinding equivalentYongha Hwang2021-05-188-28/+28
| | | | | For more details, please read https://gitlab.xfce.org/xfce/exo/-/issues/60
* Increase min. size of "text" field in bulk renamer (Issue #474)Alexander Schwinn2021-01-141-1/+1
|
* Remove GSourceFunc castsOlaf Hering2020-12-241-1/+10
| | | | | | Convert the callbacks into a real GSourceFunc. Signed-off-by: Olaf Hering <olaf@aepfle.de>
* Add submenus for custom actions (Issue #184)Alexander Schwinn2020-12-245-15/+186
|
* Ignore unknown XML elements in UCA.xmlAlexander Schwinn2020-12-021-10/+9
| | | | | | | ... 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)
* Remove unused variableAndre Miranda2020-07-251-1/+0
|
* Make use of shared field codes expansion of libxfce4utilTamaranch2020-07-211-79/+21
| | | | Followup of https://gitlab.xfce.org/xfce/libxfce4util/-/merge_requests/2 Fixes !23
* renamed all README files to README.md and modified the content in orderAlexander Schwinn2020-05-1417-158/+97
| | | | | | to use markdown language. Slightly updated the main README.md according to our current environment
* Allow compilation with panel 4.15Andre Miranda2019-11-031-1/+1
|
* Fixed unused variable warningAlexander Schwinn2019-09-231-1/+1
|
* Clear user customizable action shortcut when the action is deletedReuben Green2019-09-171-0/+14
| | | | | | | | | 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.
* Prevent Gtk-CRITICAL when adding or modifying a user customizable action.Reuben Green2019-09-171-1/+1
| | | | | | | | | 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.
* Thunar SendTo Email: Add missing archive formats for archive detectionSergey Ponomarev2019-09-061-0/+10
| | | (Bug #15917)
* sendto plugin: fix content type resolution. (Bug #15916)Sergey Ponomarev2019-09-031-1/+2
| | | | | | | | 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>
* sendto plugin: extract function tse_file_is_archiveSergey Ponomarev2019-09-031-15/+27
| | | | | | | (Bug #15916) Signed-off-by: Sergey Ponomarev <stokito@gmail.com> Signed-off-by: Alexander Schwinn <alexxcons@xfce.org>
* sendto plugin: move g_file_info_get_content_type() call out of the cycleSergey Ponomarev2019-09-031-4/+3
| | | | | | | (Bug #15916) Signed-off-by: Sergey Ponomarev <stokito@gmail.com> Signed-off-by: Alexander Schwinn <alexxcons@xfce.org>
* Use https where possibleAndre Miranda2019-07-131-1/+1
|
* Fix XML declaratation in uca.xml (Bug #13623)Theo Linkspfeifer2019-07-091-1/+1
|
* Rename (Bug #15579)Andre Miranda2019-06-163-7/+6
|
* Rename Camelcase to Title Case (Bug #15460)Andre Miranda2019-06-091-1/+1
|
* thunar-sendto-email.desktop: use xdg mail-send iconMaurizio Galli2019-05-311-1/+1
| | | (Bug #15499)
* Fix how wallpaper is set on GnomeAndre Miranda2019-05-141-18/+9
|
* Thunar crashes after clicking when XDG_SESSION_TYPE isn't properly set (Bug ↵Alexander Schwinn2019-05-081-143/+110
| | | | #15366) - Use $XDG_CURRENT_DESKTOP instead of gdk_x11_get_default_xdisplay to decide which desktop is currently used.
* Fix compiler error -Wcast-function-type (GCC 8)Andre Miranda2019-04-142-2/+3
|
* Improve description of UCA command parameters (Bug #14720)Andre Miranda2018-09-261-2/+2
|
* Thunar Bulk Renamer has a start limit (9999) to rename by numberAlexander Schwinn2018-09-083-7/+14
| | | (Bug #14437)
* thunar-uca: Fix spacing for the editorSean Davis2018-09-062-17/+66
|
* thunar-sbr: Allow date format to expandSean Davis2018-09-061-0/+1
|
* thunar-sbr: Utilize a grid for the number renamerSean Davis2018-09-061-16/+15
|
* thunar-sbr: Use grid for better alignment with date renamerSean Davis2018-09-061-17/+15
|
* thunar-apr: Reduce spacing between standard params and optionsSean Davis2018-09-061-1/+1
|
* Fix UAC forgets keyboard shortcut (Bug #14617)Anna Arad2018-08-211-1/+5
|
* Segfault in XInternAtom when clicking or typing when using waylandAlexander Schwinn2018-06-211-8/+5
| | | | ( Part II ) (Bug #14461)
* Segfault in XInternAtom when clicking or typing when using wayland (BugAlexander Schwinn2018-06-191-0/+8
| | | #14461)
* Avoid use of invalid pointer values in UCA (Bug #14464)Andre Miranda2018-06-181-6/+7
|
* Replace gdk_error_trap_* by X11 specific functionsAndre Miranda2018-06-021-2/+2
|
* Improve UCA keyboard shortcut wordingAndre Miranda2018-03-232-5/+5
| | | | And fix two typos
* Make it possible to assign accelerators to custom actionsAndre Miranda2018-03-226-24/+275
|
* Thunar User Configurable Actions do not work for remote locationsAmbroz Bizjak2018-03-042-17/+21
| | | (bug #7652), patch from (bug#7305)
* - bumped dependency to xfce4-panel to API v.2 / 4.12.0Alexander Schwinn2018-02-271-1/+0
| | | - removed superfluous line in desktop file of thunar-tpa
* missing codegen for "make dist" in thunar-tpa (bug #14190)Alexander Schwinn2018-01-231-1/+3
|
* Ported thunar-tpa to gdbus - part II (bug #14038)Alexander Schwinn2018-01-231-11/+9
|
* fixed bug - no bool argument available for dbus signal "TrashChanged"Alexander Schwinn2018-01-212-9/+5
|
* Ported thunar-tpa to gdbus (bug #14038)Alexander Schwinn2018-01-213-123/+114
|
* Replace a couple of gdk deprecated functionsAndre Miranda2018-01-141-20/+17
| | | | Also make TWP select the monitor where Thunar's main window is