summaryrefslogtreecommitdiffstats
path: root/share/extensions (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [Bug #1589792] Fix scaling for Draw From Triangle.suv-lp2016-06-231-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1589792 (bzr r15000)
| * | | [Bug #1594113] New extension Deep Ungroup includes hard-coded unit ↵Nicolas Dufour2016-06-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion based on 90dpi. Fixed bugs: - https://launchpad.net/bugs/1594113 (bzr r14998)
* | | | Added first range to ObjectSetAdrian Boguszewski2016-06-191-1/+1
|\| | | | | | | | | | | (bzr r14954.1.8)
| * | | [Bug #1454910] Compressed SVG with media error.Nicolas Dufour2016-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1454910 (bzr r14995)
| * | | Extensions: Fixes and improvements for "gui-text" parameter attributeEduard Braun2016-06-051-2/+2
|/ / / | | | | | | | | | | | | | | | | | | - "gui-text" was always translated (as opposed to only "_gui-text") - This made it impossible to have parameters without label (since the empty string returns the whole .po file header when translated), which caused an issue in restack extension - Added possibility to specify "msgctxt" for "gui-text" (bzr r14955)
* | | Updating Inkscape version in the linked help pages. PO template updated.Nicolas Dufour2016-06-022-2/+2
| | | | | | | | | (bzr r14944)
* | | Extensions. Fix localization in the webbrowser launcher extension (missing ↵Nicolas Dufour2016-05-301-0/+1
| | | | | | | | | | | | | | | call to inkex.localize()). (bzr r14929)
* | | Extensions. Convert to dashes python file now translatable.Nicolas Dufour2016-05-301-2/+2
| | | | | | | | | (bzr r14927)
* | | [Bug #171117] (Extensions) Add ungroup all funtion.mcepl2016-05-302-0/+300
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171117 (bzr r14926)
* | | Extensions. Fixing description in Seamless pattern.Nicolas Dufour2016-05-301-1/+1
| | | | | | | | | (bzr r14925)
* | | [Bug #1586292] Bad markup found in translations.Nicolas Dufour2016-05-301-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1586292 (bzr r14922)
* | | [Bug #1538277] Translations in inkex.py fail unless extension script itself ↵Nicolas Dufour2016-05-2657-96/+5
| | | | | | | | | | | | | | | | | | | | | | | | initalizes gettext. Fixed bugs: - https://launchpad.net/bugs/1538277 (bzr r14918)
* | | [Bug #1071833] major update of Jitter Nodes extension.ajuanpi2016-05-243-37/+66
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1071833 (bzr r14912)
* | | [Bug #1183473] Convert to Dashes does not work with an imported svg.suv-lp2016-05-241-2/+14
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1183473 (bzr r14911)
* | | extensions. dxf input. create new layer if not previously declared (Bug 1472429)Alvin Penner2016-05-221-0/+3
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1472429 (bzr r14910)
* | | Set executable flag in CMake installation of extension scriptsAlex Valavanis2016-05-201-2/+10
| |/ |/| | | (bzr r14904)
* | Extensions: Corrected pySerial download information in plotting extensionTimeWaster2016-05-161-4/+6
| | | | | | (bzr r14893)
* | [Bug #1579939] Ramdom color extension improvements (and new unit test file).marenhachmann2016-05-135-65/+205
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1579939 Original authors: - marenhachmann - jazzynico <nicoduf@yahoo.fr> (bzr r14884)
* | Extensions. Improving the test launcher. Now works with recent coverage ↵Nicolas Dufour2016-05-131-6/+14
| | | | | | | | | | versions. (bzr r14883)
* | Upgrade barcodes, more pylint, new Ean2 code and extended Ean13 with ↵Martin Owens2016-04-1417-435/+505
| | | | | | | | | | automatic Ean2 and Ean5 additions (bzr r14842)
* | Bug #1553497 Voronoi Extension: Delaunay triangulate can get fill color from ↵Jabier Arraiza Cenoz2016-04-013-11/+58
| | | | | | | | | | | | | | | | sources. Fixed bugs: - https://launchpad.net/bugs/1553497 (bzr r14756)
* | Improve documentationRaphaël Bournhonesque2016-03-251-3/+11
| | | | | | (bzr r14745)
* | Switch too broad Exception exceptions to more specific ones (IOError, ↵Raphaël Bournhonesque2016-03-251-4/+4
| | | | | | | | | | ImportError) (bzr r14744)
* | Cosmetics to make inkex.py pep8 compliantRaphaël Bournhonesque2016-03-251-7/+8
| | | | | | (bzr r14743)
* | Remove deprecated has_key method in inkex.pyRaphaël Bournhonesque2016-03-251-1/+1
| | | | | | (bzr r14742)
* | inkex.py code simplification (more compact if conditions, unreachable code)Raphaël Bournhonesque2016-03-221-5/+1
| | | | | | (bzr r14734)
* | [Bug #1559679] Make inkex.py PEP8 compliant.raphael02022016-03-201-43/+55
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1559679 (bzr r14726)
* | [Bug #1518302] Extension new_glyph_layer (Typography) not using decoding ↵me-kell2016-03-201-2/+7
| | | | | | | | | | | | | | | | properly. Fixed bugs: - https://launchpad.net/bugs/1518302 (bzr r14722)
* | [Bug #1545726] Incorrect FSF address in many extension files.Nicolas Dufour2016-03-16108-108/+108
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1545726 (bzr r14712)
* | Add new TTF to the logo in seamless pattern extensionJabier Arraiza Cenoz2016-03-122-47/+45
| | | | | | | | | | | | | | Add checkboard background to the same extension Update template to 0.01+devel Fix a bug on SPPatern when apply a transform = Affine() (bzr r14700)
* | Fix bug: 1552003 Randomize color extension has no limitsJabier Arraiza Cenoz2016-03-022-7/+57
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1552003 (bzr r14680)
* | Remove Maren from AUTHORS (on request) and add nicecharts from upstream ↵Martin Owens2016-02-272-0/+821
|/ | | | | where it was abandoned (bzr r14672)
* Allow python extensions to get the list of selected nodesMarc Jeanmougin2016-02-091-0/+3
| | | | | | | | | format : --selected-nodes=id:subpath:position cf https://bugs.launchpad.net/inkscape/+bug/171640 for a debug test extension Fixed bugs: - https://launchpad.net/bugs/171640 (bzr r14641)
* Remove scour folder from makefilesEduard Braun2016-01-131-1/+0
| | | (bzr r14574.1.3)
* Scour extension: Check for availability of required modules and output ↵Eduard Braun2016-01-121-7/+29
| | | | | verbose debug messages in case something goes wrong (bzr r14574.1.2)
* Update Scour extensionEduard Braun2016-01-129-3971/+129
| | | | | | | | | | | | | | | | | | | * Update the Scour extension (scour.inkscape.py) to work with recent versions of the scour module (0.30 and later) (https://github.com/codedread/scour/) * Strip the Scour module from Inkscape source code and use an external copy of instead (i.e. make it a requirement). This avoids any potential license issues with the Scour module's Apache license 2.0 * Update Scour extension dialog (scour.inx) - add new settings added in Scour versions 0.29-0.31 - attempt to arrange/group settings intuitively - convert "help" tabs to individual tooltips for each setting This also fixes bug #748639 since the overall height of the dialog is reduced by splitting settings across three tabs and removing the "Help" tabs (they caused the increased dialog height since they contained a huge amount of text) Fixed bugs: - https://launchpad.net/bugs/1411149 - https://launchpad.net/bugs/748639 (bzr r14574.1.1)
* Extensions. Revert r14240 and r14241 (obsoleted by r14564)su_v2016-01-071-17/+14
| | | (bzr r14565)
* Fault tolerance for lazily defined SVGAurélio A. Heckert2016-01-061-4/+28
| | | | | Some tools are writing svg without width and height definition (named Illustrator). This causes some extensions to fail. (bzr r14564)
* Extensions. Fix for 'Alphabet Soup' and 'Foldable Box' in transformed layers ↵su_v2015-12-092-0/+14
| | | | | | | | or groups (bug #1503882) Fixed bugs: - https://launchpad.net/bugs/1503882 (bzr r14425.1.5)
* merge from trunk (r14506)su_v2015-12-071-1/+1
|\ | | | | (bzr r14425.1.4)
| * XAML. Fix for Bug #1521686 (Exported Xaml mistaken due to wrong format ↵Nicolas Dufour2015-12-021-1/+1
| | | | | | | | | | | | | | | | number (locale)). Fixed bugs: - https://launchpad.net/bugs/1521686 (bzr r14497)
* | merge from trunk (r14473)su_v2015-11-153-3/+3
|\| | | | | (bzr r14425.1.3)
| * Typo fixYuri Chornoivan2015-11-011-1/+1
| | | | | | (bzr r14439)
| * extensions. dxf input. do not use zero font size (Bug 1510909)Alvin Penner2015-10-311-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1510909 (bzr r14437)
| * Extensions. Fixed 'none' setting in flow control dropdown. Fixes bug #1509580Sebastian Wüst2015-10-241-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1509580 (bzr r14429)
* | Extensions. Fix view center for Render extensions applied in transformed ↵su_v2015-10-2017-23/+54
| | | | | | | | | | | | | | | | layers or groups (bug #1503882) Fixed bugs: - https://launchpad.net/bugs/1503882 (bzr r14425.1.2)
* | Extensions. Move invertTransform() from voronoi2svg.py to shared module ↵su_v2015-10-204-22/+18
|/ | | | | simpletransform.py (bzr r14425.1.1)
* Extensions. Restack - fix indentation level (follow-up to rev 14424, bug ↵su_v2015-10-201-108/+107
| | | | | #1498583) (bzr r14425)
* Extensions. Restack - add options to reverse, shuffle Z-order of selection ↵su_v2015-10-202-27/+112
| | | | | | | | (bug #1498583) Fixed bugs: - https://launchpad.net/bugs/1498583 (bzr r14424)
* Extensions. Random Tree: optionally omit redundant segments (bug #1500124)su_v2015-10-112-4/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1500124 (bzr r14403)