<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/star.svg, branch v4.1.91</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/star.svg?h=v4.1.91</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/star.svg?h=v4.1.91'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2013-05-24T18:19:48Z</updated>
<entry>
<title>Added support for a preliminary Preferences Dialog</title>
<updated>2013-05-24T18:19:48Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2013-05-24T18:19:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=efb7f109e89c3d8c093c238fb7671c7ab2475f25'/>
<id>urn:sha1:efb7f109e89c3d8c093c238fb7671c7ab2475f25</id>
<content type='text'>
Dirk asked me to try to make it more modern, so I
used as a base, the Firefox preferences. currently
it saves / loads the preferences, and also smits
a signal 'preferencesChanged' that should be connected
to anything that uses preferenes, via the PreferencesDialog::intance()
object. In the future, I plan to make it have a signal / slot for each
member that changes.

I also moved the icons to a new folder this time, because the
amount of icons is now more than just two, and it was
becoming messy.

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
</content>
</entry>
<entry>
<title>Initial version of the Star Picker Widget.</title>
<updated>2013-04-22T23:09:21Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2013-04-22T23:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9ffb707d9d9d478b7538a8cd9ef9ef7c6edae25c'/>
<id>urn:sha1:9ffb707d9d9d478b7538a8cd9ef9ef7c6edae25c</id>
<content type='text'>
A very simple to use widget:
StarWidget *stars = new StarWidget( windowParent);
stars-&gt;setMaximumStars(10);
stars-&gt;setCurrentStars( rand()%10);
stars-&gt;show();
connect(stars, SIGNAL(valueChanged(int)), someObj, SLOT(starsChangedValue(int)));

It currently uses a 'star.svg' file on the same folder as the binary.

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
