From 3fab07c967461aa68de98345395a57830abb789d Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Fri, 18 Mar 2022 19:56:20 +0100 Subject: Prettify labels in back/forward button menu Adds a compact label based on the closes place similar to the address bar (e.g. instead of /home/user/Pictures/Holidays it will show Pictures/Holidays), unless "show full path in address bar" is enabled. Also, add the folder icon --- src/dolphinmainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 1a3ec4efb..fbe926cef 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -653,6 +653,9 @@ private: */ bool addHamburgerMenuToToolbar(); + /** Creates an action representing an item in the URL navigator history */ + static QAction *urlNavigatorHistoryAction(const KUrlNavigator *urlNavigator, int historyIndex, QObject *parent = nullptr); + private: /** * Implements a custom error handling for the undo manager. This -- cgit v1.3