summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/save-template-dialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Marks string as translatable.Marc Jeanmougin2019-07-241-1/+1
| | | Fixes https://gitlab.com/inkscape/inkscape/issues/349
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
|
* Clarify licensesMax Gaukler2018-11-081-0/+10
| | | | | | - 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
* Merge branch ↵Marc Jeanmougin2018-10-181-7/+12
|\ | | | | | | 'bugfix-1789838-confirmation-needed-before-overwriting-template' of gitlab.com:ccrb/inkscape
| * Fix bug 1789838 - Ask for confirmation before overwriting templateChristophe Lebras2018-08-311-7/+12
| |
* | Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|/
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Skip empty template informationChristophe Lebras2017-07-021-4/+0
|
* Manage template informationsChristophe Lebras2017-07-021-19/+7
| | | | | | Template informations are added to the saved file. File name is is the same as template name Template is saved as default.svg only if requested by user.
* Add function to save templateChristophe Lebras2017-07-021-11/+13
| | | | | Saves template as default. Does not save template informations yet.
* Add Save Template DialogChristophe Lebras2017-07-021-0/+105
This add just dialog widget only, don't save template yet.