summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/new-from-template.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Improvements on the "new from template" dialogAdrian Boguszewski2016-03-111-2/+4
| | | | | | | | | | | -> 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 Dufour2014-01-151-0/+3
| | | | | | | | dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12934)
* Minor code fixesSlagvi Public2013-07-191-2/+0
| | | (bzr r12379.2.12)
* New From Template ui rearrangementSlagvi Public2013-07-191-4/+2
| | | (bzr r12379.2.11)
* Coding style improvements and display bug fixesSlagvi Public2013-07-081-0/+10
| | | (bzr r12379.2.8)
* Added loading templates into NewFromTemplate dialog.Slagvi Public2013-07-041-1/+3
| | | (bzr r12379.2.7)
* Templates menu item fixedSlagvi Public2013-07-031-1/+1
| | | (bzr r12379.2.6)
* Adding NewFromTemplate to the Inkscape menuSlagvi Public2013-07-021-0/+31
(bzr r12379.2.5)