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