inkscape:cherry-pick-e0dd6e42

Last commit made on 2020-04-29
Get this branch:
git clone -b cherry-pick-e0dd6e42 https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
cherry-pick-e0dd6e42
Repository:
lp:inkscape

Recent commits

48b68b8... by Mc

Ignore flowPara without children to be consistent with rendering in previous Inkscape versions

Fixes part of https://gitlab.com/inkscape/inkscape/-/issues/1349

(cherry picked from commit e0dd6e42d9cb14326f2fb04512ed16b1512f0c72)

0bf991b... by Maren Hachmann <email address hidden>

Update year in About Screen, fixes https://gitlab.com/inkscape/inbox/-/issues/2557

0010c30... by Mc

Relicensing of animated-clock.svg by Tavmjong

582dcd6... by Milo Ivir

Update hr.po for Inkscape 1.0.x

25e0a87... by Tomáš Marný

Update cs.po

8564437... by Ted Gould

Add license identifiers to the scripts.

6542bab... by Ted Gould

Add a configure hook to generate a fontcache using our version of fontconfig and then use that when running Inkscape

d48b33a... by Ted Gould

Switch version of snap to grab from the CPP generated string to match about screen exactly

465d1cc... by Ted Gould

Switch pip packages to Python 3

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

Fix crash on "Flow text into frame" grouping

- clear shape references in `SPIShapes` destructor
- replace shape node listener with `connectModified()` connection,
  managed by `SPShapeReference` (gives real-time updates)
- when the shape is modified, call `requestDisplayUpdate()` instead
  of `updateRepr()` for the text object (fixed undo/redo bugs)

Regression of 762bb761e20a

Fixes https://gitlab.com/inkscape/inkscape/-/issues/1350

(cherry-picked from c004aae3a8db6fa2)