From 825a2662b1856931549fc2de1164e89b09c7f4aa Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sun, 5 Jun 2022 12:37:34 +0300 Subject: Reports feature (Issue #32) --- src/gtk/report.ui | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/gtk/window.ui | 4 ++ 2 files changed, 174 insertions(+) create mode 100644 src/gtk/report.ui (limited to 'src/gtk') diff --git a/src/gtk/report.ui b/src/gtk/report.ui new file mode 100644 index 0000000..9d4d5c8 --- /dev/null +++ b/src/gtk/report.ui @@ -0,0 +1,170 @@ + + + + diff --git a/src/gtk/window.ui b/src/gtk/window.ui index 963922a..c403358 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -92,6 +92,10 @@ _Preferences app.preferences + + _Time Report + app.report + _Delete history app.delete-history -- cgit 1.4.1 From 43100b4576ed44bc85497cb62d28d4f9efe8b666 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sun, 5 Jun 2022 12:53:29 +0300 Subject: Update menu wording --- po/Furtherance.pot | 2 +- src/gtk/window.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gtk') diff --git a/po/Furtherance.pot b/po/Furtherance.pot index 3289f61..154118e 100644 --- a/po/Furtherance.pot +++ b/po/Furtherance.pot @@ -339,7 +339,7 @@ msgid "_Preferences" msgstr "" #: src/gtk/window.ui:96 -msgid "_Time Report" +msgid "_Generate Report" msgstr "" #: src/gtk/window.ui:100 diff --git a/src/gtk/window.ui b/src/gtk/window.ui index c403358..174acc0 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -93,7 +93,7 @@ app.preferences - _Time Report + _Generate Report app.report -- cgit 1.4.1