summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-03Sync translations with transifexStefano Karapetsas99-61518/+62017
2013-03-03Replace undocumented deprecated g_thread_gettimeStefano Karapetsas3-6/+6
Bump minimum glib version accordingly
2013-02-27Fix internationalization of desktop iconsStefano Karapetsas2-15/+45
2013-02-24Add transifex configuration filemate-file-manager-1.5.4Stefano Karapetsas1-0/+7
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-24Dont corrupt the default background colorStefano Karapetsas1-30/+31
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-23Updated NEWSStefano Karapetsas1-1/+4
2013-02-23Bump version to 1.5.4Stefano Karapetsas1-1/+1
2013-02-23Add support for freedesktop.org File Manager DBus InterfaceStefano Karapetsas8-1/+391
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-17Updated POTFILES.inStefano Karapetsas1-1/+0
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
2013-02-11Fix deprecated GStaticMutexStefano Karapetsas1-0/+12
2013-02-10Sync translations with transifexStefano Karapetsas100-240279/+224856
2013-02-07Bump version to 1.5.3mate-file-manager-1.5.3Stefano Karapetsas1-1/+1
2013-01-28Merge pull request #77 from bhull2010/masterStefano Karapetsas2-10/+10
Fix gsettings schema paths
2013-01-27Fix schema path deprecationsBrent Hull2-10/+10
2013-01-17rename configure.in to configure.ac to be liked by autoconf 1.12Elan Ruusamäe2-1/+1
aclocal-1.12: warning: autoconf input should be named 'configure.ac', not 'configure.in'
2013-01-05Merge pull request #67 from cygwinports/masterStefano Karapetsas2-0/+87
Add mateconf-gsettings-data-convert file
2012-12-25Add mateconf-gsettings-data-convert fileYaakov Selkowitz2-0/+87
2012-12-23Merge pull request #65 from jasmineaura/developStefano Karapetsas39-351/+87
Most of remaining deprecations, some cleanups, and a leak fix
2012-12-22[configure] Fix minimum GIO really required to 2.26Jasmine Hassan1-1/+1
For g_settings_bind(), though it should've been required before for the (now replaced) g_settings_bind_with_mapping() func.
2012-12-22[general] Don't use deprecated gdk_drawable_get_size at allJasmine Hassan2-17/+0
Since we now require GTK 2.24, we can directly use gdk_window_get_width(), gdk_window_get_height()
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan29-216/+21
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[eel] Use future-safe GDK_WINDOW_XDISPLAY macro to query X displayJasmine Hassan1-1/+1
http://git.gnome.org/browse/nautilus/commit/?id=8cb07ccf2ddcf0cb8557c763f8905558d67736de
2012-12-22[lc-p] remove unnecessary GDK_DRAWABLE castJasmine Hassan1-1/+1
http://git.gnome.org/browse/nautilus/commit/?id=c2c4076ceb2216ff5e696b4e78aeb63e0f86c437
2012-12-22[general] Use GSourceFunc instead of GtkFunctionJasmine Hassan3-3/+3
http://git.gnome.org/browse/nautilus/commit/?id=a5caa0e98c844a23656cafaa9b6f985dada7bc51
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[icon-container] don't use eel helper to set adjustment valuesJasmine Hassan1-67/+33
http://git.gnome.org/browse/nautilus/commit/?id=3a9c6cd783507cc2fbd0a838cd6710f74e7f17dd
2012-12-22[eel] remove commented out canvas codeJasmine Hassan1-5/+0
2012-12-22[property-browser] remove deprecated gtk_dialog_set_has_separatorJasmine Hassan1-1/+0
2012-12-12update README.commitsStefano Karapetsas1-2/+2
2012-12-03bump version to 1.5.2mate-file-manager-1.5.2Stefano Karapetsas1-1/+1
2012-12-03add Jasmine Hassan in authorsStefano Karapetsas2-1/+3
2012-12-03Merge pull request #63 from jasmineaura/developStefano Karapetsas11-1398/+1053
Bring Caja up to speed, stage2
2012-12-03[eel-background] remove debug messages prev added to screen_size_changedJasmine Hassan1-17/+0
The issue that was being debugged (crashes on VM window resize) is now fixed.
2012-12-03[eel-background] Make the desktop background fading effect optionalJasmine Hassan1-0/+8
By checking new mate-bg (global) "background-fade" setting key before initiating a fade. This is hopefully useful for those running on older hardware, as the fading effect could delay login/startup a bit. For reference, see: https://bugzilla.gnome.org/show_bug.cgi?id=623174
2012-12-03[global-prefs|application] use MATE global 'show-desktop-icons' settingJasmine Hassan3-62/+58
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 Hassan3-513/+250
- 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 Hassan5-836/+742
2012-12-03[eel-background] make sure screen size actually changed before emmitting signalJasmine Hassan1-1/+26
that is, APPEARANCE_CHANGED signal. Also, add a verbose message to know when the signal is about to be emitted, hopefully to aid id debugging a 'BadPixmap (invalid Pixmap parameter)' error & crash when resizing VM window in VirtualBox (4.2.4-81684 as of date).
2012-12-01fix caja/nautilus renameStefano Karapetsas1-1/+1
close https://github.com/mate-desktop/mate-file-manager/issues/58
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