~mate-desktop/mate-desktop/+git/caja:1.8

Last commit made on 2015-06-19
Get this branch:
git clone -b 1.8 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/caja

Branch merges

Branch information

Recent commits

6796888... by Vlad Orlov

places-sidebar: enable both creating bookmarks and dropping files

- 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)

85433f2... by Vlad Orlov

Revert "places-sidebar: allow dropping of files to bookmarks"

This reverts commit ec0c8f4143d900db6968b5a73a45a08a925b6f06.

ec0c8f4... by raveit65

places-sidebar: allow dropping of files to bookmarks

613ffcf... by Vlad Orlov

Merge pull request #396 from monsta/asserts-must-die-1.8

[1.8] places-sidebar: fix crash

0de3e19... by Vlad Orlov

places-sidebar: fix crash

taken from upstream commits:
https://git.gnome.org/browse/nautilus/commit/?id=cda2c75df4b95a481e8b774081ec1240d47fa45f
https://git.gnome.org/browse/nautilus/commit/?id=4764a856c7a6e5a84d4067e7b105c09a93ffdbe4

568d02d... by infirit

Bump version to 1.8.2

26af010... by infirit

Update NEWS for 1.8.2

d4b68f5... by Phillip Susi

limit deep scount (folder contents and size) to one filesystem

Closes https://github.com/mate-desktop/caja/issues/194
Thanks to monsta <email address hidden> to have suggested this solution

Original GNOME commit:
https://git.gnome.org/browse/nautilus/commit/?id=a645da5f1043c59203fd194fe85b6976d75d2ece

When getting the size of the root directory, nautilus was descending
into other filesystems including /proc, causing it to report nonsensical
sizes.
Store the fsid of the starting directory, and do not recurse into
other mount points.
https://bugzilla.gnome.org/show_bug.cgi?id=629394
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/585472

60a6029... by bl0ckeduser

Handle metadata key deletions (fixes #296)

29a2daf... by alexandervdm <email address hidden>

propagate button-release event when ejecting, fixes #169

See also gnome bug https://bugzilla.gnome.org/show_bug.cgi?id=646302