summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/save-template-dialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-24Marks string as translatable.Marc Jeanmougin1-1/+1
Fixes https://gitlab.com/inkscape/inkscape/issues/349
2019-02-12Header cleanup.Tavmjong Bah1-1/+0
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-08-31Fix bug 1789838 - Ask for confirmation before overwriting templateChristophe Lebras1-7/+12
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-07-02Skip empty template informationChristophe Lebras1-4/+0
2017-07-02Manage template informationsChristophe Lebras1-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.
2017-07-02Add function to save templateChristophe Lebras1-11/+13
Saves template as default. Does not save template informations yet.
2017-07-02Add Save Template DialogChristophe Lebras1-0/+105
This add just dialog widget only, don't save template yet.