| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
| |
resizing.
|
|
|
|
| |
changes in the current directory. This speeds up sequential re-scans considerably.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
such is done in the external thread - so images appear as they are ready instead of bogging down the main thread..
|
| |
|
|
|
|
| |
real difference, just more formally-correct.
|
|
|
|
| |
to speed up the loading of individual items quite a bit (something in Qt is not re-using previously loaded QIcons any more?)
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
Also add the beginnings of a new backend for directory browsing.
|