commit 25997eafdb95525a6ed526c6e6b929e44f4160f0 Author: Cosimo Cecchi Date: 2011-05-24 release: prepare for 3.0.2 M NEWS M configure.in commit ef555cd9a142cc0e6c4dbd99aa37124f1c8f7578 Author: Cosimo Cecchi Date: 2011-05-24 autostart: add an autostart desktop file It will autostart nautilus automatically based on the GSettings key org.gnome.desktop.background show-desktop-icons. https://bugzilla.gnome.org/show_bug.cgi?id=647267 M data/Makefile.am A data/nautilus-autostart.desktop.in commit 9f0719b5c16611ca4948be92b2c3d48f28f408fb Author: Nguyễn Thái Ngọc Duy Date: 2011-05-24 po/vi.po: updated UI to match nautilus-preview.page M po/vi.po commit af2e892e7b6dd71f9d1c2a12cdfa510585b6b31b Author: Nguyễn Thái Ngọc Duy Date: 2011-05-24 po/vi.po: fix up UI to match nautilus-views.page M po/vi.po commit 6a66bc78de706b3e39ac0eb3202bf585c7a4e9c7 Author: Alexander Larsson Date: 2011-05-04 Remove old special-cased "select source folder" We now do this generically, so no need to special case it in the "go up" case. M src/nautilus-window-slot.c commit 2b006f84a06633778e11755e579fafcecbb1b36b Author: Alexander Larsson Date: 2011-05-04 Always select the folder you "came from" when navigating upwards We used to special case this for the up button, but that now only exists as a keyboard shortcut. This more generic approach gets the same feature also for pathbar navigation and back/forward history navigation. M src/nautilus-window-manage-views.c commit 9248fa98bd873d8da1a6d30850f50fef20239fa3 Author: Alexander Larsson Date: 2011-05-04 Really open in new window on the pathbar contect menu item Turns out that we didn't pass the NEW_WINDOW flag in the handler for the LocationOpenAlternate action. This is used when right-clicking on the location label or the pathbar. M src/nautilus-view.c commit c5ba911c93ed6bf10076ed2085122fa20983fb07 Author: Alexander Larsson Date: 2011-05-03 icon-view: Only resort during relayout if necessary We don't need to resort unless e.g. a file changed or was added. Additionally, for weird reason this makes the keyboard focus handling work when deleting a file (file after deleted gets focus). This was broken due to a relayout happening due to a size_allocate due to a style set due to a focus change when going to/from the "are you sure" dialog. M libnautilus-private/nautilus-icon-container.c M libnautilus-private/nautilus-icon-private.h commit b3a9bab703c13917af42fd53d42526c78a4702d1 Author: Cosimo Cecchi Date: 2011-05-23 window: reverse the order of key-press event processing Usually the default GtkWindow handler for key-press events processes them in the following order: - calls gtk_window_activate_key() to process mnemonics/accelerators for the toplevel window - calls gtk_window_propagate_key_event() to propagate the events to the focus widget - chains up to parent if both fail We want gtk_window_propagate_key_event() to be called before gtk_window_activate_key(), as when we're focusing an editable widget (e.g. renaming a file), we want all keybindings to apply to that, e.g. Delete, Ctrl+Delete (or Ctrl+W if we're e.g. using an emacs-mode GTK+ binding set). This interferes a bit with the type-ahead search windows that NautilusIconContainer and GtkTreeView pop up; we can control the former, but not the latter, so we need a bit of a hack in NautilusListView to prevent the search window to steal the pasted URI, and still not handle the event. https://bugzilla.gnome.org/show_bug.cgi?id=314431 M libnautilus-private/nautilus-icon-container.c M src/nautilus-list-view.c M src/nautilus-window.c commit a9e6a584f3948421253a980a4bb872f0d646ce04 Author: Cosimo Cecchi Date: 2011-05-23 query-editor: add a border around the query editor widgets https://bugzilla.gnome.org/show_bug.cgi?id=647737 M src/nautilus-query-editor.c commit 25badb9e28ef372f5d4febefd6b2409c6e21670c Author: Stefano Teso Date: 2011-05-23 connect-server: strip the scheme if it matches the chosen method If e.g. ftp://ftp.example.com is specified as an address, and the FTP method is chosen, we should strip "ftp://" automatically from the address before connecting. https://bugzilla.gnome.org/show_bug.cgi?id=643608 M src/nautilus-connect-server-dialog.c commit 2513d69fa7258c044d48547ce042b8aaa9053c1f Author: Cosimo Cecchi Date: 2011-04-08 window: treat regular files as selection when opening a location This allows to call `nautilus uri:///path/to/file` from the command line to open uri:///path/to with file pre-selected. https://bugzilla.gnome.org/show_bug.cgi?id=632427 M src/nautilus-window-manage-views.c commit 9b61f6d3da753f644cc81917159595f79df4fde3 Author: Cosimo Cecchi Date: 2011-05-02 application: don't look at DESKTOP_AUTOSTART_ID anymore Now that we don't support being a session component anymore, it doesn't make sense to special case the session autostart. This also breaks opening new windows when nautilus is added to ~/.config/autostart, which is now the supported way of having desktop icons automatically, as we end up reading the env variable every time when parsing the command line (as the original process will always have that set) and refuse to show a window. https://bugzilla.gnome.org/show_bug.cgi?id=649063 M src/nautilus-application.c commit daa04aa90dac19514f346239df73254d41fa6ba8 Author: Abduxukur Abdurixit Date: 2011-05-02 Added UG translation M po/ug.po