summaryrefslogtreecommitdiff
path: root/src/webwindow/webwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-11-02 09:55:20 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:06 +0100
commit050b861d8f9904d905bc74963780ec5c8f2982a8 (patch)
tree703ef601d6b636677a38fd5e3462f761ab9dd77c /src/webwindow/webwindow.h
parentImprove webapp creation, fixing title name choice (diff)
downloadrekonq-050b861d8f9904d905bc74963780ec5c8f2982a8.tar.xz
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
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r--src/webwindow/webwindow.h2
1 files changed, 2 insertions, 0 deletions
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