summaryrefslogtreecommitdiffstats
path: root/share/templates (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)
* Update share/templates/READMEPatrick Storz2019-03-211-25/+21
|
* Misc. typos and whitespace fixesluz.paz2019-03-211-1/+1
| | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
* Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva2019-03-201-1/+1
|
* Increase portability of create_default_templates.pyPatrick Storz2019-02-261-2/+2
| | | | | Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/100
* Revert to "default.$lang.svg" as name for default templatesPatrick Storz2019-02-161-1/+1
| | | | | | It was changed in 19316e382c0a2ae5105c746191c3fba90f54995b to avoid some CMake trouble but breaks the established naming scheme and is not necessary after the previous commit.
* Optimize creation of localized default templatesPatrick Storz2019-02-163-74/+91
| | | | | | | - 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
|
* Add Portuguese from Portugal pt_PT language for "Layer 1" create_defaults.plDuarte Farrajota Ramos2019-01-131-0/+1
|
* simplify translated default.svgMarc Jeanmougin2019-01-132-3/+3
|
* Add Appimage build, fix windows CIMarc Jeanmougin2019-01-131-1/+1
|
* Generate default.svg translated files with cmakeMarc Jeanmougin2019-01-1124-840/+15
|
* Add default croatian fileMarc Jeanmougin2019-01-091-0/+38
|
* Update create_defaults.plmilotype2019-01-071-0/+1
| | | Added line for croatian localization
* 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
* Add template-specific dataMarc Jeanmougin2018-03-201-1/+8
|
* I removed some unnecessary window geometry, Inkscape version, text styles, I ↵Mihaela Jurković2018-02-081-50/+36
| | | | rounded some numbers
* Added new template A4 leaflet 3-fold RollMihaela Jurković2018-02-071-0/+1252
|
* 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)
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-67/+0
| | | (bzr r15046)
* 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)
* Translations. Icelandic translation update, new win32 installer, and new ↵Sveinn í Felli2015-03-122-0/+40
| | | | | | | | default template. Fixed bugs: - https://launchpad.net/bugs/1426423 (bzr r13996)
* improve precision of viewBox in templates (Bug 1385521)Alvin Penner2014-11-012-3/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1385521 (bzr r13649)
* Removal of templates replaced by procedural templates.Tavmjong Bah2014-10-1030-1587/+0
| | | | | Removal of redundant fontforge_glyph.svg. (bzr r13341.1.270)
* Minor changes.Tavmjong Bah2014-10-101-10/+8
| | | (bzr r13341.1.269)
* Updated READMETavmjong Bah2014-10-101-15/+22
| | | (bzr r13341.1.268)
* Small adjustements for 96px per inch.Tavmjong Bah2014-10-082-8/+8
| | | (bzr r13341.1.260)
* Some template cleanup...Tavmjong Bah2014-10-064-343/+50
| | | (bzr r13341.1.257)
* Updated CD_label_120x120.svg for 96px per inch. Also simplified file.Tavmjong Bah2014-10-061-49/+16
| | | (bzr r13341.1.256)
* More template changes for 96 px per inch.Tavmjong Bah2014-10-054-21/+26
| | | (bzr r13341.1.246)
* Change center of default templates to match 96 dpi.Tavmjong Bah2014-10-0520-40/+40
| | | (bzr r13341.1.245)
* Convert 'default.svg' to use 'mm'. Update all 'default.xx.svg' filesTavmjong Bah2014-09-1825-150/+225
| | | | | | | | | to match 'default.svg' (using new PERL script 'create_defaults.pl'). Remove 'default_mm.svg' (duplicates 'default.svg'). Add 'default_px.svg' (equivalent to old 'default.svg). Add letter size, inch-based 'default.en_US.svg'. Update README. (bzr r13341.1.213)
* i18n. New from Template entries now translatable (see Bug #383844). POT file ↵Nicolas Dufour2014-01-153-3/+88
| | | | | | | | and French translation updated. Fixed bugs: - https://launchpad.net/bugs/383844 (bzr r12937)
* Merge gsoc procedural templates work.Slagvi Public2013-09-2132-32/+32
|\ | | | | (bzr r12570)
| * Fix templates parameters names.Slagvi Public2013-09-2132-32/+32
| | | | | | (bzr r12481.1.13)
* | Merge from trunk.Matthew Petroff2013-09-1233-0/+188
|\| | | | | (bzr r12475.1.16)
| * Existing templates metadata added. Small keywords processing fix.Slagvi Public2013-08-1033-0/+188
| | | | | | (bzr r12379.2.20)
* | Updated templates with viewBox.Matthew Petroff2013-08-2710-12/+22
|/ | | (bzr r12475.1.3)
* Disable shadow on Typography Canvas templateJosh Andler2011-05-271-1/+3
| | | (bzr r10235)
* adding Typography_Canvas.svg to Makefile.amFelipe Corr??a da Silva Sanches2011-05-261-1/+2
| | | (bzr r10227)
* Adding a "Typography Canvas" templateFelipe Corr??a da Silva Sanches2011-05-261-0/+80
| | | (bzr r10226)
* Translations. French translation update.Nicolas Dufour2010-11-152-1/+118
| | | | | Templates. New CD label template. (bzr r9895)
* Templates. Layer errors in the Fontforge template (Bug #565296).Nicolas Dufour2010-08-091-26/+22
| | | (bzr r9693)
* a web banner collection templateAurélio A. Heckert (a)2010-05-271-0/+397
| | | (bzr r9455)
* * [INTL:ro] Romanian translation of win32 installer addedIvan Mas??r2010-01-172-0/+37
| | | | | * [INTL:ro] Romanian translation of the default template added (bzr r8990)
* Dutch translation update by Kris.Nicolas Dufour2009-09-292-0/+41
| | | | | | Basque translation update by Dooteo. Belarusian translation update (and new default template) by Hleb Valoshka. (bzr r8675)