summaryrefslogtreecommitdiffstats
path: root/share/extensions/gimp_xcf.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Translations. Fix for Bug #425202 (Script messages not translated).Nicolas Dufour2012-10-071-4/+3
| | | (bzr r11749)
* Translations. Typo fix, templates update and Ukrainian translation update by ↵Nicolas Dufour2012-03-041-1/+1
| | | | | Yuri Chornoivan. (bzr r11047)
* Extensions. PEP8, error handling and various extension fixes.Nicolas Dufour2012-02-091-64/+102
| | | (bzr r10954)
* Extensions. Fix for bug #821435 (Gimp XCF export fails when layer id ↵Nicolas Dufour2011-08-291-2/+2
| | | | | contains a space character). (bzr r10592)
* Extensions. Fix for Bug #650890 (Gimp XCF export fails when exporting from ↵Nicolas Dufour2010-10-011-6/+22
| | | | | an unsaved new document). (bzr r9802)
* Extensions. New -Save Background- option and help tab in Gimp XCF export.Nicolas Dufour2010-08-121-1/+14
| | | (bzr r9703)
* Extensions. Gimp XCF export fixes (Bugs #168250, #285558, #616193 and #616330).Nicolas Dufour2010-08-111-71/+92
| | | (bzr r9699)
* Extensions. Gimp XCF export now works with units in Height and Width ↵Nicolas Dufour2010-08-091-4/+3
| | | | | | | | attributes (bug #485032). Fixed bugs: - https://launchpad.net/bugs/485032 (bzr r9694)
* Deprecation warning fix on xcf exportNicolas Dufour2009-11-291-1/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/485027 (bzr r8846)
* One line fix from ~suv (Ted knows) to fix our XCF export. Fixes 484016.Josh Andler2009-11-171-1/+1
| | | (bzr r8834)
* share/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if ↵Peter Moulder2008-05-231-8/+9
| | | | | __name__ == '__main__':’, to allow use of pychecker. (bzr r5742)
* share/extension/*.py: noop: minor whitespace regularizations ahead of adding ↵Peter Moulder2008-05-231-8/+8
| | | | | vim modelines (bzr r5738)
* Export grid and guides to XCF (Bug #222655)Aaron Spike2008-05-031-1/+76
| | | | | Patch by PsychoAlienDog. Excellent work. We may want to reexamine the printing of debug info by xpathSingle() when there is no grid. (bzr r5591)
* Attempt fix for Bug #178022Aaron Spike2008-02-211-1/+1
| | | | | | | | Evidently somewhere between versions 1.3.6 and 2.0 lxml began requiring that parameters passed to the Element.xpath() be keyword arguments (positional arguments had been allowed). Best guess places this at "2.0alpha6 (2007-12-19)" based upon the lxml Changelog. This fix appears to be backward compatible. Please test. (bzr r4797)
* Update scriptfu from siod to tinyschemeAaron Spike2008-02-111-10/+11
| | | | | | I think this is a complete fix for the script but I can't tell because inkscape crashes. Intercepting the temporary file the script creates I get a complete layered xcf! (bzr r4703)
* Partial fixAaron Spike2008-02-101-7/+7
| | | | | | | | This effect is currently broken and stands to be removed from the 0.46 release I'm committing this partial fix, which updates the script for lxml anyway The next stage will require updating the script-fu portion of the script to operate with newer gimps (would be great if it could work with new and old!) (bzr r4695)
* discard stderr from nested inkscape invocationsAaron Spike2007-04-011-1/+2
| | | (bzr r2805)
* use bare layer names for layer names in gimp rather than file pathsAaron Spike2007-01-271-7/+11
| | | (bzr r2294)
* standardize indents on 4 spacesAaron Spike2006-05-081-35/+35
| | | | | Python hates mixed whitespace (bzr r770)
* A little XCF export scriptAaron Spike2006-03-271-0/+92
Exports each layer as a PNG from Inkscape and uses script-fu to piece them back together as an XCF in GIMP. (bzr r305)