Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
|
|
|
|
|
|
|
|
|
|
|
|
GTK3: reduce size of autorun-dialog
|
|
|
|
fixes https://github.com/mate-desktop/caja/issues/361
|
|
|
|
window. It's confusing to users (the last closed window is irrelevant within one session with multiple windows open) and it can lead to really bad issues which users consider bugs (why is my first window behaving differently than other windows? why is my first window appearing in the corner of my screen? why when I open caja for the first time my window doesn't appear on the monitor my mouse presently is? etc..)
|
|
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
|
|
|
|
|
|
Since now gvfs support it.
Patch by: Carl-Anton Ingmarsson <[email protected]>
nautilus comnmit: 5f018ca8b978a9e488560aeeb8db5febb7259d13
nautilus bug: https://bugzilla.gnome.org/show_bug.cgi?id=674497
|
|
|
|
fixes https://github.com/mate-desktop/caja/issues/452
from https://github.com/GNOME/nautilus/commit/9eee9ff6ca3e93d5d363725282d8ba393a1e6d01
|
|
|
|
Notes and Image Properties tabs went missing after https://github.com/mate-desktop/caja/commit/451eef9b275ce006b270a3569d96e531e24dd15a
fixes https://github.com/mate-desktop/caja/issues/433
|
|
- first, we must not free the list of extensions at this point
- second, the call did nothing as the argument is NULL after
exiting the for loop
|
|
|
|
|
|
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)
|
|
|
|
icon-container: reset the double click counter after a double click
|
|
This reverts commit d01fbc6c9921253bb023d3e40bd763f4a931e840.
|
|
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5.
|
|
Use g_malloc instead of malloc to be safe
|
|
|
|
compact view: don't auto-scroll to the right on long filenames
|
|
however, now it will auto-scroll to the left if you manually
scroll to the right and then click on any filename. I presume
this behavior is more desired than the previous one. if it's
not so, let me know (in the comments).
adapted from
https://github.com/linuxmint/nemo/commit/72c2214c82637ab622438d46c28e67289a49d472
(thanks to @glebihan)
fixes https://github.com/mate-desktop/caja/issues/406
|
|
|
|
|
|
If we don't do this, we ignore any other double click event that happen
during the next 'gtk-double-click-time' interval after the first double
click.
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=a8539a6
|
|
[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.
|