<feed xmlns='http://www.w3.org/2005/Atom'>
<title>experiment-player, branch v0.9</title>
<subtitle>Player for experiment videos and transcripts</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/'/>
<entry>
<title>set version to v0.9</title>
<updated>2012-08-10T16:29:38+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-10T16:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=a1f703934cbe65067a007c9afb7c1b39fbe7818a'/>
<id>a1f703934cbe65067a007c9afb7c1b39fbe7818a</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>added detailed Windows installation instructions</title>
<updated>2012-08-10T15:58:17+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-10T15:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=8f7911823cf99a1a21ab6364cb03b60b4f3961f1'/>
<id>8f7911823cf99a1a21ab6364cb03b60b4f3961f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added detailed Ubuntu installation instructions</title>
<updated>2012-08-07T11:57:04+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-07T11:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=3f0897128b26d94bcd15bbfd2e551184a8b329ff'/>
<id>3f0897128b26d94bcd15bbfd2e551184a8b329ff</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>when parsing a format file, check whether each line could be read completely, otherwise throw error</title>
<updated>2012-08-06T14:39:03+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-06T14:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=9e6bb604f1efaf491fa8998d8965b11669b1373c'/>
<id>9e6bb604f1efaf491fa8998d8965b11669b1373c</id>
<content type='text'>
 * arbitrary limit (1024 bytes) per line - reading lines of arbritrary length is difficult and will be seldomly used
 * introduced is_newline() helper function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * arbitrary limit (1024 bytes) per line - reading lines of arbritrary length is difficult and will be seldomly used
 * introduced is_newline() helper function
</pre>
</div>
</content>
</entry>
<entry>
<title>resolved pattern-length restriction bug by calculating the pattern+captures size</title>
<updated>2012-08-06T13:34:51+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-06T13:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=68e1ac4617108bb99b848bb1ccb1b55451f5b91b'/>
<id>68e1ac4617108bb99b848bb1ccb1b55451f5b91b</id>
<content type='text'>
 * also made gtk_experiment_transcript_free_formats() an internal function
 * declare static functions in gtk-experiment-transcript-formats.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * also made gtk_experiment_transcript_free_formats() an internal function
 * declare static functions in gtk-experiment-transcript-formats.c
</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>some NULL pointer checks in transcript widget</title>
<updated>2012-08-01T11:59:42+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-01T11:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=e5bdc85baa00c3abbf22559a26070c23612f214f'/>
<id>e5bdc85baa00c3abbf22559a26070c23612f214f</id>
<content type='text'>
default interactive format attributes may be NULL (i.e. don't change these attributes) but pango/gdk free functions cannot handle NULL pointers gracefully
 * only results in assertions now since windows are explicitly destroyed (the info window was not destroyed at all previously)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default interactive format attributes may be NULL (i.e. don't change these attributes) but pango/gdk free functions cannot handle NULL pointers gracefully
 * only results in assertions now since windows are explicitly destroyed (the info window was not destroyed at all previously)
</pre>
</div>
</content>
</entry>
<entry>
<title>remove transcript widget size request</title>
<updated>2012-08-01T11:45:59+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-01T11:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=6c8739272766902df1c3b8f2ca7cee35c34923c1'/>
<id>6c8739272766902df1c3b8f2ca7cee35c34923c1</id>
<content type='text'>
removes some constraints on resizing the info window containing the widget
(however other widgets have minimum sizes preventing the transcript area being squashed together)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removes some constraints on resizing the info window containing the widget
(however other widgets have minimum sizes preventing the transcript area being squashed together)
</pre>
</div>
</content>
</entry>
</feed>
