aboutsummaryrefslogtreecommitdiffstats
path: root/data/ui
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-04-20 01:20:45 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-04-20 01:20:45 +0800
commitb2c6abf1424cde68177727eabb25f9789cfdc33c (patch)
treeebe680da5b9c1130b87caf2ae72d7635c01534c4 /data/ui
parent18bb6d0b335066b06f5e95d5ab27ac5a490e90b7 (diff)
downloadgsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar
gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar.gz
gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar.bz2
gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar.lz
gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar.xz
gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.tar.zst
gsoc2013-epiphany-b2c6abf1424cde68177727eabb25f9789cfdc33c.zip
Add copy to the bookmark context menu.
2003-04-19 David Bordoley <bordoley@msu.edu> * data/ui/epiphany-bookmark-editor-ui.xml.in: Add copy to the bookmark context menu. * data/ui/epiphany-history-window-ui.xml.in: Add an edit menu. Add copy to history item context menu. * src/ephy-history-window.c: (cmd_cut), (cmd_copy), (cmd_paste), (cmd_select_all), (ephy_history_window_update_menu), (ephy_history_window_construct): Add edit menu actions. Update the edit menu when activated. Support copying the location of a history item and change the label to "Copy Location". * src/bookmarks/ephy-bookmarks-editor.c: (cmd_copy), (ephy_bookmarks_editor_update_menu): Support copying the location of a bookmark and change the label to "Copy Location".
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/epiphany-bookmark-editor-ui.xml.in4
-rw-r--r--data/ui/epiphany-history-window-ui.xml.in14
2 files changed, 14 insertions, 4 deletions
diff --git a/data/ui/epiphany-bookmark-editor-ui.xml.in b/data/ui/epiphany-bookmark-editor-ui.xml.in
index 668385f61..f0b299a39 100644
--- a/data/ui/epiphany-bookmark-editor-ui.xml.in
+++ b/data/ui/epiphany-bookmark-editor-ui.xml.in
@@ -34,9 +34,11 @@
<menuitem name="OpenInWindowBMK" verb="OpenInWindow"/>
<menuitem name="OpenInTabBMK" verb="OpenInTab"/>
<separator name="BookmarksPopupSep1"/>
+ <menuitem name="CopyBMK" verb="Copy"/>
+ <separator name="BookmarksPopupSep2"/>
<menuitem name="RenameBMK" verb="Rename"/>
<menuitem name="DeleteBMK" verb="Delete"/>
- <separator name="BookmarksPopupSep2"/>
+ <separator name="BookmarksPopupSep3"/>
<menuitem name="BMKProperties" verb="Properties"/>
</popup>
diff --git a/data/ui/epiphany-history-window-ui.xml.in b/data/ui/epiphany-history-window-ui.xml.in
index a4a10885d..404a5940f 100644
--- a/data/ui/epiphany-history-window-ui.xml.in
+++ b/data/ui/epiphany-history-window-ui.xml.in
@@ -4,12 +4,19 @@
<submenu name="FileMenu" verb="File">
<menuitem name="FileOpenInWindow" verb="OpenInWindow"/>
<menuitem name="FileOpenInTab" verb="OpenInTab"/>
- <separator name="FileSep2"/>
- <menuitem name="FileClear" verb="Clear"/>
- <separator name="FileSep3"/>
+ <separator name="FileSep1"/>
<menuitem name="FileClose" verb="Close"/>
</submenu>
+<submenu name="EditMenu" verb="Edit">
+ <menuitem name="EditCut" verb="Cut"/>
+ <menuitem name="EditCopy" verb="Copy"/>
+ <menuitem name="EditPaste" verb="Paste"/>
+ <menuitem name="EditSelectAll" verb="SelectAll"/>
+ <separator name="EditSep1"/>
+ <menuitem name="EditClear" verb="Clear"/>
+</submenu>
+
<submenu name="HelpMenu" verb="Help">
<menuitem name="HelpContents" verb="HelpContents"/>
<menuitem name="HelpAbout" verb="HelpAbout"/>
@@ -22,6 +29,7 @@
<popup name="EphyHistoryWindowPopup" verb="FakeToplevel">
<menuitem name="OpenInWindowBMK" verb="OpenInWindow"/>
<menuitem name="OpenInTabBMK" verb="OpenInTab"/>
+ <menuitem name="CopyBMK" verb="Copy"/>
</popup>
</popups>