<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/libcaja-private, branch 1.12</title>
<subtitle>Caja, the file manager for the MATE desktop</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/'/>
<entry>
<title>icon container: don't set label colors right after widget realize</title>
<updated>2016-03-17T10:31:37+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-03-17T10:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=921690d9c88626790f7820cfce4890a8e9b4fb0b'/>
<id>921690d9c88626790f7820cfce4890a8e9b4fb0b</id>
<content type='text'>
the background might be not yet set at this point, and when it will
be set, the label colors will be properly set on a signal anyway.
so let's not do the same work twice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the background might be not yet set at this point, and when it will
be set, the label colors will be properly set on a signal anyway.
so let's not do the same work twice.
</pre>
</div>
</content>
</entry>
<entry>
<title>icon container: restore original font color select logic</title>
<updated>2016-03-17T10:26:40+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-03-17T10:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=04604abdb754066c1cba0357a3b449516107d953'/>
<id>04604abdb754066c1cba0357a3b449516107d953</id>
<content type='text'>
that is, before 057df2dc1d8ea67b477d696ac6feea8aaf392763

the logic itself is valid, but it was somewhat broken later in a few
attempts to fix the annoying font color bugs. so let's restore it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that is, before 057df2dc1d8ea67b477d696ac6feea8aaf392763

the logic itself is valid, but it was somewhat broken later in a few
attempts to fix the annoying font color bugs. so let's restore it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "add check to prevent extensions from being loaded multiple times"</title>
<updated>2016-03-14T14:52:27+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-14T14:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=cb1020ce38edc5d956e981b1c8f092a329b7ade9'/>
<id>cb1020ce38edc5d956e981b1c8f092a329b7ade9</id>
<content type='text'>
This reverts commit 4b5bcc5c67a070e6f29376213e3da993553d8f2b.

It proved to break the actual fix, so reverting it for now. Note that
you will see duplicates in the extensions list now, but it's better
than non-working Python extensions. :-/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4b5bcc5c67a070e6f29376213e3da993553d8f2b.

It proved to break the actual fix, so reverting it for now. Note that
you will see duplicates in the extensions list now, but it's better
than non-working Python extensions. :-/
</pre>
</div>
</content>
</entry>
<entry>
<title>add check to prevent extensions from being loaded multiple times</title>
<updated>2016-03-14T11:06:00+00:00</updated>
<author>
<name>Alexander van der Meij</name>
<email>alexandervdm@gliese.me</email>
</author>
<published>2016-03-06T08:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4b5bcc5c67a070e6f29376213e3da993553d8f2b'/>
<id>4b5bcc5c67a070e6f29376213e3da993553d8f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix loading multiple python extensions (regression since 1.9.3)</title>
<updated>2016-03-14T11:05:48+00:00</updated>
<author>
<name>Alexander van der Meij</name>
<email>alexandervdm@gliese.me</email>
</author>
<published>2016-02-29T14:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2a949e219e8d43b475ac7fd7b17519b0467b9152'/>
<id>2a949e219e8d43b475ac7fd7b17519b0467b9152</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash when restoring file with special characters from trash</title>
<updated>2016-02-15T14:00:57+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-07T11:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=bb93541be09be63a002ceb0fd741faa4cc6846ec'/>
<id>bb93541be09be63a002ceb0fd741faa4cc6846ec</id>
<content type='text'>
for example, a file named simply "%s"

taken from:
https://git.gnome.org/browse/nautilus/commit/?id=d69885bd67edc1fae76c790f6162807817d63b2f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for example, a file named simply "%s"

taken from:
https://git.gnome.org/browse/nautilus/commit/?id=d69885bd67edc1fae76c790f6162807817d63b2f
</pre>
</div>
</content>
</entry>
<entry>
<title>fix random crash on startup when python-caja extension is enabled</title>
<updated>2016-02-15T14:00:37+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-05T11:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=d3dac519a53b2012a0072e292561b6e729b634d0'/>
<id>d3dac519a53b2012a0072e292561b6e729b634d0</id>
<content type='text'>
I hate Schroedinger's bugs...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I hate Schroedinger's bugs...
</pre>
</div>
</content>
</entry>
<entry>
<title>use g_strcmp0 instead of strcmp</title>
<updated>2016-02-15T13:58:17+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-26T10:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7908a357e6a112547f1aa26a5a0dac701065d48b'/>
<id>7908a357e6a112547f1aa26a5a0dac701065d48b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fontcolor in icon view with some light themes</title>
<updated>2016-01-11T11:27:58+00:00</updated>
<author>
<name>bl0ckeduser</name>
<email>bl0ckedusersoft@gmail.com</email>
</author>
<published>2016-01-06T01:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b43837f1da18443ba8e22a3f96c7ea5bdcbcfb95'/>
<id>b43837f1da18443ba8e22a3f96c7ea5bdcbcfb95</id>
<content type='text'>
fixes #438
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #438
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't translate default font value in gsettings schema</title>
<updated>2015-11-20T14:51:44+00:00</updated>
<author>
<name>Clement Lefebvre</name>
<email>clement.lefebvre@linuxmint.com</email>
</author>
<published>2015-11-20T14:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=88d2ff05f2a5f4c31a8012290ab3ef671d3b48a6'/>
<id>88d2ff05f2a5f4c31a8012290ab3ef671d3b48a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
