<feed xmlns='http://www.w3.org/2005/Atom'>
<title>experiment-player/src, branch master</title>
<subtitle>Player for experiment videos and transcripts</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/'/>
<entry>
<title>updated Copyright</title>
<updated>2013-06-10T12:38:27+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-06-10T12:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=16b3562689e850775ef1d3c4f203d717ac88f1b2'/>
<id>16b3562689e850775ef1d3c4f203d717ac88f1b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>search for gthread pkgconfig package: libgthread is no longer included in the glib pkgconfig libs</title>
<updated>2013-06-09T17:14:10+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-06-09T17:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=5159f62caa04c17047f13b452a09ae98fe8bf28b'/>
<id>5159f62caa04c17047f13b452a09ae98fe8bf28b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed unnecessary libX11 dependency</title>
<updated>2013-06-09T17:13:56+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-06-09T17:02:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=f0bb1b30ddbce26d329567df6777abcd1d438a4a'/>
<id>f0bb1b30ddbce26d329567df6777abcd1d438a4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replaced icon with GPL-licensed one from "Crystal clear icons"</title>
<updated>2012-08-10T16:28:22+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-10T16:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=74cb3da59c5fb55b23b3eea6fdc6b10bd588c55e'/>
<id>74cb3da59c5fb55b23b3eea6fdc6b10bd588c55e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>also save window state (maximization, iconification, etc) in config file</title>
<updated>2012-08-06T15:22:32+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-06T15:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=416cdb8bbe331d1e945eacdd842f44d5e1d5f6ac'/>
<id>416cdb8bbe331d1e945eacdd842f44d5e1d5f6ac</id>
<content type='text'>
it is saved as an integer (bitmap) instead of introducing keys for all flags
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it is saved as an integer (bitmap) instead of introducing keys for all flags
</pre>
</div>
</content>
</entry>
<entry>
<title>document assertion bug</title>
<updated>2012-08-06T13:30:03+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-06T13:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=528e7edd28e36ed314e15975b8524a9020eaa065'/>
<id>528e7edd28e36ed314e15975b8524a9020eaa065</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>save/restore window positions</title>
<updated>2012-08-01T11:33:42+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-01T11:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=72ec802e0387953f19520cace2f63e6db919323b'/>
<id>72ec802e0387953f19520cace2f63e6db919323b</id>
<content type='text'>
 * use X-style geometry strings
 * glade-configured default window sizes serve as configuration defaults
 * don't let glade show the windows since after they are shown, gtk_window_parse_geometry() cannot set the default size
 * prevent (main) window deletion from destroying the window widget so we can still query window properties (like position and size)
 * explicitly destroy window widgets (currently broken)
 * saving/restoring window position can be disabled via config file since some window managers can restore positions on their own (KDE...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * use X-style geometry strings
 * glade-configured default window sizes serve as configuration defaults
 * don't let glade show the windows since after they are shown, gtk_window_parse_geometry() cannot set the default size
 * prevent (main) window deletion from destroying the window widget so we can still query window properties (like position and size)
 * explicitly destroy window widgets (currently broken)
 * saving/restoring window position can be disabled via config file since some window managers can restore positions on their own (KDE...)
</pre>
</div>
</content>
</entry>
<entry>
<title>prevent recursive quickopen_item_on_activate() invocations (fixes issue #1)</title>
<updated>2012-07-31T12:36:11+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-07-31T12:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=6f6f19847c045271ae2d39f330576d92a88c1667'/>
<id>6f6f19847c045271ae2d39f330576d92a88c1667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added UI tooltips</title>
<updated>2012-07-11T10:15:53+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-07-11T10:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=dc9085acd0a2da7d0cc5e7f3addbe170070c4956'/>
<id>dc9085acd0a2da7d0cc5e7f3addbe170070c4956</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>menu entry accelerators</title>
<updated>2012-07-11T09:42:34+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-07-11T09:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=baa2fa1748b8223195dba99f32ffc7e5df21d9e7'/>
<id>baa2fa1748b8223195dba99f32ffc7e5df21d9e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
