[frogr] Added frogr-menu-bar.xml
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Added frogr-menu-bar.xml
- Date: Tue, 27 Nov 2012 10:48:51 +0000 (UTC)
commit 0025bbf921a2d4ef51a97594c48ba5ff36e46f93
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Tue Nov 20 18:11:06 2012 +0100
Added frogr-menu-bar.xml
Also, moved the "Upload" item to the "File" menu and renamed "Actions"
into "Edit", to be more consitent with most of the apps.
data/gtkbuilder/frogr-menu-bar.xml | 122 ++++++++++++++++++++++++++++++++++++
1 files changed, 122 insertions(+), 0 deletions(-)
---
diff --git a/data/gtkbuilder/frogr-menu-bar.xml b/data/gtkbuilder/frogr-menu-bar.xml
new file mode 100644
index 0000000..95c6a27
--- /dev/null
+++ b/data/gtkbuilder/frogr-menu-bar.xml
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <menu id="menu-bar">
+ <submenu>
+ <attribute name='label' translatable='yes'>_File</attribute>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>_Open Projectâ</attribute>
+ <attribute name='action'>win.open-project</attribute>
+ <attribute name='accel'><Primary>o</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>_Save Project</attribute>
+ <attribute name='action'>win.save-project</attribute>
+ <attribute name='accel'><Primary>s</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>_Save Project Asâ</attribute>
+ <attribute name='action'>win.save-project-as</attribute>
+ <attribute name='accel'><Primary><Shift>s</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>_Load Picturesâ</attribute>
+ <attribute name='action'>win.load-pictures</attribute>
+ <attribute name='accel'><Primary>l</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>_Remove Pictures</attribute>
+ <attribute name='action'>win.remove-pictures</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>_Upload All</attribute>
+ <attribute name='action'>win.upload-all</attribute>
+ <attribute name='accel'><Primary><Shift>u</attribute>
+ </item>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name='label' translatable='yes'>_Edit</attribute>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>Edit _Detailsâ</attribute>
+ <attribute name='action'>win.edit-details</attribute>
+ <attribute name='accel'><Primary>d</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>Add _Tagsâ</attribute>
+ <attribute name='action'>win.add-tags</attribute>
+ <attribute name='accel'><Primary>t</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>Add to _Groupâ</attribute>
+ <attribute name='action'>win.add-to-group</attribute>
+ <attribute name='accel'><Primary>g</attribute>
+ </item>
+ <submenu>
+ <attribute name='label' translatable='yes'>Add to _Set</attribute>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>Add to _Existing Setâ</attribute>
+ <attribute name='action'>win.add-to-set</attribute>
+ <attribute name='accel'><Primary>p</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>_Create New Setâ</attribute>
+ <attribute name='action'>win.create-new-set</attribute>
+ <attribute name='accel'><Primary><Shift>p</attribute>
+ </item>
+ </section>
+ </submenu>
+ </section>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>Open in E_xternal Viewer</attribute>
+ <attribute name='action'>win.open-in-external-viewer</attribute>
+ <attribute name='accel'><Primary><Shift>v</attribute>
+ </item>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name='label' translatable='yes'>_View</attribute>
+ <section>
+ <submenu>
+ <attribute name='label' translatable='yes'>_Sort Pictures</attribute>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>As _Loaded</attribute>
+ <attribute name='action'>win.sort-by</attribute>
+ <attribute name='target'>as-loaded</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>By _Date Taken</attribute>
+ <attribute name='action'>win.sort-by</attribute>
+ <attribute name='target'>date-taken</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>By _Title</attribute>
+ <attribute name='action'>win.sort-by</attribute>
+ <attribute name='target'>title</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>_Reversed Order</attribute>
+ <attribute name='action'>win.sort-in-reverse-order</attribute>
+ </item>
+ </section>
+ </submenu>
+ </section>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>Enable _Tooltips</attribute>
+ <attribute name='action'>win.enable-tooltips</attribute>
+ </item>
+ </section>
+ </submenu>
+ </menu>
+</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]