Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge all file-context-menus into one (Bug #14410)ReplaceGtkAction52 | Alexander Schwinn | 2020-05-17 | 3 | -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 Schwinn | 2020-05-17 | 13 | -473/+0 |
| | |||||
* | Remove unused deprecated GtkUiManager (Bug #16654) | Alexander Schwinn | 2020-05-17 | 11 | -409/+1 |
| | |||||
* | removed unused signal (back) on thunar-window (Bug #16654) | Alexander Schwinn | 2020-05-17 | 1 | -18/+0 |
| | |||||
* | re-introduce bookmarks into window menu (Bug #16654) | Alexander Schwinn | 2020-05-17 | 1 | -258/+170 |
| | |||||
* | re-introduce support for thunarx (Bug #16654) | Alexander Schwinn | 2020-05-17 | 13 | -441/+233 |
| | |||||
* | re-introduce redirection of tooltips into statusbar (Bug #16654) | Alexander Schwinn | 2020-05-17 | 3 | -106/+80 |
| | |||||
* | remove all GtkActionEntries, they are not used any more (Bug #16654) | Alexander Schwinn | 2020-05-17 | 7 | -480/+9 |
| | |||||
* | use XfceGtkActionEntry for toolbar | Alexander Schwinn | 2020-05-17 | 10 | -827/+319 |
| | | | | - re-introduce history (Bug #16654) support - remove now obsolete thunar-history-action | ||||
* | Re-Introduce support for gesture actions (Bug #16654) | Alexander Schwinn | 2020-05-17 | 1 | -29/+22 |
| | |||||
* | Re-introduce view-specific menu items (Bug #16654) | Alexander Schwinn | 2020-05-17 | 7 | -52/+323 |
| | | | | - Propagate "append-item" methods down into concrete view widgets | ||||
* | provide possibility to add menu items for "select one/all/invert" | Alexander Schwinn | 2020-05-17 | 2 | -47/+133 |
| | | | inthunar-standard-view (Bug #16654) | ||||
* | Remove "thunar-trash-action", since it is not used any more (Bug #16654) | Alexander Schwinn | 2020-05-17 | 4 | -219/+0 |
| | |||||
* | Use XfceGtkMenuAction for thunar window menu (Bug #16654) | Alexander Schwinn | 2020-05-17 | 4 | -691/+830 |
| | |||||
* | re-enable file-selection after create/rename (Bug #16654) | Alexander Schwinn | 2020-05-17 | 4 | -9/+52 |
| | |||||
* | Use thunar-menu and xfce_gtk_tool_button in bulk renamer (Bug #16654) | Alexander Schwinn | 2020-05-17 | 1 | -92/+111 |
| | |||||
* | Moved thunar-tempates-action (aka "create document" menu item) into | Alexander Schwinn | 2020-05-17 | 8 | -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 Schwinn | 2020-05-17 | 6 | -67/+106 |
| | |||||
* | Introduced widget thunar-menu in order to unify the way menus are build | Alexander Schwinn | 2020-05-17 | 4 | -8/+460 |
| | | | in thunar, and used it for the context menu (Bug #16654) | ||||
* | moved all actions which can be re-used by other widgets from | Alexander Schwinn | 2020-05-17 | 4 | -984/+569 |
| | | | | standard-view to launcher (Bug #16654) - Make use of XfceGtkActionEntries | ||||
* | giant commit | Alexander Schwinn | 2020-05-17 | 7 | -1080/+998 |
| | |||||
* | Only open device after successful mount attempt (Bug #16831) | Theo Linkspfeifer | 2020-05-14 | 1 | -1/+1 |
| | |||||
* | Fix shortcut support for addressbar (Bug #4537 and Bug #13680) | DarkTrick | 2020-05-14 | 1 | -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 view | Theo Linkspfeifer | 2020-05-13 | 1 | -3/+3 |
| | |||||
* | Fix crash in bulk renamer on repeated rename (Bug #16824) | Theo Linkspfeifer | 2020-05-12 | 1 | -0/+1 |
| | |||||
* | Add checks for 0 handles (Bug #14122) | Anton Danilkin | 2020-05-10 | 1 | -2/+21 |
| | |||||
* | Replace 'thunar_return_if_fail (THUNAR_IS_DEVICE (device))' with | Theo Linkspfeifer | 2020-05-09 | 1 | -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 Miranda | 2020-05-06 | 1 | -1/+1 |
| | |||||
* | Option to rename a file when existing copy conflicts (Bug #16686) | Cyrille Pontvieux | 2020-05-02 | 7 | -11/+208 |
| | |||||
* | Add THUNAR_JOB_RESPONSE_REPLACE and | Cyrille Pontvieux | 2020-05-02 | 6 | -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 + fixed | Cyrille Pontvieux | 2020-05-02 | 3 | -2/+3 |
| | | | comment | ||||
* | Split "thunar_transfer_job_execute" in multiple simpler functions to | Cyrille Pontvieux | 2020-05-02 | 1 | -170/+202 |
| | | | keep the code human readable, and as preperation for Bug #16686 | ||||
* | Remove suffix "- FileManager" from window title | Alexander Schwinn | 2020-05-01 | 1 | -4/+1 |
| | |||||
* | Add comment about overshoot fade issue not reproducible anymore | Andre Miranda | 2020-04-25 | 1 | -0/+2 |
| | |||||
* | Fix check if folder is fully loaded when expanding path in tree view. | Theo Linkspfeifer | 2020-04-22 | 1 | -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 Linkspfeifer | 2020-04-22 | 1 | -4/+4 |
| | | | | rare cases | ||||
* | Bug #16717: Move from exo-csource to xdt-csource | Romain Bouvier | 2020-04-19 | 1 | -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 Linkspfeifer | 2020-04-19 | 1 | -1/+4 |
| | |||||
* | Show URI in tooltip for devices connected via MTP (Bug #16566) | Theo Linkspfeifer | 2020-04-19 | 1 | -1/+3 |
| | |||||
* | Pause button on copy/move (Bug #16685) | Cyrille Pontvieux | 2020-04-17 | 5 | -7/+153 |
| | |||||
* | Allow drag-and-drop of multiple files in icon view (Bug #2487) | Theo Linkspfeifer | 2020-04-14 | 2 | -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 Green | 2020-04-14 | 1 | -23/+0 |
| | | | | | Has been rendered obsolete by commit dba8f1478251119974b5849e3f93730fded5d090 in exo (Bug #16286) | ||||
* | Fix typo in debug message: happend -> happened | Unit 193 | 2020-04-12 | 1 | -1/+1 |
| | |||||
* | Delete native files faster (Bug #16641) | Andre Miranda | 2020-04-10 | 1 | -5/+38 |
| | |||||
* | Add keywords to .desktop files to thunar (bug #16618) | Yousuf Philips | 2020-04-06 | 1 | -0/+1 |
| | |||||
* | Support libxfce4ui XfceTitledDialog new API (Bug #16616) | Andre Miranda | 2020-04-02 | 1 | -0/+12 |
| | |||||
* | Reduce vertical space in Templates info popup | Theo Linkspfeifer | 2020-03-30 | 1 | -1/+1 |
| | |||||
* | hide android phone from network group (bug #11584) | Yousuf Philips | 2020-03-30 | 1 | -2/+3 |
| | |||||
* | Reduce size of Templates info popup | Alexander Schwinn | 2020-03-29 | 1 | -0/+2 |
| | |||||
* | Do not add "cant-write" emblem to files in the Trash | Theo Linkspfeifer | 2020-03-25 | 1 | -1/+1 |
| |