commit 6fecf4844d5ae749c83a943af950ee594fc2e73d Author: Cosimo Cecchi Date: 2012-02-20 file: add a default empty implementation of set_metadata methods Otherwise we will segfault for subclasses of NautilusFile that don't override the method. https://bugzilla.gnome.org/show_bug.cgi?id=669735 https://bugzilla.gnome.org/show_bug.cgi?id=669711 M libnautilus-private/nautilus-file.c commit 9fda64f91fdbd470e8a84991427dd1e9cb0b8ebf Author: Ihar Hrachyshka Date: 2012-02-20 Updated Belarusian translation. M po/be.po commit 67c5ba88c073c0a6620f22d7223d2bd3b450f499 Author: Ihar Hrachyshka Date: 2012-02-20 Updated Belarusian translation. M po/be.po commit f6f651bff8f5961ea4577c7aaa81ada8263a74da Author: Kjartan Maraas Date: 2012-02-20 Updated Norwegian bokmål translation M po/nb.po commit 448c7991f3c2fb7c2434cd7a2dab8dfae399f609 Author: Adam Matoušek Date: 2012-02-20 Updated Czech translation M po/cs.po commit c3f5c2afdd1f740576029544d21e732759e54ba0 Author: Daniel Nylander Date: 2012-02-19 Updated Swedish translation M po/sv.po commit 720b994d93d62f346e0cde181bdfc1817916f13c Author: Yaron Shahrabani Date: 2012-02-18 Updated Hebrew translation. M po/he.po commit 0d4de6246689ab67b40dad1d206114915589d18f Author: Chao-Hsiung Liao Date: 2012-02-18 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit ea10e1a45f11ea3771b92f411a0817fd9049fc88 Author: Jiro Matsuzawa Date: 2012-02-17 [l10n] Update Japanese translation M po/ja.po commit d5cc4631ee4366bcf7f33c78bf193eb0e1cbb8b0 Author: Luca Ferretti Date: 2012-02-16 l10n: Updated Italian translation M po/it.po commit 41106223c6124fb8b427810a3e9a5b9d270777fa Author: Fábio Nogueira Date: 2012-02-16 Updated Translator Credits in Brazilian Portuguese Translation M po/pt_BR.po commit 8b21dc1de851f4e49a791cb2d878570e26985975 Author: Alexander Shopov Date: 2012-02-16 Updated Bulgarian translation M po/bg.po commit 570266ce8c0ccd0e2382cd6cf5fdd59339b9a7c1 Author: Yuri Myasoedov Date: 2012-02-15 Updated Russian translation M po/ru.po commit a7843cb0d1bff3deafed93d9c9e2c7d8d6ebf458 Author: Daniel Mustieles Date: 2012-02-15 Updated Spanish translation M po/es.po commit 4421b79de801efd5fbd7d6ef6666e2b0e3b813f9 Author: Fran Diéguez Date: 2012-02-14 Updated Galician translations M po/gl.po commit 2c7b82f2d3712f08dc940828b7a4b4de55164621 Author: Cosimo Cecchi Date: 2012-02-14 undo: add ngettext plural forms for undo operation strings Even if we don't use those strings for singular cases, this is still needed, since some languages might need to use the singular form for e.g. the x1st item. See: https://live.gnome.org/TranslationProject/DevGuidelines/Plurals https://bugzilla.gnome.org/show_bug.cgi?id=669889 M libnautilus-private/nautilus-file-undo-operations.c commit 01382c267728e2dd00cc8b48cd6024dbae183345 Author: Cosimo Cecchi Date: 2012-02-13 pane: don't make the toolbar for inactive pane insensitive At the same time, we have to listen for events on the toolbar items to set the active pane. M src/nautilus-search-bar.c M src/nautilus-search-bar.h M src/nautilus-window-menus.c M src/nautilus-window-pane.c commit 3787143f2bcf576a9b75600b40a324454b25beca Author: Cosimo Cecchi Date: 2012-02-13 pane: set a style class on the inactive window pane to style it Set a "nautilus-inactive-pane" style class on the inactive NautilusWindowPane; this allows us to theme the inactive pane state way more easily and removes a bunch of setup code. M libnautilus-private/nautilus-icon-container.c M libnautilus-private/nautilus-icon-container.h M libnautilus-private/nautilus-icon-private.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-pane.c M src/nautilus-window-pane.h M src/nautilus-window.c commit 31dad6f9fa05dc64fc1ead54bdad9bbae4bfa713 Author: Cosimo Cecchi Date: 2012-02-13 icon-canvas-item: don't override parent container style flags When drawing the canvas item elements, don't override the parent container style flags, so we don't lose e.g. backdrop information. M libnautilus-private/nautilus-icon-canvas-item.c commit 457c9ccaf17e34366ea4bacb7d3a1a72094fb8d7 Author: Baurzhan Muftakhidinov Date: 2012-02-12 [l10n] Updated Kazakh translation M po/kk.po commit 47778be25cf65fbcd0151093fc7e2b3aa14b229c Author: Cosimo Cecchi Date: 2012-02-11 floating-bar: add "floating-bar" style class M src/nautilus-floating-bar.c commit ef34e92b4c685c25e36d67b8b266ac6bff1489f0 Author: Yuri Myasoedov Date: 2012-02-11 Updated Russian translation M po/ru.po commit 8d064c5e5782e98bb63836b92847ff1260f4b77f Author: Tiffany Antopolski Date: 2012-02-10 po: updated en_CA.po M po/en_CA.po commit cd497dd43fabc6b9aa679fd326bb0f16334dbd59 Author: Cosimo Cecchi Date: 2012-02-08 undo: fix a double free in the Create operation strings func https://bugzilla.gnome.org/show_bug.cgi?id=669691 M libnautilus-private/nautilus-file-undo-operations.c