summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-02-12Re add bookmark section in connect server dialogStefano Karapetsas1-1/+49
2014-02-10Add Keyword to desktop files, patch by Mike Gabriel (sunweaver)infirit1-0/+1
2014-01-27Add option to show file sizes with IEC units instead of SI unitsStefano Karapetsas2-6/+19
Contains also a typo fix for the previous commit Closes #203 https://github.com/mate-desktop/caja/issues/203
2014-01-27Add "Open parent location" in menu if we are in search viewStefano Karapetsas1-0/+94
It is shown if only one file is selected, and if it isn't a directory
2013-12-22Update help uri to the correct locationinfirit8-9/+9
2013-11-29Merge pull request #198 from eyelash/icon-sizeStefano Karapetsas2-45/+5
fix a GTK3 bug and simplify things
2013-11-13Fix g_thread_init deprecationStefano Karapetsas1-0/+2
2013-11-07remove the border of the zoom controlElias Aebi1-1/+0
2013-11-07remove the border of the view as combo boxElias Aebi1-1/+0
2013-11-06put the containers instead of the contents into the size group and remove ↵Elias Aebi2-16/+4
the now unnecessary frame container
2013-11-03remove a custom size allocation that broke stuff on GTK3Elias Aebi1-28/+0
2013-11-03use the same icon size for the location button (the button that lets you ↵Elias Aebi1-1/+1
toggle between button and text-based location bar) as for the close side pane button and the pathbar icons
2013-11-03add the primary-toolbar style class to the primary toolbar (only for the ↵Elias Aebi1-0/+3
GTK3 version)
2013-10-19Rename INCLUDES to AM_CPPFLAGS in MakefileStefano Karapetsas1-1/+1
2013-10-06Properly free GHashTable in properties windowStefano Karapetsas1-1/+1
Closes #178 https://github.com/mate-desktop/mate-file-manager/issues/178 I had to recover two functions previously removed in eel-glib-extensions.
2013-09-20Merge pull request #112 from aubade/browserfixStefano Karapetsas1-1/+4
Make browser windows always open new folders in the same window, even when Spatial enabled
2013-09-19Possible fix for crash during file rename in external devicesStefano Karapetsas1-2/+1
Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1005660 Solution from: https://git.gnome.org/browse/nautilus/commit/src/nautilus-icon-view.c?h=gnome-3-2&id=a67212a
2013-09-18Possible fix for crash during audio previewStefano Karapetsas1-0/+2
See https://bugzilla.redhat.com/show_bug.cgi?id=959444
2013-09-01Fix spatial mode crash and shift+double clickinfirit1-1/+1
Fixes issues: https://github.com/mate-desktop/mate-file-manager/issues/120 https://github.com/mate-desktop/mate-file-manager/issues/161
2013-08-01Replace ghelp: with help: for user-guideinfirit8-8/+8
2013-07-25src: Add GTK3/GDK3 supportStefano Karapetsas3-8/+40
2013-07-25Fixes for GTK3 supportStefano Karapetsas3-2/+13
2013-07-24Update for mate-desktop changesStefano Karapetsas2-2/+2
2013-07-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-06-29Fix g_type_init deprecationStefano Karapetsas1-0/+2
2013-06-24Fix URI managementStefano Karapetsas1-21/+30
Closes #134 (https://github.com/mate-desktop/mate-file-manager/issues/134)
2013-04-15Made File Browser windows always open folders in the same window,E.S. Quinn1-1/+4
even when spatial mode is enabled.
2013-04-15Fixes #94 - default for target_navigation needs to be FALSE for spatial mode ↵Dan Bravender1-1/+1
to work
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
2013-02-24Always select the folder you "came from" when navigating upwardsStefano Karapetsas1-10/+40
Based on nautilus patch by Alexander Larsson http://git.gnome.org/browse/nautilus/commit/src/nautilus-window-manage-views.c?h=gnome-3-0&id=2b006f84a06633778e11755e579fafcecbb1b36b Closes https://github.com/mate-desktop/mate-file-manager/issues/19
2013-02-24Fix issues with XDG dirs in places sidebarStefano Karapetsas1-1/+12
2013-02-24More indentation fixesStefano Karapetsas1-19/+19
2013-02-24Indentation fixesStefano Karapetsas1-423/+424
2013-02-23Update copyrightStefano Karapetsas1-1/+1
2013-02-23Add support for freedesktop.org File Manager DBus InterfaceStefano Karapetsas5-1/+343
http://www.freedesktop.org/wiki/Specifications/file-manager-interface Most of code is adapted from Nautilus: http://git.gnome.org/browse/nautilus/tree/src/nautilus-freedesktop-dbus.c Closes https://github.com/mate-desktop/mate-file-manager/issues/3
2013-02-17Check if caja is mistakenly set as default application for a content type, ↵Stefano Karapetsas1-2/+18
to avoid infinite loops
2013-02-15Allow to open files with Caja using g_app_info_launch_default_for_uriStefano Karapetsas1-2/+19
If there are only files to open, close Caja instead of open a default folder window Closes https://github.com/mate-desktop/mate-file-manager/issues/37
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan13-96/+8
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-12-22[places-sidebar] plug leak in _dispose, add g_clear_object in glibcomat.hJasmine Hassan2-15/+23
to cleanup code a bit. http://git.gnome.org/browse/nautilus/commit/?id=c6fa6b2062a1adf3e4945824048b3771edb35ebe for g_clear_object compatibility: https://gitorious.org/vaapi/gstreamer-vaapi/commit/ab2ec5e2541834c2490a78ec839850df2b075cf5?format=diff
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-12-22[desktop-icon-view] don't use eel helper to set adjustment valuesJasmine Hassan1-2/+2
http://git.gnome.org/browse/nautilus/commit/?id=8b4271f5ad62d00b76d7e34a594c9b1819eb495e
2012-12-22[property-browser] remove deprecated gtk_dialog_set_has_separatorJasmine Hassan1-1/+0
2012-12-03add Jasmine Hassan in authorsStefano Karapetsas1-0/+1
2012-12-03[global-prefs|application] use MATE global 'show-desktop-icons' settingJasmine Hassan1-3/+6
instead of a local-to-caja setting 'show-desktop' This key would indicate that file managers (by default Caja, but applies to others like Thunar or ROX) should handle desktop, i.e. draw a background and place icons there. Otherwise (when false), mate-settings-daemon will take over drawing desktop background. This is different from 'draw-background', which is a separate option used only for drawing background without icons (by mate-settings-daemon). To Caja, 'show-desktop-icons' implies 'draw-background', and so if set to false, Caja won't (needlessly) draw the desktop. However, if the user uses the "Background & Emblems dialog" to drop an image-pattern/color/reset on the desktop, Caja will again draw the desktop. For reference: https://bugzilla.gnome.org/show_bug.cgi?id=632225
2012-12-03[directory-bg] rewrite/refactor, untangle directory & desktop bg-setting codeJasmine Hassan1-5/+2
- Fixes crashes when resizing a VM window in VirtualBox. - Adds a method to allow handling desktop reset.
2012-12-03[eel-background] refactor to untangle directory & desktop bg-setting codeJasmine Hassan1-17/+13
2012-11-25fix previous commitmate-file-manager-1.5.1Nelson Marques1-1/+0
2012-11-25fix no-return-in-nonvoid-function caja-window.cNelson Marques1-0/+2
2012-11-23[src] fix some incompatible pointer type warningsJasmine Hassan4-8/+14
including a silly mistake in caja-window where destroy function's return type was accidently ommitted during the addition of gtk version checks.