aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/MainUI.cpp
Commit message (Collapse)AuthorAge
* adding iconsq5sys2017-02-06
|
* Fix up the appearance of the Git menu when opening new tabs.Ken Moore2017-01-05
|
* fix missing ;JT Pennington2017-01-02
|
* add two quick shortcutsJT Pennington2017-01-02
| | | add shortcut for bookmark manager and to refresh external devices
* Hide the small menu popup during the lumina-fm init routine.Ken Moore2016-12-16
|
* Fix up the loading of the "show hidden files" option at the start of a ↵Ken Moore2016-11-28
| | | | browser widget in lumina-fm.
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* 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 in the new Git Cloning Wizard. Now fully finished yet, but almost there.Ken Moore2016-09-15
|
* 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.
* Remove the initialization of a (now) unused settings file.Ken Moore2016-06-08
|
* Adjust the last couple utilities to use the new application/[terminal/email] ↵Ken Moore2016-06-08
| | | | mimetypes.
* 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