summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CDR/VSD input: Avoid crash when preview image can not be rendered and show a ↵Eduard Braun2017-04-302-1/+27
| | | | | placeholder instead (bzr r15653)
* Fix regression introduced in r15634Eduard Braun2017-04-281-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1686549 (bzr r15647)
* Restore r14978 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-244-4/+0
| | | | | | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14978 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 (bzr r15638)
* Cleanup for previous commitEduard Braun2017-04-242-6/+3
| | | (bzr r15637)
* Extensions: Fix "param"s of type "description" were always translated (as ↵Eduard Braun2017-04-241-27/+30
| | | | | opposed to only the underscored variant "_param") (bzr r15636)
* Extensions: Fixes and improvements for "gui-description" parameter attribute ↵Eduard Braun2017-04-243-2/+10
| | | | | | | | along the lines of r14955 - "gui-description" was always translated (as opposed to only "_gui-description") - Added possibility to specify "msgctxt" for "_gui-description" (bzr r15635)
* Some code refactoring for consistencyEduard Braun2017-04-0921-200/+200
| | | | | (notably "gui_hidden" -> hidden", "guitext" -> "text", "desc" -> "description") (bzr r15633.1.3)
* Remove unused field "scope"Eduard Braun2017-04-0922-88/+27
| | | (bzr r15633.1.2)
* Remove unused field "gui_tip"Eduard Braun2017-04-0920-65/+25
| | | | | ("gui_description" does now what "gui_tip" was supposed to do) (bzr r15633.1.1)
* Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-247-9/+19
| | | | | | | | | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14955 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 Fixed bugs: - https://launchpad.net/bugs/1669951 (bzr r15633)
* EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun2017-04-064-28/+35
| | | | | | | | | | | | This unconditionally sets "LC_NUMERIC" to "C" to use dots (.) in all scanf/printf-like functions to prevent parsing issues with locales that would use a comma (,) instead. Fixed bugs: - https://launchpad.net/bugs/1549015 - https://launchpad.net/bugs/1675755 - https://launchpad.net/bugs/1335660 - https://launchpad.net/bugs/1089857 - https://launchpad.net/bugs/1599763 (bzr r15617)
* Extensions: Correctly handle the xml:space="preserve" attribute for ↵Eduard Braun2017-03-252-9/+34
| | | | | | | | | | "description"s This also fixes multiline descriptions (and other descriptions containing additional whitespace) not being translatable if xml:space="preserve" is not specified. Fixed bugs: - https://launchpad.net/bugs/1668115 (bzr r15607)
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-209-45/+15
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Fix typo.Tavmjong Bah2017-03-141-1/+1
| | | (bzr r15597)
* Attempt to fix build with dbus enabled.Tavmjong Bah2017-03-131-5/+1
| | | (bzr r15593)
* Fix Gtkmm deprecation warnings in VSD import dialogAlex Valavanis2017-03-111-14/+18
| | | (bzr r15586)
* Fix Gtkmm deprecation warnings in CDR import dialogAlex Valavanis2017-03-111-16/+21
| | | (bzr r15585)
* Use Gtkmm version test instead of Gtk+Alex Valavanis2017-03-111-1/+1
| | | (bzr r15584)
* Repair functionality broken by Alex Valvani's "Gtk+ 3 deprecation fixes"Eduard Braun2017-03-081-2/+5
| | | | | | | | | | | | (see in r15547 [1]) Gtk::Label::set_halign() is *not* the same as Gtk::Label::set_xalign() or the deprecated Gtk::Label::set_alignment() The former sets the alignment of the widget itself while the latter two set the alignment of the text within the widget's size allocation. Is it really more important to eradicate deprecations then to have working code? http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15547 (bzr r15580)
* EMF/WFM export: Fix crash when selecting "Convert gradients to colored ↵Eduard Braun2017-03-062-6/+29
| | | | | | | | | | polygon series" The problem where calls of "sprintf()" to format SVG path data. Unfortunately depending on the locale set at this point via "setlocale()" the output could contain commas (,) instead of dots (.) as decimal spearator resulting in invalid path data. Fixed bugs: - https://launchpad.net/bugs/1549015 (bzr r15568)
* Fix ACLsEduard Braun2017-03-051-0/+0
| | | (bzr r15567)
* merge minor refactoringShlomi Fish2017-02-281-0/+36
|\ | | | | (bzr r15555)
| * Merged.Shlomi Fish2017-02-2332-222/+403
| |\ | | | | | | (bzr r15369.1.19)
| * \ Merged.Shlomi Fish2017-02-0610-16/+46
| |\ \ | | | | | | | | (bzr r15369.1.18)
| * \ \ Merged.Shlomi Fish2017-01-283-0/+21
| |\ \ \ | | | | | | | | | | (bzr r15369.1.17)
| * | | | Extract some common code into a routine.Shlomi Fish2017-01-041-0/+36
| | | | | | | | | | | | | | | (bzr r15369.1.8)
* | | | | Gtk+ 3 deprecation fixesAlex Valavanis2017-02-263-1/+9
| |_|_|/ |/| | | | | | | (bzr r15547)
* | | | [Bug #1664372] preset filter names inconsistent.suv-lp2017-02-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1664372 (bzr r15532)
* | | | improve dot dash support in wmf exportmathog2017-02-171-1/+22
| | | | | | | | | | | | (bzr r15526)
* | | | resolve bug 1665421mathog2017-02-171-0/+10
| | | | | | | | | | | | (bzr r15525)
* | | | Extensions: Add 'appearance="url"' to desccription parameters.Eduard Braun2017-02-133-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It allows to create and add a clickable plain text link to extensions The description parameter's text is escaped and converted to a URL as-is preventing potential security issues The Scour extension shows a first example implementation (bzr r15519)
* | | | Extensions: Fix potential security issue with "description" parameters.Eduard Braun2017-02-131-5/+5
| | | | | | | | | | | | | | | | | | | | When using 'appearance="header"' arbitrary markup could be inlcuded (including URLs) (bzr r15518)
* | | | Extensions: Do not require name for pure UI elements (i.e. parameters that ↵Eduard Braun2017-02-131-2/+9
| | | | | | | | | | | | | | | | | | | | do not store a value and therefore do not need to have a name) (bzr r15515)
* | | | Extensions: Fix for old versions of gtkmmEduard Braun2017-02-131-1/+2
| | | | | | | | | | | | | | | | | | | | Use "Gtk::Misc::set_alignment()" as "Gtk::Label::set_xalign()" is only available since gtkmm 3.16 (bzr r15512)
* | | | Extensions: Work around gtk3 width/height calculation bug for long labelsEduard Braun2017-02-1310-12/+31
| | | | | | | | | | | | | | | | | | | | Also use constants for most dimensions so they can easily be chaned in future. (bzr r15511)
* | | | Extensions: Make "int" and "float" parameters specifying ↵Eduard Braun2017-02-132-2/+2
| | | | | | | | | | | | | | | | | | | | 'appearance="full"'expand in horizontal direction when the window is expanded (bzr r15510)
* | | | Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun2017-02-124-11/+23
| | | | | | | | | | | | (bzr r15509)
* | | | Extensions: Make "indent" attribute a common attribute for all parameters ↵Eduard Braun2017-02-1222-183/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that behaves more consistent and predictable than before. - Every "Parameter" now has an "_indent" member variable (specifying the indentation level; set in "Parameter::make()", see parameter.cpp) - Indentation is achieved by using "set_margin_left()" on the parameter's widget. This fixes bug #1662035 (comment #4 contains some more details about this patch). - Specifying "indent" on a parameter will now work consistently for all parameters. Previously the "indent" attribute often had no effect at all, e.g. for notebooks but also for parameters with 'appearance="full"' which was reasonable in most cases but made the outcome of using this attribute often unpredictable and is unnecessarily restrictive. - Most visible change: "description"s always used an indentation level of at least one (even if no indentation was specified). For the sake of consistency this discrepancy was dropped. Previous appearance can easily be restored by setting 'indent="1"'. Fixed bugs: - https://launchpad.net/bugs/1662035 (bzr r15508)
* | | | Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun2017-02-113-8/+15
| | | | | | | | | | | | (bzr r15505)
* | | | fix two memory leaksperegrine2017-02-072-0/+4
| |_|/ |/| | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662686 - https://launchpad.net/bugs/1662683 (bzr r15493)
* | | [Bug #1537497] Icon preview doesn't render background.tghs2017-01-251-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1537497 (bzr r15446)
* | | fixing to new trunkJabiertxof2017-01-249-29/+88
|\ \ \ | | |/ | |/| (bzr r15142.1.38)
| * | Partially fix opening of librevenge based input formats (cdr/vsd/wpg) on ↵Eduard Braun2017-01-173-0/+21
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). Fixed bugs: - https://launchpad.net/bugs/1656763 - https://launchpad.net/bugs/1656763 (bzr r15421)
| * Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-1/+0
| | | | | | (bzr r15368)
| * Fix typoAlex Valavanis2016-12-261-1/+1
| | | | | | (bzr r15364)
| * vsd-input: Gtk3 fixesAlex Valavanis2016-12-261-2/+2
| | | | | | (bzr r15363)
| * cdr-import: Gtk3 fixesAlex Valavanis2016-12-261-2/+2
| | | | | | (bzr r15362)
| * pdf-input: Gtk3 fixesAlex Valavanis2016-12-262-16/+56
| | | | | | (bzr r15360)
| * Fix Gtkmm deprecations in extensionsAlex Valavanis2016-12-262-6/+4
| | | | | | (bzr r15359)
| * Fix filter editor updateMarc Jeanmougin2016-11-111-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639985 (bzr r15238)