| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
| |
Current problems:
1. Still need to detect when the sort column has changed in the DDTreeWidget subclass to emit the first signal.
2. Need to listed for the signal from the BrowserWidget in the MainUI and save that column into the settings.
3. As needed, the MainUI needs to run "setTreeWidgetSortColumn(int,bool)" on a new BrowserWidget based on the last-saved sorting column.
|
| |
|
|
|
|
| |
Make lumina-fm show dir contents a *lot* faster now.
|
|
|
|
| |
This prevents it from delaying the UI from updating.
|
| |
|
|
|
|
| |
Also fix the showing of thumbnails within the right-column widget.
|
| |
|
|
|
|
| |
lumina-fileinfo
|
|
|
|
| |
resizing.
|
|
|
|
| |
changes in the current directory. This speeds up sequential re-scans considerably.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
This is still disabled for the moment, but the initial tests seem to indicate that the new backend is faster and more stable than the current system.
|
|
|