summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-06-19places-sidebar: enable both creating bookmarks and dropping files1.8Monsta1-14/+24
- 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)
2015-06-19Revert "places-sidebar: allow dropping of files to bookmarks"Monsta1-14/+115
This reverts commit ec0c8f4143d900db6968b5a73a45a08a925b6f06.
2015-05-19places-sidebar: allow dropping of files to bookmarksraveit651-115/+14
2015-05-19Merge pull request #396 from monsta/asserts-must-die-1.8monsta1-2/+4
[1.8] places-sidebar: fix crash
2015-03-18places-sidebar: fix crashMonsta1-2/+4
taken from upstream commits: https://git.gnome.org/browse/nautilus/commit/?id=cda2c75df4b95a481e8b774081ec1240d47fa45f https://git.gnome.org/browse/nautilus/commit/?id=4764a856c7a6e5a84d4067e7b105c09a93ffdbe4
2014-09-28Bump version to 1.8.2caja-1.8.2infirit1-1/+1
2014-09-28Update NEWS for 1.8.2infirit1-0/+6
2014-09-25limit deep scount (folder contents and size) to one filesystemPhillip Susi1-4/+39
Closes https://github.com/mate-desktop/caja/issues/194 Thanks to monsta <[email protected]> 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
2014-07-11Handle metadata key deletions (fixes #296)bl0ckeduser1-4/+22
2014-07-11propagate button-release event when ejecting, fixes #169alexandervdm1-3/+2
See also gnome bug https://bugzilla.gnome.org/show_bug.cgi?id=646302
2014-04-29Quick fix for #105bl0ckeduser1-1/+1
2014-04-25Bump version to 1.8.1caja-1.8.1Stefano Karapetsas1-1/+1
2014-04-25Update NEWSStefano Karapetsas1-0/+6
2014-04-25Fix minor man page issues, closes #280infirit2-2/+2
Patch by Mike Gabriel <[email protected]>
2014-04-25replace g_free call on GFile objects, fixes #196alexandervdm1-1/+1
2014-04-25Show trash in tree panelStefano Karapetsas1-4/+3
Closes https://github.com/mate-desktop/caja/issues/233 Also unused commented code in fm-tree-view.c
2014-04-25Remove ConsoleKit usageStefano Karapetsas2-161/+0
Closes https://github.com/mate-desktop/caja/issues/125 Closes https://github.com/mate-desktop/caja/issues/226
2014-04-25Possible solution for x-caja-desktop issueStefano Karapetsas2-8/+24
2014-04-25icon-canvas-item: attempt to fix up a11y for CajaIconCanvasItemStefano Karapetsas2-334/+274
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=184096f912b119edde1f538e8cdd5ea593d753ca
2014-03-04Sync translations with transifexStefano Karapetsas2-155/+156
2014-03-01Bump version to 1.8.0caja-1.8.0Stefano Karapetsas2-2/+2
2014-03-01Sync translations with transifexStefano Karapetsas3-213/+215
2014-02-23Sync translations with transifexStefano Karapetsas1-3/+3
2014-02-20Merge pull request #260 from Zaffy/masterSander Sweers1-1/+1
Fixed crash in caja-pathbar.c (issue #209)
2014-02-20Merge branch 'master' of github.com:mate-desktop/mate-file-managerStefano Karapetsas3-3/+6
2014-02-20Add Main category to desktop files (close #252)infirit3-3/+6
Also add NoDisplay=true to make sure they do not show up in the menu.
2014-02-20Fixed crash in caja-pathbar.c (issue #209)Zaffy1-1/+1
2014-02-19Sync translations with transifexStefano Karapetsas4-63/+63
2014-02-18Sync translations with transifexStefano Karapetsas6-50/+55
2014-02-17Revert "Fix introspection dirs"caja-1.7.90infirit1-2/+2
This reverts commit 9d02675f9be7a16f89f49928ebadd6ab2c627f77.
2014-02-17Merge pull request #257 from hekel/masterStefano Karapetsas4-159/+151
Update Manual
2014-02-16Sync translations with transifexStefano Karapetsas2-2/+2
2014-02-16Update Makefile for COPYING-DOCS removalStefano Karapetsas1-1/+0
2014-02-16Bump version to 1.7.90Stefano Karapetsas2-2/+2
2014-02-16Update NEWSStefano Karapetsas1-1/+7
2014-02-16Sync translations with transifexStefano Karapetsas4-12/+12
2014-02-16configure: Add check-newsStefano Karapetsas1-1/+1
2014-02-15Sync translations with transifexStefano Karapetsas102-3402/+4227
2014-02-14Update caja.1hekel1-60/+61
2014-02-14Update caja-file-management-properties.1hekel1-45/+24
2014-02-14Update caja-connect-server.1hekel1-43/+33
2014-02-14Update caja-autorun-software.1hekel1-11/+33
2014-02-12Re add bookmark section in connect server dialogStefano Karapetsas1-1/+49
2014-02-11Include autogen.sh in tarballStefano Karapetsas1-1/+2
Closes https://github.com/mate-desktop/caja/issues/253
2014-02-11Add description to caja-autorun-software manpageStefano Karapetsas1-1/+1
Patch by Mike Gabriel Closes https://github.com/mate-desktop/caja/issues/254
2014-02-10Add Keyword to desktop files, patch by Mike Gabriel (sunweaver)infirit5-0/+5
2014-02-10Sync translations with transifexStefano Karapetsas1-9/+9
2014-02-10Remove old unused COPYING-DOCS fileStefano Karapetsas1-355/+0
See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738537#10 https://git.gnome.org/browse/nautilus/commit/?id=f933accf04863e3e0f5828e9ba7655861057c2bc Closes #251 https://github.com/mate-desktop/caja/issues/251
2014-02-09Bump version to 1.7.2caja-1.7.2Stefano Karapetsas1-1/+1
2014-02-09Sync translations with transifexStefano Karapetsas2-7/+7