Skip to content

Instantly share code, notes, and snippets.

@su-v
Created February 14, 2017 06:55
Show Gist options
  • Save su-v/04c79facb1f6c24dd8a680fb0775af9b to your computer and use it in GitHub Desktop.
Save su-v/04c79facb1f6c24dd8a680fb0775af9b to your computer and use it in GitHub Desktop.
bzr log -r tag:INKSCAPE_0_92_0..tag:INKSCAPE_0_92_1 --short -n1 | pbcopy
15371 bryce 2017-02-13 {INKSCAPE_0_92_1}
update for release
15370 Eduard Braun 2017-02-13
AboutBox: Remove superfluous space in website URL
15369 tghs 2017-02-13
Translation. en_GB translation update for 0.92.1.
15368 Marc Jeanmougin 2017-02-10
fixes bug: https://launchpad.net/bugs/1663075
temporarily sets decimal separator locale to C to fix files correctly (Users with a comma decimal separator in their locale had files broken by the line update fix)
15367 Maren Hachmann 2017-02-09
Translations: Update German translation
15366 sveinki 2017-02-09
fixes bug: https://launchpad.net/bugs/1663240
[Bug #1663240] Updated Icelandic translation for 0.92.1.
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
15354 Ted Gould 2017-02-03
Wrong version
15353 Ted Gould 2017-02-02
Bump Snapcraft version to 0.92.1
15352 Eduard Braun 2017-02-02
Translations: Update inkscape.pot file
15351 bryce 2017-02-01
document: Split out font name conversion separate from baseline fix
r15338 introduced a fix to replace 'Sans' font names by 'san-serif'
which is more widely supported in web browsers. This fix is distinct
from the text baseline spacing fix and so should be applied
independently from that fix.
This conversion is being applied unconditionally because we no of no use
cases where one would wish to preserve the old font naming. If it turns
out there is a reason why one would wish to disable it, it is
recommended this be implemented as a command line option called
"--no-convert-font-names".
15350 bryce 2017-02-01
Rename --do-not-fix-pre-92 to --no-convert-text-baseline-spacing
We will be introducing additional legacy file conversion options
(e.g. dpi conversion), which need to be controllable independently of
this baseline fix, so rename this command line option to more clearly
communicate what functionality it provides.
The terminology "convert" is chosen as a jargon word to be used for all
such legacy file conversions. The "--no-XXX" naming style is adopted
from the convention used by other software such as GIMP.
Also add a man page entry for the option.
15349 Eduard Braun 2017-02-01
CMake: Tiny cosmetic fix for version string
(set concatenates arguments with a semicolon ";")
15348 Eduard Braun 2017-01-31
fixes bug: https://launchpad.net/bugs/1660142
Avoid crash when opening files containing hrefs with invalid "file:" URIs
15347 JazzyNico 2017-01-29
fixes bug: https://launchpad.net/bugs/1659347
[Bug #1659347] Windows: '/' in relative image links rewritten as '\' on save.
15346 jabiertxof 2017-01-26
fixes bug: https://launchpad.net/bugs/1659426
[Bug #1659426] About screen - Missing image and small window. (occurs when the about.svg file is translated in a po file and the translated string doesn't match any existing file)
15345 yurchor-gmail 2017-01-25
fixes bug: https://launchpad.net/bugs/1659357
[Bug #1659357] Ukrainian translation update for 0.92.x branch.
15344 JazzyNico 2017-01-24
Translations. PO files update for 0.92.1.
15343 JazzyNico 2017-01-24
fixes bug: https://launchpad.net/bugs/1658397
[Bug #1658397] Object > Arrange > Polar Coordinates dialog text.
15342 JazzyNico 2017-01-24
fixes bug: https://launchpad.net/bugs/1658925
[Bug #1658925] Incorrect SK1 link in Uniconvertor error messages.
15341 JazzyNico 2017-01-24
fixes bug: https://launchpad.net/bugs/1658650
[Bug #1658650] New Russian translation for Tracing Pixel Art.
15340 bryce 2017-01-23 {INKSCAPE_0_92_1_PRE0}
update for 0.92.1pre0 pre-release
15339 Marc Jeanmougin 2017-01-24
minor fix to file-update
15338 Marc Jeanmougin 2017-01-24 [merge]
merge 092+lineheight-fix branch
15337 tavmjong-free 2017-01-23
Backport trunk 15386. Fix logic error (non-scaling stroke on text).
This fixes rendering when the 'vector-effect' propery for text has the value 'non-scaling-stroke'.
15336 tavmjong-free 2017-01-23
Backport trunk 15389. Fix misplaced parenthesis reported by compiler warning.
This fixes code that checks for badly formed input.
15335 tavmjong-free 2017-01-23
Backport trunk r15387. Add 'line-height' to allowed properties of tspans.
This prevents the deleting of the 'line-height' property on tspans when
a user requests that Inkscape remove incorrect properties.
15334 JazzyNico 2017-01-23
fixes bug: https://launchpad.net/bugs/1656713
[Bug #1656713] Keys and Mouse reference: Add shortcut '7' for cycling through path effect parameters in node tool.
15333 JazzyNico 2017-01-23
i18n. Fixing gettext initialization in some more extensions.
15332 Marc Jeanmougin 2017-01-22
Backport trunk r15399: install non-executable scripts without executable bit
15331 JazzyNico 2017-01-22
i18n. Partially reverting r15329 (no fix needed for HPGL output).
15330 Alexandre Prokoudine 2017-01-22
Updates and fixes to the Russian translation
15329 JazzyNico 2017-01-22
i18n. Fixing gettext initialization in the HPGL related extensions.
15328 JazzyNico 2017-01-22
i18n. Fixing gettext initialization in the Uniconvertor related extensions.
15327 creedofscience 2017-01-22
fixes bug: https://launchpad.net/bugs/1656726
[Bug #1656726] Adding Russian translation for the shortcut comment.
15326 Jabiertxof 2017-01-21
fixes bug: https://launchpad.net/bugs/1622731
Backport from trunk.Fixes typos in strings. Some typos in Inkscape 0.92 LPE UI
15325 Jabiertxof 2017-01-20
fixes bugs: https://launchpad.net/bugs/1656093 https://launchpad.net/bugs/1656527
Backport from trunk. Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 and #1656527:Copy & paste of group with shaped path corrupts it, in v0.92
15324 Jabiertxof 2017-01-20
fixes bug: https://launchpad.net/bugs/1622388
Backport from trunk. Fix bug 1622388. Insane memory leak and crash with pattern along path
15323 Jabiertxof 2017-01-20
fixes bug: https://launchpad.net/bugs/1657591
Backport from trunk. Fix bug 1657591. Crash on ungrouping in v0.92. A unnecesary call to update path effect hook the crash, not sure why but this call is unnecesary so I remove it
15322 Eduard Braun 2017-01-18
Fix usage information for "--export-pdf-version"
15321 Eduard Braun 2017-01-17
fixes bugs: https://launchpad.net/bugs/1656763 https://launchpad.net/bugs/1656763
Partially fix opening of librevenge based input formats (cdr/vsd/wpg) on Windows if the filename contains non-ASCII characters
The problem is that "RVNGFileStream" uses "fopen()" internally which only supports ANSI filenames on Windows (i.e. a complete fix would require upstream code changes).
By using "g_win32_locale_filename_from_utf8()" the problem can be worked around in most cases, though:
* the filename is converted to the current codepage (i.e. all 255 characters that are available in the current character encoding are allowed in the filename)
* even if the filename contains a character that's not available in the current character encoding it's attempted to use the alternative short (8.3) file name instead
Therefore the input operation will only fail in the unlikely case that the filename contains a character not available in the current ANSI code page while at the same time short file names are disabled on the file system (which is not the case in standard configurations).
15320 Marc Jeanmougin 2017-01-17
fixes bug: https://launchpad.net/bugs/1656141
Fix regression on selecting objects after locking layers
15319 Eduard Braun 2017-01-16
fixes bug: https://launchpad.net/bugs/1654460
Packaging: Sort translations by name in Windows .exe and .msi installers (before they were sorted by language code)
This commit also adds functionality to automatically parse localized language names from the Inkscape .po file for the NSIS (.exe) installer
Python scripts for Windows packaging are now Python 2/3 compatible and should always handle unicode characters properly.
15318 Eduard Braun 2017-01-15
Extensions: run_command.py - inform user about output to stderr even if error code is zero
15317 JazzyNico 2017-01-13
fixes bug: https://launchpad.net/bugs/1654892
[Bug #1654892] Few typos in Calligraphy tutorial.
15316 seahawk1986-hotmail 2017-01-13
fixes bug: https://launchpad.net/bugs/1650480
[Bug #1650480] pyserial errorhandling in plotter.py tries to iterate over wrong Exception attribute.
15315 JazzyNico 2017-01-12
fixes bug: https://launchpad.net/bugs/1651815
[Bug #1651815] share/examples: rescale svgs to 96 dpi. Fixing incorrectly scaled examples.
15314 Diederik van Lierop 2017-01-11
Fix snapping tooltips and highlighting of snapped bounding boxes (both of which were not shown)
15313 JazzyNico 2017-01-10
fixes bug: https://launchpad.net/bugs/1651334
[Bug #1651334] Strings untranslatable due to word puzzles.
15312 suv-lp 2017-01-09
fixes bug: https://launchpad.net/bugs/1654743
[Bug #1654743] Interpolate extension fails if end path has no 'stroke-width' attribute (0.91, 0.92)
15311 Marc Jeanmougin 2017-01-09
fix typo
15310 suv-lp 2017-01-09
fixes bug: https://launchpad.net/bugs/1654798
[Bug #1654798] Broken icon in LPE 'Fill between many'
15309 Marc Jeanmougin 2017-01-07
suppress warnings on symbols dialog
15308 JazzyNico 2017-01-07
Tutorials. Fixing Calligraphy tutorials (see Bug #1651815).
15307 JazzyNico 2017-01-06
fixes bug: https://launchpad.net/bugs/1651815
[Bug #1651815] share/examples: rescale svgs to 96 dpi.
15306 jmas-softcatala 2017-01-06
fixes bug: https://launchpad.net/bugs/1654312
[Bug #1654312] Tutorials - Catalan translation for Inkscape 0.92.1.
15305 Jabiertxof 2017-01-06
Backport from trunk. Improve UI to partialy fix bug#1654121 now offset in meassure tool is near the only button that have this option. Also improved tooltip
15304 JazzyNico 2017-01-05
Tutorials. Fixing a couple of broken tutorials (see bug #1651815).
15303 Ivan Masár 2017-01-05
* [INTL:sk] Slovak translation update
15302 JazzyNico 2017-01-05
[Bug #1651815] share/examples: rescale svgs to 96 dpi.
Tutorials. New Slovak Tracing pixelart tutorial.
Tutorials. New localized pixelart dialog bitmaps.
15301 bryce 2017-01-03 [merge]
Re-land post-release translation updates
15300 bryce 2017-01-02 {INKSCAPE_0_92_0}
update for 0.92.0 release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment