| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
now at
https://gitlab.com/inkscape/extensions/commit/efd48ee07ef0a0cfc43e60745bf519b53350cc11
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
https://gitlab.com/inkscape/inbox/issues/584
|
| | |
|
| | |
|
| |
|
|
| |
(avoid deprecation warning spawning for *every* extension)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
|
|
|
| |
Add/remove executable bits and shebangs as appropriate.
The extension entry point should be executable, while
Python files that contain libraries and are not entry points
should not be executable. Shebang lines should only be
present in executable files.
(bzr r14362)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1475097
(bzr r14251)
|
|
|
Fixed bugs:
- https://launchpad.net/bugs/760429
(bzr r14234)
|