<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/prefdialog/parameter-notebook.h, 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>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>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>Re-implement get_param() locally using get_widgets()</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-07T00:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c0317efc1e86f75ee72d6f65b978bfe634bd3b2c'/>
<id>c0317efc1e86f75ee72d6f65b978bfe634bd3b2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inherit destructor and recursively delete all widgets</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-06T21:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=174427c290f6f8a449a1287251279905a6a9a517'/>
<id>174427c290f6f8a449a1287251279905a6a9a517</id>
<content type='text'>
let's hope this works as expected...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
let's hope this works as expected...
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete conversion of ParamNotebook to use _children</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-06T21:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2ce7a755e48fb64c9956618bea0e9aabc79d149e'/>
<id>2ce7a755e48fb64c9956618bea0e9aabc79d149e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make parameter string generation a job of Inkscape::Extension</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-06T20:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2bdffba8f4da0fe64d4a5b85096d057d389abef8'/>
<id>2bdffba8f4da0fe64d4a5b85096d057d389abef8</id>
<content type='text'>
For this take a first step towards properly tracking children
of each parameter and provide functions to look up all widgets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For this take a first step towards properly tracking children
of each parameter and provide functions to look up all widgets.
</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>InxParameter::string(): remove useless overrides</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:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6c0d8da9bac5d398e1d759d2e961e066162c0145'/>
<id>6c0d8da9bac5d398e1d759d2e961e066162c0145</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
