<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/effect.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>Inkscape::XML::Node::addChildAtPos</title>
<updated>2019-10-16T20:20:20+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-10-16T11:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=fb9b208ae9b22e8ced331f4d4e20392c9bc1357b'/>
<id>fb9b208ae9b22e8ced331f4d4e20392c9bc1357b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extensions: Disable effects that failed to load</title>
<updated>2019-10-15T21:56:31+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-10-15T21:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5c3063637d71802a43d52add816a9db133c37d02'/>
<id>5c3063637d71802a43d52add816a9db133c37d02</id>
<content type='text'>
Instead of removing them from the menu, they're now shown as
inactive (greyed out), so users have a chance to know they even
exists, without having to know about extension-errors.log

Unfortunately tooltips seem to be hidden for insensitive menuitems
as well, so we currently have no way of informing the user directly
in the UI about the problem.

Fixes https://gitlab.com/inkscape/inkscape/issues/470
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of removing them from the menu, they're now shown as
inactive (greyed out), so users have a chance to know they even
exists, without having to know about extension-errors.log

Unfortunately tooltips seem to be hidden for insensitive menuitems
as well, so we currently have no way of informing the user directly
in the UI about the problem.

Fixes https://gitlab.com/inkscape/inkscape/issues/470
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove unused "nopref" variant of effects"</title>
<updated>2019-10-12T17:11:04+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-10-12T17:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7904e4c58670c77b94c11fd7a6752a447e0f7223'/>
<id>7904e4c58670c77b94c11fd7a6752a447e0f7223</id>
<content type='text'>
This reverts commit ef84b6a06b8fe5be8c15384cd95a35bc6d0c95a7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ef84b6a06b8fe5be8c15384cd95a35bc6d0c95a7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add base_directory for extensions loaded from a file.</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-11T19:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8521b08ed46742684e6de7de085a9c4228b66881'/>
<id>8521b08ed46742684e6de7de085a9c4228b66881</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch Inkscape::Extension to use InxWidgets instead of InxParameters</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-04T22:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=40df9f6ef495c4577958502ffb4f23a4a4e1092f'/>
<id>40df9f6ef495c4577958502ffb4f23a4a4e1092f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement "translationdomain" attribute for extensions</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-03T23:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ea05ba3338bec1517826614f27935a36c3b0f0f8'/>
<id>ea05ba3338bec1517826614f27935a36c3b0f0f8</id>
<content type='text'>
Will allow extensions to ship their own message catalog used for
translation of the extension#s strings.

Needs to be set on the root &lt;inkscape-extension&gt; element of the .inx

Currently supported values:
- unset: use default textdomain (which happens to be 'inkscape')
- 'inkscape': use Inkscape's message catalog
- 'none': disable translation for the extension's strings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Will allow extensions to ship their own message catalog used for
translation of the extension#s strings.

Needs to be set on the root &lt;inkscape-extension&gt; element of the .inx

Currently supported values:
- unset: use default textdomain (which happens to be 'inkscape')
- 'inkscape': use Inkscape's message catalog
- 'none': disable translation for the extension's strings
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused "nopref" variant of effects</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-03T19:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ef84b6a06b8fe5be8c15384cd95a35bc6d0c95a7'/>
<id>ef84b6a06b8fe5be8c15384cd95a35bc6d0c95a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused and disabled "help" feature for extensions</title>
<updated>2019-08-31T14:50:38+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-21T16:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3c2c2921ae44841306da6ff357865481ad1fc674'/>
<id>3c2c2921ae44841306da6ff357865481ad1fc674</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move prefdialog to own directory</title>
<updated>2019-08-31T14:50:38+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-21T13:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7311f3ac5161a4d53cf2ed7e0a5a97993f646321'/>
<id>7311f3ac5161a4d53cf2ed7e0a5a97993f646321</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename effect attribute to "implements-custom-gui"</title>
<updated>2019-05-29T01:36:49+00:00</updated>
<author>
<name>Sergei Izmailov</name>
<email>sergei.a.izmailov@gmail.com</email>
</author>
<published>2019-05-28T23:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c79a9bc365eb0b1f638e7ffa670dffb61c665e22'/>
<id>c79a9bc365eb0b1f638e7ffa670dffb61c665e22</id>
<content type='text'>
Effect with `implements-custom-gui="true"` MUST implement custom GUI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Effect with `implements-custom-gui="true"` MUST implement custom GUI
</pre>
</div>
</content>
</entry>
</feed>
