<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/paramradiobutton.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>r18381@shi:  ted | 2008-03-07 20:11:34 -0800</title>
<updated>2008-04-04T04:55:24+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2008-04-04T04:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8a2ba4f29d0304fef7631e0efec8b10a2dc99121'/>
<id>8a2ba4f29d0304fef7631e0efec8b10a2dc99121</id>
<content type='text'>
 New work branch
 r18391@shi:  ted | 2008-03-08 21:36:03 -0800
 Moving the parameters around to clean up the directories.
 r18392@shi:  ted | 2008-03-08 21:57:14 -0800
 Moving the 'get' function to cpp
 r18870@shi:  ted | 2008-04-03 21:10:20 -0700
 Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter
 r18871@shi:  ted | 2008-04-03 21:17:39 -0700
 Using the _gui-hidden parameter to block the creation of the widget if set.
 r18890@shi:  ted | 2008-04-03 21:53:55 -0700
 Merge from r18024 which got lost in the shuffle.

(bzr r5322)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 New work branch
 r18391@shi:  ted | 2008-03-08 21:36:03 -0800
 Moving the parameters around to clean up the directories.
 r18392@shi:  ted | 2008-03-08 21:57:14 -0800
 Moving the 'get' function to cpp
 r18870@shi:  ted | 2008-04-03 21:10:20 -0700
 Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter
 r18871@shi:  ted | 2008-04-03 21:17:39 -0700
 Using the _gui-hidden parameter to block the creation of the widget if set.
 r18890@shi:  ted | 2008-04-03 21:53:55 -0700
 Merge from r18024 which got lost in the shuffle.

(bzr r5322)</pre>
</div>
</content>
</entry>
<entry>
<title>r18225@shi:  ted | 2008-02-29 14:40:32 -0800</title>
<updated>2008-02-29T23:00:42+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2008-02-29T23:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ed960c3bd3f9da273bbee59ee897ead529b41252'/>
<id>ed960c3bd3f9da273bbee59ee897ead529b41252</id>
<content type='text'>
 Fix for LP: #181799
 
 This makes it so that radio buttons cause events when changed, and thus
 update with "Live Preview"

(bzr r4910)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Fix for LP: #181799
 
 This makes it so that radio buttons cause events when changed, and thus
 update with "Live Preview"

(bzr r4910)</pre>
</div>
</content>
</entry>
<entry>
<title>r18220@shi:  ted | 2008-02-29 13:18:55 -0800</title>
<updated>2008-02-29T21:37:22+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2008-02-29T21:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=23c6090f0f77b6cd8b47e80e69974519e22f4ecf'/>
<id>23c6090f0f77b6cd8b47e80e69974519e22f4ecf</id>
<content type='text'>
 Okay, sadly I'm not keeping the version history because I'm not convenced
 that SVK will do it right.  One mega-patch, but that's life.
 
 Reshuffle the exection-env and prefdialog code so that the state machines
 aren't intertwines, which fixes a whole host of bugs with them.  I think
 the behavior is correct now.
 
 Make it so that the effects can count how many preferences they have to
 determine if the dialog should be shown (fix above).  Once this code was
 written it was easy to make it show an ellipsis on the verb if there is
 a dialog or not.  This involved removing ellipsis from those effects that
 had it hard coded.
 
 Make it so that the parameters know that their command line options are
 going into a list.  They don't have to acknowledge it, but they can, and
 specifically notebook does and handles it differently.  This should fix
 the notebooks on Win32, but doesn't apparently completely.
 
 Change the script extension on windows to use pythonw instead of python
 so that the command line doesn't appear all the time.

(bzr r4908)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Okay, sadly I'm not keeping the version history because I'm not convenced
 that SVK will do it right.  One mega-patch, but that's life.
 
 Reshuffle the exection-env and prefdialog code so that the state machines
 aren't intertwines, which fixes a whole host of bugs with them.  I think
 the behavior is correct now.
 
 Make it so that the effects can count how many preferences they have to
 determine if the dialog should be shown (fix above).  Once this code was
 written it was easy to make it show an ellipsis on the verb if there is
 a dialog or not.  This involved removing ellipsis from those effects that
 had it hard coded.
 
 Make it so that the parameters know that their command line options are
 going into a list.  They don't have to acknowledge it, but they can, and
 specifically notebook does and handles it differently.  This should fix
 the notebooks on Win32, but doesn't apparently completely.
 
 Change the script extension on windows to use pythonw instead of python
 so that the command line doesn't appear all the time.

(bzr r4908)</pre>
</div>
</content>
</entry>
<entry>
<title>Warning cleanup</title>
<updated>2008-02-28T07:19:26+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2008-02-28T07:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=832de37d5d8f77cc50e4976ba41ee27f3a87ba29'/>
<id>832de37d5d8f77cc50e4976ba41ee27f3a87ba29</id>
<content type='text'>
(bzr r4891)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r4891)</pre>
</div>
</content>
</entry>
<entry>
<title>INX files: &lt;option&gt;, &lt;_option&gt;, &lt;item&gt; and &lt;_item&gt; now all work. The underscored ones will be translated, the non-underscored ones won't.</title>
<updated>2007-11-15T22:35:11+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2007-11-15T22:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=62e5906176c7811792244137c612ef32204930c9'/>
<id>62e5906176c7811792244137c612ef32204930c9</id>
<content type='text'>
(bzr r4087)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r4087)</pre>
</div>
</content>
</entry>
<entry>
<title>make INX &lt;option&gt; translatable</title>
<updated>2007-11-13T14:02:49+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2007-11-13T14:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c0037a60caf4de84b33ed9a3a79331c2b6d1e398'/>
<id>c0037a60caf4de84b33ed9a3a79331c2b6d1e398</id>
<content type='text'>
(bzr r4076)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r4076)</pre>
</div>
</content>
</entry>
<entry>
<title>allow for _option in radiobuttons for XML translation</title>
<updated>2007-11-09T11:44:02+00:00</updated>
<author>
<name>John Bintz</name>
<email>me@johnbintz.com</email>
</author>
<published>2007-11-09T11:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=57a5b368c57b117c5df4fcfc5da1f2fa2e9ff062'/>
<id>57a5b368c57b117c5df4fcfc5da1f2fa2e9ff062</id>
<content type='text'>
(bzr r4049)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r4049)</pre>
</div>
</content>
</entry>
<entry>
<title>r15702@tres:  ted | 2007-07-02 15:17:48 -0700</title>
<updated>2007-07-03T03:48:00+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2007-07-03T03:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f2adaa230449e89c0e69e1419fd29cdfade54a73'/>
<id>f2adaa230449e89c0e69e1419fd29cdfade54a73</id>
<content type='text'>
 Quotes were added to block shell variables, but now that we're using the 
 GTK+ call we can assume that shells don't really get involved.

(bzr r3161)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Quotes were added to block shell variables, but now that we're using the 
 GTK+ call we can assume that shells don't really get involved.

(bzr r3161)</pre>
</div>
</content>
</entry>
<entry>
<title>r15506@tres:  ted | 2007-05-24 22:30:55 -0700</title>
<updated>2007-06-27T06:26:13+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2007-06-27T06:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=19d5db7e36ffb0c8c54b419897b7853219987f89'/>
<id>19d5db7e36ffb0c8c54b419897b7853219987f89</id>
<content type='text'>
 Wow, the basics are kinda working.  Only for ints and floats, and it 
 seems to not like repeadative entry.  But, it really is seeming very 
 feasible.

(bzr r3128)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Wow, the basics are kinda working.  Only for ints and floats, and it 
 seems to not like repeadative entry.  But, it really is seeming very 
 feasible.

(bzr r3128)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed [ 1678374 ]; hopefully made the optiongroup code more robust for different INX definitions.</title>
<updated>2007-03-13T22:22:36+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2007-03-13T22:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=63eb21544d2846b5c1bcb72639aa52d2f1fee586'/>
<id>63eb21544d2846b5c1bcb72639aa52d2f1fee586</id>
<content type='text'>
(bzr r2637)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r2637)</pre>
</div>
</content>
</entry>
</feed>
