commit d7ba2d1f2442effaea493f74b5055c57ec6965b4 Author: Alexander Larsson Date: 2009-11-30 Update NEWS for release M NEWS commit 54a7ffeda3e35b13ba61f285af58afd220a11a47 Author: Alexander Larsson Date: 2009-11-25 Avoid deprecated gtk_button_pressed/released We replace these with direct use of deprecated signals, which is not ideal either. However, it makes us not reference depcrecated symbols and makes it works. I don't know how else to solve this. (cherry picked from commit 6ff1e3881e070a0a235208cc10dfdc53e8faa0aa) M src/nautilus-navigation-action.c M src/nautilus-window-menus.c commit 63a1079819293d371c09afd89324e8a9d376fa57 Author: Alexander Larsson Date: 2009-11-27 Don't free uninitilized errors test_dir_is_parent doesn't set error, so no need to free it. (cherry picked from commit 72e1296847061336059a089b0367c86f00e5f08f) M libnautilus-private/nautilus-file-operations.c commit 5cea9b09ea46a8ee6a20458150bd1e6556e05089 Author: Alexander Larsson Date: 2009-11-26 Ensure show-hidden-files UI is uptodate When we read the per-location show-hidden-files setting, also update the UI. Fixes bug #568089. (cherry picked from commit 5b1159927b98b569fcb22f05986a140a7c42ba0a) M src/nautilus-window-manage-views.c commit f67f8b4bc800d0096f26443fcd815675466e2b7f Author: Alexander Larsson Date: 2009-11-19 Ensure ABS calls work on difference of unsigned values guint64 - guint64 is of type guint64, so ABS doesn't work on it. Cast to gint64 to make sure this works. (cherry picked from commit 1f8f54f4777343dda87043e444a24c3f86e90439) M libnautilus-private/nautilus-file-operations.c commit d5be5ed688bfeb7a8514c2ae3659921f79cdd0eb Author: Cosimo Cecchi Date: 2009-11-02 Don't get drag data in list mode if we don't support the target. This fixes bug #600183. (cherry picked from commit 6613262f4e6d40d153299d7fd4726210268a2a53) M libnautilus-private/nautilus-tree-view-drag-dest.c commit d464b11f167a0125a17ba2555ceec99880a848fb Author: Cosimo Cecchi Date: 2009-11-02 Emit the selection-changed signal when inverting. Do emit the selection-changed signal in NautilusIconContainer when we invert the selection, so that the views can update the UI items accordingly (#600308). (cherry picked from commit 71e7b576751c1192fe0c05529619f4c0aba674c0) M libnautilus-private/nautilus-icon-container.c commit 4a1608718210abce0df914a576c8ea8d8f8c568e Author: Nils-Christoph Fiedler Date: 2009-11-25 Updated LowGerman translation M po/nds.po commit 312b2f4187a63b799d1861c512d79bd4aa62a02e Author: Pierre Wieser Date: 2009-11-25 Allow absolute pathnames for plugin menu/toolbar item icons. (cherry picked from commit 6161343d9d3eaa4fa044613085c00415852f8b55) M libnautilus-private/nautilus-ui-utilities.c M src/file-manager/fm-directory-view.c commit e60d5e25b010f58f34231b160c90592a13b9efe8 Author: Pierre Wieser Date: 2009-11-25 Add nautilus_icon_info_lookup_from_path() (cherry picked from commit 36d83807cc0744e131e3532714849a7d1bbbf65d) M libnautilus-private/nautilus-icon-info.c M libnautilus-private/nautilus-icon-info.h commit c45bb3bdc577fd845eaec7a15171946e2331ce38 Author: Nils-Christoph Fiedler Date: 2009-11-22 Updated Low German translation M po/nds.po commit 3329b72f868c2f020aeb9e4f86276cda09ff835a Author: Tomas Bzatek Date: 2009-11-10 Unfreeze updates in directory list view after rename cancellation We successfully cancelled rename operation but the directory view was left in frozen state, containing pseudo items with NULL elements. Fixes bug 590591. (cherry picked from commit 3ee90909fa92feaf3df0964eed2b95c5d968ba98) M src/file-manager/fm-list-view.c commit 908328c77207b47ac4a43af09422d641b0240331 Author: Alexander Larsson Date: 2009-11-17 Correctly update the request counters The request counters weren't updated by nautilus_directory_add_file_monitors and nautilus_directory_remove_file_monitors. This can cause a number of weird problems, including those described in bug #598931. This checkin fixes this, and fixes bug #598931. (cherry picked from commit e487552287e5970dbbb39199b55026f2788bb42b) M libnautilus-private/nautilus-directory-async.c commit 52af508eb86c7e32aca06f68a3e3d2f588d56b04 Author: Aron Xu Date: 2009-11-14 Updated Simplified Chinese translation. M po/zh_CN.po commit 97351c7c5cf7365a36e0f493a06bff81e6c8ddae Author: Alexander Shopov Date: 2009-11-13 Updated Bulgarian translation M po/bg.po commit f6695d8d9c48055f5d93e2830a730f7b6d36e772 Author: Gintautas Miliauskas Date: 2009-10-30 Updated Lithuanian translation. M po/lt.po commit dc2a0f9f41834da73e24cffc4c95d80c1e1f7ce8 Author: Gintautas Miliauskas Date: 2009-10-25 Updated Lithuanian translation. M po/lt.po commit 233e80d629ffadc5fcadab21fca8681c7bb6f0d0 Author: Nils-Christoph Fiedler Date: 2009-10-22 Added Low German translation M po/LINGUAS A po/nds.po commit 179e403ede67ac141281eec70abc0956929a2556 Author: Tomas Bzatek Date: 2009-10-20 Handle failed connection to tracker daemon 0.7 series Also, consolidate string memory management, to be consistent and clear on a first sight. Related to changes in bug 596082. M libnautilus-private/nautilus-search-engine-tracker.c commit c8646c58152a94d234aaa1bdf25df6d1b3611341 Author: Alexander Larsson Date: 2009-10-20 Post release version bump M configure.in