commit 0d0be082bfff2279dce746939e240025ef31c613 Author: Cosimo Cecchi Date: 2011-04-25 release: prepare for 3.0.1 M NEWS M configure.in commit 763b663eb2e2e6735535bf7ca080b44240e5496c Author: Stefano Teso Date: 2011-04-25 places-sidebar: fix opening of selected items by pressing Enter Don't use get_cursor() to open the current item in the sidebar, and use the tree selection instead, as we modify the selection manually when evaluating up/down keypresses. https://bugzilla.gnome.org/show_bug.cgi?id=648555 M src/nautilus-places-sidebar.c commit e6e408d6cfb104a940a6751fc2a96a2cd0e5c427 Author: Cosimo Cecchi Date: 2011-04-25 icon-container: don't chain up style-updated for the desktop container Chaining up resets the background to the default color, which is not what we want for the desktop container. https://bugzilla.gnome.org/show_bug.cgi?id=648137 M libnautilus-private/nautilus-icon-container.c commit 467d542d50db8e852b2a3d988ba95005e0620cf0 Author: Cosimo Cecchi Date: 2011-04-12 places-sidebar: make sure the eject icon is rendered 16x16 https://bugzilla.gnome.org/show_bug.cgi?id=647570 M src/nautilus-places-sidebar.c commit 6163c788418f95879a3c2e729d0e59871cb3d447 Author: Cosimo Cecchi Date: 2011-04-07 icon-container: clear the drag state before popping up context menu Otherwise, a fake drag state will leak into the next motion-notify event when the menu has been dismissed, causing a segfault. https://bugzilla.gnome.org/show_bug.cgi?id=550253 M libnautilus-private/nautilus-icon-container.c commit 404cc22e79a84254b325d7a582f472ecc5881955 Author: Cosimo Cecchi Date: 2011-04-07 search-bar: set redraw_on_allocate(), like GtkInfoBar does This fixes artifacts while resizing. A similar patch was committed to GtkInfoBar in https://bugzilla.gnome.org/show_bug.cgi?id=587716. https://bugzilla.gnome.org/show_bug.cgi?id=647013 M src/nautilus-search-bar.c commit fcefdd38f1e790a2feddfcf58e026eb357ca2470 Author: Paul Seidler Date: 2011-04-07 libnotify: need at least 0.7.0 https://bugzilla.gnome.org/show_bug.cgi?id=647088 M configure.in commit 770593db732a44c51d8c1dca6fc1e5dd9d7463f2 Author: Cosimo Cecchi Date: 2011-04-07 icon-container: reset the double click counter after a double click 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. Thanks to Tanyel A. Nimeu for the initial patch. https://bugzilla.gnome.org/show_bug.cgi?id=647062 M libnautilus-private/nautilus-icon-container.c commit b037acded25fb8b5574c0bd5ad0485486e288f19 Author: Cosimo Cecchi Date: 2011-04-07 preferences: use g_settings_bind_with_mapping() for radiobuttons This also fixes radiobuttons preferences not being applied when opening the properties dialog. https://bugzilla.gnome.org/show_bug.cgi?id=644478 M src/nautilus-file-management-properties.c commit 489958e46ae9b408505bbc617f4a96073c9005c5 Author: Cosimo Cecchi Date: 2011-04-07 conflict-dialog: make the rename entry expand the whole width M libnautilus-private/nautilus-file-conflict-dialog.c commit 5aa31e8f1ec8872fd8e56470ef465633b2f1d9e6 Author: Cosimo Cecchi Date: 2011-04-07 conflict-dialog: don't force a size request on the labels This is not required anymore in GTK+ 3 M libnautilus-private/nautilus-file-conflict-dialog.c commit 45358f47f00b1761458bc4f0a3d4a204183c6aee Author: Cosimo Cecchi Date: 2011-04-07 conflict-dialog: don't forget to show the primary label Reported in https://bugzilla.redhat.com/show_bug.cgi?id=693922 M libnautilus-private/nautilus-file-conflict-dialog.c commit 0425dc50e98150a2152f63902bd7ba09dc2b5394 Author: Cosimo Cecchi Date: 2011-04-06 pathbar: use a NautilusFile instead of a GFile as a drag target The NautilusFile tracks changes in the file name, so it solves the bug reported in https://bugzilla.gnome.org/show_bug.cgi?id=581748 M src/nautilus-pathbar.c M src/nautilus-window-slot-dnd.c M src/nautilus-window-slot-dnd.h commit 4fd541cfee6d0c3e8b2cc022684d37b490c3324f Author: Cosimo Cecchi Date: 2011-04-06 window: don't avoid same-uri reloads for the desktop Otherwise it will not reload when toggling desktop-is-home-dir. M src/nautilus-window-manage-views.c commit cf88359e8797ca21c092628c578b0b6e7022994f Author: Cosimo Cecchi Date: 2011-04-06 desktop-window: always reset is_loaded when setting the real directory M src/nautilus-desktop-window.c commit 8b905a4868e758bfe92d0dd47bec6f2b5786556c Author: Cosimo Cecchi Date: 2011-04-06 desktop-window: disconnect the gsettings handler on dispose M src/nautilus-desktop-window.c commit 2b0237af94c0f83e2ee881ada5a4f3499ac4cd7e Author: Cosimo Cecchi Date: 2011-04-06 icon-container: don't setup the regular background on the desktop M libnautilus-private/nautilus-icon-container.c commit 4fb7ea90f7bc4274a8fc2e16d14ec43226cf1344 Author: Cosimo Cecchi Date: 2011-04-06 places-sidebar: always add Home as a built-in place M src/nautilus-places-sidebar.c commit 35d88e06b63e438db2fb752e8cf87bcd88870351 Author: Cosimo Cecchi Date: 2011-04-06 places-sidebar: fix a typo in the GSettings key we listen to M src/nautilus-places-sidebar.c commit f057cba521801198203426aba7fd63d4104152b3 Author: Marvin Schmidt Date: 2011-04-05 configure: Fix libexif check https://bugzilla.gnome.org/show_bug.cgi?id=646849 M configure.in commit b7320a521865ffe7b45b955285fc5c47aa14f546 Author: Cosimo Cecchi Date: 2011-04-04 icon-container: rework the colors used for additional text labels We now use the insensitive color for the normal state, and make them follow the filename color for selected states. This also fixes https://bugzilla.gnome.org/show_bug.cgi?id=319982, tested with the HighContrast theme. M data/nautilus.css M libnautilus-private/nautilus-icon-container.c commit 54bd80fe015091a877b910ef78a47f05bbc1227f Author: Cosimo Cecchi Date: 2011-04-03 application: don't redirect windows on computer:// when unmounting It's confusing now that we don't have a desktop. Redirect to the user home instead. This also has the side effect of fixing https://bugzilla.gnome.org/show_bug.cgi?id=615963 M src/nautilus-application.c commit e10ab3116e9fb8ea9cc36b934a4a96ea55fb6bfb Author: Cosimo Cecchi Date: 2011-03-31 places-sidebar: don't return TRUE in button-release when we eject Otherwise the GtkTreeView default handler won't run cleaning up what it set up in button-press-event and the next motion-event will trigger the DnD to begin. https://bugzilla.gnome.org/show_bug.cgi?id=646302 M src/nautilus-places-sidebar.c commit c17ac0277f9816c8e9b38bae5ada916d78d58b5d Author: Cosimo Cecchi Date: 2011-03-31 icon-canvas-item: make sure to reset the default cursor ond destruction We might be destroyed while hovering while in single-click mode, so make sure the default cursor is always cleared when finalizing, if we didn't get a leave event. https://bugzilla.gnome.org/show_bug.cgi?id=315023 M libnautilus-private/nautilus-icon-canvas-item.c commit 97340f38a53a3d893d01ec9ade1786bf46124406 Author: Jiro Matsuzawa Date: 2011-04-25 Updated Japanese translation M po/ja.po commit 11a88f88cb771e4a298ac964ff939c79d2527cab Author: Arash Mousavi Date: 2011-04-23 Updated Persian translation M po/fa.po commit 70ca097f57e4485e9e37cf56f616429eb35967a0 Author: Gabor Kelemen Date: 2011-04-21 Updated Hungarian translation M po/hu.po commit 10798b19af72fa8315e67a2f0495a34a66e2da58 Author: Bruce Cowan Date: 2011-04-20 Updated British English translation M po/en_GB.po commit bad4c39a5c77454104f6fc97127edc2b46e320f6 Author: YunQiang Su Date: 2011-04-17 fix a mistake of Chinese(Simplified) translation M po/zh_CN.po commit 58de6d04d2dfade0c4f5f1855b14243d9a99cdb5 Author: Nguyễn Thái Ngọc Duy Date: 2011-04-14 Updated Vietnamese translation M po/vi.po commit 7438efe71e62025fd735a9c7555bc9b747f71dcd Author: Daniel Mustieles Date: 2011-04-11 Updated Spanish translation M po/es.po commit e908c2f010735cd55d3a9209ebfafe06c1432769 Author: Daniel Mustieles Date: 2011-04-11 Updated Spanish translation M po/es.po commit 2d118af5f7c6d24dcb38060f92cc7571f1f19c6f Author: Åsmund Skjæveland Date: 2011-04-11 Updated Norwegian Nynorsk translation M po/nn.po commit 8d3dfcee1252b6b54b8e04cd282c56f6a310d329 Author: Åsmund Skjæveland Date: 2011-04-11 Updated Norwegian Nynorsk translation M po/nn.po commit 81214a3095cc999a968814d026383b4c6faad4f1 Author: Alexander Shopov Date: 2011-04-10 Updated Bulgarian translation M po/bg.po commit 4f5c89cd5be19010e2c71f117ca8b0a9f359c64c Author: Alexander Shopov Date: 2011-04-10 Updated Bulgarian translation M po/bg.po commit c4bcc41d740920cb61bd766998e83276f6d988d6 Author: Yaron Shahrabani Date: 2011-04-09 Update Hebrew translation. M po/he.po commit e0bf874d1dd9d0429c0465af60818181557ecd3f Author: Fran Diéguez Date: 2011-04-07 Updated Galician translations M po/gl.po commit e4dec5a68a6d84f53115bb34a4c1b99ef4416ee2 Author: Wouter Bolsterlee Date: 2011-04-06 Updated Dutch translation by Wouter Bolsterlee M po/nl.po commit 677b58e75d10f74c98f6ba41060dac37a5086f99 Author: Changwoo Ryu Date: 2011-04-07 Updated Korean translation M po/ko.po commit eea5c69c5fe80fb53a68c1c65cfa0f5db8ef048e Author: Matej Urbančič Date: 2011-04-06 Updated Slovenian translation M po/sl.po commit 8027bfe1a681529784b940d2eb907e555956d430 Author: Rodrigo Padula de Oliveira Date: 2011-04-05 Updated Brazilian Portuguese translation M po/pt_BR.po commit 16a99fdfcf5633ba7ea851e11b021b2e7d186783 Author: Bruno Brouard Date: 2011-04-05 Updated French translation M po/fr.po commit 3ff3a7ccb98703e98896e5ea1b78477d76ad2930 Author: Daniel Nylander Date: 2011-04-05 Updated Swedish translation M po/sv.po commit fd6ccdb23b6f1e4eb781803efd475e54ca64f579 Author: Chao-Hsiung Liao Date: 2011-04-05 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit 6b7c6a0ef27c862f15fb9cfa4961b9b1601abd25 Author: Jordi Serratosa Date: 2011-04-04 [l10n]Fixes on Catalan translation M po/ca.po commit c8230f8595c214b63093ee0073babaef7d0c21bf Author: Joan Duran Date: 2011-04-04 [l10n]Updated Catalan translation M po/ca.po commit 73174dbd687b91fbe55b23a4f77470022a0e90bb Author: Jamil Ahmed Date: 2011-04-05 Updated Bengali translation M po/bn.po commit 0aceb4701e4af2ef385b2b88a97c22701d52252c Author: Daniel Mustieles Date: 2011-04-04 Updated Spanish translation M po/es.po commit 5c512567c884a65e92e5542151f93d9ba10681ba Author: Daniel Korostil Date: 2011-04-04 Uploaded Ukranian M po/uk.po commit b9d73b5b6d93f50bd46a990391bdc0e4dda2e993 Author: Daniel Mustieles Date: 2011-04-04 Updated Spanish translation M po/es.po commit 7c3ba0e86f5b6ba4859457c1fd57f6f443601cab Author: Yuri Myasoedov Date: 2011-04-04 Updated Russian translation M po/ru.po commit 60ecc80a6057ebb5605f1ef1eb51e6cf8785a1e1 Author: Piotr Drąg Date: 2011-04-04 Updated Polish translation M po/pl.po commit 2641de616d77df714d743a58a52228a6632a1df1 Author: Wolfgang Stöggl Date: 2011-04-04 [l10n] Updated German translation M po/de.po commit 635d472128e9687daa3b466f43765ee116921712 Author: Lukas Lommer Date: 2011-04-04 Updated Czech translation M po/cs.po