Skip to content

Instantly share code, notes, and snippets.

@su-v
Last active February 8, 2017 22:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save su-v/ee432fd23787500ba629335dc3fd4c70 to your computer and use it in GitHub Desktop.
bzr log -r tag:INKSCAPE_0_92_1_PRE1..tag:INKSCAPE_0_92_1_PRE2 --short -n1 | pbcopy
15365 bryce 2017-02-07 {INKSCAPE_0_92_1_PRE2}
Update for release
15364 Jabiertxof 2017-02-07
fixes bug: https://launchpad.net/bugs/1657874
backport from trunk.
This commit fixes bug #1657874
Title Missing handles after reset of rotation center
Whats the bug: In a previous commit I do, I change a event on knots from onmove to onmousedown. this seems ok but the problem were if the user click on rotation center without moving it, the onrelease event has a variable move not set and hide the current knots making the needs to switch the tools to reshow. Is in particular a big problem on little elements where the center knot have a big influence and is very easy to click on it on select.
Why do this commit that broke: I want have onmousedown fired to allow meshgradient triangle knots updated on mouse down.
What fixes: Instead change the place of the signal, I send back to the original position and create a new signal to fire onmousedow a knot. In the gradient code I change the previous calls from undrag to onmousedown.
15363 tavmjong-free 2017-02-07
Backport trunk 15452. Fix disappearing text when outer line-height is zero.
This corrects a bug where text disappears after a user sets the outer 'line-height'
to zero. It occurs as the computed line-height may be very close but not exactly zero due
to rounding errors. A comparison with zero using '==' is replaced by a comparison using '<'.
15362 tavmjong-free 2017-02-07
Backport trunk 15452. Prevent display units from effecting 'line-height' unit.
Allow relative units to be saved in preferences for 'line-height'.
These changes allow the 'line-height' unit menu to show the expected line-height unit.
15361 tavmjong-free 2017-02-07
Backport trunk 15465. Fix line-height conversion between no unit and 'em' unit.
This occured in the 'line-height' unit menu when changing between the two values.
15360 JazzyNico 2017-02-07
fixes bug: https://launchpad.net/bugs/1662423
[Bug #1662423] French translation update for 0.92.1 (Man and keys reference).
15359 frigory 2017-02-07
fixes bug: https://launchpad.net/bugs/1662423
[Bug #1662423] French translation update for 0.92.1 (UI and Readme).
15358 JazzyNico 2017-02-06
fixes bug: https://launchpad.net/bugs/1661931
[Bug #1661931] German docs update for 0.92.1 (Keys).
15357 JazzyNico 2017-02-06
fixes bug: https://launchpad.net/bugs/1661931
Documentation. Updating man pages date.
[Bug #1661931] German docs update for 0.92.1.
15356 JazzyNico 2017-02-05
fixes bugs: https://launchpad.net/bugs/1661811 https://launchpad.net/bugs/1661786
Documentation. Updating translated man files to reflect the changes in:
* [Bug #1661811] Update man files for the new --no-convert-text-baseline-spacing command line option.
* [Bug #1661786] Authors file in man page directory needs to be updated.
15355 bryce 2017-02-03 {INKSCAPE_0_92_1_PRE1}
Update for release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment