Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-19 | Merge pull request #428 from NiceandGently/master | monsta | 1 | -1/+3 | |
GTK3: editable-label : only clear the selection if we change to insensitive | |||||
2015-06-18 | Merge pull request #429 from mate-desktop/sux-bugs-and-drag-n-drop | Martin Wimpress | 1 | -14/+24 | |
places-sidebar: enable both creating bookmarks and dropping files | |||||
2015-06-18 | places-sidebar: enable both creating bookmarks and dropping files | Monsta | 1 | -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-18 | places sidebar: fix indentation a bit | Monsta | 1 | -8/+6 | |
2015-06-18 | editable-label GTk3: only clear the selection if we change to insensitive | raveit65 | 1 | -1/+3 | |
this fixes non selected text if renaming a file taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=d2c3410 | |||||
2015-06-17 | show main caja help page from m-u-g in all dialogs | Monsta | 7 | -7/+16 | |
this should be corrected when m-u-g will be complete (e.g. will contain help for all these dialogs) | |||||
2015-06-17 | Help menu/F1 shortcut: show the right help page from m-u-g | Monsta | 1 | -1/+1 | |
2015-06-11 | Merge branch 'master' of github.com:mate-desktop/cajacaja-1.10.1 | Martin Wimpress | 1 | -14/+115 | |
2015-06-11 | Bump version to 1.10.1 | Martin Wimpress | 2 | -1/+7 | |
2015-06-11 | Merge pull request #424 from flexiondotorg/master | Martin Wimpress | 1 | -14/+115 | |
Revert "places-sidebar: allow dropping of files to bookmarks" | |||||
2015-06-11 | Revert "places-sidebar: allow dropping of files to bookmarks" | Martin Wimpress | 1 | -14/+115 | |
This reverts commit 910b9141ac634a86d8f53fda534e33787a160efb. | |||||
2015-06-08 | Merge pull request #400 from tarakbumba/fix_automunt_on_locked_screen | monsta | 2 | -4/+236 | |
Fix automount on locked screen | |||||
2015-05-19 | Merge pull request #419 from NiceandGently/master | monsta | 1 | -0/+7 | |
GTK3: set top and bottom margin of statusbar to zero | |||||
2015-05-19 | GTK3: set top and bottom margin of statusbar to zero | raveit65 | 1 | -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-05-12 | Merge pull request #401 from NiceandGently/master | Martin Wimpress | 1 | -2/+4 | |
U fixes for file management preferences | |||||
2015-04-07 | Ui: set a default window size for file management preferences | raveit65 | 1 | -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-07 | Ui: expand list columns in file management preferences | raveit65 | 1 | -2/+2 | |
no need to have a scrollbar for a few entries | |||||
2015-04-07 | Fix g_bus_unwatch_name assertion | tarakbumba | 1 | -2/+6 | |
Guard the g_bus_unwatch_name() call to only run when we actually have set a watcher to the screensaver. | |||||
2015-04-07 | Fix for https://github.com/mate-desktop/caja/issues/398 | tarakbumba | 2 | -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-04-06 | Bump version to 1.10.0caja-1.10.0 | Stefano Karapetsas | 2 | -2/+2 | |
2015-04-04 | Sync translations with transifex | mate-i18n | 18 | -1475/+8993 | |
2015-03-19 | places-sidebar: fix crash | Monsta | 1 | -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-05 | GTK3: add missing style class view to FMIconContainer | raveit65 | 1 | -0/+4 | |
Closes https://github.com/mate-desktop/caja/pull/392 Closes https://github.com/mate-desktop/caja/issues/382 | |||||
2015-02-24 | Bump version to 1.9.90caja-1.9.90 | Stefano Karapetsas | 2 | -2/+2 | |
2015-02-24 | Sync translations with transifex | mate-i18n | 6 | -32/+32 | |
2015-01-21 | Disable desktop if we arent inside MATE | Stefano Karapetsas | 1 | -0/+4 | |
2015-01-20 | Sync translations with transifex | mate-i18n | 19 | -1435/+1444 | |
2015-01-13 | drop support for GTK+ < 2.12 | Monsta | 1 | -8/+0 | |
2015-01-13 | drop support for GLib < 2.36 | Monsta | 55 | -362/+46 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2015-01-13 | Bump version to 1.9.4caja-1.9.4 | Stefano Karapetsas | 2 | -2/+2 | |
2015-01-12 | show mate-user-guide help | Monsta | 1 | -12/+5 | |
2015-01-12 | use mate_gdk_spawn_command_line_on_screen like other MATE apps do | Monsta | 3 | -61/+15 | |
Closes https://github.com/mate-desktop/caja/pull/370 | |||||
2015-01-10 | audio-preview: Add support for GStreamer 1.0 | Balló György | 1 | -2/+8 | |
2015-01-10 | some optimizations in the access to lists | Monsta | 1 | -29/+10 | |
2015-01-10 | some NULL pointer checks | Monsta | 1 | -0/+4 | |
2015-01-07 | drop support for ancient versions of exempi and exif | Monsta | 2 | -33/+13 | |
2014-12-29 | Revert "dbus-manager: add a skeleton of NautilusDBusManager" | infirit | 4 | -188/+0 | |
This reverts commit 08bc0644ebc869ff1db320cc2bdfc4a471a6f9ac. | |||||
2014-12-29 | Revert "dbus-manager: implement the CopyURIs method" | infirit | 2 | -86/+17 | |
This reverts commit be39d4a5f6b03a142e21d3d0448ef0e779e7e173. | |||||
2014-12-29 | Revert "dbus-manager: add an EmptyTrash operation" | infirit | 1 | -18/+0 | |
This reverts commit 8116b5a43e11493d6e81a0a1e1ba67fa0d6289a4. | |||||
2014-12-29 | fixed: 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-16 | dbus-manager: add an EmptyTrash operation | infirit | 1 | -0/+18 | |
2014-12-16 | dbus-manager: implement the CopyURIs method | infirit | 2 | -17/+86 | |
2014-12-16 | dbus-manager: add a skeleton of NautilusDBusManager | infirit | 4 | -0/+188 | |
2014-12-15 | simplify configure.ac a bit due to libunique being mandatory now | Monsta | 1 | -16/+6 | |
2014-12-15 | autoconf: cleanup X11 and pango checks | infirit | 1 | -50/+8 | |
2014-12-10 | va_start should be paired with va_end | monsta | 1 | -0/+1 | |
2014-12-10 | zero-init all signals arrays | Monsta | 25 | -26/+26 | |
2014-12-10 | NULL-init a pointer for g_assert to work correctly | monsta | 1 | -1/+1 | |
2014-12-10 | properly zero-init a variable | monsta | 1 | -1/+1 | |
2014-12-10 | added checks for NULL pointer where it's needed | Monsta | 3 | -3/+3 | |