summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-07-13don't manage desktop and exit with last window when either runningMonsta1-5/+26
as root or on other desktops thanks to @mtwebster (https://github.com/linuxmint/nemo/commit/acabbaf6ca8e5ffc29851d766339c602777c4427) and @tarakbumba (https://github.com/mate-desktop/caja/pull/409)
2015-07-09Use accessor functions instead of direct accessinfirit1-1/+1
2015-07-07Revert "Help menu/F1 shortcut: show the right help page from m-u-g"Monsta1-1/+1
This reverts commit d01fbc6c9921253bb023d3e40bd763f4a931e840.
2015-07-07Revert "show main caja help page from m-u-g in all dialogs"Monsta7-16/+7
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5.
2015-06-18places-sidebar: enable both creating bookmarks and dropping filesMonsta1-6/+18
- drag a folder to the top or bottom of the bookmark list to add a new bookmark. a horizontal line will be shown and the mouse pointer will have a '+' at its right side. - if there are no bookmarks (and that section isn't shown), drag a folder over the network section's heading. this will add a new bookmark and make the bookmarks list visible. - drag a file or a folder over some existing bookmark to move it into the bookmarked folder. the mouse pointer will have an arrow at its right side. - if you want to copy a file or a folder there instead, perform the same operation but hold ctrl during that. the mouse pointer will have a '+' at its right side. no horizontal line will be shown, so you will be able to distinguish this operation from adding a new bookmark. :) adapted from https://github.com/linuxmint/nemo/commit/f18c4dd842be0998cbe6a519d9904bfd9993ca3e (thanks to @mtwebster) fixes https://github.com/mate-desktop/caja/issues/345 closes https://github.com/mate-desktop/caja/issues/423
2015-06-18places sidebar: fix indentation a bitMonsta1-8/+6
2015-06-17show main caja help page from m-u-g in all dialogsMonsta7-7/+16
this should be corrected when m-u-g will be complete (e.g. will contain help for all these dialogs)
2015-06-17Help menu/F1 shortcut: show the right help page from m-u-gMonsta1-1/+1
2015-06-11Merge pull request #424 from flexiondotorg/masterMartin Wimpress1-14/+115
Revert "places-sidebar: allow dropping of files to bookmarks"
2015-06-11Revert "places-sidebar: allow dropping of files to bookmarks"Martin Wimpress1-14/+115
This reverts commit 910b9141ac634a86d8f53fda534e33787a160efb.
2015-06-08Merge pull request #400 from tarakbumba/fix_automunt_on_locked_screenmonsta2-4/+236
Fix automount on locked screen
2015-05-19GTK3: set top and bottom margin of statusbar to zeroraveit651-0/+7
This reduce the size of the statusbar that it looks like GTK2 version. The size can now controled with .frame.flat and/or .flat.button selector by the theme.
2015-04-07Ui: set a default window size for file management preferencesraveit651-0/+2
This fixes wrong window size in GTK3 version. For GTK2 best size is 600x600, best size for GTK3 is 800x600. But the smallest size works perfect for both GTK+ versions.
2015-04-07Ui: expand list columns in file management preferencesraveit651-2/+2
no need to have a scrollbar for a few entries
2015-04-07Fix g_bus_unwatch_name assertiontarakbumba1-2/+6
Guard the g_bus_unwatch_name() call to only run when we actually have set a watcher to the screensaver.
2015-04-07Fix for https://github.com/mate-desktop/caja/issues/398tarakbumba2-4/+232
On the Shmoocon at 2011 there was a presentation by Jon Larimer demonstrating how to abuse vulnerabilities and bugs, or even just creating socially or security compromising thumbnails in mounting and thumbnailing, which happens on automounting USB drives. This is a particular issue when this happens on a locked box where the attacker doesn't otherwise have access to the user account: http://www.net-security.org/secworld.php?id=10544 Disable automounting if the MATE screen saver is currently locked. See also https://bugzilla.gnome.org/show_bug.cgi?id=642020 This commit is merely based on : https://git.gnome.org/browse/nautilus/commit/?h=gnome-2-32&id=b7262fa945ef1ea936c15f0d248ad7a024d97dca
2015-03-19places-sidebar: fix crashMonsta1-2/+4
taken from upstream commits: https://git.gnome.org/browse/nautilus/commit/?id=cda2c75df4b95a481e8b774081ec1240d47fa45f https://git.gnome.org/browse/nautilus/commit/?id=4764a856c7a6e5a84d4067e7b105c09a93ffdbe4 Closes https://github.com/mate-desktop/caja/pull/395
2015-03-05GTK3: add missing style class view to FMIconContainerraveit651-0/+4
Closes https://github.com/mate-desktop/caja/pull/392 Closes https://github.com/mate-desktop/caja/issues/382
2015-01-21Disable desktop if we arent inside MATEStefano Karapetsas1-0/+4
2015-01-13drop support for GLib < 2.36Monsta25-142/+18
Closes https://github.com/mate-desktop/caja/pull/372
2015-01-12show mate-user-guide helpMonsta1-12/+5
2015-01-12use mate_gdk_spawn_command_line_on_screen like other MATE apps doMonsta2-43/+13
Closes https://github.com/mate-desktop/caja/pull/370
2015-01-10audio-preview: Add support for GStreamer 1.0Balló György1-2/+8
2015-01-10some NULL pointer checksMonsta1-0/+4
2015-01-07drop support for ancient versions of exempi and exifMonsta1-19/+9
2014-12-29Revert "dbus-manager: add a skeleton of NautilusDBusManager"infirit1-5/+0
This reverts commit 08bc0644ebc869ff1db320cc2bdfc4a471a6f9ac.
2014-12-29fixed: Adjust Default _zoom level always get the last "old" value高群凯1-1/+2
The callback function update_auto_enum should be connected before the default_zoom_level_changed, otherwise the new_level always get the last "old" value in default_zoom_level_changed and the desktop-view display strange.
2014-12-16dbus-manager: add a skeleton of NautilusDBusManagerinfirit1-0/+5
2014-12-10zero-init all signals arraysMonsta9-9/+9
2014-12-10properly zero-init a variablemonsta1-1/+1
2014-12-10added checks for NULL pointer where it's neededMonsta1-1/+1
2014-12-10don't leak memorymonsta1-0/+2
2014-12-10connect-server-dialog: don't leak memoryMonsta1-0/+2
2014-12-10file-manager: don't leak memoryMonsta3-4/+6
2014-11-06Fix segmentation fault if extensions dont provide information fileStefano Karapetsas1-2/+2
2014-11-03Add about dialog for extensionsStefano Karapetsas2-6/+60
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 Meij9-1160/+737
2014-10-21Check result of symlink function to avoid warningsStefano Karapetsas1-10/+9
Translate also Perberos spanish comments
2014-10-21Fix g_desktop_app_info_set_desktop_env deprecationStefano Karapetsas1-0/+2
2014-10-05Use g_get_user_config_dir instead of harcoding to $HOME/.configinfirit3-4/+4
2014-06-27Add option in the UI to set IEC units usageStefano Karapetsas2-0/+72
Closes https://github.com/mate-desktop/caja/issues/293
2014-05-17propagate button-release event when ejecting, fixes #169alexandervdm1-3/+2
See also gnome bug https://bugzilla.gnome.org/show_bug.cgi?id=646302
2014-05-10Merge pull request #275 from NiceandGently/masterStefano Karapetsas1-3/+3
fix some compile warnings
2014-04-24Use MateAboutDialogStefano Karapetsas1-2/+3
2014-04-16replace g_free call on GFile objects, fixes #196alexandervdm1-1/+1
2014-03-22fix some compile warningsraveit651-3/+3
2014-03-21places-sidebar: allow dropping of files to bookmarksraveit651-115/+14
2014-03-21sidebar: rearranged of caja sidebar to 1.4 styleraveit651-154/+156
2014-03-21Show trash in tree panelStefano Karapetsas1-4/+3
Closes https://github.com/mate-desktop/caja/issues/233 Also unused commented code in fm-tree-view.c