commit 3d44be7ced5267143b3eb2ffcf7118c4fec3a199 Author: Andika Triwidada Date: 2011-08-18 Updated Indonesian translation M po/id.po commit 2d3ba922514b5b5aa5db01214b0dd183a2fdb8e2 Author: A S Alam Date: 2011-08-18 update translation for Punjabi M po/pa.po commit cfb84e3f7e44b0d752541ece747cec0066f0cea9 Author: Theppitak Karoonboonyanan Date: 2011-08-14 Updated Thai translation. M po/th.po commit 945f5bfaf3abbeaf963675ffd5d476cbefde8d74 Author: Piotr Drąg Date: 2011-08-12 Updated Polish translation M po/pl.po commit 7f580504c1fc5904636b9314feab5d5f881a0ea5 Author: Alexander Shopov Date: 2011-08-10 Updated Bulgarian translation M po/bg.po commit a1830fad48e6f5769aab40917f44ebc8447501d4 Author: Kjartan Maraas Date: 2011-08-10 Updated Norwegian bokmål translation M po/nb.po commit 484117c8383a655e0c33e1206c6eb09a35692ead Author: Hendrik Knackstedt Date: 2011-08-05 [l10n] Updated German translation M po/de.po commit 99d7f0867eacde30502c5e7d4a074bed5d046dd6 Author: Nguyễn Thái Ngọc Duy Date: 2011-08-03 po/vi.po: fix "free space" translation M po/vi.po commit c997bbe8b8bfb423d03f3475088a983e59bd9168 Author: Cosimo Cecchi Date: 2011-07-31 all: remove the built-in hover audio previewer This is not really useful anymore now that we have Sushi, which is way more powerful. M icons/Makefile.am D icons/audio.svg M libnautilus-private/nautilus-icon-canvas-item.c M libnautilus-private/nautilus-icon-container.c M libnautilus-private/nautilus-icon-private.h M src/Makefile.am D src/nautilus-audio-mime-types.h M src/nautilus-icon-view.c commit 065cecec33baf0f8e181da25313cb8030db4da18 Author: Cosimo Cecchi Date: 2011-08-01 application: call Close() on the previewer when there are no windows When the last window is removed from the application object, close the previewer too. M src/nautilus-application.c commit f05eaaad2ef96338622c035696148be852c4aca0 Author: Cosimo Cecchi Date: 2011-08-01 previewer: add a wrapper for the Close() remote method M src/nautilus-previewer.c M src/nautilus-previewer.h commit 60a31b50c2231f9e9f0d624f2ee9cff4800655db Author: Cosimo Cecchi Date: 2011-08-01 previewer: call methods directly on the GDBusConnection Initialize the DBus connection in the constructor and call methods directly on it, instead of keeping the proxy around. M src/nautilus-previewer.c commit d0573ec843e73b2832ccc64c08b21c6083526fd9 Author: Lê Trường An Date: 2011-07-24 Updated Vietnamese translation M po/vi.po commit 2b684e6ea35682ab6e636ca8723fb5d4f5104307 Author: Bruno Brouard Date: 2011-07-31 Updated French translation M po/fr.po commit a1949a8980d0d932ef8effebf44d10e4727cbeb2 Author: Djavan Fagundes Date: 2011-07-28 Fixed a string in Brazilian Portuguese translation M po/pt_BR.po commit f486646784ab6cf519fc9168629b40ca8259655a Author: Henrique P. Machado Date: 2011-07-27 Fixed a string in Brazilian Portuguese translation M po/pt_BR.po commit a000844b5a6039375b0e4176dd4c0f7083b46cb7 Author: Cosimo Cecchi Date: 2011-07-27 thumbnails: make sure to cache all mime types from gdk-pixbuf G_N_ELEMENTS() does not work for heap-allocated arrays, and always returns 1, so we were not actually caching all the supported mime types for a specific pixbuf loader after the first. This should also fix nautilus not thumbnailing e.g. compressed SVG images, as reported in [1]. [1] https://bugzilla.gnome.org/show_bug.cgi?id=655406 M libnautilus-private/nautilus-thumbnails.c