summaryrefslogtreecommitdiffstats
path: root/share/templates/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Do not create default templates when building without NLSPatrick Storz2019-07-111-16/+20
| | | | (create_default_templates.py needs binary .mo files to extract strings)
* Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva2019-03-201-1/+1
|
* Optimize creation of localized default templatesPatrick Storz2019-02-161-8/+18
| | | | | | | - extract localized strings directly from .po/.mo files instead of having them in a separate file - drop dependency on perl - avoid re-creating the templates on each build
* Fix memleak and hopefully windows CIMarc Jeanmougin2019-01-141-1/+1
|
* simplify translated default.svgMarc Jeanmougin2019-01-131-2/+2
|
* Add Appimage build, fix windows CIMarc Jeanmougin2019-01-131-1/+1
|
* Generate default.svg translated files with cmakeMarc Jeanmougin2019-01-111-0/+11
|
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - 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
* cmake: do not intalls header files generated by i18n.py (filters.svg.h, ↵Eduard Braun2017-04-291-1/+1
| | | | | | | palletes.h, patterns.svg.h, symbols.h, templates.h) they seem to be of little use to the user... (bzr r15652)
* CMake: Explicitly call pythonEduard Braun2016-11-271-1/+1
| | | | | At least on Windows this breaks if Python is not associated with .py files (and even if it is an arbitrary Python version that might be installed on the system is used) (bzr r15279)
* CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun2016-11-261-1/+1
| | | | | This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however (bzr r15278)
* Add a make inkscape_pot to regen potfileMarc Jeanmougin2016-11-111-4/+5
| | | (bzr r15239)
* add gtk3 experimental support in CMakeShlomi Fish2015-10-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430)
* cmake: Bring cmake installation in line with autotools (bug #1451481)houz2015-05-081-0/+11
Fixed bugs: - https://launchpad.net/bugs/1451481 (bzr r14128)