| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make 'gui-text' required for visible parameters | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | | | | | | | | | We were actually crashing for visible parameters without 'gui-text' otherwise. Also make sure we actually *do* bail out if we have parameters missing required fields and throw/catch an exception instead of producing broken instances. | ||||
| * | Simplify pref_name() function | Patrick Storz | 2019-08-31 | 1 | -11/+7 |
| | | |||||
| * | Remove completely unused "doc" and "node" parameters | Patrick Storz | 2019-08-31 | 1 | -32/+20 |
| | | |||||
| * | Re-implement get_param() locally using get_widgets() | Patrick Storz | 2019-08-31 | 1 | -4/+0 |
| | | |||||
| * | Inherit destructor and recursively delete all widgets | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | | | | let's hope this works as expected... | ||||
| * | Make parameter string generation a job of Inkscape::Extension | Patrick Storz | 2019-08-31 | 1 | -11/+1 |
| | | | | | | For this take a first step towards properly tracking children of each parameter and provide functions to look up all widgets. | ||||
| * | Optimize parameter string generation | Patrick Storz | 2019-08-31 | 1 | -2/+10 |
| | | | | | | Also rename overloaded string() functions, so it's clear what they actually do, as it's not the same thing at all... | ||||
| * | More cleanup | Patrick Storz | 2019-08-31 | 1 | -20/+31 |
| | | |||||
| * | Switch Inkscape::Extension to use InxWidgets instead of InxParameters | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | |||||
| * | Rename Parameter -> InxParameter for consistency | Patrick Storz | 2019-08-31 | 1 | -7/+7 |
| | | |||||
| * | Create new InxWidget base class for extension widgets. | Patrick Storz | 2019-08-31 | 1 | -61/+3 |
| | | |||||
| * | Add function to get proper translation within context of Parameter | Patrick Storz | 2019-08-31 | 1 | -0/+4 |
| | | |||||
| * | Parameter: remove unused constructors | Patrick Storz | 2019-08-31 | 1 | -11/+0 |
| | | |||||
| * | Refactor a lot of the parameter handling code | Patrick Storz | 2019-08-31 | 1 | -39/+50 |
| | | | | | | | | Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333 | ||||
| * | Move error classes to Parameter where they belong | Patrick Storz | 2019-08-31 | 1 | -0/+12 |
| | | |||||
| * | Rename parameter source files to avoid name conflicts | Patrick Storz | 2019-08-31 | 1 | -0/+215 |
