From 0c6eb7a40110b1933777686c67e8e36db3286e32 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 1 Feb 2020 18:58:35 +0100 Subject: Add dlg-add-files.ui and dlg-add-folder.ui --- src/ui/Makefile.am | 2 + src/ui/dlg-add-files.ui | 134 +++++++++++++++++ src/ui/dlg-add-folder.ui | 365 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 501 insertions(+) create mode 100644 src/ui/dlg-add-files.ui create mode 100644 src/ui/dlg-add-folder.ui (limited to 'src/ui') diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am index a1efbc4..db123ae 100644 --- a/src/ui/Makefile.am +++ b/src/ui/Makefile.am @@ -4,6 +4,8 @@ EXTRA_DIST = \ batch-add-files.ui \ batch-password.ui \ delete.ui \ + dlg-add-files.ui \ + dlg-add-folder.ui \ dlg-extract.ui \ engrampa.about \ menus-toolbars.ui \ diff --git a/src/ui/dlg-add-files.ui b/src/ui/dlg-add-files.ui new file mode 100644 index 0000000..0e3881d --- /dev/null +++ b/src/ui/dlg-add-files.ui @@ -0,0 +1,134 @@ + + + + + + True + False + help-browser + + + True + False + process-stop + + + True + False + add-files-to-archive + + + False + dialog + False + False + True + + + + + + + + False + vertical + + + False + end + + + _Help + True + True + True + image1 + True + + + True + True + 0 + + + + + _Cancel + True + True + True + image2 + True + + + True + True + 1 + + + + + _Add + True + True + True + True + True + image3 + True + + + True + True + 2 + + + + + False + False + 0 + + + + + True + False + 6 + 6 + 6 + 6 + vertical + 12 + + + Add only if _newer + True + True + False + start + True + True + + + False + True + 0 + + + + + False + True + 2 + + + + + + button1 + button2 + button3 + + + diff --git a/src/ui/dlg-add-folder.ui b/src/ui/dlg-add-folder.ui new file mode 100644 index 0000000..14aedc1 --- /dev/null +++ b/src/ui/dlg-add-folder.ui @@ -0,0 +1,365 @@ + + + + + + True + False + help-browser + + + True + False + process-stop + + + True + False + add-folder-to-archive + + + False + Add a Folder + dialog + select-folder + False + False + + + + + + + + False + vertical + + + False + end + + + _Help + True + True + True + image1 + True + + + True + True + 0 + + + + + _Cancel + True + True + True + image2 + True + + + True + True + 1 + + + + + _Add + True + True + True + True + True + image3 + True + + + True + True + 2 + + + + + False + False + 0 + + + + + True + False + 6 + 6 + 6 + 6 + 12 + + + True + False + vertical + 6 + + + _Include subfolders + True + True + False + start + True + True + + + + False + True + 0 + + + + + Exclude folders that are symbolic lin_ks + True + True + False + start + 12 + True + True + + + False + True + 1 + + + + + Add only if _newer + True + True + False + start + True + True + + + False + True + 2 + + + + + True + False + 8 + + + True + False + start + Include _files: + True + include_files_entry + + + + + + False + True + 0 + + + + + True + True + example: *.o; *.bak + + + + + + True + True + 1 + + + + + False + True + 3 + + + + + True + False + 8 + + + True + False + start + E_xclude files: + True + exclude_files_entry + + + + + + False + True + 0 + + + + + True + True + example: *.o; *.bak + + + + + + True + True + 1 + + + + + True + False + start + _Exclude folders: + True + + + + + + False + True + 2 + + + + + True + True + example: *.o; *.bak + + + + + + True + True + 3 + + + + + False + True + 4 + + + + + False + True + 0 + + + + + True + False + start + start + 12 + vertical + 2 + start + + + _Load Options + True + True + True + True + + + + True + True + 0 + + + + + Sa_ve Options + True + True + True + True + + + + True + True + 1 + + + + + _Reset Options + True + True + True + True + + + + True + True + 2 + + + + + False + True + 1 + + + + + False + True + 2 + + + + + + button1 + button3 + button2 + + + -- cgit v1.2.1