From 04b5af3c9996f24764fddb4819f38e178c5dff4a Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 30 Sep 2016 14:40:40 -0400 Subject: Commit a large update to lumina-fm: 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. --- src-qt5/desktop-utils/lumina-fm/MainUI.ui | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) (limited to 'src-qt5/desktop-utils/lumina-fm/MainUI.ui') diff --git a/src-qt5/desktop-utils/lumina-fm/MainUI.ui b/src-qt5/desktop-utils/lumina-fm/MainUI.ui index 3c11d87e..f356eadb 100644 --- a/src-qt5/desktop-utils/lumina-fm/MainUI.ui +++ b/src-qt5/desktop-utils/lumina-fm/MainUI.ui @@ -131,23 +131,11 @@ - - - Group Mode - - - - - - - - - @@ -164,18 +152,6 @@ - - - Edit - - - - - - - - - Git @@ -184,7 +160,6 @@ - @@ -193,7 +168,7 @@ - New Browser + New Tab New Browser @@ -425,7 +400,7 @@ - Close Browser + Close Tab Ctrl+W -- cgit