aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h
Commit message (Collapse)AuthorAge
* Update the "open-with" menu for lumina-fm so that is shows recommendations ↵Ken Moore2017-07-12
| | | | directly in the menu.
* Finish up all the new TreeWidget stuff from JT:Ken Moore2017-06-26
| | | | | | | | | 1. Save/load the size of the tree widget between sessions (sync size across all tabs as well). 2. Sync the tree widget with the browser with regards to whether hidden files should be shown or not. 3. Tie the tree widget "dir model" to the line edit so we get auto-completions again. 4. Make sure the tree widget shows the "normalized" directory path (does not show ZFS snapshot dirs and such). 5. Clean up a lot of debugging messages and comment out unused variable declarations. 6. Change the Browser thumbnail loading/scaling routine to always run based on image resolution rather than file size.
* Get the new side-pane TreeView up and running with q5sys's input.Ken Moore2017-06-16
|
* add prototype for autoextract menu entryq5sys2017-06-16
|
* another crack at openwith menuq5sys2017-06-16
|
* add dirtreepane connection logicq5sys2017-06-16
|
* fix dirtreepane bugs and deactive from menuq5sys2017-06-13
|
* redo dirtreepane to work the same as other optionsq5sys2017-06-13
|
* add dirtreepane prototype codeq5sys2017-06-13
|
* Add "back" in the option to show/skip image file previews.Ken Moore2017-06-08
|
* Re-enable all the keyboard shortcuts for lumina-fm (and a few extras). All ↵Ken Moore2016-10-03
| | | | the shortcuts are also listed within the context menus as appropriate.
* Oops, forgot to add a couple new files.Ken Moore2016-09-30
bgstack15