commit 417b86ff53bc720e4fe5444608df631fc53e5860 Author: Bastien Nocera Date: Wed Aug 3 14:35:13 2011 +0100 3.1.4 Fix distcheck NEWS | 11 +++++++++++ configure.in | 2 +- po/POTFILES.skip | 1 + 3 files changed, 13 insertions(+), 1 deletions(-) commit 0a684af858b42a886a931ea484b32246a6916239 Author: Simon Wenner Date: Sun Jul 31 15:31:38 2011 +0200 plugins: add rotation plugin A plugin to rotate videos. https://bugzilla.gnome.org/show_bug.cgi?id=589399 configure.in | 14 +- po/POTFILES.in | 2 + src/plugins/rotation/Makefile.am | 19 ++ src/plugins/rotation/rotation.plugin.in | 8 + src/plugins/rotation/totem-rotation-plugin.vala | 224 +++++++++++++++++++++++ 5 files changed, 264 insertions(+), 3 deletions(-) commit 6ad79e0a8d60083c468632e43b4f1a35ed2cfa3a Author: Daniel Nylander Date: Wed Aug 3 09:15:58 2011 +0200 Updated Swedish translation po/sv.po | 703 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 326 insertions(+), 377 deletions(-) commit 1aee7caf7aa243b6cbd02bd4d530da8b3b5cf5a7 Author: Pavol Klačanský Date: Sun Jul 31 17:14:26 2011 +0200 Updated Slovak translation po/sk.po | 1217 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 601 insertions(+), 616 deletions(-) commit 7b2f94021accdb44b850395a0ef5ffd01ccae7a7 Author: Friedel Wolff Date: Wed Jul 20 22:38:23 2011 +0200 Add missing header comments po/zu.po | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 7dac16cf0ea8f49086db420b46ce29012b187382 Author: Priscilla Mahlangu Date: Wed Jul 20 22:31:47 2011 +0200 New translation for Zulu (zu) po/LINGUAS | 1 + po/zu.po | 2901 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2902 insertions(+), 0 deletions(-) commit bb51825c108e5fbe4c961a36dde17580157ae13f Author: Ihar Hrachyshka Date: Wed Jul 20 15:11:36 2011 +0300 Updated Belarusian translation. po/be.po | 2984 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1399 insertions(+), 1585 deletions(-) commit 337bfb63e6461f737e3b0812c1ee20821bdcb38a Author: Marek Černocký Date: Fri Jul 15 18:58:14 2011 +0200 Updated Czech translation po/cs.po | 753 +++++++++++++++++++++----------------------------------------- 1 files changed, 257 insertions(+), 496 deletions(-) commit e8ad692da5d5c8209b5dd0249f026ab76c8adb16 Author: Yaron Shahrabani Date: Fri Jul 15 10:15:33 2011 +0300 Updated Hebrew translation. po/he.po | 195 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 100 insertions(+), 95 deletions(-) commit 7c2e326219e336ff91ec2b253ba4428cce0da7fd Author: Bastien Nocera Date: Thu Jul 14 15:39:16 2011 +0100 main: Use symbolic icon for the exit fullscreen button data/fullscreen.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7e4966c24990d7640900a34be51ac14235f0aebf Author: Matej Urbančič Date: Thu Jul 14 14:39:48 2011 +0200 Updated Slovenian translation po/sl.po | 187 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 95 insertions(+), 92 deletions(-) commit c24ed14057bc77b5a6439fdda06df7b115104483 Author: Rudolfs Mazurs Date: Wed Jul 13 22:06:56 2011 +0300 Updated Latvian translation. po/lv.po | 1180 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 581 insertions(+), 599 deletions(-) commit 692f7ecd23f4b2ab7e79c260fc3c77e6298f19e4 Author: Bastien Nocera Date: Wed Jul 13 13:02:01 2011 +0100 main: Fix crash on exit through fullscreen object As we weren't cleaning this up properly. src/totem-fullscreen.c | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) commit 67ab568f6ca558634fa13b8fa7eb4aa6d4fe8fdf Author: Simon Wenner Date: Tue Jul 5 00:26:53 2011 +0200 backend: name clutter actors so that plugins can query them https://bugzilla.gnome.org/show_bug.cgi?id=589399 src/backend/bacon-video-widget-gst-0.10.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3854061c6bf0a3d301a4a4186aa2053cdbf5beae Author: Kjartan Maraas Date: Wed Jul 13 11:49:19 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 194 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 96 insertions(+), 98 deletions(-) commit 7232d7aea7a9943f11d4500f865e59ce0f622af2 Author: Marcel van den Hof Date: Sun May 29 23:45:36 2011 +0100 Fix segfault in Bemused plugin If bluetoothd is not running sdp_connect() returns a null value which will cause the plugin to segfault. This patch adds a check for a possible null value from sdp_connect(). https://bugzilla.gnome.org/show_bug.cgi?id=651417 src/plugins/bemused/totem-bemused.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 27fe7ad91e5b5f031b3775a294d51ba3a589d5c0 Author: Bastien Nocera Date: Tue Jul 12 14:42:25 2011 +0100 browser-plugin: Update QuickTime docs link browser-plugin/idl/totemINarrowSpacePlayer.idl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f767d33b62025819b45b6be39fd509e85d10b5cf Author: Bastien Nocera Date: Tue Jul 12 14:29:16 2011 +0100 browser-plugin: Only shrink padding vertically data/mozilla-viewer.css | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 336f076141dead24494ae194a240ed8fed32a481 Author: Bastien Nocera Date: Tue Jul 12 14:25:08 2011 +0100 browser-plugin: Flatten the buttons data/mozilla-viewer.css | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 8ac7d4af8d8e6d12893543a10c6f0a750d2e1806 Author: Bastien Nocera Date: Tue Jul 12 14:24:40 2011 +0100 browser-plugin: Style the popup button as well browser-plugin/totem-plugin-viewer.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit e30b80376104fc89185509af4b2334920eca689e Author: Bastien Nocera Date: Mon Jul 11 16:16:55 2011 +0100 browser-plugin: Parent the fullscreen window correctly So that it doesn't show up as a separate application in gnome-shell. https://bugzilla.gnome.org/show_bug.cgi?id=654404 browser-plugin/totem-plugin-viewer.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9ab830e38166c10c8357b89ec83755c67a42e2a1 Author: Bastien Nocera Date: Mon Jul 11 15:12:40 2011 +0100 browser-plugin: Remove useless "About" dialogue browser-plugin/totem-plugin-viewer.c | 57 ---------------------------------- data/mozilla-viewer.ui | 9 ----- 2 files changed, 0 insertions(+), 66 deletions(-) commit 4fe6d0914c721730afcffd69f5faf758f35055ee Author: Bastien Nocera Date: Mon Jul 11 15:04:33 2011 +0100 browser-plugin: Use symbolic icons, not stock ones browser-plugin/totem-plugin-viewer.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 75dbfb13bbee0bc6097a1919692f4f007fb4602f Author: Bastien Nocera Date: Mon Jul 11 14:55:39 2011 +0100 browser-plugin: Use dark theme by default browser-plugin/totem-plugin-viewer.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit be3ad27e737ab777252ec58ff077582a7736c9a9 Author: Bastien Nocera Date: Fri Jul 8 15:33:09 2011 +0100 main: Move is_fullscreen member to private src/totem-fullscreen.c | 10 ++++++---- src/totem-fullscreen.h | 5 +---- 2 files changed, 7 insertions(+), 8 deletions(-) commit 65b5a194ce08823ba8ec2a8c8a4f23537ea6d351 Author: Bastien Nocera Date: Fri Jul 8 15:21:46 2011 +0100 main: We rely on being composited now. Always src/totem-fullscreen.c | 23 ++++------------------- 1 files changed, 4 insertions(+), 19 deletions(-) commit 2a2b429e5a1f047cd866753026ac1771abba30fd Author: Bastien Nocera Date: Fri Jul 8 15:14:16 2011 +0100 main: Remove unused buttons from struct src/totem-private.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit bdf43685545431a6ab46abb296028f996f484668 Author: Daniel Mustieles Date: Sun Jul 10 10:56:21 2011 +0200 Updated Spanish translation po/es.po | 540 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 229 insertions(+), 311 deletions(-) commit c47ce5f319d468e027b05c6eaae28c8f47c9f997 Author: Philip Withnall Date: Sat Jul 9 13:28:42 2011 +0100 grilo: Fix some variable shadowing warnings from gcc src/plugins/grilo/totem-grilo.c | 42 +++++++++++++++++++------------------- 1 files changed, 21 insertions(+), 21 deletions(-) commit b1f66e88249bdd5d95ce45bdf4678191982b2041 Author: Ignacio Casal Quinteiro Date: Sat Jul 9 14:28:58 2011 +0200 Update to libpeas 1.1 deprecations configure.in | 2 +- src/plugins/totem-plugins-engine.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 6e7561d0bdd75be6b800339dd21b48f413c57052 Author: Philip Withnall Date: Fri Jul 8 19:00:14 2011 +0100 Revert "sample-vala: Remove an unnecessary Vala dependency on GTK+" This reverts commit 00deab84c2c86b93d6460dbdbf0750910d1af7a9. Turns out I failed to actually get Vala to rebuild the sample-vala plugin when doing my testing, and it still fails with the GTK+ 3.0 GIR. src/plugins/sample-vala/Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit d2a5acfda652bd1fcabe22b06a53d2579936744b Author: Philip Withnall Date: Fri Jul 8 18:58:48 2011 +0100 youtube: Fix progress bar text in the YouTube plugin src/plugins/youtube/totem-youtube.c | 2 +- src/plugins/youtube/youtube.ui | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) commit b5d6a3e6fd3ba136d99950efcb093d86c09c898a Author: Philip Withnall Date: Fri Jul 8 18:58:30 2011 +0100 screenshot: Fix progress bar text in the gallery dialogue src/plugins/screenshot/totem-gallery-progress.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 74e344ff5e5446501332781acc733bce249758b0 Author: Philip Withnall Date: Fri Jul 8 18:52:53 2011 +0100 opensubtitles: Fix display of text on the progress bar Turns out that GTK+ helpfully disabled display of text on progress bars with the change to 3.0 unless a show-text property was set to True. Closes: bgo#654242 src/plugins/opensubtitles/opensubtitles.py | 12 ++++++------ src/plugins/opensubtitles/opensubtitles.ui | 5 ++++- 2 files changed, 10 insertions(+), 7 deletions(-) commit 1cb6f7345ec32c92ddf83fc922965911004f32fa Author: Muhammet Kara Date: Fri Jul 8 01:40:10 2011 +0300 [l10n]Updated Turkish translation po/tr.po | 2606 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 1492 insertions(+), 1114 deletions(-) commit 029fc47ac6d3e4b853e6598f1188f5238e8f9d9c Author: Abduxukur Abdurixit Date: Thu Jul 7 17:30:46 2011 +0200 Added UG translation po/ug.po | 1476 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 747 insertions(+), 729 deletions(-) commit 870b8a95cdfcbc45cd9c02b9f141ad50a074f798 Author: Vincent Untz Date: Wed Jul 6 10:27:39 2011 +0200 build: Fix detection of GDK backend in case of multiple backends The GDK backend detection routine only worked in the case where GTK+ is built for one and only one backend. https://bugzilla.gnome.org/show_bug.cgi?id=654070 configure.in | 93 ++++++++++++++++++++++++++++++--------------------------- 1 files changed, 49 insertions(+), 44 deletions(-) commit f9e070003cff2bc17ba77c0e9f43582ac740b1e0 Author: Bastien Nocera Date: Wed Jul 6 16:53:01 2011 +0100 grilo: Remove use of deprecated function grl_metadata_source_cancel() was replaced. src/plugins/grilo/totem-grilo.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit cd41ed1981858da9d9c53fd691f189438a3c619a Author: Bastien Nocera Date: Wed Jul 6 16:45:13 2011 +0100 grilo: Install totem-grilo.conf in plugin dir configure.in | 4 ---- src/plugins/grilo/Makefile.am | 2 +- src/plugins/grilo/totem-grilo.c | 5 +---- 3 files changed, 2 insertions(+), 9 deletions(-) commit 168ccc725e873d9e588c61f5d94ab457a07a2ec2 Author: Philip Withnall Date: Tue Jul 5 21:08:07 2011 +0100 docs: Update the command line options listing in the man page Closes: bgo#621976 data/totem.1 | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 147a20a5ff4f4eec3c212af453a8e3d8e6112355 Author: Philip Withnall Date: Tue Jul 5 21:00:28 2011 +0100 docs: Remove a reference to TotemPlugin from totem-dirs.c src/plugins/totem-dirs.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 1c31b67da176018776aae951092414129ebd365d Author: Philip Withnall Date: Tue Jul 5 20:53:57 2011 +0100 docs: Update the plugin writing guide docs/reference/totem-plugins.xml | 73 ++++++++++++-------------------------- 1 files changed, 23 insertions(+), 50 deletions(-) commit aee1a5cc2d6105db1312a25b4bfc961ca48e3807 Author: Philip Withnall Date: Tue Jul 5 20:42:11 2011 +0100 docs: Add documentation strings to properties on GObjects This makes gtk-doc happy, and we all want to make gtk-doc happy. src/backend/bacon-video-widget-gst-0.10.c | 70 ++++++++++++++-------------- src/totem-cell-renderer-video.c | 9 ++-- src/totem-object.c | 18 ++++--- src/totem-video-list.c | 9 ++-- 4 files changed, 55 insertions(+), 51 deletions(-) commit 3effa6dd566572882a8cc29755f7e4ee2424efd8 Author: Philip Withnall Date: Tue Jul 5 20:26:08 2011 +0100 docs: Fix various minor problems with the API documentation Mostly fixes for my incorrect usage of the const syntax (“%”) to denote numeric constants, which it turns out should be denoted using 0 instead (for example). src/backend/bacon-video-widget-gst-0.10.c | 61 +++++++++++++-------------- src/egg-macros.h | 2 +- src/plugins/chapters/totem-chapters-utils.c | 4 +- src/plugins/chapters/totem-cmml-parser.c | 4 +- src/plugins/chapters/totem-edit-chapter.c | 4 +- src/totem-object.c | 18 ++++---- 6 files changed, 46 insertions(+), 47 deletions(-) commit 096191538999dad46b3c0c81058236c20d991834 Author: Philip Withnall Date: Tue Jul 5 20:14:32 2011 +0100 docs: Update lists of documented symbols Closes: bgo#598805 docs/reference/Makefile.am | 19 ++++--------------- docs/reference/totem-sections.txt | 5 +++++ 2 files changed, 9 insertions(+), 15 deletions(-) commit 7c19e79e6911a9c6dcf1a1e8e9d9f111962a196f Author: Philip Withnall Date: Tue Jul 5 19:54:33 2011 +0100 l10n: Fix some invalid XML caused by a typo in the ro help translation help/ro/ro.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0974bf1e5d5201579321e5c28c19c7f59a4912e1 Author: Philip Withnall Date: Tue Jul 5 19:43:36 2011 +0100 dbusservice: Fix intltool warnings about mismatched quotes in comments Silly intltool. src/plugins/dbusservice/dbusservice.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 68c34a68c8a2e91436a372b1396041435f76d9e3 Author: Philip Withnall Date: Tue Jul 5 19:07:40 2011 +0100 opensubtitles: Don't glitchily sensitise the Apply button while searching src/plugins/opensubtitles/opensubtitles.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit c086e3c5ffbae252b979ec99c3e94f0c1bf5bd21 Author: Philip Withnall Date: Tue Jul 5 19:02:27 2011 +0100 opensubtitles: Don't arbitrarily show and hide the tree view headers src/plugins/opensubtitles/opensubtitles.py | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit 00deab84c2c86b93d6460dbdbf0750910d1af7a9 Author: Philip Withnall Date: Tue Jul 5 18:40:45 2011 +0100 sample-vala: Remove an unnecessary Vala dependency on GTK+ src/plugins/sample-vala/Makefile.am | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 015eafdce9afaa34d561f1c1a19001cfa6e9cab8 Author: Bastien Nocera Date: Tue Jul 5 14:22:01 2011 +0100 grilo: Update required grilo version So that grilo doesn't break the terms of service. configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d7c623bca9d06a09751c3c9dcc933e7c668303f7 Author: Bastien Nocera Date: Tue Jul 5 14:19:16 2011 +0100 grilo: Add YouTube API key For searches and browsing. src/plugins/grilo/totem-grilo.conf | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 8d1de246200749bdd0fab9e77784273dedf69a51 Author: Fran Dieguez Date: Mon Jul 4 21:26:46 2011 +0200 Updated Galician translations po/gl.po | 509 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 221 insertions(+), 288 deletions(-) commit 1a5e4f1b9a0b8ed2a547e0b956a3d87bf2c0374d Author: Philip Withnall Date: Sun Jul 3 14:29:38 2011 +0100 build: Fix smclient configuration when building against GTK+ with Broadway Closes: bgo#652999 configure.in | 41 ++++++++++++++++++++++++++++++----------- 1 files changed, 30 insertions(+), 11 deletions(-) commit f29e09c016e03b6d870af93e74742cd9715604f8 Author: Matej Urbančič Date: Sat Jul 2 20:32:29 2011 +0200 Updated Slovenian translation po/sl.po | 559 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 250 insertions(+), 309 deletions(-) commit 481871132d4175d4f7bf7523901caf7ca775ee4a Author: Philip Withnall Date: Sat Jul 2 13:18:37 2011 +0100 main: Fix some compilation warnings Mostly warnings to do with not listing all members of an enum in a switch over an instance of that enum. src/backend/bacon-video-widget-gst-0.10.c | 96 ++++++++++++++++++++++++----- src/backend/bvw-test.c | 2 +- src/totem-audio-preview.c | 27 ++++++++ src/totem-video-thumbnailer.c | 57 +++++++++++++++++- 4 files changed, 165 insertions(+), 17 deletions(-) commit 5b7e374270587162630ca9c903b92db3fb9c140e Author: Yaron Shahrabani Date: Sat Jul 2 10:31:06 2011 +0300 Updated Hebrew translation po/he.po | 641 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 284 insertions(+), 357 deletions(-) commit 6d38d0fef2794f371cdb81b1998ee3e2a8d2acc8 Author: Philip Withnall Date: Fri Jul 1 18:24:25 2011 +0100 properties: Don't call g_strdup_printf() on a placeholder-less-string Use g_strdup() instead. See commit bafff377e2207f92cdd33ebc6e770d9970e74ee1. src/properties/bacon-video-widget-properties.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 736793b389b3e702eeb92ae76f6b27f7daa3a8ab Author: Kjartan Maraas Date: Fri Jul 1 18:22:31 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 482 ++++++++++++++++++-------------------------------------------- 1 files changed, 141 insertions(+), 341 deletions(-) commit 1d1cacfc8ecb4df38d4184bfd122d387214e8c79 Author: Bastien Nocera Date: Fri Jul 1 11:21:00 2011 +0100 docs: Remove outdated definitions docs/reference/totem-sections.txt | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit a81b3d52acef8bdb16374594ba03cf98225facd6 Author: Bastien Nocera Date: Fri Jul 1 11:14:09 2011 +0100 plugins: Remove jamendo plugin As grilo provides us with one itself. configure.in | 4 +- po/POTFILES.in | 4 - src/plugins/jamendo/Makefile.am | 22 - src/plugins/jamendo/jamendo.convert | 3 - src/plugins/jamendo/jamendo.plugin.in | 9 - src/plugins/jamendo/jamendo.py | 748 -------------------- src/plugins/jamendo/jamendo.ui | 603 ---------------- ...g.gnome.totem.plugins.jamendo.gschema.xml.in.in | 20 - 8 files changed, 1 insertions(+), 1412 deletions(-) commit dbcbecedfecc9b1a83a690ed135d088e565e36a1 Author: Bastien Nocera Date: Fri Jul 1 11:10:40 2011 +0100 plugins: Remove tracker plugin As grilo provides us with one itself. configure.in | 10 +- po/POTFILES.in | 3 - src/plugins/tracker/Makefile.am | 19 - src/plugins/tracker/totem-tracker-widget.c | 889 ---------------------------- src/plugins/tracker/totem-tracker-widget.h | 54 -- src/plugins/tracker/totem-tracker.c | 79 --- src/plugins/tracker/tracker.plugin.in | 9 - 7 files changed, 1 insertions(+), 1062 deletions(-) commit 2bf7cb102628735432cec71ea42954779c95c8ed Author: Bastien Nocera Date: Fri Jul 1 11:10:26 2011 +0100 backend: Add missing doc src/backend/bacon-video-widget.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2c9998c1fe3e9674c1310bf9898edf6178ba8ae8 Author: Bastien Nocera Date: Fri Jul 1 10:48:45 2011 +0100 po: Add missing file po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 09d4692fc066a836a2d24d13893412f50658dd2b Author: Bastien Nocera Date: Fri Jul 1 10:45:16 2011 +0100 main: Fix saving the last used sidebar We were closing the plugins too early, and always thinking that the playlist was the last standing sidebar. src/totem-object.c | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) commit 787887e14923a8391a1206f3e1b4e852533a3d3c Author: Bastien Nocera Date: Fri Jul 1 10:35:10 2011 +0100 main: Avoid warning when state.ini doesn't exist As there will not be a page_id to reset to. src/totem-sidebar.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 287d76402b0be6fe7d704a4b333b2b6d13334767 Author: Bastien Nocera Date: Fri Jul 1 10:30:38 2011 +0100 grilo: Cancel searches when switching source And clear the results view in the process. src/plugins/grilo/totem-grilo.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit beef43b4f6f6ac3a4c0a69cf9e0e766e8a152d3c Author: Bastien Nocera Date: Thu Jun 30 16:35:47 2011 +0100 backend: Better debugging when paused buffering src/backend/bacon-video-widget-gst-0.10.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit c448f98c479715aab21e89160f2d32d963595362 Author: Daniel Mustieles Date: Fri Jul 1 10:12:50 2011 +0200 Updated Spanish translation po/es.po | 123 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 72 insertions(+), 51 deletions(-) commit f747225dd60783531b19ab749590e388ea1dd8a5 Author: Bastien Nocera Date: Thu Jun 30 16:00:40 2011 +0100 grilo: Use the description column for search In the browse sidebar treeview. src/plugins/grilo/grilo.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 82061b5e1ae4696a7bc4a839c99f92a073bf866d Author: Bastien Nocera Date: Thu Jun 30 15:59:07 2011 +0100 grilo: Add treeview header to Browse sidebar And merge everything in one column. src/plugins/grilo/grilo.ui | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) commit 0c25b666937026d8baae2859f80670e7a99faa2e Author: Bastien Nocera Date: Thu Jun 30 15:49:37 2011 +0100 grilo: Avoid lingering horizontal scrollbars When closing an expanded tree item in the browse sidebar. src/plugins/grilo/totem-grilo.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 49a8afb2fb54df122c824a932d0f5d8fca05de49 Author: Bastien Nocera Date: Thu Jun 30 14:45:39 2011 +0100 screenshot: Remove unused variable src/plugins/screenshot/gnome-screenshot-widget.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit dd83ab0c191c3972ec46569a81f36385df9fb8fb Author: Bastien Nocera Date: Thu Jun 30 14:44:32 2011 +0100 main: Fix vbox/hbox deprecations src/totem-interface.c | 3 ++- src/totem-statusbar.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) commit 2c31c7bd3db1d3156c0c7ea18832b03a2920c591 Author: Juan A. Suarez Romero Date: Mon Jun 20 18:19:46 2011 +0000 plugins: add Grilo plugin https://bugzilla.gnome.org/show_bug.cgi?id=628648 configure.in | 15 +- po/POTFILES.in | 2 + src/plugins/grilo/Makefile.am | 27 + src/plugins/grilo/grilo.plugin.in | 9 + src/plugins/grilo/grilo.ui | 211 ++++++ src/plugins/grilo/totem-grilo.c | 1417 ++++++++++++++++++++++++++++++++++++ src/plugins/grilo/totem-grilo.conf | 3 + 7 files changed, 1683 insertions(+), 1 deletions(-) commit bafff377e2207f92cdd33ebc6e770d9970e74ee1 Author: Bastien Nocera Date: Tue Jun 28 09:43:32 2011 +0100 properties: Add context to time translations src/properties/bacon-video-widget-properties.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 5a7c037ef0ee2121886770145477ddf7dc889790 Author: Christian Kirbach Date: Fri Jun 24 00:13:00 2011 +0200 [l10n] Updated German translation po/de.po | 831 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 419 insertions(+), 412 deletions(-) commit 7326b169e4a7066996cd0ff8d385cf674739b770 Author: Bastien Nocera Date: Wed Jun 22 10:08:11 2011 +0100 playlist: Force icons only toolbar style data/playlist.ui | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7319b5da4eea0ed18f05698ebb8dff343b07ccf7 Author: Matej Urbančič Date: Tue Jun 21 20:12:48 2011 +0200 Updated Slovenian translation po/sl.po | 234 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 119 insertions(+), 115 deletions(-) commit e7b01e8450db5ad65f2f1096fee3e46cfc4a91ae Author: Fran Diéguez Date: Tue Jun 21 14:38:24 2011 +0200 Updated Galician translations po/gl.po | 213 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 105 insertions(+), 108 deletions(-) commit 3208cc8c2ed1089fd14c3d517fc84f0b2f8d0517 Author: Jorge González Date: Mon Jun 20 19:46:19 2011 +0200 Updated Spanish translation po/es.po | 254 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 128 insertions(+), 126 deletions(-) commit 5267fed0bf17534f132061c8d80a455040c0a22d Author: Gabor Kelemen Date: Mon Jun 20 17:40:06 2011 +0100 Fix localization of the Nautilus file properties windows Audio/video tab Closes: bgo#652898 src/backend/bacon-video-widget-gst-0.10.c | 8 ++++---- src/backend/video-utils.c | 2 +- src/properties/bacon-video-widget-properties.c | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) commit 05ba9e12ddcfb12bc2af695726e24712a2767ea0 Author: Philip Withnall Date: Mon Jun 20 18:23:30 2011 +0100 youtube: Add optional support for compiling against libgdata 0.9.x This migrates Totem to the API changes in libgdata 0.9.0 and (unreleased) 0.9.1 if they're available. configure.in | 7 +++++++ src/plugins/youtube/totem-youtube.c | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 0 deletions(-) commit 3783bfa81fc649d06bd426c7b8ba14abc608a5d2 Author: Philip Withnall Date: Mon Jun 20 18:22:39 2011 +0100 chapters: Minor GtkBox fixes in the chapters plugin src/plugins/chapters/totem-chapters.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit de635df610be62dae82c4769f465c268b7885bf7 Author: Philip Withnall Date: Mon Jun 20 18:12:15 2011 +0100 Minor GtkBox fixes in TotemTrackerWidget src/plugins/tracker/totem-tracker-widget.c | 12 ++++++++---- src/plugins/tracker/totem-tracker-widget.h | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) commit 9e5c1c91226a910889b4ad371d72e903d327759d Author: Philip Withnall Date: Mon Jun 20 17:54:41 2011 +0100 Minor GtkBox fixes in bacon-video-widget-properties src/properties/bacon-video-widget-properties.c | 4 +++- src/properties/bacon-video-widget-properties.h | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) commit 7786834a1fb1261b331bc3983497360a4ce06d44 Author: Bastien Nocera Date: Mon Jun 20 11:32:33 2011 +0100 main: Fixing setting the playlist header title src/totem-playlist.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 34d6878e6862835a328c1a9195c80d64b6d57ebb Author: Daniel Nylander Date: Mon Jun 20 09:08:16 2011 +0200 Updated Swedish translation po/sv.po | 809 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 429 insertions(+), 380 deletions(-) commit 91d259dc2241be2b6cee071b45cfef2ed5865f23 Author: Bastien Nocera Date: Fri Jun 17 14:12:58 2011 +0100 main: Fix for GtkVBox changes Hopefully. src/totem-playlist.c | 5 ++++- src/totem-playlist.h | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) commit 6ffe7cbac2074c825d9912e21ee4ab032c83916a Author: Bastien Nocera Date: Fri Jun 17 14:12:30 2011 +0100 main: Add header to playlist Now that the sidebar drop-down is gone. data/playlist.ui | 2 +- src/totem-playlist.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) commit 65a1810f75075c31fd423391b4e78cbb543e9f19 Author: Bastien Nocera Date: Fri Jun 17 13:46:25 2011 +0100 po: Add missing plugin file po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit adc3ba965ab46a94335ffee06dacdad24322a093 Author: Bastien Nocera Date: Fri Jun 17 13:17:20 2011 +0100 plugins: Remove "Coherence" plugin configure.in | 8 +- po/POTFILES.in | 2 - src/plugins/coherence_upnp/Makefile.am | 8 - .../coherence_upnp/coherence_upnp.plugin.in | 9 -- src/plugins/coherence_upnp/coherence_upnp.py | 137 -------------------- 5 files changed, 1 insertions(+), 163 deletions(-) commit d2d3ee120b1ce6af5289c1c12d544fd08eb8ba72 Author: Bastien Nocera Date: Sun Jun 12 01:28:53 2011 +0100 main: Use gtk_tree_model_iter_previous() Now that it's in GTK+ itself. src/totem-playlist.c | 22 ++-------------------- 1 files changed, 2 insertions(+), 20 deletions(-) commit 0153c055d5ba88c65a7b22a729ba46805ed4eb42 Author: Bastien Nocera Date: Thu Jun 9 18:52:16 2011 +0100 main: Make menu items for sidebars work src/totem-sidebar.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit f089ef9eb675d59968688224935adfef118cc6ca Author: Bastien Nocera Date: Thu Jun 9 18:51:27 2011 +0100 chapters: Fix switching to the chapters sidebar The widget needs to be shown, otherwise GtkNotebook will refuse to switch to that page. src/plugins/chapters/totem-chapters.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b2cd9c31c991a59d21e8d9684098d1947fa0bc86 Author: Bastien Nocera Date: Thu Jun 9 18:29:54 2011 +0100 main: Remove sidebar drop-down item And add a menu item for each sidebar element in the View menu. data/totem.ui | 3 +- src/Makefile.am | 2 - src/ev-sidebar.c | 336 ----------------------------------- src/ev-sidebar.h | 76 -------- src/plugins/publish/totem-publish.c | 10 +- src/totem-object.c | 23 ++-- src/totem-sidebar.c | 174 +++++++++++++++---- src/totem-sidebar.h | 16 ++- 8 files changed, 175 insertions(+), 465 deletions(-) commit 76ab7caaea93c2056cc8ef0cddf083f0eadde0e5 Author: Bastien Nocera Date: Thu Jun 9 18:29:06 2011 +0100 save-file: Add keyboard shortcut for "Save" src/plugins/save-file/totem-save-file.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d4b98f1b46f3c8eff01f4c6263329e78eae3d7bd Author: Kjartan Maraas Date: Tue Jun 7 16:48:32 2011 +0200 Added Norwegian bokmål translation po/nb.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 1eec692fda0c2b8687a1a4e70fc0fcf04ce0ea8b Author: Fran Diéguez Date: Mon Jun 6 10:30:27 2011 +0200 Updated Galician translations po/gl.po | 944 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 481 insertions(+), 463 deletions(-) commit 6b08d46b7916bda002ce8e1f0abd8f99db3bb148 Author: Piotr Drąg Date: Wed Jun 1 23:48:52 2011 +0200 Updated Polish translation po/pl.po | 916 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 517 insertions(+), 399 deletions(-) commit 5a87df6264d6bba18cd11e5184ff714f155debe8 Author: Carles Ferrando Date: Sun May 29 19:08:48 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 1915 ++++++++++++++++++++++++++++++----------------------- 1 files changed, 1069 insertions(+), 846 deletions(-) commit 5b2459592dd775ff44132261c0843aea0ece1029 Author: Jorge González Date: Tue May 17 07:56:37 2011 +0200 Updated Spanish translation po/es.po | 39 +++++++++++++++++++-------------------- 1 files changed, 19 insertions(+), 20 deletions(-) commit c8b2a6af05e7c763f4acb01fd37245436641a53c Author: Sundararaj Reel Date: Mon May 16 17:22:26 2011 +0100 backend: Fix tracks not appearing with their language names src/backend/bacon-video-widget-gst-0.10.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 960bd304d44fe016382c755117eba1777dff4c87 Author: Andika Triwidada Date: Sun May 15 20:46:50 2011 +0700 Updated Indonesian translation po/id.po | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 5045c44c37b34fee143a4f1c694b3675fc1fd742 Author: Andika Triwidada Date: Sun May 15 20:44:09 2011 +0700 Updated Indonesian translation po/id.po | 1036 +++++++++++++++++++++++++------------------------------------- 1 files changed, 419 insertions(+), 617 deletions(-) commit 3565e7d30360eeefe6b27af435e62abca8ea1a3a Author: Bastien Nocera Date: Wed May 11 14:27:53 2011 +0100 build: Don't check for unused GStreamer elements configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)