From a510603825050a5face70d5387f0be830a4d685b Mon Sep 17 00:00:00 2001 From: Felix Zwettler Date: Tue, 7 Jun 2022 23:14:29 +0200 Subject: add csv export --- src/gtk/dialogs.ui | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/gtk/window.ui | 4 +++ 2 files changed, 104 insertions(+) create mode 100644 src/gtk/dialogs.ui (limited to 'src/gtk') diff --git a/src/gtk/dialogs.ui b/src/gtk/dialogs.ui new file mode 100644 index 0000000..a4c1e6f --- /dev/null +++ b/src/gtk/dialogs.ui @@ -0,0 +1,100 @@ + + + + + 1 + true + Export as CSV + + + Cancel + + + + + Export + + + + + csv_export_cancelbutton + csv_export_applybutton + + + + 800 + 600 + true + false + fill + fill + + + vertical + 24 + 12 + 12 + 12 + 12 + + + horizontal + 12 + + + - no file selected - + true + start + start + + + + + + folder-open-symbolic + + + + + + + CSV export preferences + fill + + + Sort by + + + TaskSort + + + + + + + + + + Sort order + + + SortOrder + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/gtk/window.ui b/src/gtk/window.ui index 174acc0..25b81ca 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -100,6 +100,10 @@ _Delete history app.delete-history + + _Export as CSV + app.export-csv + _About Furtherance app.about -- cgit 1.4.1