summaryrefslogtreecommitdiffstats
path: root/src/extension/output.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add base_directory for extensions loaded from a file.Patrick Storz2019-08-311-1/+2
|
* cleanup includes a bitPatrick Storz2019-08-311-2/+7
|
* Implement "translationdomain" attribute for extensionsPatrick Storz2019-08-311-9/+22
| | | | | | | | | | | | Will allow extensions to ship their own message catalog used for translation of the extension#s strings. Needs to be set on the root <inkscape-extension> element of the .inx Currently supported values: - unset: use default textdomain (which happens to be 'inkscape') - 'inkscape': use Inkscape's message catalog - 'none': disable translation for the extension's strings
* Remove unused and disabled "help" feature for extensionsPatrick Storz2019-08-311-1/+1
|
* Move prefdialog to own directoryPatrick Storz2019-08-311-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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
* fix clipboard URL rebasingThomas Holder2018-11-071-1/+2
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-7/+7
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-11/+11
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Misc. typosluz.paz2018-01-081-2/+2
| | | Found via `codespell`
* Allow extensions to throw more fine-grained exceptionsEduard Braun2017-12-221-6/+1
| | | | | | | | | | | | | | | This allows to tell the user something more helpful than "File could not be saved" (leaving the reason open for speculation). The former implementation somehow grew to only ever throw Inkscape::Extension::Output::save_failed for any exception that occurred (which did not really matter as we did not throw anything else but certainly wasn't very useful either). Questionable throwing behavior was introduced in commits trying to workaround other issues: - output.cpp a874b82b41c08fc1738b449d400fcc6aeb85d72a - system.cpp d8d60c60ebeeefb068d9b68bf7d96f1f1f88518a
* [Bug #1558177] Simplify if conditions in Script.cpp.raphael02022016-03-181-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1558177 (bzr r14715)
* header cleaningAlex Valavanis2012-02-261-1/+1
| | | (bzr r11017)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-9/+9
| | | (bzr r10830)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8405)
* FIX 309856 353847: correctly advertise exception leads to error message dialogueAdib Taraben2009-08-011-1/+1
| | | (bzr r8380)
* noop: Rename argument from uri to filename for Extension::...::save ↵Peter Moulder2009-04-061-3/+3
| | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637)
* if export (most likely cairo) fails, issue a warning instead of crashingbulia byak2008-09-211-2/+2
| | | (bzr r6858)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+4
| | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
* A small step towards making the inx files fully XML / schema compliantMarcin Floryan2008-04-171-1/+1
| | | (bzr r5464)
* I added Johan's badass patch for save a copy with the features I requested. Jon Phillips2006-08-221-28/+1
| | | | | Now it all works quite well! Great! (bzr r1630)
* Committed a great patch which adds a Save A Copy menu function. This is the ↵Jon Phillips2006-08-221-2/+2
| | | | | first gloss of this patch...I will add more stuff to it shortly... (bzr r1628)
* r10921@tres: ted | 2006-02-13 09:40:25 -0800Ted Gould2006-03-291-1/+1
| | | | | | | Adding in support for a <help> tag in the base extension part of the INX file. Currently that just gets passed to the prefdialog, but it will be used in a little while. (bzr r334)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+262
(bzr r1)