summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-065-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
* Merge changesAlexander Valavanis2019-06-0511-432/+1378
|\
| * Fix coding style and and fix retaining varJabier Arraiza2019-06-041-4/+1
| |
| * Fix a bug adding selectorsJabier Arraiza2019-06-041-3/+13
| |
| * Fix coding styleJabier Arraiza2019-06-032-29/+27
| |
| * Improvements to CSS dialogJabier Arraiza2019-06-034-92/+148
| |
| * Attemp to add values from enumsJabier Arraiza2019-06-032-7/+9
| |
| * Fix CI (clangtidyfull)Thomas Holder2019-06-031-1/+1
| |
| * Fix CI warningJabier Arraiza2019-06-021-1/+1
| |
| * Fix codestyleMarc Jeanmougin2019-06-021-1/+1
| |
| * add stylesheet popupJabier Arraiza2019-06-021-8/+1
| |
| * Fixing coding styleJabier Arraiza2019-06-022-26/+19
| |
| * Add popup with CSS propertiesJabier Arraiza2019-06-022-3/+122
| |
| * fixes for:update multiple objects, refersh strike on named colors and ↵Jabier Arraiza2019-06-021-7/+32
| | | | | | | | refersh styles on write
| * fix coding styleJabier Arraiza2019-06-021-2/+2
| |
| * Add CSS and remove XML toggler buttonJabier Arraiza2019-06-022-104/+109
| |
| * Fixing coding styleJabier Arraiza2019-06-027-308/+303
| |
| * Fixed UI issuesJabier Arraiza2019-06-022-19/+19
| |
| * Improvements to hadle whols CSS fileJabier Arraiza2019-06-025-239/+253
| |
| * working on selector dialogJabier Arraiza2019-06-024-87/+118
| |
| * Fixes locatesd with Thomas at HakfestJabier Arraiza2019-06-022-13/+12
| |
| * add improvements pointed by Thomas HolderJabier Arraiza2019-06-023-117/+94
| |
| * Fix a bug on undo, backpoer from masterJabier Arraiza2019-06-021-4/+4
| |
| * First full workingJabier Arraiza2019-06-022-19/+107
| |
| * Working on add rowJabier Arraiza2019-06-021-3/+17
| |
| * add writing methodJabier Arraiza2019-06-021-3/+3
| |
| * add storingJabier Arraiza2019-06-022-41/+176
| |
| * simplification of codeJabier Arraiza2019-06-022-53/+11
| |
| * starting refactorJabier Arraiza2019-06-022-85/+9
| |
| * Removing unwanted selectorJabier Arraiza2019-06-021-9/+6
| |
| * Styling fixes and remove a crashJabier Arraiza2019-06-022-18/+19
| |
| * fix attributes and add ui fileJabier Arraiza2019-06-021-1/+58
| |
| * Add visualization of style dialogJabier Arraiza2019-06-022-85/+336
| |
| * working on new UIJabier Arraiza2019-06-022-91/+96
| |
| * fix mergeJabier Arraiza2019-06-021-11/+39
| |
| * add unhandled multiselectorJabier Arraiza2019-06-021-2/+15
| |
| * Merge from masterJabier Arraiza2019-06-021-1/+1
| |
| * Working on selectors and unhandled onesJabier Arraiza2019-06-024-356/+1912
| |
| * Backup fro full refactorJabier Arraiza2019-06-023-1606/+39
| |
| * Fix mergeJabier Arraiza2019-06-021-0/+22
| |
| * Back dialog managerJabier Arraiza2019-06-021-3/+3
| |
| * Updating fixes on compilingJabier Arraiza2019-06-023-22/+246
| |
| * reorder dialogsJabier Arraiza2019-06-025-551/+140
| |
| * minor fixesJabier Arraiza2019-06-021-3/+2
| |
| * Adding a TreeModelFilterJabier Arraiza2019-06-022-30/+99
| |
| * Working on simplifyJabier Arraiza2019-06-022-48/+378
| |
| * Including widgetsJabiertxof2019-06-022-47/+70
| |
| * Add CSSDialog simplifyJabier Arraiza2019-06-022-38/+78
| |
| * Allow rects be LPE like other primitivesJabier Arraiza2019-06-012-24/+0
| |
| * Fix align-to of text objectsTobias Ellinghaus2019-05-281-5/+5
| | | | | | | | | | | | | | Inkscape used to align text baselines relative to the wrong object when using "First selected" or "Last selected". Closes !699