From e3bb347a12ad929619a51b37f0ca48dcfe46b731 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Fri, 22 Apr 2022 10:30:19 +0300 Subject: Add tags to tasks (Issue #8) --- src/gtk/preferences_window.ui | 27 +++++++++++++++++++++------ src/gtk/task_row.ui | 34 +++++++++++++++++++++++++--------- src/gtk/window.ui | 2 +- 3 files changed, 47 insertions(+), 16 deletions(-) (limited to 'src/gtk') diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui index 5c6140c..e288c52 100755 --- a/src/gtk/preferences_window.ui +++ b/src/gtk/preferences_window.ui @@ -62,6 +62,18 @@ Task List True + + + _Delete confirmation + True + delete_confirmation_switch + + + center + + + + Limit tasks shown @@ -93,11 +105,11 @@ - _Delete confirmation + Show daily sums True - delete_confirmation_switch + show_daily_sums_switch - + center @@ -116,18 +128,21 @@ + - Show daily sums + Show tags True - show_daily_sums_switch + show_tags_switch + Tags are saved, just not shown - + center + diff --git a/src/gtk/task_row.ui b/src/gtk/task_row.ui index edd2899..f5de3a5 100755 --- a/src/gtk/task_row.ui +++ b/src/gtk/task_row.ui @@ -2,7 +2,7 @@