summaryrefslogtreecommitdiff
path: root/thunar
Commit message (Collapse)AuthorAgeFilesLines
* Merge all file-context-menus into one (Bug #14410)ReplaceGtkAction52Alexander Schwinn2020-05-173-378/+49
| | | | Make use of new widget "thunar-menu" for location buttons instead of providing a foreign menu
* Remove unused *ui.xml files (Bug #16654)Alexander Schwinn2020-05-1713-473/+0
|
* Remove unused deprecated GtkUiManager (Bug #16654)Alexander Schwinn2020-05-1711-409/+1
|
* removed unused signal (back) on thunar-window (Bug #16654)Alexander Schwinn2020-05-171-18/+0
|
* re-introduce bookmarks into window menu (Bug #16654)Alexander Schwinn2020-05-171-258/+170
|
* re-introduce support for thunarx (Bug #16654)Alexander Schwinn2020-05-1713-441/+233
|
* re-introduce redirection of tooltips into statusbar (Bug #16654)Alexander Schwinn2020-05-173-106/+80
|
* remove all GtkActionEntries, they are not used any more (Bug #16654)Alexander Schwinn2020-05-177-480/+9
|
* use XfceGtkActionEntry for toolbarAlexander Schwinn2020-05-1710-827/+319
| | | | - re-introduce history (Bug #16654) support - remove now obsolete thunar-history-action
* Re-Introduce support for gesture actions (Bug #16654)Alexander Schwinn2020-05-171-29/+22
|
* Re-introduce view-specific menu items (Bug #16654)Alexander Schwinn2020-05-177-52/+323
| | | | - Propagate "append-item" methods down into concrete view widgets
* provide possibility to add menu items for "select one/all/invert"Alexander Schwinn2020-05-172-47/+133
| | | inthunar-standard-view (Bug #16654)
* Remove "thunar-trash-action", since it is not used any more (Bug #16654)Alexander Schwinn2020-05-174-219/+0
|
* Use XfceGtkMenuAction for thunar window menu (Bug #16654)Alexander Schwinn2020-05-174-691/+830
|
* re-enable file-selection after create/rename (Bug #16654)Alexander Schwinn2020-05-174-9/+52
|
* Use thunar-menu and xfce_gtk_tool_button in bulk renamer (Bug #16654)Alexander Schwinn2020-05-171-92/+111
|
* Moved thunar-tempates-action (aka "create document" menu item) intoAlexander Schwinn2020-05-178-626/+343
| | | | | launcher (Bug #16654) - moved thunar-file-comparison from within thunar-tempates-action into thunar-file
* Add possibility to send to shortcuts in launcher (Bug #16654)Alexander Schwinn2020-05-176-67/+106
|
* Introduced widget thunar-menu in order to unify the way menus are buildAlexander Schwinn2020-05-174-8/+460
| | | in thunar, and used it for the context menu (Bug #16654)
* moved all actions which can be re-used by other widgets fromAlexander Schwinn2020-05-174-984/+569
| | | | standard-view to launcher (Bug #16654) - Make use of XfceGtkActionEntries
* giant commitAlexander Schwinn2020-05-177-1080/+998
|
* Only open device after successful mount attempt (Bug #16831)Theo Linkspfeifer2020-05-141-1/+1
|
* Fix shortcut support for addressbar (Bug #4537 and Bug #13680)DarkTrick2020-05-141-0/+32
| | | | | | | - Key events are now handled bottom-up, if the currently focused widget is GTK_IS_EDITABLE. - key-press/-release are both used to remain consistent event order at widgets
* Remove upper case from group names in shortcuts viewTheo Linkspfeifer2020-05-131-3/+3
|
* Fix crash in bulk renamer on repeated rename (Bug #16824)Theo Linkspfeifer2020-05-121-0/+1
|
* Add checks for 0 handles (Bug #14122)Anton Danilkin2020-05-101-2/+21
|
* Replace 'thunar_return_if_fail (THUNAR_IS_DEVICE (device))' withTheo Linkspfeifer2020-05-091-39/+45
| | | | | | | | | | | standard 'if (..)' to prevent possible crashes. (Bug #13404) ('_thunar_return_if_fail' will only be executed when compiled with debugging enabled. ) 'THUNAR_IS_DEVICE()' will be used over 'device != NULL', since that call does a bit more than checking for NULL. Co-authored-by: Alexander Schwinn <alexxcons@xfce.org>
* Fix message punctuation (Bug #16783)Andre Miranda2020-05-061-1/+1
|
* Option to rename a file when existing copy conflicts (Bug #16686)Cyrille Pontvieux2020-05-027-11/+208
|
* Add THUNAR_JOB_RESPONSE_REPLACE andCyrille Pontvieux2020-05-026-70/+98
| | | | | THUNAR_JOB_RESPONSE_SKIP to keep the code human readable, and as preperation for Bug #16686
* Introduce THUNAR_JOB_RESPONSE_MAX_INT to prevent magic number + fixedCyrille Pontvieux2020-05-023-2/+3
| | | comment
* Split "thunar_transfer_job_execute" in multiple simpler functions toCyrille Pontvieux2020-05-021-170/+202
| | | keep the code human readable, and as preperation for Bug #16686
* Remove suffix "- FileManager" from window titleAlexander Schwinn2020-05-011-4/+1
|
* Add comment about overshoot fade issue not reproducible anymoreAndre Miranda2020-04-251-0/+2
|
* Fix check if folder is fully loaded when expanding path in tree view.Theo Linkspfeifer2020-04-221-2/+9
| | | | | Prevents 100% CPU load and loosing sync with main view in some cases. (Bug #15762)
* Move iter initialization (Bug #16024) - Fixes 100%CPU on tree-view in some ↵Theo Linkspfeifer2020-04-221-4/+4
| | | | rare cases
* Bug #16717: Move from exo-csource to xdt-csourceRomain Bouvier2020-04-191-7/+7
| | | | | - exo-csource is deprecated and moved to xdt-csource - Bump minimal xdt version
* Hide disk usage in tooltip if not available (Bug #16566)Theo Linkspfeifer2020-04-191-1/+4
|
* Show URI in tooltip for devices connected via MTP (Bug #16566)Theo Linkspfeifer2020-04-191-1/+3
|
* Pause button on copy/move (Bug #16685)Cyrille Pontvieux2020-04-175-7/+153
|
* Allow drag-and-drop of multiple files in icon view (Bug #2487)Theo Linkspfeifer2020-04-142-8/+30
| | | | | | | | | Fixes a bug introduced by commit 9801a67b3a165fc1be81b520ec28b5529a9ab822 which broke multiple file drag-and-drop in icon and compact view and single-click mode in details-view Co-authored-by: Reuben Green <reubengreen73@gmail.com>
* Remove thunar_abstract_icon_view_activate_cursor_item (Bug #16692)Reuben Green2020-04-141-23/+0
| | | | | Has been rendered obsolete by commit dba8f1478251119974b5849e3f93730fded5d090 in exo (Bug #16286)
* Fix typo in debug message: happend -> happenedUnit 1932020-04-121-1/+1
|
* Delete native files faster (Bug #16641)Andre Miranda2020-04-101-5/+38
|
* Add keywords to .desktop files to thunar (bug #16618)Yousuf Philips2020-04-061-0/+1
|
* Support libxfce4ui XfceTitledDialog new API (Bug #16616)Andre Miranda2020-04-021-0/+12
|
* Reduce vertical space in Templates info popupTheo Linkspfeifer2020-03-301-1/+1
|
* hide android phone from network group (bug #11584)Yousuf Philips2020-03-301-2/+3
|
* Reduce size of Templates info popupAlexander Schwinn2020-03-291-0/+2
|
* Do not add "cant-write" emblem to files in the TrashTheo Linkspfeifer2020-03-251-1/+1
|