diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-12 21:53:11 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-12 21:53:11 +0000 |
commit | 18e385e43333886976040492b5143d3cab6ff4b1 (patch) | |
tree | 7b3142cab493b22fe0a510edfce7fd89390658f8 /sysutils/nautilus/patches | |
parent | 6282fffe6550a95b9cd9c5803b5cca1d36f72510 (diff) | |
download | pkgsrc-18e385e43333886976040492b5143d3cab6ff4b1.tar.gz |
Update to 2.12.1:
Major changes in 2.12.1 are:
* Pass all selected files to menu extensions, not only one per mimetype
* Use much fewer file monitors
* Fix text size on startup with non-standard default zoom size
* Some fixes to trash handling and unmount
* Fix some desktop icon positioning details
* Copy thumbnails when copying files
* Autofill connect to server dialog when possible
* Always show deep counts in properties page
* Fix leaks and crashes
* Correctly escape filenames for display in progress dialog
Major changes in 2.12.0 are:
* Fix icon layout in text-beside-icons mode in some cases
* Fix template creation on volumes other than the same as /tmp
* Expand file uris correctly on desktop when passing to scripts
* Workaround crash on audio preview in burn:
* Fix handling of global show hidden files preference
* Fix crash caused by earlier memleak fix
* Don't redraw windows/desktop on focus in/out
Major changes in 2.11.92 are:
* Enable emblem dropping to the list view
* Disallow deleting special locations from the location button popup
* Don't show "Open Folder" as application option in context menus
* Disallow custom icons for the trash
* Cleanups & Leak fixed
Major changes in 2.11.91 are:
* Don't allow renaming of the desktop folder
* Make moves within burn:// possible
* Fixes to property browser drag and drop code
* Add Explorer-style keybindings
* Add timestamps to metafiles
* Make ESC switch back to the pathbar
* Use saner check for mime mismatching
* Make progress dialog minimizable
* UI fixes
Major changes in 2.11.90 are:
* Handle dnd more efficently
* Use file-manager icon for browser windows
* Use hover underline and cursor for single click mode
* Make labels selectable in the sidebar
* Improve sound preview process handling
* UI fixes to path- and sidebar
Major changes in 2.11.4 are:
* Allow dnd of text on view to create a new file
* show hostname in progress dialogs
* use pathbar in location toolbar
* busy curson when loading folder in browser mode too
Major changes in 2.11.3 are:
* Turn the list view into a tree
* No dnd drop rect on the desktop
* Use gtk bookmars as bookmark source
* Add bookmarks to spatial mode
* New places sidebar
* better sort order for filenames with numbers in them
(needs glib 2.7.x)
* Better handling of font sizes wrt zoom in icon view
* Fix leaks
Major changes in 2.11.2 are:
* Fix sort order for size/count/time
* ctrl+scrollwheel changes zoom, ctrl-= zooms in
* better handling of cut and paste in notes text view
* Add smb domain field in connect to server dialog
* nicer handling of drops from mozilla
* no properties menu item for desktop context menu
* shift-f2 renames with the whole name initially selected
* sort by emblem only looks at user-set emblems
* scroll to icon when selected and partially visible
Major changes in 2.11.1 are:
* Use authentication in external connect to server app
* UI polish
* Allow DnD of location button icon.
* Context menus on location button and location label in browser
* Fix memory leaks
* Fix crashes
* Speed up delete in list view
* Fix rename in list view breaking when there was a file change
* Removed "new terminal" from desktop context menu
If you want this, install the nautilus-open-terminal extension,
its much better than this feature ever was.
* Don't thumbnail files constantly if they're changing
* Fixed a loop that could happen on remote locations when removing
a directory.
* Add properties of the current folder menu item to background
context menu
* Use --no-desktop in default folder handler to avoid taking over
the desktop if you don't run gnome.
Diffstat (limited to 'sysutils/nautilus/patches')
-rw-r--r-- | sysutils/nautilus/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/nautilus/patches/patch-aa b/sysutils/nautilus/patches/patch-aa new file mode 100644 index 00000000000..6b0dafb6954 --- /dev/null +++ b/sysutils/nautilus/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2005/10/12 21:53:11 jmmv Exp $ + +--- libnautilus-private/nautilus-file-operations.c.orig 2005-09-26 17:30:05.000000000 +0200 ++++ libnautilus-private/nautilus-file-operations.c +@@ -25,6 +25,7 @@ + */ + + #include <config.h> ++#include <locale.h> + #include <string.h> + #include <stdio.h> + #include "nautilus-file-operations.h" |