summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/save-template-dialog.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Fix bug 1789838 - Ask for confirmation before overwriting templateChristophe Lebras2018-08-311-1/+1
|
* Add function to save templateChristophe Lebras2017-07-021-2/+2
| | | | | Saves template as default. Does not save template informations yet.
* Add Save Template DialogChristophe Lebras2017-07-021-0/+51
This add just dialog widget only, don't save template yet.