<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils/mate-dictionary, branch 1.14</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>libgdict: fix emission of lookup-start</title>
<updated>2016-08-12T14:12:16+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-29T21:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=15eeea937a24b5ea097614171b60536e9dce48bd'/>
<id>15eeea937a24b5ea097614171b60536e9dce48bd</id>
<content type='text'>
Emit lookup-start at the beginning of every lookup command instead of
after receiving response from server.

https://bugzilla.gnome.org/show_bug.cgi?id=537807

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=4bf5701
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Emit lookup-start at the beginning of every lookup command instead of
after receiving response from server.

https://bugzilla.gnome.org/show_bug.cgi?id=537807

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=4bf5701
</pre>
</div>
</content>
</entry>
<entry>
<title>mdict: Remove assertion in sidebar code</title>
<updated>2016-08-12T14:12:10+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-29T16:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=0fcdfec6179aafb81c667d08c5fcd27e574b714f'/>
<id>0fcdfec6179aafb81c667d08c5fcd27e574b714f</id>
<content type='text'>
Allow the sidebar page to be unset.

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the sidebar page to be unset.

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-dict.pc: depend upon proper gtk version</title>
<updated>2016-05-17T22:27:13+00:00</updated>
<author>
<name>Kir Kolyshkin</name>
<email>kir@openvz.org</email>
</author>
<published>2016-05-16T21:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=5ab184661ff38baca3ea2709d81932a578654392'/>
<id>5ab184661ff38baca3ea2709d81932a578654392</id>
<content type='text'>
If the package is built against gtk-3.0 (as in
./configure --with-gtk=3.0), mate-dict.pc still wants gtk-2.0
since it's hardcoded it there. This can lead to improper builds
of packages using libmatedict (although I can't find any now),
as well as improper RPM dependencies, like this:

	$ rpm -e gtk2-devel
	error: Failed dependencies:
	...
	pkgconfig(gtk+-2.0) is needed by (installed) mate-utils-devel-1.14.0-1gtk3.fc23.x86_64

Fortunately, the file is already generated, so it's trivial to add
a proper substitution.

[v2: also add min GTK version required]

Signed-off-by: Kir Kolyshkin &lt;kir@openvz.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the package is built against gtk-3.0 (as in
./configure --with-gtk=3.0), mate-dict.pc still wants gtk-2.0
since it's hardcoded it there. This can lead to improper builds
of packages using libmatedict (although I can't find any now),
as well as improper RPM dependencies, like this:

	$ rpm -e gtk2-devel
	error: Failed dependencies:
	...
	pkgconfig(gtk+-2.0) is needed by (installed) mate-utils-devel-1.14.0-1gtk3.fc23.x86_64

Fortunately, the file is already generated, so it's trivial to add
a proper substitution.

[v2: also add min GTK version required]

Signed-off-by: Kir Kolyshkin &lt;kir@openvz.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>use g_timeout_add_seconds for multi-second timeouts</title>
<updated>2016-03-03T09:37:29+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-03T09:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=21e988a811f0db61fb77a02be9b901dc031963e5'/>
<id>21e988a811f0db61fb77a02be9b901dc031963e5</id>
<content type='text'>
from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=597ff92a28f42ed187adc9727d91cef2e226a383
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=597ff92a28f42ed187adc9727d91cef2e226a383
</pre>
</div>
</content>
</entry>
<entry>
<title>use G_UNICODE_SPACING_MARK instead of G_UNICODE_COMBINING_MARK</title>
<updated>2016-03-03T09:01:43+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-03T09:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=78a1b75ac35d045d8cfd7bc71dce0322ac8f8ff2'/>
<id>78a1b75ac35d045d8cfd7bc71dce0322ac8f8ff2</id>
<content type='text'>
adapted from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=34b805a5976816925006e65f47117a348a962322
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adapted from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=34b805a5976816925006e65f47117a348a962322
</pre>
</div>
</content>
</entry>
<entry>
<title>sidebar: don't select unrealized menu items</title>
<updated>2016-03-03T08:56:57+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-03T08:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=d746e6200476b98b07f23d80268a992508e32477'/>
<id>d746e6200476b98b07f23d80268a992508e32477</id>
<content type='text'>
fixes warnings on startup and UI freeze after selecting "New" menu item
with GTK+ &gt;= 3.18

from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=100e14d428c85b20252c92ee56c6a2f410e2f6d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes warnings on startup and UI freeze after selecting "New" menu item
with GTK+ &gt;= 3.18

from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=100e14d428c85b20252c92ee56c6a2f410e2f6d0
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+3] fix vertical expand of widgets on side pane</title>
<updated>2016-01-27T10:55:54+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-25T09:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=c76cddf4fd8110248d4a388d29e3e4c58cecc0e4'/>
<id>c76cddf4fd8110248d4a388d29e3e4c58cecc0e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: Expand scrolled windows</title>
<updated>2016-01-23T14:28:33+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-01-23T14:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=65268c513aeb225cbd7a8b0e16c566191eb0fd01'/>
<id>65268c513aeb225cbd7a8b0e16c566191eb0fd01</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?h=gnome-3-8&amp;id=f50f8b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?h=gnome-3-8&amp;id=f50f8b5
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 gdict-window: don't use deprecated gtk_{h/v}box_new ()</title>
<updated>2016-01-23T14:26:11+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-01-23T14:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=0a6c93c71b6c1dd7151c929b9c9897c5b663a097'/>
<id>0a6c93c71b6c1dd7151c929b9c9897c5b663a097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Box</title>
<updated>2016-01-22T12:10:28+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-22T12:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=3967123299f476612b6d546b0b31c9293b3d5f26'/>
<id>3967123299f476612b6d546b0b31c9293b3d5f26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
