summaryrefslogtreecommitdiff
path: root/src/webwindow/rekonqui.rc
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/rekonqui.rc
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/rekonqui.rc')
-rw-r--r--src/webwindow/rekonqui.rc27
1 files changed, 21 insertions, 6 deletions
diff --git a/src/webwindow/rekonqui.rc b/src/webwindow/rekonqui.rc
index 798f6d4e..c6d28455 100644
--- a/src/webwindow/rekonqui.rc
+++ b/src/webwindow/rekonqui.rc
@@ -1,14 +1,18 @@
<?xml version="1.0"?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
-<gui name="rekonq" version="65">
+<gui name="rekonq" version="66">
<!--- =========== Rekonq Menu ============= -->
<Menu name="rekonqMenu" noMerge="1">
- <Action name="new_tab" />
- <Action name="new_window" />
- <Action name="private_browsing" />
+ <Menu name="openMenu" noMerge="1">
+ <text>&amp;Open</text>
+ <Action name="new_tab" />
+ <Action name="new_window" />
+ <Action name="private_browsing" />
+ <Separator/>
+ <Action name="file_open" />
+ </Menu>
<Separator/>
- <Action name="file_open" />
<Action name="file_save_as" />
<Action name="file_print" />
<Action name="edit_find" />
@@ -37,7 +41,16 @@
</Menu>
<Separator/>
- <Action name="show_bookmarks_toolbar" />
+ <Menu name="bookmarksMenu" icon="bookmarks" noMerge="1">
+ <text>&amp;Bookmarks</text>
+ <Action name="bookmark_add" />
+ <Separator/>
+ <Action name="open_bookmarks_page" />
+ <Action name="show_bookmarks_toolbar" />
+ <Action name="bookmark_edit" />
+ <!-- TODO: would we list all bookmarks, after a separator, here?? -->
+ </Menu>
+ <Action name="open_history_page" />
<Action name="open_downloads_page" />
<Separator/>
<Action name="fullscreen" />
@@ -57,6 +70,8 @@
</Menu>
<Action name="options_configure" />
+ <Separator/>
+ <Action name="file_quit" />
</Menu>
<!--- ====================================== -->