From 050b861d8f9904d905bc74963780ec5c8f2982a8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 2 Nov 2012 09:55:20 +0100 Subject: Fix and improve rekonq tools menu - added "open" menu (A-LA firefox) with: - new tab - new windown - new incognito window ------ - open (local) file - added "bookmarks" menu with: - add bookmark ---- - show bookmarks page - show bookmarks toolbar - edit bookmarks (maybe, we'll list all bk after a separator there in the future...) - show history && downloads page Obviously checked/fixed all the relative slots finally, added in the menu quit option :D --- src/webwindow/webwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webwindow/webwindow.h') diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index ffd65477..c37704d5 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -128,6 +128,8 @@ private Q_SLOTS: // special pages void openDownloadsPage(); + void openHistoryPage(); + void openBookmarksPage(); void openHomePage(Qt::MouseButtons, Qt::KeyboardModifiers); // Tools Menu slots -- cgit v1.2.1