Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-21 | caja-file-operations: fix caption/button in destination error dialogue | Stefan Pöschel | 1 | -7/+42 | |
For certain operations, the destination is checked. If an error occurs, the user is asked how to proceed using a dialogue. So far this dialogue was hard-coded to only consider the copy operation. This fix also considers the other affected operations and generalizes the continue button text. | |||||
2023-05-25 | Initial wayland support | lukefromdc | 1 | -1/+5 | |
2022-02-09 | Fix some -Wsign-compare warnings | rbuj | 1 | -21/+23 | |
2022-02-09 | caja-file-operations: overlapping comparisons always evaluate to true | rbuj | 1 | -1/+1 | |
2021-11-20 | Use a blank line at most | rbuj | 1 | -36/+0 | |
2020-12-11 | caja-file-operations: Let user mark trusted launcher | rbuj | 1 | -0/+7 | |
2020-11-28 | file-operations: don't attempt to move into the source dir | ericek111 | 1 | -8/+8 | |
2020-11-11 | Remove unused macros | Pablo Barciela | 1 | -2/+0 | |
2020-01-10 | Make device ejection notifications translatable | Jonathan Michalon | 1 | -2/+2 | |
2019-08-19 | Remove comments that are not written to translators from pot file | rbuj | 1 | -28/+28 | |
2019-08-15 | Copy file and keep timestamps of original file including remotes | rbuj | 1 | -1/+8 | |
The timestamps are reset to the current time, even if the source & target folders support these GFileInfo attributes. Closes #1226 | |||||
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -1/+1 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-11 | Change URL prefixes from http to https | rbuj | 1 | -1/+1 | |
2019-05-06 | libcaja-private: reduce the scope of some variables | Pablo Barciela | 1 | -47/+76 | |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -4/+4 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -14/+11 | |
2019-04-05 | caja-file-operations: make sure 'error' isn't NULL | Pablo Barciela | 1 | -2/+2 | |
Fixes Clang static analyzer warnings: caja-file-operations.c:2165:7: warning: Access to field 'code' results in a dereference of a null pointer (loaded from variable 'error') if (error->code != G_IO_ERROR_FAILED_HANDLED) { ^~~~~~~~~~~ caja-file-operations.c:5448:14: warning: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'error') details = error->message; ^~~~~~~~~~~~~~ | |||||
2019-03-29 | eel: remove g_object_list_copy | rbuj | 1 | -5/+5 | |
GNOME/nautilus@7af24a8 Replace GList * eel_g_object_list_copy (GList *list) with g_list_copy_deep (list, (GCopyFunc) g_object_ref, NULL) | |||||
2019-03-22 | caja-file-operations: add comment with false positive warning: | Pablo Barciela | 1 | -0/+8 | |
False positive warning with Clang static analyzer: caja-file-operations.c:958:11: warning: Cast a region whose size is not a multiple of the destination type size common = g_malloc0 (job_size); ^~~~~~~~~~~~~~~~~~~~ | |||||
2019-03-04 | [Security] Use 'g_strlcpy' instead of 'strcpy' | Pablo Barciela | 1 | -3/+3 | |
to avoid warnings with Clang Analyzer | |||||
2018-12-27 | Add independent show/hide backup files | Sargastic | 1 | -0/+1 | |
2018-06-04 | avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -2/+0 | |
2018-03-03 | rename mate_dialog_add_button to eel_dialog_add_button | Pablo Barciela | 1 | -22/+4 | |
2018-02-27 | caja-file-operations: avoid gtk_dialog_add_buttons with stock ids | Pablo Barciela | 1 | -39/+71 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -35/+35 | |
2017-12-31 | eject: Do not show "safe to remove" notification if drive fails to unmount | lukefromdc | 1 | -1/+4 | |
2017-07-16 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -1/+2 | |
2017-05-25 | added feature: present the size on disk of files as we present the size of ↵ | Felipe Barriga Richards | 1 | -2/+4 | |
the file. | |||||
2017-02-07 | Add an option for asking confirmation before moving files to the trash | Colomban Wendling | 1 | -1/+62 | |
Add an option to show a confirmation dialog when moving files to the trash, like there is for deleting files directly or emptying the trash. Closes #632. | |||||
2016-11-03 | suppress notification on unmounting non-ejectiable device | lukefromdc | 1 | -2/+1 | |
Do not send "it is not safe to remove the drive" notifcation on unmount of internal drive or other non-ejectable device. Also stop incorrect notification on cancelled eject operation (as when mounted by another user and not authorized to eject). | |||||
2016-10-23 | Add gsettings preference to enable/disable notifications | lukefromdc | 1 | -0/+2 | |
Defaults to TRUE | |||||
2016-10-23 | libunique builds: enable eject notifications | lukefromdc | 1 | -8/+6 | |
We no longer need to use any GtkApplication features for this so enable it in libunique builds too. Tested with and without libunique in GTK 3.22 | |||||
2016-10-23 | Refactor notification code to remove duplicate function | lukefromdc | 1 | -3/+3 | |
The desktop icon eject code required a function in libcaja-private so we no longer need it in caja-application.c | |||||
2016-10-23 | GtkApplication: show notifications for ejecting from the desktop too | lukefromdc | 1 | -2/+36 | |
Show desktop notifications for ejecting a drive from the desktop as well.The code in caja-file-operations won't show notifications from the sidebar so that code is still needed too. | |||||
2016-10-17 | Fix disabled controls when recursively processing directories | emanuele-f | 1 | -23/+26 | |
2016-10-17 | Operations window fixes and control improvements | emanuele-f | 1 | -19/+63 | |
2016-10-17 | Start immediately some ops | emanuele-f | 1 | -7/+7 | |
2016-10-17 | Anticipate progress window creation to provide immediate op start | emanuele-f | 1 | -10/+10 | |
2016-10-17 | operations can now specify to start immediately | emanuele-f | 1 | -24/+24 | |
2016-10-17 | extend to all the operations | emanuele-f | 1 | -0/+14 | |
2016-10-17 | thread synchronization to implement pause resume | emanuele-f | 1 | -0/+1 | |
2016-07-11 | all: don't use deprecated GMutex/GThread API | raveit65 | 1 | -7/+6 | |
Also, threads area always enabled, so we can remove the G_THREADS_ENABLED conditionals. Require GLib 2.31 for this. taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=0594aa1 Note, this fixes a Wimplicit-function-declaration warning in caja-search-engine-simple | |||||
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -10/+4 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2014-12-10 | added checks for NULL pointer where it's needed | Monsta | 1 | -1/+1 | |
2014-09-30 | libcaja-private: fix always-false expressions | Boris Egorov | 1 | -6/+0 | |
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-01-27 | Add option to show file sizes with IEC units instead of SI units | Stefano Karapetsas | 1 | -1/+4 | |
Contains also a typo fix for the previous commit Closes #203 https://github.com/mate-desktop/caja/issues/203 | |||||
2013-03-03 | Replace undocumented deprecated g_thread_gettime | Stefano Karapetsas | 1 | -2/+2 | |
Bump minimum glib version accordingly | |||||
2012-12-22 | [all] silence warnings from GCC 4.6 | Jasmine Hassan | 1 | -8/+1 | |
GCC 4.6 introduced a new warning about variables declared and initialized, but not really used in the function body. Remove all of these occurrences to build cleanly. http://git.gnome.org/browse/nautilus/commit/?id=d4230de8667764e02dbb966b5d806ff78ced2fd5 | |||||
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -16/+10 | |
Also fixes a double-free regression in lc-p/caja-query from 7a42b9b0 | |||||
2012-11-16 | [all] use g_list_free() and g_strcmp0 instead of eel functions | Jasmine Hassan | 1 | -8/+16 | |
Was: general: use g_list_free_full() instead of eel functions http://git.gnome.org/browse/nautilus/commit/?id=5e669515fd7f760382e6b7aa1449734a35a2d7f4 . Instead of g_list_free_full(), we use g_list_foreach and g_list_free() to avoid unnecessary glib dependency bump to 2.28 |