summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Store rest of string in Inkscape version ('pre' 'devel').Tavmjong Bah2016-06-082-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix try/catch blocks by really throwing errors. (stringstream doesn't throw errors by default.) (bzr r14962)
* | | | | | | | | | | | | | | Translations. PO template update.Nicolas Dufour2016-06-081-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14961)
* | | | | | | | | | | | | | | [Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient.Nicolas Dufour2016-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1590171 (bzr r14960)
* | | | | | | | | | | | | | | Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro ↵Jabier Arraiza Cenoz2016-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the text (bzr r14959)
* | | | | | | | | | | | | | | [Bug #1574561] Italian translation updates for 0.92.x.firashanife2016-06-071-919/+864
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1574561 (bzr r14958)
* | | | | | | | | | | | | | [Bug #1588983] Finish up German tutorials for 0.92.Nicolas Dufour2016-06-064-435/+435
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1588983 (bzr r14957)
* | | | | | | | | | | | | | Documentation. French tutorials and man update.Nicolas Dufour2016-06-0610-1999/+2006
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14956)
* | | | | | | | | | | | | | Extensions: Fixes and improvements for "gui-text" parameter attributeEduard Braun2016-06-058-10/+21
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - "gui-text" was always translated (as opposed to only "_gui-text") - This made it impossible to have parameters without label (since the empty string returns the whole .po file header when translated), which caused an issue in restack extension - Added possibility to specify "msgctxt" for "gui-text" (bzr r14955)
* | | | | | | | | | | | | [Bug #1545333] Convenience option (default: ON) for cmake builds to enable ↵suv-lp2016-06-052-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SVG2 and experimental LPEs Fixed bugs: - https://launchpad.net/bugs/1545333 (bzr r14954)
* | | | | | | | | | | | | [Bug #1545333] Remove obsolete poppler entries from cmake's template for ↵suv-lp2016-06-051-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config.h Fixed bugs: - https://launchpad.net/bugs/1545333 (bzr r14953)
* | | | | | | | | | | | | [Bug #1587311] Entering + into stroke width dialog crashes Inkscape.rafael-g2016-06-051-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1587311 (bzr r14952)
* | | | | | | | | | | | | [Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD.rafael-g2016-06-051-1/+3
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1550178 (bzr r14951)
* | | | | / / / / / / / Fix reading of 'stroke-dasharray' when there is a trailing blank.Tavmjong Bah2016-06-041-2/+4
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes reading a value when there is no digit before a decimal point. Fixed bugs: - https://launchpad.net/bugs/1485197 (bzr r14950)
* | | | | | | | | | | Fix for bug on previous commit about guides lockJabier Arraiza Cenoz2016-06-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949)
* | | | | | | | | | | Fix a bug in lock guides pointed by suv on IRCJabier Arraiza Cenoz2016-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14948)
* | | | | | | | | | | Fix guide placement when guides are generated by a template with ↵Tavmjong Bah2016-06-032-24/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | width/height/viewBox different from default SVG file. (bzr r14947)
* | | | | | | | | | | Sort color profile listshouz2016-06-026-81/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946)
* | | | | | | | | | | Translations. Updating all translation files.Nicolas Dufour2016-06-0291-323939/+437560
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14945)
* | | | | | | | | | | Updating Inkscape version in the linked help pages. PO template updated.Nicolas Dufour2016-06-023-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14944)
* | | | | | | | | | | Translations. Italian translation udpate.firashanife2016-06-021-634/+705
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1574561 (bzr r14943)
* | | | | | | | | | | [Bug #1508255] Shapes tutorial: things that might need an update. Plus ↵Nicolas Dufour2016-06-0221-9146/+9300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calligraphy update missing from previous commit. Fixed bugs: - https://launchpad.net/bugs/1508255 (bzr r14942)
* | | | | | | | | | | Documentation. Initial Keys and mouse reference for 0.92.Nicolas Dufour2016-06-025-1461/+1440
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14941)
* | | | | | | | | | | [Bug #1588078] Update german docs.marenhachmann2016-06-0211-1947/+1939
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1588078 (bzr r14940)
* | | | | | | | | | | Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah2016-06-015-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14939)
* | | | | | | | | | | Replace two instances of getSVGUnit() by getDocumentScale().Tavmjong Bah2016-06-012-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify writing of style string. Switch 'pt' to 'px'. (bzr r14938)
* | | | | | | | | | | Fix tiling when generic template used to create file. Try 2.Tavmjong Bah2016-06-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------- This line and the following will be ignored -------------- modified: src/ui/dialog/clonetiler.cpp unknown: inkscape_glyph_cursor.txt latex.patch libnrtype_OLD/ share/attributes/attindex.html share/attributes/propidx.html share/extensions/six.py share/icons/icons_template.svg share/icons/symbolic_icons_purged.svg src/cxxtests.xml src/default.svg src/export-objects/ src/glist_removal.diff src/sp-text.cpp_save src/display/cairo-utils.cpp_dither src/display/cairo-utils.h_dither src/display/drawing-shape.cpp_dither src/libnrtype/Layout-TNG-Input.cpp_attempt_to_replace_linefeeds src/libnrtype/Layout-TNG-Input.cpp_works src/ui/dialog/tags_backup.cpp (bzr r14937)
* | | | | | | | | | | Fix tiling when generic template used to create file.Tavmjong Bah2016-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14936)
* | | | | | | | | | | Use CSS 'strut' as minimum value of CSS line box height.Tavmjong Bah2016-06-014-48/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14935)
* | | | | | | | | | | [Bug #1508988] Calligraphy tutorial: things that might need an update.Nicolas Dufour2016-06-0117-5559/+5502
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1508988 (bzr r14934)
* | | | | | | | | | | Update Russian translationAlexandre Prokoudine2016-05-311-3369/+4024
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14933)
* | | | | | | | | | | Documentation. French tutorials update.Nicolas Dufour2016-05-315-616/+616
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1404285 (bzr r14932)
* | | | | | | | | | | [Bug #1417283] Q shortcut missing in keys reference.Nicolas Dufour2016-05-318-22794/+25443
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1417283 (bzr r14931)
* | | | | | | | | | | Translations. French translation update.Nicolas Dufour2016-05-311-5906/+10802
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14930)
* | | | | | | | | | | Extensions. Fix localization in the webbrowser launcher extension (missing ↵Nicolas Dufour2016-05-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | call to inkex.localize()). (bzr r14929)
* | | | | | | | | | | Translations. PO template update.Nicolas Dufour2016-05-302-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14928)
* | | | | | | | | | | Extensions. Convert to dashes python file now translatable.Nicolas Dufour2016-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14927)
* | | | | | | | | | | [Bug #171117] (Extensions) Add ungroup all funtion.mcepl2016-05-302-0/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171117 (bzr r14926)
* | | | | | | | | | | Extensions. Fixing description in Seamless pattern.Nicolas Dufour2016-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14925)
* | | | | | | | | | | [Bug #1545771] Rename Drawing Shortcut Group to X-Drawing Shortcut Group.jonathan-underwood2016-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1545771 (bzr r14924)
* | | | | | | | | | | Translations. Ukrainian translation update.Yuri Chornoivan2016-05-301-616/+640
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1407331 (bzr r14923)
* | | | | | | | | | | [Bug #1586292] Bad markup found in translations.Nicolas Dufour2016-05-303-499/+461
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1586292 (bzr r14922)
* | | | | | | | | | | fix-bug-1586749. Broken english in bspline help messageJabier Arraiza Cenoz2016-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1586749 (bzr r14921)
* | | | | | | | | | | Add option to perspective-envelope LPE to not make unreal perspectives, as ↵Jabier Arraiza Cenoz2016-05-272-12/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sugest by vlada on IRC (bzr r14920)
* | | | | | | | | | | Dutch translation updateKris De Gussem2016-05-261-2967/+3682
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14919)
| | | | | * | | | | | Fixing satellites bug on eraseJabier Arraiza Cenoz2016-06-113-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.146)
| | | | | * | | | | | Rename branchJabier Arraiza Cenoz2016-05-268-64/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.145)
| | | | | * | | | | | update to trunkJabier Arraiza Cenoz2016-05-2674-963/+803
| | | | | |\ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | (bzr r13645.1.144)
* | | | | | | | | | | [Bug #1538277] Translations in inkex.py fail unless extension script itself ↵Nicolas Dufour2016-05-2657-96/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initalizes gettext. Fixed bugs: - https://launchpad.net/bugs/1538277 (bzr r14918)
* | | | | | | | | | | [Bug #1508400] self-intersecting shape display and union error - reverting ↵Tavmjong Bah2016-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rev. 14224 and applying the patch at the right place (thanks ~suv!). Fixed bugs: - https://launchpad.net/bugs/1508400 (bzr r14917)
* | | | | | | | | | | Update for pre1Bryce Harrington2016-05-259-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14916)