Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
[GTK+3] eel: fix bad positioning of rename window in certain cases
|
|
adapted from https://github.com/linuxmint/nemo/commit/d5377cfd53034b6ab5588376322126f48782ec59
(thanks to @mtwebster and nautilus developer who did the original commit)
fixes https://github.com/mate-desktop/caja/issues/376
|
|
GTK3: editable-label : only clear the selection if we change to insensitive
|
|
places-sidebar: enable both creating bookmarks and dropping files
|
|
- 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
|
|
|
|
this fixes non selected text if renaming a file
taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=d2c3410
|
|
this should be corrected when m-u-g will be complete
(e.g. will contain help for all these dialogs)
|
|
|
|
|
|
|
|
Revert "places-sidebar: allow dropping of files to bookmarks"
|
|
This reverts commit 910b9141ac634a86d8f53fda534e33787a160efb.
|
|
Fix automount on locked screen
|
|
GTK3: set top and bottom margin of statusbar to zero
|
|
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.
|
|
U fixes for file management preferences
|
|
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.
|
|
no need to have a scrollbar for a few entries
|
|
Guard the g_bus_unwatch_name() call to only run when we
actually have set a watcher to the screensaver.
|
|
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
|
|
|
|
|
|
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
|
|
Closes https://github.com/mate-desktop/caja/pull/392
Closes https://github.com/mate-desktop/caja/issues/382
|
|
|
|
|
|
|
|
|
|
|
|
Closes https://github.com/mate-desktop/caja/pull/372
|
|
|
|
|
|
Closes https://github.com/mate-desktop/caja/pull/370
|
|
|
|
|
|
|
|
|
|
This reverts commit 08bc0644ebc869ff1db320cc2bdfc4a471a6f9ac.
|
|
This reverts commit be39d4a5f6b03a142e21d3d0448ef0e779e7e173.
|
|
This reverts commit 8116b5a43e11493d6e81a0a1e1ba67fa0d6289a4.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|