Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-10 | NULL-init a pointer for g_assert to work correctly | monsta | 1 | -1/+1 | |
2014-12-10 | properly zero-init a variable | monsta | 1 | -1/+1 | |
2014-12-10 | added checks for NULL pointer where it's needed | Monsta | 3 | -3/+3 | |
2014-12-10 | don't leak memory | monsta | 3 | -0/+4 | |
2014-12-10 | libcaja-private: don't leak memory | Monsta | 5 | -61/+43 | |
2014-12-10 | connect-server-dialog: don't leak memory | Monsta | 1 | -0/+2 | |
2014-12-10 | file-manager: don't leak memory | Monsta | 3 | -4/+6 | |
2014-12-10 | eel: fix logic a bit | Monsta | 1 | -4/+6 | |
2014-11-22 | Sync translations with transifex | mate-i18n | 3 | -37/+37 | |
2014-11-16 | Sync translations with transifex | mate-i18n | 103 | -909/+2786 | |
2014-11-10 | appdata: Add necessary markers for translation | infirit | 1 | -3/+3 | |
2014-11-10 | Bump version to 1.9.3caja-1.9.3 | Stefano Karapetsas | 2 | -2/+3 | |
2014-11-10 | Sync translations with transifex | mate-i18n | 102 | -30166/+32218 | |
2014-11-09 | appdata: Add autotool bits for appdata | infirit | 3 | -0/+8 | |
2014-11-09 | Create caja.appdata.xml | alxpl | 1 | -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-06 | Fix segmentation fault if extensions dont provide information file | Stefano Karapetsas | 1 | -2/+2 | |
2014-11-03 | Add about dialog for extensions | Stefano Karapetsas | 4 | -7/+73 | |
2014-11-02 | Sync translations with transifex | mate-i18n | 2 | -8/+9 | |
2014-10-27 | Allow extensions to define an ini file with name, icon and description | Stefano Karapetsas | 3 | -20/+56 | |
2014-10-27 | implementation of extension interface and status management (gsoc2014) | Alexander van der Meij | 19 | -1170/+1017 | |
2014-10-24 | Sync translations with transifex | mate-i18n | 101 | -19469/+20064 | |
2014-10-21 | Check result of symlink function to avoid warnings | Stefano Karapetsas | 1 | -10/+9 | |
Translate also Perberos spanish comments | |||||
2014-10-21 | Fix g_desktop_app_info_set_desktop_env deprecation | Stefano Karapetsas | 1 | -0/+2 | |
2014-10-12 | Bump version to 1.9.2caja-1.9.2 | Stefano Karapetsas | 2 | -2/+2 | |
2014-10-12 | Sync translations with transifex | mate-i18n | 2 | -56/+56 | |
2014-10-05 | Use g_get_user_config_dir instead of harcoding to $HOME/.config | infirit | 4 | -5/+5 | |
2014-10-05 | Move accel file to the proper place. Fixes #276 | infirit | 1 | -1/+1 | |
2014-10-04 | extension: add some more missing gir annotations | Cosimo Cecchi | 4 | -2/+35 | |
2014-10-04 | extension: add some annotations | Cosimo Cecchi | 2 | -0/+72 | |
2014-10-03 | file-conflict-dialog: Alt+S is already used in Skip button | Stefano Karapetsas | 1 | -1/+1 | |
2014-09-30 | libcaja-private: fix always-false expressions | Boris Egorov | 2 | -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-25 | limit deep scount (folder contents and size) to one filesystem | Phillip Susi | 1 | -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-21 | Sync translations with transifex | mate-i18n | 12 | -637/+646 | |
2014-07-22 | libunique is no optional | infirit | 1 | -1/+3 | |
This is most likely the beginning of a GtkApplication port that did not happen. | |||||
2014-07-22 | Move LIBUNIQUE_VERSION to the other gtk api depenant variables | infirit | 1 | -7/+2 | |
2014-07-11 | Sync translations with transifex | mate-i18n | 10 | -299/+305 | |
2014-07-08 | Merge pull request #298 from bl0ckeduser/master | Stefano Karapetsas | 1 | -4/+22 | |
Handle metadata key deletions (fixes #296) | |||||
2014-07-05 | Handle metadata key deletions (fixes #296) | bl0ckeduser | 1 | -4/+22 | |
2014-07-01 | Bump version to 1.9.1caja-1.9.1 | Stefano Karapetsas | 2 | -2/+2 | |
2014-06-27 | Add option in the UI to set IEC units usage | Stefano Karapetsas | 2 | -0/+72 | |
Closes https://github.com/mate-desktop/caja/issues/293 | |||||
2014-05-17 | propagate button-release event when ejecting, fixes #169 | alexandervdm | 1 | -3/+2 | |
See also gnome bug https://bugzilla.gnome.org/show_bug.cgi?id=646302 | |||||
2014-05-10 | Merge pull request #275 from NiceandGently/master | Stefano Karapetsas | 6 | -8/+16 | |
fix some compile warnings | |||||
2014-05-09 | Sync translations with transifex | mate-i18n | 2 | -48/+49 | |
2014-04-29 | Merge pull request #285 from bl0ckeduser/master | Stefano Karapetsas | 1 | -1/+1 | |
Quick fix for #105 | |||||
2014-04-28 | Quick fix for #105 | bl0ckeduser | 1 | -1/+1 | |
2014-04-26 | Sync translations with transifexcaja-1.9.0 | mate-i18n | 13 | -553/+7977 | |
2014-04-24 | Use MateAboutDialog | Stefano Karapetsas | 2 | -3/+4 | |
2014-04-18 | Merge pull request #282 from alexandervdm/master | Sander Sweers | 1 | -1/+1 | |
replace g_free call on GFile objects, closes #196 | |||||
2014-04-18 | Fix minor man page issues, closes #280 | infirit | 2 | -2/+2 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-04-16 | replace g_free call on GFile objects, fixes #196 | alexandervdm | 1 | -1/+1 | |