summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-24Sync translations with transifexmate-i18n101-19469/+20064
2014-10-21Check result of symlink function to avoid warningsStefano Karapetsas1-10/+9
Translate also Perberos spanish comments
2014-10-21Fix g_desktop_app_info_set_desktop_env deprecationStefano Karapetsas1-0/+2
2014-10-12Bump version to 1.9.2caja-1.9.2Stefano Karapetsas2-2/+2
2014-10-12Sync translations with transifexmate-i18n2-56/+56
2014-10-05Use g_get_user_config_dir instead of harcoding to $HOME/.configinfirit4-5/+5
2014-10-05Move accel file to the proper place. Fixes #276infirit1-1/+1
2014-10-04extension: add some more missing gir annotationsCosimo Cecchi4-2/+35
2014-10-04extension: add some annotationsCosimo Cecchi2-0/+72
2014-10-03file-conflict-dialog: Alt+S is already used in Skip buttonStefano Karapetsas1-1/+1
2014-09-30libcaja-private: fix always-false expressionsBoris Egorov2-8/+2
CppCheck detected a few 'always false' expressions in caja. First two definitely appeareed due to copy-paste (mime-types comparison). It would be nice to move x_content_type's and corresponding greetings to some table (array of structs), wouldn't it? The last one looks like copy-paste problem too. There were two identical blocks of code in move_file_prepare() checking conflict type. BTW, there is exactly the same code in the same file inside copy_move_file(). According to DRY, it would be nice to move this code to its own function.
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-09-21Sync translations with transifexmate-i18n12-637/+646
2014-07-22libunique is no optionalinfirit1-1/+3
This is most likely the beginning of a GtkApplication port that did not happen.
2014-07-22Move LIBUNIQUE_VERSION to the other gtk api depenant variablesinfirit1-7/+2
2014-07-11Sync translations with transifexmate-i18n10-299/+305
2014-07-08Merge pull request #298 from bl0ckeduser/masterStefano Karapetsas1-4/+22
Handle metadata key deletions (fixes #296)
2014-07-05Handle metadata key deletions (fixes #296)bl0ckeduser1-4/+22
2014-07-01Bump version to 1.9.1caja-1.9.1Stefano Karapetsas2-2/+2
2014-06-27Add option in the UI to set IEC units usageStefano Karapetsas2-0/+72
Closes https://github.com/mate-desktop/caja/issues/293
2014-05-17propagate button-release event when ejecting, fixes #169alexandervdm1-3/+2
See also gnome bug https://bugzilla.gnome.org/show_bug.cgi?id=646302
2014-05-10Merge pull request #275 from NiceandGently/masterStefano Karapetsas6-8/+16
fix some compile warnings
2014-05-09Sync translations with transifexmate-i18n2-48/+49
2014-04-29Merge pull request #285 from bl0ckeduser/masterStefano Karapetsas1-1/+1
Quick fix for #105
2014-04-28Quick fix for #105bl0ckeduser1-1/+1
2014-04-26Sync translations with transifexcaja-1.9.0mate-i18n13-553/+7977
2014-04-24Use MateAboutDialogStefano Karapetsas2-3/+4
2014-04-18Merge pull request #282 from alexandervdm/masterSander Sweers1-1/+1
replace g_free call on GFile objects, closes #196
2014-04-18Fix minor man page issues, closes #280infirit2-2/+2
Patch by Mike Gabriel <[email protected]>
2014-04-16replace g_free call on GFile objects, fixes #196alexandervdm1-1/+1
2014-03-22fix missing guchar argument in eel-gdk-pixbuf-extensions.craveit651-2/+2
2014-03-22fix g_atomic_int_exchange_and_add deprecationsraveit651-0/+4
2014-03-22fix some g_thread_init deprecationsraveit652-2/+6
2014-03-22fix a wrong guint argumentraveit651-1/+1
2014-03-22fix some compile warningsraveit651-3/+3
2014-03-21places-sidebar: allow dropping of files to bookmarksraveit651-115/+14
2014-03-21sidebar: rearranged of caja sidebar to 1.4 styleraveit651-154/+156
2014-03-21Show 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-03-19Remove ConsoleKit usageStefano Karapetsas2-161/+0
Closes https://github.com/mate-desktop/caja/issues/125 Closes https://github.com/mate-desktop/caja/issues/226
2014-03-18Possible solution for x-caja-desktop issueStefano Karapetsas2-8/+24
2014-03-17Bump version to 1.9.0Stefano Karapetsas2-1/+4
2014-03-09icon-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-09Merge pull request #263 from tarakbumba/caja_double_fork_fixedStefano Karapetsas1-40/+102
Fix double forking issue with pkexec
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-26Fix double forking issue with pkexectarakbumba1-40/+102
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