Enhance save as template and new from template dialogsmaster
commit9bb0d29e9529fa26d7d42c4fc293fac83b3657dd
authormike kowalski <michal_kowalski@hotmail.com>
Fri, 24 Jan 2025 19:15:04 +0000 (24 11:15 -0800)
committerMike Kowalski <michal_kowalski@hotmail.com>
Wed, 29 Jan 2025 03:16:00 +0000 (29 03:16 +0000)
treea5f7e68a1997dc89f1d5870bf5d28d6447067a92
parent1442e0ea9ea86b2616db648ea02387e57ad60b57
Enhance save as template and new from template dialogs

Make the two dialogs similar. Reuse template gridview widget.
Add filtering/searching capability to a list of templates.
18 files changed:
po/POTFILES.src.in
share/templates/icons/custom.svg
share/ui/page-properties.glade
share/ui/style.css
share/ui/widget-new-from-template.ui
src/actions/actions-file-window.cpp
src/ui/CMakeLists.txt
src/ui/dialog/new-from-template.cpp
src/ui/dialog/new-from-template.h
src/ui/dialog/save-template-dialog.cpp
src/ui/dialog/save-template-dialog.h
src/ui/dialog/startup.cpp
src/ui/dialog/startup.h
src/ui/iconview-item-factory.h
src/ui/widget/document-templates.cpp [new file with mode: 0644]
src/ui/widget/document-templates.h [new file with mode: 0644]
src/ui/widget/template-list.cpp
src/ui/widget/template-list.h