summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/prefdialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-011-1/+1
|
* Remove completely unused "doc" and "node" parametersPatrick Storz2019-08-311-2/+2
|
* Rename Parameter -> InxParameter for consistencyPatrick Storz2019-08-311-1/+1
|
* Create new InxWidget base class for extension widgets.Patrick Storz2019-08-311-2/+2
|
* Implement "translationdomain" attribute for extensionsPatrick Storz2019-08-311-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 codePatrick Storz2019-08-311-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 extensionsPatrick Storz2019-08-311-35/+1
|
* Rename parameter source files to avoid name conflictsPatrick Storz2019-08-311-1/+1
|
* Move prefdialog to own directoryPatrick Storz2019-08-311-0/+277