aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/MainUI.h
Commit message (Collapse)AuthorAge
* create new folder in lumina-fmlbartoletti2018-11-09
|
* add sort by menuq5sys2018-03-29
|
* Add a "Verify File Delete" view option to lumina-fmKen Moore2018-03-21
| | | | | When checked (default) it will prompt about filesystem deletions. When unchecked, it will not prompt and just delete the items.
* Split the LFileInfo class into it's own files.Ken Moore2017-11-15
|
* Re-enable the "Root Mode" warning at the top of lumina-fm, and setup the ↵Ken Moore2017-10-25
| | | | root detection to work properly.
* add logic for launching lumina-fm as rootq5sys2017-10-24
|
* warning banner for running lumina-fm as root_q5sys2017-10-24
|
* 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.
* fix dirtreepane bugs and deactive from menuq5sys2017-06-13
|
* redo dirtreepane to work the same as other optionsq5sys2017-06-13
|
* Add "back" in the option to show/skip image file previews.Ken Moore2017-06-08
|
* Finish up the last couple buttons/actions related to the new Tray UI.Ken Moore2016-10-20
| | | | | | 1) If closing the main window while an operation is running, hide it instead until the file operation is finished - then close. 2) Fix the icon on the show errors button 3) Hook up the show errors button to show a scroll dialog with the errors.
* Another large update to lumina-fm:Ken Moore2016-10-13
| | | | Have all file operations performed in the background, and show up within a new system tray icon *if* the operation lasts longer than 1 second (automatic cleanup for short ops).
* Commit a large update to lumina-fm:Ken Moore2016-09-30
| | | | | | | | | | The entire backend has been rewritten around multi-threading, and is much faster and more responsive now. The entire browsing widget has been redesigned for a better workflow and cleaner UI. The tabs/columns "group modes" have been removed. Instead, tabs are always used, but each browser supports a single/dual columns *within* each tab (via a couple simple buttons on the toolbar). Each column within a tab will share the same interface buttons (toolbar actions, ZFS snapshot slider,etc) - and they will reflect the settings on the "Active" column (with appropriate visual changes to indicate which one is active). The icon size options have also been removed from the menu bar and are now a couple small "zoom" buttons on the browsing widgets instead. KNOWN REGRESSION: Keyboard shortcuts have not been tested and re-added as necessary yet.
* Disable the Completer used within lumina-fm to speed up loading.Ken Moore2016-09-23
| | | | Also add the beginnings of a new backend for directory browsing.
* Add the beginnings of git integration within lumina-fm. Currently it can ↵Ken Moore2016-09-13
| | | | detect whether the user is looking at a git repo or not, and can probe/show the status of the repo if within one.
* Added Ctrl+L Shortcut to focus the Line-DirAndreas Sinz2016-09-06
|
* Add keyboard shortcut for showing/hiding hidden filesq5sys2016-06-23
|
* Another large batch of updates:Ken Moore2016-06-14
| | | | | 1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina 2) Update the Glass theme a bit more.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15