aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/MainUI.ui
Commit message (Collapse)AuthorAge
* create new folder in lumina-fmlbartoletti2018-11-09
|
* add sort by menuq5sys2018-03-29
|
* Fix up the spacing/margins for the UI.Ken Moore2018-03-21
|
* 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.
* add skeleton for file transfer dialogq5sys2017-12-13
|
* add file menu shortcuts into lumina-fmq5sys2017-11-24
|
* finish up integration of launch lumina-fm as rootq5sys2017-10-31
|
* add logic for launching lumina-fm as rootq5sys2017-10-24
|
* 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
|
* 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.
* 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.
* 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