summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/template-load-tab.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Templates: Translate metadata within extension contextsPatrick Storz2019-08-311-17/+22
| | | | (i.e. implement "translationdomain" for procedural templates)
* Templates: Remove unused "long_description" ("inkscape:_long" tag)Patrick Storz2019-08-311-1/+1
| | | | Probably fine to bring back, but it needs proper documentation.
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - 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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-2/+2
| | | | get_filename methods
* Improvements on the "new from template" dialogAdrian Boguszewski2016-03-111-1/+3
| | | | | | | | | | | -> greyed buttons when no dialogs selected (bug 1363450) -> selected template deselects when filtered out -> filtering down to 1 template selects it -> selected template keeps looking selected when filtered Fixed bugs: - https://launchpad.net/bugs/1363450 (bzr r14698)
* Fix for bug #1236282 (add full keyboard navigation support for new templates ↵Nicolas Dufour2013-12-271-0/+2
| | | | | | | | dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12862)
* Change paths storage to std::string.Slagvi Public2013-09-201-4/+5
| | | (bzr r12481.1.12)
* Creating documents from procedural templates added.Slagvi Public2013-09-041-0/+2
| | | (bzr r12481.1.2)
* Add listing procedural templates in NewFromTemplate dialog.Slagvi Public2013-08-241-0/+4
| | | (bzr r12481.1.1)
* Cleanups before mergeSlagvi Public2013-08-131-1/+0
| | | (bzr r12379.2.21)
* Templates gui fixesSlagvi Public2013-07-241-2/+3
| | | (bzr r12379.2.14)
* Minor code fixesSlagvi Public2013-07-191-6/+2
| | | (bzr r12379.2.12)
* New From Template ui rearrangementSlagvi Public2013-07-191-8/+12
| | | (bzr r12379.2.11)
* Searching by words in descriptions, titles etc. Translation support improvedSlagvi Public2013-07-171-0/+9
| | | (bzr r12379.2.10)
* Template info loading + searching by keywords added.Slagvi Public2013-07-121-0/+5
| | | (bzr r12379.2.9)
* Coding style improvements and display bug fixesSlagvi Public2013-07-081-8/+18
| | | (bzr r12379.2.8)
* Added loading templates into NewFromTemplate dialog.Slagvi Public2013-07-041-3/+22
| | | (bzr r12379.2.7)
* Adding NewFromTemplate to the Inkscape menuSlagvi Public2013-07-021-0/+59
(bzr r12379.2.5)