<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eom, branch eom-1.10.2</title>
<subtitle>Eye of MATE (eom) graphics viewer program</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/'/>
<entry>
<title>Bump version to 1.10.2</title>
<updated>2015-06-17T16:47:19+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2015-06-17T16:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=f8038bfbb92a998af71fd9f920617346f892ec30'/>
<id>f8038bfbb92a998af71fd9f920617346f892ec30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #83 from monsta/master</title>
<updated>2015-06-15T19:08:55+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2015-06-15T19:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=a2055e1a4deb8257b18d17d5f12b15a3707d2332'/>
<id>a2055e1a4deb8257b18d17d5f12b15a3707d2332</id>
<content type='text'>
fixes for gschema translation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes for gschema translation</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #81 from NiceandGently/dev-thumbview</title>
<updated>2015-06-15T19:08:18+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2015-06-15T19:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=232a6c95d121fb92c372476a29fabf4846446143'/>
<id>232a6c95d121fb92c372476a29fabf4846446143</id>
<content type='text'>
GTK3: fix broken thumbview</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GTK3: fix broken thumbview</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #80 from NiceandGently/dev-toolbar</title>
<updated>2015-06-15T19:07:48+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2015-06-15T19:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=77d3fe8eb9c69de333a53e54c681d27eff6ec223'/>
<id>77d3fe8eb9c69de333a53e54c681d27eff6ec223</id>
<content type='text'>
GTK3: toolbar-editor: Fix a crash when dropping an item to the toolbar</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GTK3: toolbar-editor: Fix a crash when dropping an item to the toolbar</pre>
</div>
</content>
</entry>
<entry>
<title>fixes for gschema translation</title>
<updated>2015-06-15T12:37:54+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-06-15T12:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=2e14b902516a9f53e41b9c77110de108bca27245'/>
<id>2e14b902516a9f53e41b9c77110de108bca27245</id>
<content type='text'>
taken from
https://git.gnome.org/browse/eog/commit/?id=8f83ae4397bf7a477a154e5712b799fa43c60187

- bumped required intltool version to 0.50.1
- renamed and corrected gschema xml for proper intltool usage
- sorted lines in po/POTFILES.in (as requested in the header)
- removed obsolete lines from po/POTFILES.skip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from
https://git.gnome.org/browse/eog/commit/?id=8f83ae4397bf7a477a154e5712b799fa43c60187

- bumped required intltool version to 0.50.1
- renamed and corrected gschema xml for proper intltool usage
- sorted lines in po/POTFILES.in (as requested in the header)
- removed obsolete lines from po/POTFILES.skip
</pre>
</div>
</content>
</entry>
<entry>
<title>EogThumbView: Set icon view columns to the real number of images</title>
<updated>2015-06-14T15:58:12+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-14T15:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=16ecee965b67eaf37e52c745f6369f49377e86b2'/>
<id>16ecee965b67eaf37e52c745f6369f49377e86b2</id>
<content type='text'>
GtkIconView's layout code was redone in gtk+-3.4.3 and 3.4.4
breaking EogThumbView which would scale the thumbnails so small that
the thumbview would not be shown itself in single row mode.
This should work with gtk+-3.4.2 and earlier as well.

taken from:
https://git.gnome.org/browse/eog/commit/?id=888b5ed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GtkIconView's layout code was redone in gtk+-3.4.3 and 3.4.4
breaking EogThumbView which would scale the thumbnails so small that
the thumbview would not be shown itself in single row mode.
This should work with gtk+-3.4.2 and earlier as well.

taken from:
https://git.gnome.org/browse/eog/commit/?id=888b5ed
</pre>
</div>
</content>
</entry>
<entry>
<title>EomThumbView: Implement GtkOrientable</title>
<updated>2015-06-14T15:18:17+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-14T15:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=4d314b612c11d125dbcbf4b982951ed91baaf09d'/>
<id>4d314b612c11d125dbcbf4b982951ed91baaf09d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>toolbar-editor: Fix a crash when dropping an item to the toolbar</title>
<updated>2015-06-14T10:04:15+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-14T10:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=fbbdd73f7b53b41a56ad79e412583c6a39141dc4'/>
<id>fbbdd73f7b53b41a56ad79e412583c6a39141dc4</id>
<content type='text'>
action_sensitive_cb can be called with the dnd tool item
when it doesn't have an ancestor.

taken from:
https://git.gnome.org/browse/eog/commit/?id=c754959
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
action_sensitive_cb can be called with the dnd tool item
when it doesn't have an ancestor.

taken from:
https://git.gnome.org/browse/eog/commit/?id=c754959
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #77 from NiceandGently/master</title>
<updated>2015-06-13T06:54:48+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2015-06-13T06:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=309ba23a39b9f9fb6cbbc816d94f656bc66e3882'/>
<id>309ba23a39b9f9fb6cbbc816d94f656bc66e3882</id>
<content type='text'>
fix a eom-critical + deprecated follow-state property</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix a eom-critical + deprecated follow-state property</pre>
</div>
</content>
</entry>
<entry>
<title>EomThumbView: Don't set deprecated follow-state property</title>
<updated>2015-06-12T21:03:06+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-12T21:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/eom/commit/?id=945913214e0ae6b460581ba665dd62f80603750b'/>
<id>945913214e0ae6b460581ba665dd62f80603750b</id>
<content type='text'>
Since gtk+-3.16 the property is ignored. Silences the deprecation warning.

taken from:
https://git.gnome.org/browse/eog/commit/?id=40a9883
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since gtk+-3.16 the property is ignored. Silences the deprecation warning.

taken from:
https://git.gnome.org/browse/eog/commit/?id=40a9883
</pre>
</div>
</content>
</entry>
</feed>
