summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-07drop support for ancient versions of exempi and exifMonsta2-33/+13
2014-12-29Revert "dbus-manager: add a skeleton of NautilusDBusManager"infirit4-188/+0
This reverts commit 08bc0644ebc869ff1db320cc2bdfc4a471a6f9ac.
2014-12-29Revert "dbus-manager: implement the CopyURIs method"infirit2-86/+17
This reverts commit be39d4a5f6b03a142e21d3d0448ef0e779e7e173.
2014-12-29Revert "dbus-manager: add an EmptyTrash operation"infirit1-18/+0
This reverts commit 8116b5a43e11493d6e81a0a1e1ba67fa0d6289a4.
2014-12-29fixed: Adjust Default _zoom level always get the last "old" value高群凯1-1/+2
The callback function update_auto_enum should be connected before the default_zoom_level_changed, otherwise the new_level always get the last "old" value in default_zoom_level_changed and the desktop-view display strange.
2014-12-16dbus-manager: add an EmptyTrash operationinfirit1-0/+18
2014-12-16dbus-manager: implement the CopyURIs methodinfirit2-17/+86
2014-12-16dbus-manager: add a skeleton of NautilusDBusManagerinfirit4-0/+188
2014-12-15simplify configure.ac a bit due to libunique being mandatory nowMonsta1-16/+6
2014-12-15autoconf: cleanup X11 and pango checksinfirit1-50/+8
2014-12-10va_start should be paired with va_endmonsta1-0/+1
2014-12-10zero-init all signals arraysMonsta25-26/+26
2014-12-10NULL-init a pointer for g_assert to work correctlymonsta1-1/+1
2014-12-10properly zero-init a variablemonsta1-1/+1
2014-12-10added checks for NULL pointer where it's neededMonsta3-3/+3
2014-12-10don't leak memorymonsta3-0/+4
2014-12-10libcaja-private: don't leak memoryMonsta5-61/+43
2014-12-10connect-server-dialog: don't leak memoryMonsta1-0/+2
2014-12-10file-manager: don't leak memoryMonsta3-4/+6
2014-12-10eel: fix logic a bitMonsta1-4/+6
2014-11-22Sync translations with transifexmate-i18n3-37/+37
2014-11-16Sync translations with transifexmate-i18n103-909/+2786
2014-11-10appdata: Add necessary markers for translationinfirit1-3/+3
2014-11-10Bump version to 1.9.3caja-1.9.3Stefano Karapetsas2-2/+3
2014-11-10Sync translations with transifexmate-i18n102-30166/+32218
2014-11-09appdata: Add autotool bits for appdatainfirit3-0/+8
2014-11-09Create caja.appdata.xmlalxpl1-0/+41
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs. It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well. Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well. Thanks!
2014-11-06Fix segmentation fault if extensions dont provide information fileStefano Karapetsas1-2/+2
2014-11-03Add about dialog for extensionsStefano Karapetsas4-7/+73
2014-11-02Sync translations with transifexmate-i18n2-8/+9
2014-10-27Allow extensions to define an ini file with name, icon and descriptionStefano Karapetsas3-20/+56
2014-10-27implementation of extension interface and status management (gsoc2014)Alexander van der Meij19-1170/+1017
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