| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update internal extensions for latest .inx format changes | Patrick Storz | 2019-09-01 | 1 | -1/+1 |
| | | |||||
| * | Remove completely unused "doc" and "node" parameters | Patrick Storz | 2019-08-31 | 1 | -2/+2 |
| | | |||||
| * | Rename Parameter -> InxParameter for consistency | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | |||||
| * | Create new InxWidget base class for extension widgets. | Patrick Storz | 2019-08-31 | 1 | -2/+2 |
| | | |||||
| * | Implement "translationdomain" attribute for extensions | Patrick Storz | 2019-08-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 | ||||
| * | Refactor a lot of the parameter handling code | Patrick Storz | 2019-08-31 | 1 | -2/+2 |
| | | | | | | | | Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333 | ||||
| * | Remove unused and disabled "help" feature for extensions | Patrick Storz | 2019-08-31 | 1 | -35/+1 |
| | | |||||
| * | Rename parameter source files to avoid name conflicts | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | |||||
| * | Move prefdialog to own directory | Patrick Storz | 2019-08-31 | 1 | -0/+277 |
