[gnome-calendar/calendar-management] menus: initial prototype of the sources menu



commit c429bc008b5b326c9144fdaebc88d2daa8798fb7
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Jan 14 00:39:51 2015 -0200

    menus: initial prototype of the sources menu
    
    This menu will be used by the '+' button for the user to select which is the type of calendar to be 
created.

 data/ui/menus.ui |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/menus.ui b/data/ui/menus.ui
index 5492891..a5e9d67 100644
--- a/data/ui/menus.ui
+++ b/data/ui/menus.ui
@@ -44,4 +44,24 @@
       </item>
     </section>
   </menu>
+  <menu id="sourcesmenu">
+    <section>
+      <item>
+        <attribute name="label" translatable="yes">From file</attribute>
+        <attribute name="action">sources.file</attribute>
+      </item>
+      <item>
+        <attribute name="label" translatable="yes">Local</attribute>
+        <attribute name="action">sources.local</attribute>
+      </item>
+      <item>
+        <attribute name="label" translatable="yes">CalDAV</attribute>
+        <attribute name="action">sources.caldav</attribute>
+      </item>
+      <item>
+        <attribute name="label" translatable="yes">Web</attribute>
+        <attribute name="action">sources.web</attribute>
+      </item>
+    </section>
+  </menu>
 </interface>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]