<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/prefdialog/parameter-optiongroup.cpp, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>Extensions: Warn for duplicate page names and option names/values</title>
<updated>2019-09-25T21:14:22+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-09-25T21:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=faf45cfec5d2161aa7ccafad41f6d5f4f54a18bf'/>
<id>faf45cfec5d2161aa7ccafad41f6d5f4f54a18bf</id>
<content type='text'>
This is easy to miss and causes confusing behavior
(e.g. wrong page/option selected)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is easy to miss and causes confusing behavior
(e.g. wrong page/option selected)
</pre>
</div>
</content>
</entry>
<entry>
<title>Extensions: Handle optiongroup options without value</title>
<updated>2019-09-07T20:24:44+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-09-07T20:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=80b40def43613f64e765f1e282fa939bd94f92af'/>
<id>80b40def43613f64e765f1e282fa939bd94f92af</id>
<content type='text'>
We use the user visible GUI text as value in this case, which may or
may not be translated.

For backwards-compatibility with enum items use the untranslated
value instead, if one of the deprecated tag-names is found.

Fixes https://gitlab.com/inkscape/inkscape/issues/399
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use the user visible GUI text as value in this case, which may or
may not be translated.

For backwards-compatibility with enum items use the untranslated
value instead, if one of the deprecated tag-names is found.

Fixes https://gitlab.com/inkscape/inkscape/issues/399
</pre>
</div>
</content>
</entry>
<entry>
<title>Make 'gui-text' required for visible parameters</title>
<updated>2019-08-31T14:50:39+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-08-12T16:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bc25884ffbfc3eeba047fe49c0560083deee8ad8'/>
<id>bc25884ffbfc3eeba047fe49c0560083deee8ad8</id>
<content type='text'>
We were actually crashing for visible parameters without 'gui-text'
otherwise.

Also make sure we actually *do* bail out if we have parameters
missing required fields and throw/catch an exception instead of
producing broken instances.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were actually crashing for visible parameters without 'gui-text'
otherwise.

Also make sure we actually *do* bail out if we have parameters
missing required fields and throw/catch an exception instead of
producing broken instances.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify pref_name() function</title>
<updated>2019-08-31T14:50:39+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-08-07T22:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=37e5d6dc66d7b98ce6716398f81eb5b0a89bded2'/>
<id>37e5d6dc66d7b98ce6716398f81eb5b0a89bded2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove completely unused "doc" and "node" parameters</title>
<updated>2019-08-31T14:50:39+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-08-07T21:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c5233cd683c7df4a31eb68634e8876ca900b9676'/>
<id>c5233cd683c7df4a31eb68634e8876ca900b9676</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize parameter string generation</title>
<updated>2019-08-31T14:50:39+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-08-05T22:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=26d8a32b7395d7bf1d1da7c32b9f2cdf5770510a'/>
<id>26d8a32b7395d7bf1d1da7c32b9f2cdf5770510a</id>
<content type='text'>
Also rename overloaded string() functions, so it's clear what they
actually do, as it's not the same thing at all...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename overloaded string() functions, so it's clear what they
actually do, as it's not the same thing at all...
</pre>
</div>
</content>
</entry>
<entry>
<title>More cleanup</title>
<updated>2019-08-31T14:50:39+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-08-05T20:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=299010c5b11801fa49bd52ae78c6d2cc0e069137'/>
<id>299010c5b11801fa49bd52ae78c6d2cc0e069137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Parameter -&gt; InxParameter for consistency</title>
<updated>2019-08-31T14:50:38+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-08-04T19:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3329abac70b6326839349c6438664dbc2a4a5548'/>
<id>3329abac70b6326839349c6438664dbc2a4a5548</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create new InxWidget base class for extension widgets.</title>
<updated>2019-08-31T14:50:38+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-08-04T18:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=33c31cdcdb285b20ed0286f2ec6f87e39d666666'/>
<id>33c31cdcdb285b20ed0286f2ec6f87e39d666666</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Derive optiongroup options from Parameter</title>
<updated>2019-08-31T14:50:38+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-08-02T23:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e595e37d32871155591f43c90ac332e2a1802292'/>
<id>e595e37d32871155591f43c90ac332e2a1802292</id>
<content type='text'>
A bit hackish for now as &lt;option&gt;s are not really parameters and
don't have a name, pending creation of a better base-class for
non-parameter .inx elements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bit hackish for now as &lt;option&gt;s are not really parameters and
don't have a name, pending creation of a better base-class for
non-parameter .inx elements.
</pre>
</div>
</content>
</entry>
</feed>
