commit b56e81cb532172f8fc5f7d626d58428111c5b98b Author: Bastien Nocera Date: Tue Sep 8 11:18:54 2009 +0100 2.27.92 NEWS | 26 ++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 27 insertions(+), 1 deletions(-) commit 161d5b29d7bb9293d7a6367e1259ee9728fe6cea Author: Sweta Kothari Date: Tue Sep 8 15:10:18 2009 +0530 Updated Gujarati Translations po/gu.po | 98 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 49 insertions(+), 49 deletions(-) commit 2e2d8159a6b55f2fc131fb5cd0992188e56c3f1e Author: Gil Forcada Date: Mon Sep 7 23:47:12 2009 +0200 Minor fixes to Catalan translation po/ca.po | 78 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 38 insertions(+), 40 deletions(-) commit 4e1ee78daaa37164b1cfdb5fe6e9192e8e4124ba Author: Carles Ferrando Date: Mon Sep 7 23:46:21 2009 +0200 Added Catalan (Valencian) translation po/LINGUAS | 1 + po/ca@valencia.po | 3092 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3093 insertions(+), 0 deletions(-) commit d28b9ac2f7475e8f1651f7d55795e97e164c9f39 Author: Bastien Nocera Date: Mon Sep 7 11:35:57 2009 +0100 Bug 581443 - Detect non-xine channels configuration Detect that the channels.conf file isn't in the format we expect and error out src/backend/bacon-video-widget-gst-0.10.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 1b8f5dd85f8b2de2abb0e26bbe93a2a0f2bc5b80 Author: A S Alam Date: Mon Sep 7 06:34:09 2009 +0530 Updating for pa.po by A S Alam po/pa.po | 776 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 433 insertions(+), 343 deletions(-) commit 88e6889207609cf169512bc8eb520387783baa9b Author: Branko Kokanović Date: Sun Sep 6 16:46:57 2009 +0000 Updated Serbian translation po/sr.po | 2897 +++++++++++++++++++++++++------------------------------ po/sr@latin.po | 2897 +++++++++++++++++++++++++------------------------------ 2 files changed, 2634 insertions(+), 3160 deletions(-) commit 9bae756184ce96bc5d978e12055b0d1a513382c3 Author: Chao-Hsiung Liao Date: Sun Sep 6 15:41:50 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 110 ++++++++++++++++++++++++++++++++------------------------- po/zh_TW.po | 112 +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 125 insertions(+), 97 deletions(-) commit 8ad61e3c67ec97986858ee13e34528ee74ba7eca Author: Μάριος Ζηντίλης Date: Sun Sep 6 01:28:55 2009 +0300 Updated Greek translation help/el/el.po | 596 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 308 insertions(+), 288 deletions(-) commit 994579e892008dc8b7dbc525d541dce0c5c17c68 Author: Ivar Smolin Date: Sat Sep 5 09:11:35 2009 +0300 Updating Estonian translation po/et.po | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 1c895947d4c69ec40e6a1e51ffccc4e2487edd13 Author: Bastien Nocera Date: Fri Sep 4 14:14:18 2009 +0100 Remove use of sealed struct members for volume popup As we now have an accessor function for the popup itself. src/totem-fullscreen.c | 14 ++------------ 1 files changed, 2 insertions(+), 12 deletions(-) commit cb608927f3c43cfeb578745a3454c9b20a002518 Author: Robin Stocker Date: Fri Sep 4 10:25:25 2009 +0100 Bug 590551 - Nicer build with AM_SILENT_RULES Automake option With an additional sprinkling of AM_V_GEN configure.in | 3 +++ data/Makefile.am | 12 ++++++------ src/Makefile.am | 12 ++++++------ src/plugins/media-player-keys/Makefile.am | 4 ++-- 4 files changed, 17 insertions(+), 14 deletions(-) commit 1c99908bf844a464ebf718c545b520fa4090eef6 Author: Gianvito Cavasoli Date: Thu Sep 3 22:50:05 2009 +0200 Updated Italian translation po/it.po | 1199 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 581 insertions(+), 618 deletions(-) commit 149a572a2b11517a7cde9a73f44af0bf947428f3 Author: Bastien Nocera Date: Thu Sep 3 14:11:16 2009 +0100 Bug 593556 - Controls not shown in non-fullscreen mode Show the controls when VLC mode wasn't explicitely asked. browser-plugin/totemPlugin.cpp | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 25a45ed4e16bac71eaed6455f8cf6f5f2f6ee19d Author: Bastien Nocera Date: Thu Sep 3 13:55:33 2009 +0100 Bug 592631 - PULSE_PROP_media.role is wrong when playing audio Use "music" instead of "audio" as the PA role. browser-plugin/totem-plugin-viewer.c | 2 +- src/totem-audio-preview.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a7580053b0f59e696b31f0253a0dea8adc4bf7f7 Author: Bastien Nocera Date: Wed Sep 2 18:11:46 2009 +0100 Bug 592103 - Adding subtitles defaults to the wrong directory Select the directory in which the file is by default, and add the last directory used as a shortcut. src/totem-uri.c | 25 +++++++++++++------------ src/totem-uri.h | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) commit 0992cff4ccdc6c9eaedcb7f0583e8a91a26c5900 Author: Bastien Nocera Date: Wed Sep 2 18:10:08 2009 +0100 Pass a URI to totem_add_subtitle() And don't use the filename to get it, because it doesn't have any path information whatsoever... src/totem-playlist.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 633ba780182807db04efb1943ddb167f341a7802 Author: Bastien Nocera Date: Wed Sep 2 17:22:18 2009 +0100 Fix crasher when USB storage is encrypted Meaning that it has an emblem. src/totem-menu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 71eacd3b43b1f256fe6e2277f34de9f0cc6ca6d1 Author: Bastien Nocera Date: Wed Sep 2 17:15:14 2009 +0100 Bug 593676 - does not display artist on the title bar Remove the title vs. metadata UI updates distinction. There won't be many cases where it's important. src/backend/bacon-video-widget-gst-0.10.c | 29 +---------------------------- src/totem-object.c | 14 -------------- 2 files changed, 1 insertions(+), 42 deletions(-) commit c3a784b72a70b9fae5ef9279faa15ea4dc49933c Author: Bastien Nocera Date: Wed Sep 2 13:17:07 2009 +0100 Bug 375867 - check user-agents Override the HTTP user-agents for Quicktime and Windows Media Player, fixes playback of the Apple trailers. browser-plugin/totem-plugin-viewer.c | 4 +--- browser-plugin/totemPlugin.cpp | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 7 deletions(-) commit d3180aafb8597a6244a9e98425c721b1a6b0a33c Author: Bastien Nocera Date: Wed Sep 2 13:14:17 2009 +0100 Allow overriding the HTTP user-agent in the video widget src/backend/bacon-video-widget-gst-0.10.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 840d3f23845afbb030404c1ae116cf79f73d5b40 Author: Tim-Philipp Müller Date: Sat Aug 15 13:32:13 2009 +0100 Update .gitignore .gitignore | 85 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 46 insertions(+), 39 deletions(-) commit 83e149cec807d519772f95176873f0552eb54181 Author: Kjartan Maraas Date: Tue Sep 1 14:00:20 2009 +0200 Update Norwegian bokmål translation. po/nb.po | 213 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 111 insertions(+), 102 deletions(-) commit 4b47819aa913a5879fb9ce4aa4db3b8e11c8b6e9 Author: krishnababu k Date: Mon Aug 31 16:59:35 2009 +0530 Updated Telugu Translations po/te.po | 3657 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 2571 insertions(+), 1086 deletions(-) commit 2952eb8b13123aa38640c1badbe2efdcfcfc301e Author: Sandeep Shedmake Date: Mon Aug 31 14:57:11 2009 +0530 Updated Marathi Translations po/mr.po | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) commit e7104fbcf4ee572c58992c130474147e9daa5ba9 Author: Jamil Ahmed Date: Mon Aug 31 04:07:05 2009 +0700 Updated Bengali translation po/bn.po | 3591 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 2329 insertions(+), 1262 deletions(-) commit 5f776218b06cb9770e4d605914c61231ffab754a Author: Baris Cicek Date: Sun Aug 30 09:15:07 2009 +0300 Updated Turkish translation. po/tr.po | 1140 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 578 insertions(+), 562 deletions(-) commit 6a8a7526d639742beec88df33b45da9f6d393b98 Author: Tomasz Dominikowski Date: Sat Aug 29 15:12:21 2009 +0200 Updated Polish translation po/pl.po | 1117 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 541 insertions(+), 576 deletions(-) commit ac653560f0981857a91c40ca9153208c8d0a8fc5 Author: Inaki Larranaga Murgoitio Date: Sat Aug 29 09:53:54 2009 +0200 Updated Basque language po/eu.po | 64 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 42 insertions(+), 22 deletions(-) commit 305504fec9765d25885fa6abfb391e4e5dd3b1dc Author: Claude Paroz Date: Fri Aug 28 22:29:33 2009 +0200 Updated French translation po/fr.po | 182 +++++++++----------------------------------------------------- 1 files changed, 26 insertions(+), 156 deletions(-) commit cec00b7b3fefd0ba09c927c667eadb80ee335881 Author: Sandeep Shedmake Date: Fri Aug 28 21:01:25 2009 +0530 Updated Marathi Translations po/mr.po | 2309 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 1408 insertions(+), 901 deletions(-) commit d2753fcc0977a35d4d2bfe134af7f2952178e926 Author: Philip Withnall Date: Fri Aug 28 15:24:17 2009 +0100 Bug 593221 — Unneeded invisible char in .ui file? Remove unnecessary "invisible-char" properties from UI files. Removes one translatable string. Closes: bgo#593221 src/plugins/jamendo/jamendo.ui | 1 - src/plugins/screenshot/gnome-screenshot.ui | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) commit a10688bdc49ff417a9bc32876e77c6c983bf34c2 Author: Philip Withnall Date: Fri Aug 28 14:47:46 2009 +0100 Bug 592760 — respect the button-images setting Fix the plugin manager's UI file so that the "Configure" button uses images properly, instead of embedding them as child widgets. Closes: bgo#592760 data/plugins.ui | 74 ++++++------------------------------------------------- 1 files changed, 8 insertions(+), 66 deletions(-) commit 4d6e27ba6185ee5c90837f2bcf64b4cc720ac42a Author: Tim Mooney Date: Fri Aug 28 14:32:05 2009 +0100 Bug 592647 — MIME scripts need quotes around ^# for grep Patch to add quotes around ^# for grep so that the build doesn't print warnings on Solaris. data/mime-functions.sh | 4 ++-- data/mime-type-include.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 5b19ea090b6e896d9c2b9f3a6b12fad4609d1276 Author: Sweta Kothari Date: Fri Aug 28 16:29:52 2009 +0530 Updated Gujarati Translations po/gu.po | 503 ++++++++++++++++++++++---------------------------------------- 1 files changed, 180 insertions(+), 323 deletions(-) commit 1c3fe9c8aba56b953dade726f902ea55c9392f60 Author: Peteris Krisjanis Date: Fri Aug 28 10:56:17 2009 +0300 Updated Latvian translation. po/lv.po | 3726 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 2348 insertions(+), 1378 deletions(-) commit 0dd75d9f78cc2e15a522c76a23811c3173272cb8 Author: Duarte Loreto Date: Fri Aug 28 00:55:02 2009 +0100 Updated Portuguese translation po/pt.po | 1279 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 687 insertions(+), 592 deletions(-) commit b906ac7f8752dab84eb77e546a327f12a0ac8fd3 Author: Inaki Larranaga Murgoitio Date: Thu Aug 27 18:10:07 2009 +0200 Updated Basque language po/eu.po | 1256 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 626 insertions(+), 630 deletions(-) commit 9b3eafa8d69f17392cb6c9afc6602f406a4365ff Author: Khaled Hosny Date: Thu Aug 27 13:49:32 2009 +0300 Updated Arabic translation po/ar.po | 1600 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 823 insertions(+), 777 deletions(-) commit c8b6af18482299baa89d3437e32179b4f5927cdc Author: Claude Paroz Date: Wed Aug 26 22:29:06 2009 +0200 Bug 593136 – Fixed typo browser-plugin/totem-plugin-viewer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 574bfee312a83fd3487c177f7aa5bca7b1e239c6 Author: Runa Bhattacharjee Date: Wed Aug 26 15:34:20 2009 +0530 Updated Bengali India Translations po/bn_IN.po | 1919 ++++++++++++++++++++++++++++------------------------------- 1 files changed, 920 insertions(+), 999 deletions(-) commit a1e968434564cdd77d955a17ffe7f00ed2ca7195 Author: ifelix Date: Wed Aug 26 14:30:29 2009 +0530 Updated Tamil Translations po/ta.po | 252 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 134 insertions(+), 118 deletions(-) commit 149be2e8051e3e1605f387b348585a1ec37b5ee1 Author: Djavan Fagundes Date: Tue Aug 25 15:28:25 2009 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 49 +++++++++++++++++++++++++++++++------------------ 1 files changed, 31 insertions(+), 18 deletions(-) commit 105edc4228b40f00fcf0328ea7af77bd2fa7494b Author: Gil Forcada Date: Mon Aug 24 18:29:28 2009 +0200 Minor update to Catalan translation po/ca.po | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) commit 6c9112bee1042cf10ef2694480953befc0eb1bab Author: Gil Forcada Date: Mon Aug 24 18:25:35 2009 +0200 Updated Catalan translation po/ca.po | 1249 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 676 insertions(+), 573 deletions(-) commit c6f96dd3f600d1a5fe420c3cf39b0bd82a6e4b8d Author: Daniel Nylander Date: Sun Aug 23 22:06:24 2009 +0200 Updated Swedish translation po/sv.po | 1422 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 769 insertions(+), 653 deletions(-) commit 263a818ad2a2877d63d3bb739dbfd27db8d45779 Author: Mario Blättermann Date: Sun Aug 23 12:11:52 2009 +0200 Updated German translation po/de.po | 289 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 149 insertions(+), 140 deletions(-) commit 629f04d99cf115418b4a6de4ef59d43c86ea8a68 Author: Changwoo Ryu Date: Sun Aug 23 09:04:37 2009 +0900 Update Korean translation po/ko.po | 1350 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 745 insertions(+), 605 deletions(-) commit 6876d2f6e5a7196822c7e823ce47f3260fcb32cd Author: Alexander Shopov Date: Sat Aug 22 19:02:08 2009 +0300 Updated Bulgarian translation po/bg.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8bf15d2c9435f5ca9b45e8ff75750f1818ea08a9 Author: Alexander Shopov Date: Sat Aug 22 18:50:23 2009 +0300 Updated Bulgarian translation po/bg.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 254257a24d4535b1574f9b0e86419b83150c82d8 Author: Mario Blättermann Date: Sat Aug 22 17:49:11 2009 +0200 Some more fixes which refers to bug #591916 help/de/de.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 3f081898efc85b05eab304a869d04b83d3b2f15e Author: Mario Blättermann Date: Sat Aug 22 17:39:48 2009 +0200 Fixed bug #591916 help/de/de.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d8b8768e2e3a2afe8b9caf79106806c70e402ded Author: Alexander Shopov Date: Sat Aug 22 10:59:44 2009 +0300 Updated Bulgarian translation po/bg.po | 1177 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 603 insertions(+), 574 deletions(-) commit 392d833b31f645cf798845796580e051e640b435 Author: Jorge González Date: Sat Aug 22 12:07:00 2009 +0200 Updated Spanish translation po/es.po | 218 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 115 insertions(+), 103 deletions(-) commit ffe1aeeb519ec034b2587d5a999f53768ddb2eab Author: Yaron Shahrabani Date: Fri Aug 21 19:40:48 2009 +0300 Updated Hebrew translation po/he.po | 1246 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 614 insertions(+), 632 deletions(-) commit b3a723069d2d77380f2302475c4197883eb69d6e Author: Antón Méixome Date: Thu Aug 20 14:43:53 2009 +0200 Updated Galician Translation po/gl.po | 125 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 72 insertions(+), 53 deletions(-) commit 8569e3c7632571bf630059f9d3c4bc2387999800 Author: Ivar Smolin Date: Thu Aug 20 10:51:24 2009 +0300 Updating Estonian translation po/et.po | 25 +++++++++++++++++++------ 1 files changed, 19 insertions(+), 6 deletions(-) commit 8092789a916dbb1209715033fbefa9794ec5fbd1 Author: Matthias Clasen Date: Wed Aug 19 15:11:59 2009 -0400 Add missing files to POTFILES.in po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 5f1ea570b6dbe8874b44c8a891515dd817624155 Author: Antón Méixome Date: Wed Aug 19 13:47:23 2009 +0200 Updated Galician Translation po/gl.po | 124 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 55 insertions(+), 69 deletions(-) commit 1a2a8a0dfee33f8d2aeb4bbdbb6290afda1f5443 Author: lyper Date: Sun Aug 16 14:19:36 2009 +0800 Added Simplified Chinese translation. help/ChangeLog | 5 + help/Makefile.am | 2 +- help/zh_CN/zh_CN.po | 1655 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1661 insertions(+), 1 deletions(-) commit 7d24c0edc03d957006c8d9f68e5690f9b8f5d68a Author: Claude Paroz Date: Sat Aug 15 16:32:10 2009 +0200 Updated French translation po/fr.po | 748 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 407 insertions(+), 341 deletions(-) commit c247f4944ea86dd7a3f6bc43fc7b73d320a28fa3 Author: Tommi Vainikainen Date: Sat Aug 15 15:31:00 2009 +0300 Updated Finnish translation po/fi.po | 1337 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 739 insertions(+), 598 deletions(-) commit 422d573a9b9dc81b80884edf6be09bbb923af0b6 Author: Leonardo Ferreira Fontenelle Date: Thu Aug 13 19:20:42 2009 -0300 Updated Brazilian Portuguese translation. po/pt_BR.po | 1499 +++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 831 insertions(+), 668 deletions(-) commit 8dc30d79a3163fa7817a869d4991e55fbbf70bf4 Author: Manoj Kumar Giri Date: Thu Aug 13 20:42:27 2009 +0530 Updated Oriya Translation po/or.po | 1332 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 667 insertions(+), 665 deletions(-) commit 6c6a08cb4d45098aa4a822eaa4af2e601f4c3b15 Author: Bastien Nocera Date: Thu Aug 13 13:41:59 2009 +0100 Fix compile-time warning Makes gcc happy src/backend/bacon-video-widget-gst-0.10.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 94119986f43e49cd31fbe2a80643a616da8fcb23 Author: Sweta Kothari Date: Wed Aug 12 18:47:42 2009 +0530 Updated Gujarati Translations po/gu.po | 1384 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 783 insertions(+), 601 deletions(-) commit f280da70f3955deef3dd3e34c15accf3ceac8962 Author: Bastien Nocera Date: Tue Aug 11 09:04:48 2009 +0100 Bug 591400 – Wrong exit code on failure Only push got-metadata signal on error when we're in metadata mode, it's useless to start checking for metadata when we can't open the file. src/backend/bacon-video-widget-gst-0.10.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) commit a984acaedf7fd15bd94061bea74fb804f9fcc858 Author: Chao-Hsiung Liao Date: Tue Aug 11 15:40:58 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 716 ++++++++++++++++++++++++++++++++--------------------------- po/zh_TW.po | 718 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 778 insertions(+), 656 deletions(-) commit 71aa3641b10154204cbf07c33b8ea3a184d88a82 Author: Robin Stocker Date: Tue Aug 11 08:29:36 2009 +0100 Bug 576750 – Thumbnailer should be able to output thumbnails without borders Add ability to disable the film borders on thumbnails for scripting purposes. src/totem-video-thumbnailer.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit 75ef216e7fd62ff8543644f4a9130f032cb67d4e Author: Philip Withnall Date: Mon Aug 10 21:40:12 2009 +0100 Bug 589755 – Make screenshot dialogue more like GNOME's This copies the GnomeScreenshotWidget from gnome-screenshot so that our interface can easily be kept consistent with the GNOME Screenshot dialogue. Permission for the licence exception was gained by e-mail. Closes: bgo#589755 src/plugins/screenshot/Makefile.am | 4 +- src/plugins/screenshot/gnome-screenshot-widget.c | 431 ++++++++++++++++++++++ src/plugins/screenshot/gnome-screenshot-widget.h | 71 ++++ src/plugins/screenshot/gnome-screenshot.ui | 149 ++++++++ src/plugins/screenshot/totem-gallery.c | 6 +- src/plugins/screenshot/totem-screenshot-plugin.c | 35 ++- src/plugins/screenshot/totem-screenshot-plugin.h | 2 +- src/plugins/screenshot/totem-screenshot.c | 188 +++------- src/plugins/screenshot/totem-screenshot.h | 13 +- src/totem-uri.c | 13 - src/totem-uri.h | 1 - 11 files changed, 751 insertions(+), 162 deletions(-) commit 0d24ea5c04fe05785ab8a45801291e0785c33180 Author: Antón Méixome Date: Mon Aug 10 16:48:44 2009 +0200 Updated Galician translation po/gl.po | 1832 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 855 insertions(+), 977 deletions(-) commit ae841ae633bc6169c0683d4e2d60789c0094ef83 Author: Philip Withnall Date: Sat Aug 8 21:58:06 2009 +0100 Bug 514089 – Optimise BVW logo Only scale the logo pixbuf when necessary, due to now limiting the size of the logo to 256px. Closes: bgo#514089 src/backend/bacon-video-widget-gst-0.10.c | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) commit 2aff9b91410a9223822680cb577c2f2dc6f036c3 Author: Robin Stocker Date: Sat Aug 8 21:27:08 2009 +0100 Bug 589808 – Set always-show-image on some menu items src/totem-menu.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 32f456f8f4a4fd287673a974c58cfe2f0557d24b Author: Philip Withnall Date: Sat Aug 8 20:58:18 2009 +0100 Bug 480200 – Show Totem new logo as default screen Use the new Totem logo in both the browser plugin and main player, and simplify logo handling in BVW. Closes: bgo#480200 browser-plugin/totem-plugin-viewer.c | 54 +---------------------------- data/Makefile.am | 1 - data/totem_logo.png | Bin 185953 -> 0 bytes src/Makefile.am | 1 - src/backend/bacon-video-widget-gst-0.10.c | 44 +++++++---------------- src/totem.c | 2 +- 6 files changed, 16 insertions(+), 86 deletions(-) commit 45f656a13c4c3f0a404724279a63ee520d551b50 Author: Robert Ancell Date: Sat Aug 8 19:28:59 2009 +0100 Bug 581249 – Display embedded cover images in audio streams Display cover images when available. Currently doesn't display cover images instead of visualisations. Helps: bgo#581249 src/backend/bacon-video-widget-gst-0.10.c | 83 ++++++++++++++++++++++------ 1 files changed, 65 insertions(+), 18 deletions(-) commit ca8812c646c744604ffbafe4dfe6230424671c0e Author: Philip Withnall Date: Tue Jul 14 20:19:59 2009 +0100 Bug 588569 – Add plugin authoring tutorial docs/reference/Makefile.am | 2 +- docs/reference/totem-docs.xml | 5 ++ docs/reference/totem-plugins.xml | 147 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 153 insertions(+), 1 deletions(-) commit 8b051630fb7472d21a5d632d206a00366cf2337e Author: Seán de Búrca Date: Sat Aug 8 16:41:43 2009 +0100 Bug 591015 – Strings should use American spellings Patch modified to update the PO files with the changes. data/totem.schemas.in | 2 +- data/totem.ui | 4 ++-- po/ar.po | 6 +++--- po/as.po | 4 ++-- po/ast.po | 6 +++--- po/az.po | 4 ++-- po/be.po | 4 ++-- po/be@latin.po | 6 +++--- po/bg.po | 6 +++--- po/bn.po | 4 ++-- po/bn_IN.po | 6 +++--- po/br.po | 6 +++--- po/ca.po | 6 +++--- po/crh.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 4 ++-- po/da.po | 6 +++--- po/de.po | 6 +++--- po/dz.po | 4 ++-- po/el.po | 6 +++--- po/en_CA.po | 4 ++-- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 4 ++-- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/ga.po | 6 +++--- po/gl.po | 6 +++--- po/gu.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 4 ++-- po/hr.po | 4 ++-- po/hu.po | 6 +++--- po/id.po | 4 ++-- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/ka.po | 4 ++-- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/ku.po | 4 ++-- po/lt.po | 6 +++--- po/lv.po | 4 ++-- po/mai.po | 6 +++--- po/mg.po | 4 ++-- po/mk.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/nb.po | 6 +++--- po/ne.po | 4 ++-- po/nl.po | 6 +++--- po/nn.po | 4 ++-- po/oc.po | 4 ++-- po/or.po | 8 ++++---- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/rw.po | 4 ++-- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sr@latin.po | 4 ++-- po/sv.po | 6 +++--- po/ta.po | 6 +++--- po/te.po | 4 ++-- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/uk.po | 6 +++--- po/vi.po | 6 +++--- po/wa.po | 4 ++-- po/xh.po | 4 ++-- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 79 files changed, 207 insertions(+), 207 deletions(-) commit 5cb60a8b69c253e214ed4165e9ea5318e2de5104 Author: Tim-Philipp Müller Date: Fri Aug 7 16:30:25 2009 +0100 Bump GStreamer requirements from pre-release to released versions To minimise confusion. configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2bafe8f16c9139097161f33b8f88ceb5a0d89c81 Author: Tim-Philipp Müller Date: Fri Aug 7 16:28:54 2009 +0100 Bump vala requirement to 0.7.5 or later Since the vala plugin fails to build for me with 0.7.4 (see bug #590759). configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 057750ad34482076abef7f228620ed544683c8a2 Author: Seán de Búrca Date: Thu Aug 6 17:15:24 2009 -0600 Updated Irish translation po/ga.po | 42 ++++++++++++++++++++++++++---------------- 1 files changed, 26 insertions(+), 16 deletions(-) commit da5da21123722ea221e9ba9efd41b68b12bd8fe6 Author: Kjartan Maraas Date: Fri Aug 7 00:26:42 2009 +0200 Updated Norwegian bokmål translation. po/nb.po | 697 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 376 insertions(+), 321 deletions(-) commit 5f0e9579d87c393a8d1acd59111b1e83135c8959 Author: Mario Blättermann Date: Thu Aug 6 18:54:31 2009 +0200 Updated German translation po/de.po | 1167 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 632 insertions(+), 535 deletions(-) commit ff09579e2d7b18d08033bcdf9a0a263187f63805 Author: Seán de Búrca Date: Thu Aug 6 02:33:47 2009 -0600 Updated Irish translation po/ga.po | 200 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 100 insertions(+), 100 deletions(-) commit ce9e754fb03fa91e630c51592de942768ba21e47 Author: Philip Withnall Date: Wed Aug 5 19:33:26 2009 +0100 Bug 590770 – Home in the time slider doesn't go to the beginning Add key bindings for Home and End, to seek to the start of the stream and start playing the next stream, respectively. Closes: bgo#590770 src/totem-object.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 8c4db8512f18cdf0324a329029a3c6685c6ecf01 Author: Jorge González Date: Tue Aug 4 19:25:20 2009 +0200 Updated Spanish translation po/es.po | 565 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 312 insertions(+), 253 deletions(-) commit 108189b30a6794391f476eee0ff0b0dbf4c60668 Author: Denis Arnaud Date: Tue Aug 4 13:48:56 2009 +0200 Updated breton translation po/br.po | 2719 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 1180 insertions(+), 1539 deletions(-) commit 004806b9a51a495a11498db571b8db0c189ae361 Author: Alan Monfort Date: Tue Aug 4 12:47:21 2009 +0200 Updated breton translation po/br.po | 3830 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 2651 insertions(+), 1179 deletions(-) commit 59cf22db54473d787b9ee45627b97d46232eff98 Author: Robin Stocker Date: Mon Aug 3 11:25:55 2009 +0200 Bug 590566 – Compiler warning in totem-python-module.c Fix compiler warning about passing incompatible pointer type. Closes: bgo#590566 src/plugins/totem-python-module.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1688811a60922a9f259f4f61557f5c84f4e7c962 Author: Robin Stocker Date: Mon Aug 3 11:23:22 2009 +0200 Bug 590565 – Compiler warning in totemPlugin.cpp Fix compiler warning about unhandled enum value. Closes: bgo#590565 browser-plugin/totemPlugin.cpp | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7bf506ef9cb3a370423640f0692a72be5d621d42 Author: Bastien Nocera Date: Fri Jul 31 19:03:52 2009 +0100 Use signal blocking, rather than disconnecting src/totem-preferences.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 3d97dc944581146ae81ca20f9b7e43d2780c89bf Author: Bastien Nocera Date: Fri Jul 31 19:03:04 2009 +0100 Fix crash when a (storage) volume has an emblem See https://bugzilla.redhat.com/show_bug.cgi?id=514914 src/totem-menu.c | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) commit 267fe451b59d9ae544ae3d3cc3ebd507deb02db0 Author: Seán de Búrca Date: Fri Jul 31 01:34:26 2009 -0600 Updated Irish translation po/ga.po | 2150 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 1279 insertions(+), 871 deletions(-) commit f65806e527dfbe02f10425c6e7bad97b555f9aff Author: drtvasudevan Date: Wed Jul 29 14:03:49 2009 +0530 Updated Tamil translation po/ta.po | 534 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 295 insertions(+), 239 deletions(-) commit d99946cf8933a9188f663a9e9fe0cb4808588d1f Author: Ivar Smolin Date: Mon Jul 27 10:01:24 2009 +0300 Updating Estonian translation po/et.po | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 58 insertions(+), 11 deletions(-) commit 011a99b05e764798b90bcd7dff94ec4dfad49101 Author: Philip Withnall Date: Mon Jul 27 00:04:30 2009 +0100 Bug 537399 – debug option mess Tidied up the debugging infrastructure as well. browser-plugin/totemNPObject.h | 40 +++------- browser-plugin/totemPlugin.cpp | 78 ++++++++++---------- browser-plugin/totemPluginGlue.cpp | 19 ++--- configure.in | 13 --- src/Makefile.am | 3 +- src/backend/Makefile.am | 3 +- src/backend/debug.h | 45 ----------- .../properties/bacon-video-widget-properties.c | 2 - src/plugins/screenshot/totem-screenshot.c | 1 - src/plugins/totem-python-module.c | 9 +- src/plugins/totem-python-plugin.c | 7 +- src/totem-dvb-setup.c | 1 - src/totem-menu.c | 2 +- src/totem-object.c | 2 - src/totem-playlist.c | 4 +- src/totem-preferences.c | 2 - src/totem-profile.h | 57 ++++++++++++++ 17 files changed, 128 insertions(+), 160 deletions(-) commit 9a9e4c909da87157c532d41ff4ea20e7c2e1760c Author: Philip Withnall Date: Sun Jul 26 20:50:29 2009 +0100 Added missing libegg file src/Makefile.am | 1 + src/egg-macros.h | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 155 insertions(+), 0 deletions(-) commit a90406a1f5876696bc1598965b5c14cf04086ee3 Author: Petr Kovar Date: Sun Jul 26 23:16:56 2009 +0200 Updated Czech help translation by Marek Cernocky help/cs/cs.po | 626 ++++++++++++++++++++++++++++++--------------------------- 1 files changed, 331 insertions(+), 295 deletions(-) commit d30b179e7e5a04fe5fe4d72b50df802f04cbafc2 Author: Philip Withnall Date: Sun Jul 26 20:26:29 2009 +0100 Updated files from libegg master src/eggdesktopfile.c | 4 +- src/eggfileformatchooser.c | 572 ++++++++++++++++++++++++++++++++++++++++++-- src/eggfileformatchooser.h | 18 ++ 3 files changed, 569 insertions(+), 25 deletions(-) commit 3b42e1d9e1d2e0e3f922797a2cbff2f36c512b92 Author: Philip Withnall Date: Sun Jul 26 20:19:28 2009 +0100 Added missing tooltips to menu actions data/totem.ui | 5 +++++ src/totem-menu.c | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) commit 6fdfd1ca71ee5d0c82ba1915df981fd26b0a7b7f Author: Robin Stocker Date: Sun Jul 26 20:08:47 2009 +0100 Bug 484142 – Show menu item descriptions in status bar src/totem-menu.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ src/totem-statusbar.c | 23 ++++++++++++++++++++ src/totem-statusbar.h | 3 ++ 3 files changed, 81 insertions(+), 0 deletions(-) commit af11b1a7338d87bb5707490e332e7fd41547ff3f Author: Philip Withnall Date: Sun Jul 26 18:59:38 2009 +0100 Use Pango attributes instead of boldify and italicise functions data/plugins.ui | 12 +++ data/properties.ui | 51 +++++++++++ data/totem.ui | 23 +++++- .../properties/bacon-video-widget-properties.c | 14 +--- src/plugins/totem-plugin-manager.c | 13 --- src/totem-interface.c | 92 -------------------- src/totem-interface.h | 4 - src/totem-preferences.c | 9 -- 8 files changed, 87 insertions(+), 131 deletions(-) commit 7c34a2a8b84c55537c01183dea6f8eabedcb42d0 Author: Robin Stocker Date: Sun Jul 26 19:43:03 2009 +0200 Bug 588937 – Drag and drop on itself with Alt appends instead of asking Applied commit f53e438e0e530e5cbbd7ed607df498310645013d again after it was accidentally reverted in cce286bf32d4b800000aa9f731adbd8574ca5339. src/totem-object.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 454c33d8762e8ed313994ebdf4f8b821596dd80c Author: Robin Stocker Date: Sun Jul 26 18:22:03 2009 +0100 Bug 164918 – Remember current position when Pause is clicked Add functionality to remember the current position of a stream when pausing or closing, by saving it in a GIO metadata attribute. Closes: bgo#164918 data/totem.schemas.in | 11 ++++++ data/totem.ui | 70 ++++++++++++++++++++++++++++++++++++ src/totem-object.c | 27 ++++++++------ src/totem-preferences.c | 42 ++++++++++++++++++++++ src/totem-private.h | 1 + src/totem-uri.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++ src/totem-uri.h | 3 ++ 7 files changed, 232 insertions(+), 12 deletions(-) commit 70587b630000c43e7bc72d5763ba95043ab809db Author: Pascal Sachs Date: Sun Jul 26 17:48:28 2009 +0100 Bug 577605 – Performance of shuffle playlist should be improved Modified version of a patch by Pascal Sachs to improve memory handling performance when shuffling the playlist. Closes: bgo#577605 src/totem-playlist.c | 54 +++++++++++++++++++++++++------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) commit 54258966077c579f6ac94ef688fe34061f0c8a77 Author: Mario Blättermann Date: Sun Jul 26 15:44:33 2009 +0200 Updated German translation help/de/de.po | 1060 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 538 insertions(+), 522 deletions(-)