<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/prefs-utils.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>From trunk</title>
<updated>2008-10-27T18:03:09+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2008-10-27T18:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902'/>
<id>7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902</id>
<content type='text'>
(bzr r6885)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r6885)</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored preferences handling into a new version of </title>
<updated>2008-09-16T17:15:22+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2008-09-16T17:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9d87d30b72145fdee954992a9dc70f8c60174d7d'/>
<id>9d87d30b72145fdee954992a9dc70f8c60174d7d</id>
<content type='text'>
the Inkscape::Preferences class. Removed all use of 
prefs_get_string_attribute(), pref_path_get_nth_child() and 
create_pref() in favor of the new API. Replaced some "0 or 1" integer 
preferences with booleans.

(bzr r6823)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the Inkscape::Preferences class. Removed all use of 
prefs_get_string_attribute(), pref_path_get_nth_child() and 
create_pref() in favor of the new API. Replaced some "0 or 1" integer 
preferences with booleans.

(bzr r6823)</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused and buggy-looking function get_pref_children.</title>
<updated>2008-06-05T06:35:29+00:00</updated>
<author>
<name>Peter Moulder</name>
<email>peter.moulder@monash.edu</email>
</author>
<published>2008-06-05T06:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=14889917b80b44699d014e24259cc14d8b11d90f'/>
<id>14889917b80b44699d014e24259cc14d8b11d90f</id>
<content type='text'>
(bzr r5815)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5815)</pre>
</div>
</content>
</entry>
<entry>
<title>merge inline patch from Jimmy</title>
<updated>2008-05-08T13:05:51+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2008-05-08T13:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8b71ee28d6d834eacf8853822b7c667f5c8eb21f'/>
<id>8b71ee28d6d834eacf8853822b7c667f5c8eb21f</id>
<content type='text'>
(bzr r5631)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5631)</pre>
</div>
</content>
</entry>
<entry>
<title>More woke on calligraaphic presets:</title>
<updated>2008-03-19T15:40:00+00:00</updated>
<author>
<name>Aubanel Monnier</name>
<email>aubanel@gmail.com</email>
</author>
<published>2008-03-19T15:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e65a88bdb1ff93f1f2ba8e07a3d17e970670677f'/>
<id>e65a88bdb1ff93f1f2ba8e07a3d17e970670677f</id>
<content type='text'>
Added a No Preset entry
Made save button and save functionality 
Changing settings swithces back the preset combo to No Preset

Internals:
added several functions in pref-utils: add child-pref, get list of children, number of children
added a function to retrieve the model from egeActioSelectOne

Todos:
when a profile is selected, the save button should be a delete button that deletes the current profile
find a way to (re)name new profiles
find a way to get unique ids (are ids mandatory in preferences anyway ?)

(bzr r5125)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a No Preset entry
Made save button and save functionality 
Changing settings swithces back the preset combo to No Preset

Internals:
added several functions in pref-utils: add child-pref, get list of children, number of children
added a function to retrieve the model from egeActioSelectOne

Todos:
when a profile is selected, the save button should be a delete button that deletes the current profile
find a way to (re)name new profiles
find a way to get unique ids (are ids mandatory in preferences anyway ?)

(bzr r5125)</pre>
</div>
</content>
</entry>
<entry>
<title>calligraphic profiles are now read from the preferences</title>
<updated>2008-03-14T14:50:57+00:00</updated>
<author>
<name>Aubanel Monnier</name>
<email>aubanel@gmail.com</email>
</author>
<published>2008-03-14T14:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=cd0f01d3a3fdf7d10c6620366ea17525cff830e1'/>
<id>cd0f01d3a3fdf7d10c6620366ea17525cff830e1</id>
<content type='text'>
TODO1: Fix problem on init (Should react on the set signal instead of change but cannot find if such a signal exists)
TODO2: Find a way to display svg icons in the combo box and add a property icon_id in configuration

(bzr r5088)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TODO1: Fix problem on init (Should react on the set signal instead of change but cannot find if such a signal exists)
TODO2: Find a way to display svg icons in the combo box and add a property icon_id in configuration

(bzr r5088)</pre>
</div>
</content>
</entry>
<entry>
<title>start switching sp_repr_new* over to XML::Document::create*, and rename create methods to match DOM</title>
<updated>2007-01-21T19:03:03+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2007-01-21T19:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=63731301866e7b9cb231a43658a7c51ec2d70690'/>
<id>63731301866e7b9cb231a43658a7c51ec2d70690</id>
<content type='text'>
(bzr r2253)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r2253)</pre>
</div>
</content>
</entry>
<entry>
<title>switch pref/repr utility methods to using long long ints; with</title>
<updated>2006-10-25T05:33:24+00:00</updated>
<author>
<name>bulia byak</name>
<email>buliabyak@gmail.com</email>
</author>
<published>2006-10-25T05:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4da0f782dab1c1706be555e8de68552ab5e20a31'/>
<id>4da0f782dab1c1706be555e8de68552ab5e20a31</id>
<content type='text'>
out it, we cannot even store an rgba32 color in an attribute\!

(bzr r1860)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
out it, we cannot even store an rgba32 color in an attribute\!

(bzr r1860)</pre>
</div>
</content>
</entry>
<entry>
<title>patch for bug 1515934</title>
<updated>2006-07-02T23:26:45+00:00</updated>
<author>
<name>bulia byak</name>
<email>buliabyak@gmail.com</email>
</author>
<published>2006-07-02T23:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ea0c96b081cb912ca08e1a4cdd9d9066a12ea9f8'/>
<id>ea0c96b081cb912ca08e1a4cdd9d9066a12ea9f8</id>
<content type='text'>
(bzr r1347)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r1347)</pre>
</div>
</content>
</entry>
<entry>
<title>moving trunk for module inkscape</title>
<updated>2006-01-16T02:36:01+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2006-01-16T02:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=179fa413b047bede6e32109e2ce82437c5fb8d34'/>
<id>179fa413b047bede6e32109e2ce82437c5fb8d34</id>
<content type='text'>
(bzr r1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r1)</pre>
</div>
</content>
</entry>
</feed>
