From 3917ebe8413efc990b638ddc6fae367414ef0241 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominik=20M=C3=B6slinger?= <dominik.moeslinger@univie.ac.at>
Date: Thu, 19 Aug 2021 07:57:46 +0200
Subject: [PATCH] TST: Addition to previous commit, add everything to Menu

---
 Tst/tst/app_menu.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/Tst/tst/app_menu.xml b/Tst/tst/app_menu.xml
index a556a16..08ea8b2 100644
--- a/Tst/tst/app_menu.xml
+++ b/Tst/tst/app_menu.xml
@@ -21,6 +21,10 @@
                     <attribute name="label" translatable="yes">Save as</attribute>
                     <attribute name="action">win.save_as</attribute>
                 </item>
+                <item>
+                    <attribute name="label" translatable="yes">CSV to Json</attribute>
+                    <attribute name="action">win.csv_to_json</attribute>
+                </item>
                 <item>
                     <attribute name="label" translatable="yes">Close</attribute>
                     <attribute name="action">win.close</attribute>
@@ -66,6 +70,23 @@
                     <attribute name="action">app.start_log_viewer</attribute>
                 </item>
             </section>
+        </submenu>
+                <submenu>
+            <attribute name="label">Generate</attribute>
+            <section>
+                <item>
+                    <attribute name="label" translatable="yes">Generate Scripts</attribute>
+                    <attribute name="action">win.generate_scripts</attribute>
+                </item>
+                <item>
+                    <attribute name="label" translatable="yes">Generate Small Script</attribute>
+                    <attribute name="action">win.generate_barescript</attribute>
+                </item>
+                <item>
+                    <attribute name="label" translatable="yes">Generate CSV File</attribute>
+                    <attribute name="action">win.generate_csv</attribute>
+                </item>
+            </section>
         </submenu>
         <submenu>
             <attribute name="label">View</attribute>
-- 
GitLab