inkscape:groupCodingLPEPowerStrokeMaster

Last commit made on 2020-11-22
Get this branch:
git clone -b groupCodingLPEPowerStrokeMaster https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
groupCodingLPEPowerStrokeMaster
Repository:
lp:inkscape

Recent commits

b8072ef... by Jabier Arraiza <email address hidden>

Testing phase

f3b51f8... by Jabier Arraiza <email address hidden>

Formating Group Coding

262c883... by Martin Owens

Fix style for shape based power strokes

357f47f... by Jabier Arraiza <email address hidden>

Martin and me are recording in [BBB instance](https://digimedia1.r2.enst.fr/b/vec-grt-cyu) of Mc university a session of live coding.
First day is on 2020-08-23, <s>next week</s> 5 September [9:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?msg=Inkscape+Live+Coding+%28Power+Stroke+%40doctormo+%26+%40jabiertxof%29&iso=20200906T09&p1=%3A) are the continuation.

The main problem is powerstoke items are "visualy" a stroke but "realy" are a SVG filled path, so wen we apply styles to it we do the wrong applying

We have in diferent LPE a new feature to allow extra elements linked to main LPE item (meassure segments for example)
We take this feature and use to link fill based properties to LPE item and stroke based properties to the linked one.
The linked (stroke) item is unselectable so we have only the path of fill and the knots

See this for more info:
https://gitlab.com/inkscape/inkscape/-/merge_requests/2241

f1964fb... by Thomas Holder <email address hidden>

Cleanup: Remove inkscape-application.glade

Apparently this is not needed anymore.

6c745e7... by Thomas Holder <email address hidden>

Fix ComboBoxEntryToolItem::get_active_text() leaks

Return `Glib::ustring` instead of `g_strdup()` pointer. Fixes memory
leaks in all call sites which did not `g_free()` the result.

9a0ddae... by Thomas Holder <email address hidden>

Fix heap-use-after-free when closing Window

23b5d70... by Thomas Holder <email address hidden>

Fix spell check dialog regressions

- Fix initial update()
- Fix endless loop when selection changes

Regressions of new dialog system !2504

bee98b4... by Gwenaƫl Q.

Update inkscape.xml in order to shortcut for "New layer" be displayed in menu "Layer" and Preferences

5d9818e... by Tavmjong Bah

Fix rendering for inherited values of "font-variant-ligatures".
Rendering must use CSS "computed" and not "value".
Completes fix for https://gitlab.com/inkscape/inkscape/-/issues/1987