commit 5b6d156f57ad630646c2c3e779d094b98766d529 Author: Cosimo Cecchi Date: 2011-03-07 Release 2.91.91 M NEWS M configure.in commit 9465370aad15fe7b20923ad1009a5d3314edc621 Author: Cosimo Cecchi Date: 2011-03-07 places: use iters to cycle items in the sidebar M src/nautilus-places-sidebar.c commit ede178516796568e5d0b596cc720a3cb56dfaaf5 Author: Cosimo Cecchi Date: 2011-03-07 toolbar: set the primary-toolbar style class on the toolbar M src/nautilus-toolbar.c commit 896138b17cf6bb8be87bfac3394af641972a364b Author: Luca Ferretti Date: 2011-03-07 Fixed a typo M po/it.po commit 894fe97a070004ad3317fa59fa8cb20851c9ab81 Author: Changwoo Ryu Date: 2011-03-06 Updated Korean translation M po/ko.po commit 96e53868862fb43b54b8e3f5cf9258615bc26fad Author: Andrej Žnidaršič Date: 2011-03-05 Updated Slovenian translation M po/sl.po commit 7af7225fce4ede640cf9eca3a2e11115bf542ff7 Author: Nguyễn Thái Ngọc Duy Date: 2011-03-05 Updated Vietnamese translation M po/vi.po commit 0e20049361db4a0d8926e98702501392e98efdcd Author: Nguyễn Thái Ngọc Duy Date: 2011-03-05 po/vi.po: import from Damned Lies M po/vi.po commit 4359343f94d255929621fb4fa1f08b67ded4bf96 Author: Cosimo Cecchi Date: 2011-03-03 list-view: fix expand/fill visibility of the column editor dialog M src/nautilus-list-view.c commit ab4fb0cdee781120d35f041a2198f203da2678cd Author: Daniel Korostil Date: 2011-03-02 Uploaded Ukranian M po/uk.po commit 7035f1c2d444b066e079abc50a8664bccf69fe05 Author: Daniel Nylander Date: 2011-03-01 Updated Swedish translation M po/sv.po commit 2ed8c3b4c3ac88996b6bbd961f9bc3fee6c14789 Author: Daniel Korostil Date: 2011-03-01 Uploaded Ukranian M po/uk.po commit 9b4ce4d88d5bc8374d218534f5ee616fdd64ef79 Author: Daniel Korostil Date: 2011-02-28 Uploaded Ukranian M po/uk.po commit f84f6578c5068fe3216387240420f41b2d00db41 Author: Cosimo Cecchi Date: 2011-02-28 css: don't put toolbar style here It's in gnome-themes-standard until we found a more generic way of expressing it. M data/nautilus.css commit ba262758489a726afbfcbfe60f1f0c79f20d179a Author: Rudolfs Mazurs Date: 2011-02-27 Updated Latvian translation. M po/lv.po commit d12544d94d11cfe403f0a4f2f82b0ff569a623d6 Author: Gabor Kelemen Date: 2011-02-27 Updated Hungarian translation M po/hu.po commit 789d71e7edbc3f60668c305adb4da9bbdd94b4d6 Author: Stefano Teso Date: 2011-02-26 places-sidebar: skip section headers on keynav https://bugzilla.gnome.org/show_bug.cgi?id=643137 M src/nautilus-places-sidebar.c commit 089315b56f78113bd26d18bb40d0132b84954ebe Author: Stefano Teso Date: 2011-02-26 typeahead-find: make sure the search widget is on-screen when maximized https://bugzilla.gnome.org/show_bug.cgi?id=642953 M libnautilus-private/nautilus-icon-container.c commit a5d4e41129e00461426312cdffa392b59ac30118 Author: Stefano Teso Date: 2011-02-26 bookmarks: bookmarked saved searches should use the saved-search icon https://bugzilla.gnome.org/show_bug.cgi?id=643057 M libnautilus-private/nautilus-bookmark.c M libnautilus-private/nautilus-icon-names.h commit 02446f2cdb990fabebdefaed339227d6f52a495e Author: Cosimo Cecchi Date: 2011-02-25 icon-view: doesn't make sense to use g_timeout_add_seconds for preview https://bugzilla.gnome.org/show_bug.cgi?id=574033 M src/nautilus-icon-view.c commit 5e2edee2e8dc6b4eababdff993176d591cc2a6e6 Author: Cosimo Cecchi Date: 2011-02-25 list-view: make sure not to select the extension on rename Delay calling gtk_editable_select_region() until after gtk_tree_view_set_cursor() https://bugzilla.gnome.org/show_bug.cgi?id=627110 M src/nautilus-list-view.c commit a9515134c3bce4df1d1563340394b796ae40d183 Author: Stefano Teso Date: 2011-02-25 list-view: create folders in subdirectories when possible Don't always choose the tree root as parent when creating a new folder, but look at the current selection's directory. https://bugzilla.gnome.org/show_bug.cgi?id=330644 M src/nautilus-list-view.c M src/nautilus-view.c M src/nautilus-view.h commit 97b1ff2fa3b4d706969ab40d4bf17adad281e42f Author: Cosimo Cecchi Date: 2011-02-25 list-view: unfreeze updates on focus out It's not really right, as GtkTreeView should always emit editing-canceled on the right renderer for us, but if you click away from the entry, it doesn't, so this is just a workaround until the GTK+ bug is fixed. M src/nautilus-list-view.c commit 3645b11f392c649455472bc1b3a8c8f581c37c74 Author: Cosimo Cecchi Date: 2011-02-25 file: make sure not to pass g_utf8_collate() NULL strings M libnautilus-private/nautilus-file.c commit e939b36481815dbdf4053dba070f17d02a1efc38 Author: Cosimo Cecchi Date: 2011-02-25 desktop-file: remove obsolete x-directory/* mimetypes They got deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=612694 M data/nautilus.desktop.in.in commit 50ee32a1b46f0e0dea68b57c72070247bad9b7f7 Author: Cosimo Cecchi Date: 2011-02-25 window-slot: use the actual view as relative-widget Instead of special-casing the scrolled window in the overlay code, we directly set the actual view as relative-widget from the slot. M src/nautilus-window-slot.c commit 23aa30fec0da95b58a9336da58115a3a04a21eb4 Author: Cosimo Cecchi Date: 2011-02-25 overlay: sync with gedit upstream As one of my patches got rejected. M src/gedit-overlay.c commit a2093ba1340334fa2733aa3ba2c00e7d1cfb683e Author: Cosimo Cecchi Date: 2011-02-25 view: remove nautilus_view_get_widget() Having a function just to call a cast seems a bit weird... M src/nautilus-view.c M src/nautilus-view.h M src/nautilus-window-manage-views.c M src/nautilus-window-slot.c commit 2632e266fbc794de5e912ac1f37dfaa8f4ed0904 Author: Rodrigo Moya Date: 2011-02-25 Plug memory leak M libnautilus-private/nautilus-icon-info.c commit f45d398de73c1eee924e55aadba96254d8091932 Author: Rodrigo Moya Date: 2011-02-24 Guard against filename being NULL on nautilus_icon_info_lookup M libnautilus-private/nautilus-icon-info.c commit 6c9cfec6cca8fc51049eac6c7677516b5d241677 Author: Cosimo Cecchi Date: 2011-02-24 places-sidebar: use the widget type directly instead of defining a class M data/nautilus.css M src/nautilus-places-sidebar.c commit 5df17020848a51d1211451274ae6816562d53503 Author: Cosimo Cecchi Date: 2011-02-24 all: remove shadows from scrolled windows and add a bottom margin To better match the mockups M src/nautilus-places-sidebar.c M src/nautilus-view.c M src/nautilus-window.c commit c024477bd59761cfa683117dafe47cd08fda3f52 Author: Cosimo Cecchi Date: 2011-02-24 window-slot: adapt to overlay API changes M src/nautilus-window-slot.c commit 2aa5c4844b3f4fe6b26c72d74ccfc9352a11f3f4 Author: Cosimo Cecchi Date: 2011-02-24 overlay: sync with upstream, and add a case for scrolled windows M src/gedit-overlay-child.c M src/gedit-overlay.c M src/gedit-overlay.h commit b220d722a0748763ebe1370a49831c24d734f7f8 Author: Cosimo Cecchi Date: 2011-02-24 all: move the floating bar to NautilusWindowSlot M src/nautilus-floating-bar.h M src/nautilus-icon-view.c M src/nautilus-list-view.c M src/nautilus-view.c M src/nautilus-view.h M src/nautilus-window-manage-views.c M src/nautilus-window-slot.c M src/nautilus-window-slot.h commit d0706a08eefb73aa515cb445e57c0360637cce12 Author: Cosimo Cecchi Date: 2011-02-24 places-sidebar: don't activate 'Rename' shortcut for non-bookmarks M src/nautilus-places-sidebar.c commit d2c34101172415c63fe3c89e62ea1bf8bca15d9d Author: Cosimo Cecchi Date: 2011-02-24 editable-label: only clear the selection if we change to insensitive This is borrowed from GtkEntry, and should properly fix https://bugzilla.gnome.org/show_bug.cgi?id=642766 M eel/eel-editable-label.c commit 8d9cb34aec31955874b59d7d90ca4a57c6ddbcf4 Author: Kjartan Maraas Date: 2011-02-24 Updated Norwegian bokmål translation. M po/nb.po commit d6f2b28ea999a2d36d023c80dfd9fb4d7ffd83d6 Author: Aron Xu Date: 2011-02-24 Update Simplified Chinese translation. M po/zh_CN.po commit 18b496bc28a59987d161b5272244a808f5c06e2c Author: Cosimo Cecchi Date: 2011-02-23 places-sidebar: discard special dirs if they are assigned to the home https://bugzilla.gnome.org/show_bug.cgi?id=643121 M src/nautilus-places-sidebar.c commit 24e447ed71d986f8806dfcc75a7d2c32cb47dbd0 Author: Cosimo Cecchi Date: 2011-02-23 tree-sidebar: cope with being shown in separate windows Use the same strategy as in NautilusPlacesSidebar to decide where new window should be opened. M src/nautilus-tree-sidebar.c commit 187604bc871c9b09be29794713c5db211d075d48 Author: Cosimo Cecchi Date: 2011-02-23 window: make sure to disconnect the sidebar changed id signal When the window is finalized. M src/nautilus-window.c commit 5ae01f04d69f9e1d24cda75e9046aea4b4e96cd1 Author: Cosimo Cecchi Date: 2011-02-23 places-sidebar: respect middle-click for separate windows mode Make it consistent with the rest, i.e. close behind. This also fixes a crasher. M src/nautilus-places-sidebar.c commit 0e6d9d7da5e2deac33d14261fbe9a22bbc7de192 Author: Cosimo Cecchi Date: 2011-02-23 window-pane: don't open another window when toggling off the search When 'Open new windows in separate folders' is toggled. This is not yet complete, but fixes at least one case. M src/nautilus-window-pane.c commit 29e8f4564400640cc19e0fd7753ea8b2bac9d555 Author: Cosimo Cecchi Date: 2011-02-23 properties-window: add a border around the notebook This makes it visually consistent with other nautilus notebooks, and with e.g. the GNOME3 control-center. M src/nautilus-properties-window.c commit 4b6ba5bbccb934b9c595003ea1218913dd33d0c9 Author: Cosimo Cecchi Date: 2011-02-23 view: disconnect the statusbar visibility signal handler on finalize M src/nautilus-view.c commit b6c86952f816dc698fed3ebb91231cc9e1ea5745 Author: Matej Urbančič Date: 2011-02-23 Updated Slovenian translation M po/sl.po commit 75b7885bcd6e77bf16f7fa9d6bee44ac0c53ce94 Author: Matej Urbančič Date: 2011-02-23 Updated Slovenian translation M po/sl.po commit 20be3147adefe2a8e2f7d03ccebe791f09fd5060 Author: Matej Urbančič Date: 2011-02-23 Updated Slovenian translation M po/sl.po commit 3f9cc6132af4fb06b7b1467e9544c8853843183c Author: Alexander Shopov Date: 2011-02-23 Updated Bulgarian translation M po/bg.po commit 415aef2af3e8a7491ee0605f5082a696640680f8 Author: Cosimo Cecchi Date: 2011-02-22 dbus-manager: install a DBus service file M data/Makefile.am A data/org.gnome.Nautilus.service.in commit b76e3c666d1da08cc70bd09a293c2ed319861bcd Author: Cosimo Cecchi Date: 2011-02-22 dbus-manager: hold the GApplication for 5 seconds upon startup This is needed so that nautilus can be started as a DBus service with --no-default-window and be able to handle incoming method calls without quitting before receiving them. M libnautilus-private/nautilus-dbus-manager.c M libnautilus-private/nautilus-dbus-manager.h M src/nautilus-application.c