<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src, branch 1.8</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>places-sidebar: enable both creating bookmarks and dropping files</title>
<updated>2015-06-19T08:03:47+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-06-18T13:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=679688892cb9ea63606c41998ba4ed22642f36a2'/>
<id>679688892cb9ea63606c41998ba4ed22642f36a2</id>
<content type='text'>
- drag a folder to the top or bottom of the bookmark list to add
a new bookmark. a horizontal line will be shown and the mouse
pointer will have a '+' at its right side.
- if there are no bookmarks (and that section isn't shown), drag
a folder over the computer section's heading. this will add a new
bookmark and make the bookmarks list visible.
- drag a file or a folder over some existing bookmark to move it
into the bookmarked folder. the mouse pointer will have an arrow
at its right side.
- if you want to copy a file or a folder there instead, perform
the same operation but hold ctrl during that. the mouse pointer
will have a '+' at its right side. no horizontal line will be
shown, so you will be able to distinguish this operation from
adding a new bookmark. :)

adapted from https://github.com/mate-desktop/caja/commit/3fdb9a14077b14263e8acfc93addc8fbcf568ca1
with adjustments for 1.8 (different order of sidebar sections)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- drag a folder to the top or bottom of the bookmark list to add
a new bookmark. a horizontal line will be shown and the mouse
pointer will have a '+' at its right side.
- if there are no bookmarks (and that section isn't shown), drag
a folder over the computer section's heading. this will add a new
bookmark and make the bookmarks list visible.
- drag a file or a folder over some existing bookmark to move it
into the bookmarked folder. the mouse pointer will have an arrow
at its right side.
- if you want to copy a file or a folder there instead, perform
the same operation but hold ctrl during that. the mouse pointer
will have a '+' at its right side. no horizontal line will be
shown, so you will be able to distinguish this operation from
adding a new bookmark. :)

adapted from https://github.com/mate-desktop/caja/commit/3fdb9a14077b14263e8acfc93addc8fbcf568ca1
with adjustments for 1.8 (different order of sidebar sections)
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "places-sidebar: allow dropping of files to bookmarks"</title>
<updated>2015-06-19T07:58:45+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-06-19T07:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=85433f2e6e9e10a8a723ae60f6d92e4b4f99c2da'/>
<id>85433f2e6e9e10a8a723ae60f6d92e4b4f99c2da</id>
<content type='text'>
This reverts commit ec0c8f4143d900db6968b5a73a45a08a925b6f06.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ec0c8f4143d900db6968b5a73a45a08a925b6f06.
</pre>
</div>
</content>
</entry>
<entry>
<title>places-sidebar: allow dropping of files to bookmarks</title>
<updated>2015-05-19T14:35:12+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2013-10-07T17:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ec0c8f4143d900db6968b5a73a45a08a925b6f06'/>
<id>ec0c8f4143d900db6968b5a73a45a08a925b6f06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>places-sidebar: fix crash</title>
<updated>2015-03-18T13:25:54+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-03-18T13:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=0de3e198db38b4e819159d958148bb386430d4dc'/>
<id>0de3e198db38b4e819159d958148bb386430d4dc</id>
<content type='text'>
taken from upstream commits:
https://git.gnome.org/browse/nautilus/commit/?id=cda2c75df4b95a481e8b774081ec1240d47fa45f
https://git.gnome.org/browse/nautilus/commit/?id=4764a856c7a6e5a84d4067e7b105c09a93ffdbe4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from upstream commits:
https://git.gnome.org/browse/nautilus/commit/?id=cda2c75df4b95a481e8b774081ec1240d47fa45f
https://git.gnome.org/browse/nautilus/commit/?id=4764a856c7a6e5a84d4067e7b105c09a93ffdbe4
</pre>
</div>
</content>
</entry>
<entry>
<title>propagate button-release event when ejecting, fixes #169</title>
<updated>2014-07-11T12:27:21+00:00</updated>
<author>
<name>alexandervdm</name>
<email>alexandervdm@gliese.me</email>
</author>
<published>2014-05-16T16:12:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=29a2daf41a15db9d9db06a4ba9c55d271cbecdcb'/>
<id>29a2daf41a15db9d9db06a4ba9c55d271cbecdcb</id>
<content type='text'>
See also gnome bug https://bugzilla.gnome.org/show_bug.cgi?id=646302
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also gnome bug https://bugzilla.gnome.org/show_bug.cgi?id=646302
</pre>
</div>
</content>
</entry>
<entry>
<title>replace g_free call on GFile objects, fixes #196</title>
<updated>2014-04-25T13:23:27+00:00</updated>
<author>
<name>alexandervdm</name>
<email>alexandervdm@gliese.me</email>
</author>
<published>2014-04-16T15:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=18c1ad26adc926343d3423bdd4b8042d3f71324b'/>
<id>18c1ad26adc926343d3423bdd4b8042d3f71324b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show trash in tree panel</title>
<updated>2014-04-25T13:23:13+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-03-21T14:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a96b41a336d4c208d49bc5e11131355a6868c92d'/>
<id>a96b41a336d4c208d49bc5e11131355a6868c92d</id>
<content type='text'>
Closes https://github.com/mate-desktop/caja/issues/233

Also unused commented code in fm-tree-view.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/caja/issues/233

Also unused commented code in fm-tree-view.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ConsoleKit usage</title>
<updated>2014-04-25T13:22:33+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-03-19T16:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=234347adac94be156e26560592a0882fc032a6a9'/>
<id>234347adac94be156e26560592a0882fc032a6a9</id>
<content type='text'>
Closes https://github.com/mate-desktop/caja/issues/125
Closes https://github.com/mate-desktop/caja/issues/226
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/caja/issues/125
Closes https://github.com/mate-desktop/caja/issues/226
</pre>
</div>
</content>
</entry>
<entry>
<title>Possible solution for x-caja-desktop issue</title>
<updated>2014-04-25T13:22:25+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-03-18T17:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a4fa88152a0bd89c5a0287752274aca4d491b03b'/>
<id>a4fa88152a0bd89c5a0287752274aca4d491b03b</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 #260 from Zaffy/master</title>
<updated>2014-02-20T19:20:14+00:00</updated>
<author>
<name>Sander Sweers</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-02-20T19:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=1a65e051fa801a9c3f28d473bae64b92de19a3a1'/>
<id>1a65e051fa801a9c3f28d473bae64b92de19a3a1</id>
<content type='text'>
Fixed crash in caja-pathbar.c (issue #209)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed crash in caja-pathbar.c (issue #209)</pre>
</div>
</content>
</entry>
</feed>
