summaryrefslogtreecommitdiff
path: root/src/caja-file-management-properties.c
AgeCommit message (Collapse)AuthorFilesLines
2022-02-09Fix some -Wsign-compare warningsrbuj1-3/+3
2021-12-19Use gresources for ui filesrbuj1-1/+1
2021-11-20Use a blank line at mostrbuj1-4/+0
2021-04-20Add creation time supportrbuj1-0/+1
2021-03-10cppcheck warning: Local variable 'combo_box' shadows outer argumentrbuj1-13/+6
2021-02-25caja-file-management-properties: Do not cast the instance to GObject when ↵rbuj1-11/+9
connecting a signal
2021-02-25caja-file-management-properties: use gtk_builder_new_from_filerbuj1-5/+1
2020-12-04caja-file-management-properties: use g_list_free_fullrbuj1-2/+1
2020-11-11Remove unused macrosPablo Barciela1-1/+0
2020-07-10Remove unused variable from eel_notebook_scroll_event_cbrbuj1-4/+5
2020-06-13caja-file-management-properties: Remove ↵rbuj1-32/+0
caja_file_management_properties_size_group_create
2020-05-05Remove the warning: the address of ‘iter’ will never be NULLrbuj1-8/+6
2019-07-27use show icons option in views tabWu Xiaotian1-3/+3
2019-07-27Add preference option to hide icons in list view.Wu Xiaotian1-0/+5
2019-07-10preferences: Render extension icons as cairo_surfacesVictor Kareh1-12/+12
2019-07-10preferences: Render media icons as cairo_surfaceVictor Kareh1-8/+9
2019-07-02Add scroll tabs with mouse wheelLaurent Napias1-0/+7
File's properties and caja's preferences windows
2019-06-18Remove trailing whitespacesrbuj1-11/+11
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-06-17src: reduce the scope of some variablesPablo Barciela1-6/+8
2019-05-04eel: remove date & time functionsrbuj1-7/+7
Do not need to extend glib library, since it now incorporates these functions. Extended date format modifiers are available on glib v2.56. eel-glib-extensions.h/c: GDate * eel_g_date_new_tm (struct tm *time_pieces); char * eel_strdup_strftime (const char *format, struct tm *time_pieces); gint64 eel_get_system_time (void); Do not need to test the extensions in eel_self_check_glib_extensions (void). eel-glib-extensions.c: static void check_tm_to_g_date (time_t time) static char * test_strftime (...) Do not need to check if strftime implements extended date format modifiers on the system (available on glibc v2.27). configure.ac
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-8/+8
2019-04-10local #include files inside "" instead <>Pablo Barciela1-12/+10
2018-12-27Add independent show/hide backup filesSargastic1-0/+4
2018-10-19Add 'Configurable' interface and add support to caja-file-management-properties20kdc1-3/+60
2018-04-08Add sort criterion by reversed extension segmentsMoritz Bruder1-0/+7
The basenames of files are split by dots and then starting from the end each segment is compared to find a sort order. Example: bar.tar.bz2 foo.tar.bz2 a.bar.gz x.tar.gz z.tar.gz test.tex A heuristic determines what extension segments are part of the extension. There is probably no perfect solution but there are much less false positives. As a result the sorting is more intuitive and the displayed column in the list view is better readable and displays extensions more accurately. In addition a bug related to the default sort criteria in the preferences has been fixed.
2018-04-04Support HiDpi iconsCosimo Cecchi1-2/+3
Port the rendering of icons to cairo surfaces, so that we can apply the GDK scale factor when rendering icons. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/0d4555d7
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-6/+0
2018-01-15add missing window icon to About dialog for extensionsmonsta1-0/+1
2018-01-01caja-file-management-properties.c: Fix build warning:Pablo Barciela1-1/+1
passing argument 2 of ‘gtk_about_dialog_set_authors’ from incompatible pointer type
2017-07-22don't use deprecated gtk_show_uriraveit651-0/+6
2017-05-25added feature: present the size on disk of files as we present the size of ↵Felipe Barriga Richards1-0/+1
the file.
2017-02-07Add an option for asking confirmation before moving files to the trashColomban Wendling1-0/+4
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-08-22drop a large amount of completely unused codemonsta1-1/+0
2016-07-30use GtkAbout instead of MateAboutraveit651-12/+10
2016-01-26fix a few build warningsmonsta1-4/+4
2015-07-07Revert "show main caja help page from m-u-g in all dialogs"Monsta1-4/+1
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5.
2015-06-17show main caja help page from m-u-g in all dialogsMonsta1-1/+4
this should be corrected when m-u-g will be complete (e.g. will contain help for all these dialogs)
2014-11-06Fix segmentation fault if extensions dont provide information fileStefano Karapetsas1-2/+2
2014-11-03Add about dialog for extensionsStefano Karapetsas1-4/+58
2014-10-27Allow extensions to define an ini file with name, icon and descriptionStefano Karapetsas1-10/+31
2014-10-27implementation of extension interface and status management (gsoc2014)Alexander van der Meij1-0/+93
2014-06-27Add option in the UI to set IEC units usageStefano Karapetsas1-0/+5
Closes https://github.com/mate-desktop/caja/issues/293
2013-12-22Update help uri to the correct locationinfirit1-2/+2
2013-08-01Replace ghelp: with help: for user-guideinfirit1-1/+1
2013-04-12Fix default sort order in preferences windowStefano Karapetsas1-1/+0
Closes #106 (https://github.com/mate-desktop/mate-file-manager/issues/106)
2013-04-12Fix radio buttons and GSettings in preferences windowStefano Karapetsas1-52/+28
Closes: https://github.com/mate-desktop/mate-file-manager/issues/104 Patch from: https://git.gnome.org/browse/nautilus/commit/?id=f200bfb
2012-12-22[fm-properties] Use G_SETTINGS_BIND_INVERT_BOOLEAN where appropriateJasmine Hassan1-22/+2
http://git.gnome.org/browse/nautilus/commit/?id=df382f58d0ec2a1b779cf80048ad70944c8859df
2012-11-16[src] replace deprecated GtkComboBox text APIs with GtkComboBoxTextJasmine Hassan1-10/+11
[src] don't use GtkComboBox text APIs (#632651) They got replaced by GtkComboBoxText. Thanks to Mathias Clasen and Flo Gravo. http://git.gnome.org/browse/nautilus/commit/?id=f123f99bee1005cd279783f9d441f538fcf85542
2012-11-16[fm-properties] use right link for the 'Media' help pageJasmine Hassan1-0/+4
preferences: use right link for the 'Media' help page (#564866). http://git.gnome.org/browse/nautilus/commit/?id=46544c9885b7064c216f1a9401d42bdb9816bdd2
2012-09-05remove latest mateconf stuffStefano Karapetsas1-21/+2