commit 8b31a5c5325f481518f0aa1d4053efcdde5e24fa
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 22 17:51:24 2010 +0000

    Fix the order of arguments passed to Brasero

 .../brasero-disc-recorder/totem-disc-recorder.c    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1ebd9258c352ab7ee5d3eaf1b6cd504a6197f2d8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 22 17:45:32 2010 +0000

    Fix the API documentation build

 docs/reference/Makefile.am    |    4 +++-
 docs/reference/totem-docs.xml |   12 ++++++++----
 src/gsd-osd-window.c          |    4 ++--
 3 files changed, 13 insertions(+), 7 deletions(-)

commit 98f94e94d93d5d0da1405341a1bbadc15c94748d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 22 17:15:41 2010 +0000

    Fix breakage caused by GDK-X11 API changes
    
    This adds a dependency on gdk-x11-3.0 >= 2.91.7.

 configure.in                                       |    1 +
 src/backend/bacon-video-widget-gst-0.10.c          |    4 +-
 src/backend/video-utils.c                          |    4 +-
 .../brasero-disc-recorder/totem-disc-recorder.c    |   85 +++++++++++---------
 src/plugins/youtube/totem-youtube.c                |    2 +-
 src/totem-interface.c                              |    2 +-
 6 files changed, 54 insertions(+), 44 deletions(-)

commit 9784b9ffa96c872fb4c207eefea6c314c6bda5f1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 22 16:47:45 2010 +0000

    Update EggSmClient and EggDesktopFile from libegg master

 src/eggdesktopfile.c      |   10 ++++++++++
 src/eggdesktopfile.h      |    3 +++
 src/eggsmclient-osx.c     |    2 +-
 src/eggsmclient-private.h |    8 +++++++-
 src/eggsmclient-xsmp.c    |    5 +++++
 src/eggsmclient.c         |   29 ++++++++++++++++++++++-------
 6 files changed, 48 insertions(+), 9 deletions(-)

commit 7236532217893f725e1017b67f2dade900232bf7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 22 14:04:10 2010 +0000

    Fix GDK includes in EggSmClient
    
    GTK+ 2.91.7 removed the gdkconfig.h header, which EggSmClient used. This
    bumps our GTK+ dependency to 2.91.7.

 configure.in              |    2 +-
 src/eggsmclient-private.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 313206693d31c3c36b91979f59e3b62407c346f7
Author: Sahran <sahran.ug@gmail.com>
Date:   Tue Dec 21 21:02:52 2010 +0100

    Added UG translation

 po/ug.po | 6400 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 3309 insertions(+), 3091 deletions(-)

commit dd268b62c696c89540fba774768a10fdde0081d4
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Dec 21 12:54:04 2010 +0200

    Updated Hebrew translation.

 po/he.po |  175 ++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 115 insertions(+), 60 deletions(-)

commit 11a4278bee885abe73b1f14f2aeb776ea09abb7f
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Dec 21 11:09:04 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |  107 ++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 77 insertions(+), 30 deletions(-)

commit 3dcfb47239ba3f36b1937dab0971c59287b7ca25
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Dec 20 21:38:16 2010 +0000

    Bump our gnome-doc-utils dependency to 0.20.3
    
    This ensures that tarballs will be released with a fix for bgo#637465
    included. Closes: bgo#637490

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9593beb62e3a36bb60d76074b525d07f06855efa
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Dec 20 22:31:30 2010 +0100

    Updated Spanish translation

 po/es.po |  221 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 137 insertions(+), 84 deletions(-)

commit 62082281c9a306aee4df84b8ab61e054c1757bb7
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Dec 20 14:08:27 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |   41 ++++++++++++++++++++++++++---------------
 1 files changed, 26 insertions(+), 15 deletions(-)

commit d82b84bbec4c93ef5664b4e061eb9858375d04f3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Dec 20 01:02:16 2010 +0000

    Prompt the user to save changes to the chapter list before Totem closes
    
    Whenever the chapters plugin is deactivated, it will now prompt the user to
    save or discard changes to the current movie's chapter list, if any changes
    are outstanding.

 src/plugins/chapters/totem-chapters.c |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

commit 244cd469671bcd2923174cf7909bc7bb28e0f64e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Dec 20 00:59:32 2010 +0000

    Break a reference cycle in TotemPluginsEngine
    
    TotemPluginsEngine held the only reference on our PeasExtensionSet, which
    itself held a reference to the TotemPluginsEngine. This ensured that no
    plugins were actually deactivated before Totem was closed, leaking memory and
    leaving it impossible for the plugins to save state (etc.) before Totem was
    closed.
    
    This has been fixed by introducing an explicit
    totem_plugins_engine_shut_down() method, which is called right at the start
    of Totem's shut down code. It breaks the reference cycle by finalising the
    PeasExtensionSet early, before the TotemPluginsEngine is finalised later on.

 src/plugins/totem-plugins-engine.c |   47 ++++++++++++++++++++++++-----------
 src/plugins/totem-plugins-engine.h |    1 +
 src/totem-object.c                 |    3 ++
 3 files changed, 36 insertions(+), 15 deletions(-)

commit 53c3fc7b54e7cfca147329480c776479c8941aec
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Dec 20 00:58:55 2010 +0000

    Ensure totem_plugins_engine_get_default() always returns a new reference

 src/plugins/totem-dirs.c           |    2 ++
 src/plugins/totem-plugins-engine.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit ba7651f5478a503c17f3e950a5fc2e139ec9cb52
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Dec 20 00:57:44 2010 +0000

    Remove an incorrect unref from the chapters plugin

 src/plugins/chapters/totem-chapters.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 3da77064ae90dbc3fc0aabf2b7bf8145647f6e81
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Dec 19 23:47:42 2010 +0000

    Make column headings in the chapters plugin translatable
    
    They might not be visible, but they'll be used by accessibility programs, so
    should be translatable.

 src/plugins/chapters/totem-chapters.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 762970b82b4635a0b7af600358c1bb1b65ff58de
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Dec 19 23:38:45 2010 +0000

    Add a shadow to the tree view in the chapters plugin

 src/plugins/chapters/chapters-list.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3fb26689fe2bc5f08f875acc960ceb6b6ea08fd0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Dec 19 23:35:40 2010 +0000

    Reword some of the translatable strings in the chapters plugin

 src/plugins/chapters/chapters-edit.ui   |    2 +-
 src/plugins/chapters/chapters-list.ui   |   27 +++++++++++++--------------
 src/plugins/chapters/chapters.plugin.in |    2 +-
 src/plugins/chapters/totem-chapters.c   |    6 +++---
 4 files changed, 18 insertions(+), 19 deletions(-)

commit 86b06052ae9d4dabe911057aebb85ea13171437e
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Dec 19 01:03:14 2010 +0200

    Updated Hebrew translation.

 po/he.po |  241 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 127 insertions(+), 114 deletions(-)

commit b516adef02cccff9cbec0eee61bc17737b82bce2
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Dec 18 18:35:27 2010 +0100

    Updated Spanish translation

 po/es.po |  185 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 97 insertions(+), 88 deletions(-)

commit 1608daf3fb025bebc4fc9adb479a5e04094e3d59
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Dec 17 21:01:38 2010 +0000

    Tidy up the Python checks in configure.in
    
    This adds a dependency on pygobject-2.0 >= 2.27.0, as we depend on various bug
    fixes in it at runtime.

 configure.in |   60 ++++++++++++++++++++++-----------------------------------
 1 files changed, 23 insertions(+), 37 deletions(-)

commit 42679707cd3281843ea2f347785ff52e682ff196
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Nov 18 21:09:57 2010 +0000

    Use Unicode strings for translatable messages in Python plugins
    
    Convert all the translatable strings in the Python plugins to use Unicode
    strings, and ensure that all the .py files are UTF-8 encoded. This fixes
    gettext for translatable strings which use Unicode characters (such as
    ellipses).
    
    This also introduces Unicode characters to a few more strings, for
    consistency.
    
    Closes: bgo#619039

 src/plugins/coherence_upnp/coherence_upnp.py |   14 +++++----
 src/plugins/iplayer/iplayer.py               |    8 +++---
 src/plugins/iplayer/iplayer2.py              |    5 ++-
 src/plugins/jamendo/jamendo.py               |   38 +++++++++++++-------------
 src/plugins/opensubtitles/opensubtitles.py   |   26 +++++++++--------
 src/plugins/pythonconsole/pythonconsole.py   |   16 +++++-----
 6 files changed, 56 insertions(+), 51 deletions(-)

commit 9d086e27d2de84cccc99e768e08c3108b738c619
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Dec 17 14:41:15 2010 +0000

    Fix the Jamendo plugin's preferences dialogue
    
    This is due to the fact that bgo#637335 is now fixed.

 src/plugins/jamendo/jamendo.py |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

commit 5c599047b9e961e583efd3bbe88ca3bf6325cded
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Dec 17 14:36:36 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  198 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 111 insertions(+), 87 deletions(-)

commit bc24328afc82fbad3008f6369f88e61fcece9ec5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 17 13:23:37 2010 +0000

    all: Use symbolic icons for the volume level
    
    Requires a new GTK+, but it will just warn about an unknown
    property with older versions, so leave it at that for now.

 data/fullscreen.ui     |    1 +
 data/mozilla-viewer.ui |    1 +
 data/totem.ui          |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

commit 29c3c8d614f2dc54f7f4b2c6afe73f75e713b7a5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 17 13:19:10 2010 +0000

    main: Avoid some warnings zooming in on startup

 src/totem-object.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit e3cbce54df7dccf44315be6d42cea5edd41f731e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Dec 17 13:16:31 2010 +0000

    Fix a missing constructor argument in the OpenSubtitles plugin

 src/plugins/opensubtitles/opensubtitles.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 9ea634ef41da03ce5800f5eacc2db955fdb96ad0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 23:26:40 2010 +0000

    Bug 637357 — Don't query for GstNavigation on every motion-notify-event
    
    If an audio file is playing, there is no GstNavigation interface. However,
    it is queried for with each motion-notify-event. This patch adds an extra
    parameter to bvw_get_navigation_iface() that prevents it from querying for
    the navigation interface if it isn't already set. Closes: bgo#637357

 src/backend/bacon-video-widget-gst-0.10.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 6bb1cb01b62797840c54912a8c518593d2838786
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 23:03:56 2010 +0000

    Fix GSetting binding sensitivities
    
    Ensure that GSettings doesn't try to bind to non-existent “sensitivity”
    properties on TotemObject and BaconVideoWidget. This should theoretically
    improve startup performance a little, as GSettings will no longer be looking
    for several properties which don't exist.

 src/plugins/totem-plugins-engine.c |    2 +-
 src/totem-preferences.c            |   19 ++++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)

commit ca5559ebaf76c951e65219aa660769cd9d49910d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 22:58:32 2010 +0000

    Fix sensitivity of the “Visualization size” preference
    
    If visualisations were disabled before Totem was started, the “Visualization
    size” combo box would still be enabled as GSettings was binding it to the
    writeability of the visualization-quality key. We now handle writeability
    changes separately for this key so that this doesn't happen.

 src/totem-preferences.c |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

commit 90a1762cde5c3bfdfc73d1a8f4940277d362d88f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 22:38:21 2010 +0000

    Rename “audio out type” to “audio output type” in the BaconVideoWidget API
    
    This makes things more consistent, and has to be done before we reach the
    API freeze for 3.0 if it's to be done at all, because BvwAudioOutputType is
    effectively public API, since it's used in our GSettings schema.

 data/org.gnome.totem.gschema.xml.in.in    |    2 +-
 docs/reference/totem-sections.txt         |   10 +++++-----
 src/backend/bacon-video-widget-gst-0.10.c |   22 +++++++++++-----------
 src/backend/bacon-video-widget.h          |   12 ++++++------
 src/totem-preferences.c                   |    2 +-
 5 files changed, 24 insertions(+), 24 deletions(-)

commit be8183ef97c4ddad67d8392a75d469e439942cad
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 22:29:34 2010 +0000

    Remove unused variable from BaconVideoWidget
    
    vis_changed appeared to only ever be FALSE, and has been so since at least
    2.30.

 src/backend/bacon-video-widget-gst-0.10.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

commit 16538f22c7167c7dbb6dcbbbf205d6ebb2d7cacd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 22:27:32 2010 +0000

    Remove GSettings from BaconVideoWidget
    
    The last few straggly bits seem to be relics of the original port to
    GSettings.

 src/backend/bacon-video-widget-gst-0.10.c |   19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)

commit 769c0713d17471c8453fb39836d348ae06843b3b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 22:16:33 2010 +0000

    Remove audio-output-type GSettings machinery from BaconVideoWidget
    
    It belongs in totem-preferences.c.

 data/totem.ui                             |    1 -
 src/backend/bacon-video-widget-gst-0.10.c |   24 ++++++------------------
 src/totem-preferences.c                   |   18 +++++-------------
 3 files changed, 11 insertions(+), 32 deletions(-)

commit 66bc7ef1d961040b60dd98897cec689eedcfa7f6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 22:03:47 2010 +0000

    Add an audio-output-type property to BaconVideoWidget

 src/backend/bacon-video-widget-gst-0.10.c |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

commit b846fd43d94a17cedd06f6aa596dce22876cb015
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 21:55:25 2010 +0000

    Remove brightness, contrast, etc. GSettings machinery from BaconVideoWidget
    
    It doesn't belong in BaconVideoWidget, it belongs in totem-preferences.c.
    And that's where it now is. Closes: bgo#637317

 data/totem.ui                             |    4 --
 src/backend/bacon-video-widget-gst-0.10.c |   34 +-------------
 src/totem-preferences.c                   |   71 +++++++----------------------
 3 files changed, 19 insertions(+), 90 deletions(-)

commit e8982e9aec77cafee4839dd9820bd9c01ad73c2d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 21:29:52 2010 +0000

    Add brightness, contrast, saturation and hue properties to BaconVideoWidget

 src/backend/bacon-video-widget-gst-0.10.c |   77 ++++++++++++++++++++++++++++-
 1 files changed, 76 insertions(+), 1 deletions(-)

commit ecf5dd2f06e36ba0f6da9dc7af4f03918ccbd7f5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 21:22:22 2010 +0000

    Minor documentation fixes to BaconVideoWidget

 src/backend/bacon-video-widget-gst-0.10.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 43d1b4022561b64a18755d136a004f57d436db77
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Dec 15 22:00:43 2010 +0100

    Updated Spanish translation

 po/es.po |  114 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 61 insertions(+), 53 deletions(-)

commit 0e49f9aaf3251e1bf3268ad5fd22c030778c97a3
Author: Abderrahim Kitouni <a.kitouni@gmail.com>
Date:   Wed Dec 15 20:37:48 2010 +0100

    Fix a typo in the python console plugin

 src/plugins/pythonconsole/pythonconsole.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 94f7eca4af87a06c4c557582364f0f240b94c497
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 19:06:42 2010 +0000

    Fix the GVariant code in the Jamendo plugin's configuration dialogue
    
    The dialogue is still broken due to bgo#637175, however.

 src/plugins/jamendo/jamendo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1b9e1114614b8629ef1d4a2e8baae6675f63ba32
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 17:08:41 2010 +0000

    Fix an XML escaping error
    
    I can't write XML.

 data/totem.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8a810680960f0e7d2d9e10b6f21da21332a5bbfe
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 16:31:04 2010 +0000

    Use the new totem_playlist_add_mrls() API to add multiple playlist entries
    
    As described in the previous commit, this new API ensures that when adding
    multiple playlist entries asynchronously, they're not added to Totem's
    playlist out of order. Closes: bgo#636686

 src/plugins/publish/totem-publish.c |    7 +++-
 src/totem-object.c                  |   70 ++++++++++++++--------------------
 src/totem-playlist.c                |   28 ++++++++------
 src/totem-video-list.c              |    7 +++-
 4 files changed, 57 insertions(+), 55 deletions(-)

commit 68702722fecd6baf8e006ab5804cbcd760182c87
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 14:37:59 2010 +0000

    Add totem_playlist_add_mrls() API
    
    Due to various places in Totem calling the new asynchronous playlist parsing
    API on lists of items, it's now possible for playlist to be added to Totem in
    orders other than their input order. This is bad.
    
    This commit adds a new totem_playlist_add_mrls() API, which asynchronously
    adds lists of MRLs to Totem's playlist, preserving their input order.
    
    Helps: bgo#636686

 src/totem-playlist.c |  251 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/totem-playlist.h |   16 +++
 2 files changed, 267 insertions(+), 0 deletions(-)

commit 86c5834c32e8d5d3b50042606b62b4de633ce802
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 16:56:56 2010 +0000

    Bug 637309 — translation context needed
    
    Add a translation context and a new translators' comment for the string
    “Auto”. Closes: bgo#637309

 data/totem.ui    |    2 +-
 src/totem-menu.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 95e2a5e3902709a2d5987ce634296a701c802ac8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 16:50:19 2010 +0000

    Update British English translation

 po/en_GB.po |  945 +++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 538 insertions(+), 407 deletions(-)

commit 30c0497d5b173c09ef707e545c8fb9620eb6d972
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 15 11:00:19 2010 +0000

    Bug 622698 — "go -> skip to..." dialog entry is too small
    
    Change the character width of TotemTimeEntry according to the character
    width of the maximum number it can display at any time. This causes the
    “Skip To” dialogue to be resized accordingly (whenever it's displayed or a
    new video is loaded). Closes: bgo#622698

 src/plugins/skipto/totem-time-entry.c |   67 ++++++++++++++++++++++++++++++++-
 src/plugins/skipto/totem-time-entry.h |    3 +
 2 files changed, 69 insertions(+), 1 deletions(-)

commit 0041fa3b8d1fadda1d1799e19443b5d3707be652
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Dec 14 12:52:35 2010 +0000

    Bug 635851 — Fullscreen button enabled with no media
    
    Disable the fullscreen button unless some media is being played.
    Closes: bgo#635851

 src/totem-object.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit fd2bd4e89b39d61f083924bbd0c068516b393f35
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Dec 14 17:53:25 2010 +0000

    Reduce Totem's libpeas dependency to 0.7.0
    
    I was mistaken in bumping it; libpeas-ui became libpeas-gtk in 0.7.0, not
    0.7.1.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a7089ee9ad19f6ea2095d4f27695c1b196415c83
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Dec 14 12:39:00 2010 +0000

    Bug 635440 — Add the shortcut Ctrl+= for zooming in

 src/totem-object.c |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

commit 0d84d5931030957210a031e74c5ff6d7fcace635
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Dec 14 01:38:01 2010 +0000

    Move from peas-ui to peas-gtk
    
    For version 0.7.1, libpeasui is being renamed to libpeasgtk. This implements
    that change, and bumps our libpeas dependency to 0.7.1 accordingly.

 configure.in                       |    4 ++--
 src/Makefile.am                    |    4 ++--
 src/plugins/totem-plugins-engine.c |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 33f40c087b7a6f416b4bce8549038bf24137aaae
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Dec 13 22:21:30 2010 +0000

    Bug 637191 — Port to GtkStyleContext

 browser-plugin/totem-plugin-viewer.c |   33 ++++++++++++++++++++++++---------
 data/Makefile.am                     |    3 ++-
 data/mozilla-viewer.css              |    5 +++++
 src/totem-cell-renderer-video.c      |    2 +-
 src/totem-object.c                   |    9 ++++-----
 5 files changed, 36 insertions(+), 16 deletions(-)

commit 38d0cd416a0c7df01619b5c8bfd289b56929c883
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 13 12:30:48 2010 +0000

    youtube: Use new gdk-pixbuf APIs
    
    Instead of the copy/paste version we had so far.

 configure.in                        |    2 +-
 src/plugins/youtube/totem-youtube.c |  155 +----------------------------------
 2 files changed, 3 insertions(+), 154 deletions(-)

commit a23fe8096702c221e79b536f99d30e79733780fd
Author: Jan Schmidt <thaytan@noraisin.net>
Date:   Sun Dec 12 02:12:54 2010 +1100

    Fix title changes when the DVD chapters change.
    
    Remove the 'force' argument from totem_playlist_set_title,
    as we want to update the custom title whenever the metadata changes,
    making all calls to totem_playlist_set_title need force == TRUE anyway.
    
    Fixes updating the playlist label and window title when DVDs switch
    chapters or jump into/out of the menu, broken in 71eacd.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=594222

 src/totem-object.c   |    4 ++--
 src/totem-playlist.c |   11 +----------
 src/totem-playlist.h |    3 +--
 3 files changed, 4 insertions(+), 14 deletions(-)

commit 567f0e695054a2ab9222b8a0dc75d3491b768766
Author: Jan Schmidt <thaytan@noraisin.net>
Date:   Sun Dec 12 02:12:06 2010 +1100

    bvw: Fix trivial debug format string error.

 src/backend/bacon-video-widget-gst-0.10.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6ec2f1ead88c08f34f737fa6362e5e1aecd9e6f5
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Dec 11 20:56:45 2010 +0100

    Updated Slovenian translation

 po/sl.po |  188 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 102 insertions(+), 86 deletions(-)

commit c33b15f8ddeccdff5ad0c9d5b787a119b7a3dfde
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Dec 11 15:30:50 2010 +0100

    Updated Spanish translation

 po/es.po |  180 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 100 insertions(+), 80 deletions(-)

commit 996ac885d97bc1ab6c6b7059bec8fc36b8878371
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Dec 10 20:46:55 2010 +0100

    Updated Galician translations

 po/gl.po |  181 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 100 insertions(+), 81 deletions(-)

commit e49a607f54017690c5f6aef4c352cdbc01725daf
Author: Ivar Smolin <okul@linux.ee>
Date:   Fri Dec 10 12:16:00 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |   59 +++++++++++++++++++----------------------------------------
 1 files changed, 19 insertions(+), 40 deletions(-)

commit 936c3a597acac8975f341203124760ffaf1c0f9d
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Dec 9 15:56:13 2010 +0200

    Updated Hebrew translation.

 po/he.po |  177 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 98 insertions(+), 79 deletions(-)

commit f33006ff54496f3e046a3e3add0835bf96b06ba2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 8 12:25:47 2010 +0000

    po: Update for source changes

 po/POTFILES.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cce123f328297fe7b6cadeba5525eae94df0f2bb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 13:30:41 2010 +0000

    save-file: Add save file plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=350261

 configure.in                              |   17 ++-
 data/org.gnome.totem.gschema.xml.in.in    |    2 +-
 data/totem.ui                             |    5 +-
 src/plugins/save-file/Makefile.am         |   15 ++
 src/plugins/save-file/save-file.plugin.in |    9 +
 src/plugins/save-file/totem-save-file.c   |  351 +++++++++++++++++++++++++++++
 6 files changed, 395 insertions(+), 4 deletions(-)

commit 2f01bc54e3f0567f84df0a769b46017be419adce
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 19:06:10 2010 +0000

    browser: Clean up draw button after it stops glowing

 browser-plugin/totem-glow-button.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit dfb7c0a3dc7a9a2c1b769bd90bd74c03ad3faeeb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 19:05:32 2010 +0000

    browser: Port glow button to GtkStyleContext

 browser-plugin/totem-glow-button.c |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

commit b64f844f751ced52ce3775374e6eaf342467fb5f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 18:43:07 2010 +0000

    backend: Small source cleanup

 src/backend/bacon-video-widget-gst-0.10.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 99f5ceb3403809670ee0ba2198f9e956460a5b74
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Dec 6 20:04:22 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 1248 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 690 insertions(+), 558 deletions(-)

commit 57338dfe7b2f2cd83e6f53b5776378ac0e38e268
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 18:13:19 2010 +0000

    main: Port OSD to GtkStyleContext
    
    Copied from gnome-settings-daemon.

 src/gsd-media-keys-window.c |   38 +++---
 src/gsd-osd-window.c        |  289 +++++++++++++++++++++++++++++++++++--------
 src/gsd-osd-window.h        |    5 +-
 3 files changed, 259 insertions(+), 73 deletions(-)

commit 8e7ca24a7628b4361a3e45a9c0da430777669ca2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 15:58:14 2010 +0000

    screenshot: Port to GtkStyleContext

 src/plugins/screenshot/gnome-screenshot-widget.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 7797891e04fe16254aaee2403022c0722e2148a0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 15:44:53 2010 +0000

    main: Port video cell to GtkStyleContext

 src/totem-cell-renderer-video.c |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

commit d0ebe92204382c04f5b751897e190530a5e42561
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 15:22:03 2010 +0000

    backend: Fix for GtkStyle changes in GTK+
    
    "It is no longer necessary to call gtk_widget_style_attach(),
    gtk_style_attach(), gtk_style_detach() or gtk_widget_ensure_style()."
    
    Cool :)

 src/backend/bacon-video-widget-gst-0.10.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit b492b4dd1f95e4ae31b7b8631b96e5d44b00568e
Author: Benjamin Otte <otte@redhat.com>
Date:   Mon Dec 6 16:06:55 2010 +0100

    backend: Clean up the draw function
    
    Make sure to let only GStreamer touch the video window if we are showing
    a video. Don't touch it ourselves.
    Otherwise, draw the same stuff into it that we would draw onto the
    background.
    
    Also clean up the logo rendering to use Cairo exclusively.

 src/backend/bacon-video-widget-gst-0.10.c |   65 ++++++++++++-----------------
 1 files changed, 27 insertions(+), 38 deletions(-)

commit 74adcc6e1d350ff6e74d6031e0ae709aca52d3fd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 13:28:38 2010 +0000

    brasero: Fixes for latest GTK+ 3.x changes

 .../brasero-disc-recorder/totem-disc-recorder.c    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit dfa71e4808635735c4c46b704c384e05cf4deff2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 13:25:05 2010 +0000

    brasero: Remove unused variable

 .../brasero-disc-recorder/totem-disc-recorder.c    |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 7c89a390cd57b158e89b2029da5efcfafa10341c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 13:23:49 2010 +0000

    brasero: Remove burn menu items from popup
    
    They're already accessible from the main Movie menu, and just
    clutter the right-click menu.

 data/totem.ui                                      |    2 -
 .../brasero-disc-recorder/totem-disc-recorder.c    |   21 --------------------
 2 files changed, 0 insertions(+), 23 deletions(-)

commit 7b0fdfd1ce106d3dd1f26a0ebb66e58ce81c0009
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 6 13:22:14 2010 +0000

    Remove trailing tabs

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit aeff0aae98ca41efedf453465e638291cf8b236c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Dec 4 12:00:58 2010 +0000

    Include information about exported packages in GIR
    
    See: bgo#635287

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2a431a3df87a1e63770a3b56211682353eac4322
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Dec 3 18:10:58 2010 +0100

    Updated Slovenian translation

 po/sl.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 11fcbf6d9aea2d055ce5054493dc210e79f53404
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 3 01:27:15 2010 +0000

    backend: Use cairo_fill() to draw the black bg
    
    Instead of using cairo_rectangle() and cairo_paint(). Seeing
    as we already have a black background set, and paiting is much
    slower than clearing (or should be).
    
    This fixes some flicker in the display with more recent versions
    of GTK+ 3.x.

 src/backend/bacon-video-widget-gst-0.10.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit ac16366ad0fa981311a707d56f0c85ab33b55acd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 3 01:06:50 2010 +0000

    backend: Cleanup auto-resize code
    
    Thanks to Owen Taylor for the nice tricks!

 src/backend/bacon-video-widget-gst-0.10.c |   28 +++++++-----------
 src/backend/video-utils.c                 |   44 -----------------------------
 src/backend/video-utils.h                 |    3 --
 3 files changed, 11 insertions(+), 64 deletions(-)

commit 6041c95a252ef493c4cded16ac6fed0f8fe9ad3c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 3 00:19:21 2010 +0000

    backend: Fix for latest GTK+ 3.x breakage

 src/backend/bacon-resize.c                |   12 ++++++------
 src/backend/bacon-video-widget-gst-0.10.c |    4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

commit ba211535bec81385ad6cb3fc272a5f9419d6e2df
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 1 23:16:27 2010 +0000

    backend: Remove dead code

 src/backend/bacon-video-widget-gst-0.10.c |   31 -----------------------------
 1 files changed, 0 insertions(+), 31 deletions(-)

commit 52ca5b55ccef563322c731e54dbab854e5f3c5d7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 1 18:09:51 2010 +0000

    preview: Only list audio types as supported
    
    And not video types.

 src/totem-audio-preview.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 96601954b736c31a9daa83acac777ea6946d4182
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 1 18:09:24 2010 +0000

    data: Separate the support URI schemes to another file
    
    So that we can use it in scripts.

 data/Makefile.am          |    3 ++-
 data/desktop.sh           |   12 +++++++-----
 data/uri-schemes-list.txt |    9 +++++++++
 3 files changed, 18 insertions(+), 6 deletions(-)

commit 994cf65023ec776573a6376faebba71300c0760a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 24 12:28:21 2010 +0000

    Hide the slider when streaming
    
    So that people are not confused by the slider getting stuck in
    one location.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=549691

 configure.in       |    2 +-
 data/totem.ui      |    2 +-
 src/totem-object.c |   29 ++++++++++++++++++++++++-----
 3 files changed, 26 insertions(+), 7 deletions(-)

commit f0cad3b84b35afc4d2b9cca10696ade91c1fb29d
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Nov 27 16:52:15 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |   33 ++++++++++++---------------------
 1 files changed, 12 insertions(+), 21 deletions(-)

commit 3240c9cb824e8848ef8fa0529beeee1105f66154
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 26 18:13:55 2010 +0000

    main: Avoid adding files twice on startup
    
    Because we open them through totem_action_open_files() in
    app_init(), we don't need to do this again in
    totem_options_process_for_server().

 src/totem.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 394aacbb50f37831e77dad87d6fad081579a6556
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 26 17:35:36 2010 +0000

    chapters: Don't warn when we'll ignore the error later

 src/plugins/chapters/totem-cmml-parser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4be551479aaafd5c939922e0a5397e34af287269
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 24 12:27:47 2010 +0000

    Fix typo in NEWS

 NEWS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0d4e63e26825384237e9295233ebc00cd978050b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 22 18:34:53 2010 +0000

    main: Remove debug messages

 src/totem-options.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 5c96df455511f156e86a49f7ba6f17d56d38d6b7
Author: Ísis Binder <isis.binder@gmail.com>
Date:   Wed Nov 24 12:25:15 2010 -0200

    Updated Brazilian Portuguese translation

 help/pt_BR/pt_BR.po |  607 ++++++++++++++++++++++++++-------------------------
 1 files changed, 315 insertions(+), 292 deletions(-)

commit 6e1b23c62f46db25f0bb738f7fadb03e9e256975
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 22 14:38:25 2010 +0000

    data: Really make "sidebar" icon re-colour
    
    We need paths, not strokes, to be able to recolour the icon.

 data/icons/scalable/view-sidebar-symbolic.svg |   32 ++++++++++++------------
 1 files changed, 16 insertions(+), 16 deletions(-)

commit 16be75a384746d583e6e59eb70c77a140cd2faaf
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Mon Nov 22 20:15:10 2010 +1100

    Can't use both IT_PROG_INTLTOOL and AM_GNU_GETTEXT
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635134

 configure.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 0b9091e928d3c53556f740b0d47b7355181bb6b7
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 13:03:27 2010 +0100

    Added UG translation

 po/ug.po |  547 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 222 insertions(+), 325 deletions(-)

commit e173ee5c8f847d7529f78c1b18cdb68bbb9c0748
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Fri Nov 19 11:15:59 2010 +1100

    Link against the X libraries
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635136

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ab6356cca0290fce0b137fa34eb36cf43684c67c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 15 15:20:55 2010 +0000

    build: Update requirement for dbus-glib to 0.82
    
    As we've been using dbus_g_connection_unregister_g_object() for a
    while, and it only appeared in that version.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634831

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 52925836ae1813f50ca6949f68dbec473741bbf6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 15:23:05 2010 +0000

    Fix the OpenSubtitles plugin to use the latest PyGObject GTK+ overrides

 src/plugins/opensubtitles/opensubtitles.py |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 41bf18408a8155299c0868e65d97739374d59c3d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 14:21:48 2010 +0000

    Fix the Python Console plugin to use the latest PyGObject GTK+ overrides

 src/plugins/pythonconsole/console.py |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

commit 2880c4ee64db2785cdbd184abead6e1b3fab1dab
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 14:00:50 2010 +0000

    Fix row height in the Jamendo plugin
    
    This is done by changing from wrapping album titles to ellipsising them
    instead.

 src/plugins/jamendo/jamendo.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 85a5f9b53d524d361de10829cf86ea324c9a498d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 13:42:36 2010 +0000

    Fix sensitivity of album button in the Jamendo plugin

 src/plugins/jamendo/jamendo.py |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 54bfc371a3f79e7e15f54029fe558fd7717c5483
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 13:21:33 2010 +0000

    Fix enqueing and viewing album pages in the Jamendo plugin

 src/plugins/jamendo/jamendo.py |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

commit 23dcebe216890665c4e48f0517fadbf00f85273d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 12:56:11 2010 +0000

    Fix row expansion and context menus in the Jamendo plugin

 src/plugins/jamendo/jamendo.py |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 10695c57c6a1090b1de6bc0510f8a76142694d5f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 12:29:15 2010 +0000

    Fix the Jamendo plugin to use the latest PyGObject GTK+ overrides

 src/plugins/jamendo/jamendo.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 4d7d4e731b87852b97f64232452025a1ea1e42d0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 12:26:59 2010 +0000

    Ensure programme titles have XML entities decoded properly in iPlayer

 src/plugins/iplayer/iplayer.py  |    2 +-
 src/plugins/iplayer/iplayer2.py |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 70a36edbe499aa18b756ad6814efda86881b705a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 12:19:24 2010 +0000

    Fix the iPlayer plugin to use the latest PyGObject GTK+ overrides

 src/plugins/iplayer/iplayer.py |   36 +++++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 17 deletions(-)

commit f77023d9604e696cf4073c2e85202546d41e978d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 11:11:36 2010 +0000

    Update the README to reference GSettings instead of GConf

 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2b788d9af0b59e12edf3839b2871b7d506d670e4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Nov 14 11:11:23 2010 +0000

    Fix a typo in the OpenSubtitles schema path

 ...e.totem.plugins.opensubtitles.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a6963d8e10b1ff9bf58116f36ed64c76d7fa1ca7
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 22:59:12 2010 +0100

    Added UG translation

 po/ug.po | 4824 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 3194 insertions(+), 1630 deletions(-)

commit 962d8b841214508ed65905a9eb76a8edf0acb022
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Nov 9 10:46:39 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |   37 +++++++++----------------------------
 1 files changed, 9 insertions(+), 28 deletions(-)

commit 9c2f03d4bff1f8eb7ad42acf60feae7e8dfd4766
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 8 14:38:52 2010 +0000

    date: Fix data paths in GSettings schemas

 data/org.gnome.totem.gschema.xml.in.in             |    2 +-
 ...g.gnome.totem.plugins.jamendo.gschema.xml.in.in |    2 +-
 ...e.totem.plugins.opensubtitles.gschema.xml.in.in |    2 +-
 ...e.totem.plugins.pythonconsole.gschema.xml.in.in |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 244a071c0f5c449b83ff38e38e9a8b8a2a3d6ec8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Nov 6 21:21:43 2010 +0100

    Updated Slovenian translation

 po/sl.po | 1342 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 780 insertions(+), 562 deletions(-)

commit 291d610f6fc1ce83e5c968555221a6eefb41f3b6
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Nov 3 21:15:53 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |  307 ++++++++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 217 insertions(+), 90 deletions(-)

commit b71ea5c4b23fc1d6894143302fc82fd7ff0c2549
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Nov 3 18:06:55 2010 +0100

    Updated Spanish translation

 po/es.po |  280 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 137 insertions(+), 143 deletions(-)

commit 5fd36394dc209b44940df80aed8ed2154909376c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 3 13:37:24 2010 +0000

    mythtv: Remove plugin
    
    Seeing as upstream is dead, and the data is exported through UPnP
    already.

 configure.in                        |   11 +-
 src/plugins/mythtv/Makefile.am      |   15 -
 src/plugins/mythtv/mythtv.plugin.in |    9 -
 src/plugins/mythtv/totem-mythtv.c   |  494 -----------------------------------
 4 files changed, 1 insertions(+), 528 deletions(-)

commit 898c18db0cc5fb0a24c5eed46e921a5d7310dc29
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Nov 3 09:08:08 2010 +0200

    Updated Hebrew translation.

 po/he.po |  314 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 136 insertions(+), 178 deletions(-)

commit 594ba9562a3663c22a600ff7e8b0dbe734f2b395
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Wed Nov 3 08:48:04 2010 +0900

    Updated Japanese translation

 po/ja.po |  427 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 232 insertions(+), 195 deletions(-)

commit 67be87d1fbfb1f1ce10f6753c9a741fee52e5f41
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Nov 2 23:22:24 2010 +0100

    Updated Galician translations

 po/gl.po |  333 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 146 insertions(+), 187 deletions(-)

commit f190d08bc41232933565784dc900e9633507a173
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 2 15:52:48 2010 +0000

    2.91.0
    
    Fix dist'ing with Vala disabled.

 NEWS         |    7 +++++++
 configure.in |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit b1474af923716f949f578837926831269ec04449
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 2 16:25:56 2010 +0000

    Build: Fix POTFILES.in to reference the new plugin files

 po/POTFILES.in |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

commit 06a3f88f151e3bcb3119e2cb7b9845bb220dbd92
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 2 16:16:12 2010 +0000

    Remove sample-vala plugin
    
    As we have no Vala support anyway.

 configure.in                                       |   36 +-------------------
 src/plugins/sample-vala/Makefile.am                |   22 ------------
 src/plugins/sample-vala/sample-vala.plugin.in      |    8 ----
 .../sample-vala/totem-sample-vala-plugin.vala      |   22 ------------
 4 files changed, 1 insertions(+), 87 deletions(-)

commit 2825c12db0bfb9fda93b785f010ed6047bc5f25c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 2 15:44:11 2010 +0000

    youtube: Fix compile-time warning

 src/plugins/youtube/totem-youtube.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 026ba988526c4a156d5cbad2934116d1650463f3
Author: A S Alam <aalam@users.sf.net>
Date:   Tue Nov 2 08:52:56 2010 +0530

    update Punjabi Translation by A S Alam

 po/pa.po |   34 ++++------------------------------
 1 files changed, 4 insertions(+), 30 deletions(-)

commit 71047797f8c4975a17f1a721d669ba55dfa4de2c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Oct 30 03:20:47 2010 +0100

    Make movie player UI look good again
    
    Don't set the slider and button box containers to expand, so that
    the largest amount of space is kept for the video widget.
    
    Fixes weird looking UI since the recent Height-For-Width changes
    in GTK+ for 3.x.

 data/totem.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 473a6e8d2b95f1e0a84f2d99ab2c1c414dfafe65
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri Oct 29 21:55:30 2010 +0100

    Updated Catalan (Valencian) translation

 po/ca@valencia.po |  846 +++++++++++++++++++++++++++++++----------------------
 1 files changed, 490 insertions(+), 356 deletions(-)

commit 9ee03e0fd8a9d575c0b2bf6f1d9a3da3521472e3
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Oct 29 17:17:28 2010 +0100

    Prepare for the demise of size_request
    
    The size_request vfunc is going away in GTK3.
    This patch prepares totem for that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=633409

 src/backend/bacon-video-widget-gst-0.10.c |   19 +++++++++++++----
 src/gsd-osd-window.c                      |   31 +++++++++++++++++++++++-----
 2 files changed, 39 insertions(+), 11 deletions(-)

commit d818ea98b280d62e8c150ea3cc3fac1744c4d439
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 29 17:10:22 2010 +0100

    Port Totem to new GApplication code
    
    This cleans up Totem's initialisation, and cleans up its
    command-line handling.
    
    We do use one hack to handle window creation and command-line
    handling in the same function, as some of Totem's functionality
    requires knowing about the command-line.
    
    This however breaks activating the application via D-Bus.

 src/totem-options.c |  107 +++++++----------------
 src/totem-options.h |    3 +-
 src/totem-private.h |    2 +-
 src/totem.c         |  237 +++++++++++++++++++++++----------------------------
 4 files changed, 141 insertions(+), 208 deletions(-)

commit 0847cae7bb376190c74b433824c68c7a8ad85fd8
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Oct 26 08:47:56 2010 +0200

    Updated Hebrew translation.

 po/he.po | 1184 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 732 insertions(+), 452 deletions(-)

commit 09752cb735aad9c91d582e5b01cbcc558565de1d
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Mon Oct 25 07:44:28 2010 +0000

    Fix gtk_widget_hide_all() drop
    
    Replace it by gtk_widget_hide().

 browser-plugin/totem-plugin-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 82dfa6e67f413880be14fa5929aee93a7f1a95c0
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Mon Oct 25 07:52:31 2010 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po |  162 ++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 99 insertions(+), 63 deletions(-)

commit 03351c51014ce6cd00000beaf2aab632806ba23f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Oct 23 17:37:09 2010 +0100

    UTF-8 encode strings in the iPlayer plugin
    
    Due to bgo#60579, PyGObject will no longer accept Python Unicode objects as
    strings, so we need to UTF-8 encode them explicitly. Helps: bgo#626399

 src/plugins/iplayer/iplayer.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 090b85b9ebf8c3baa496d73f60e3fb6ed871b4e8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Oct 23 17:31:45 2010 +0100

    Work around bgo#620912 in the iPlayer plugin
    
    There doesn't seem to be any progress towards solving the big problem
    which is bgo#620912, so we just work around it.

 src/plugins/iplayer/iplayer.py |   36 +++++++++++++++++++++++-------------
 1 files changed, 23 insertions(+), 13 deletions(-)

commit 8de995d28a40deb0d59382cf632f963187b38f85
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Oct 23 14:37:05 2010 +0100

    Remove outdated properties from the Jamendo plugin GtkBuilder file

 src/plugins/jamendo/jamendo.ui |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 765d5d6dd1bec29aadf4a204b16eb77a613103f8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Oct 23 14:34:10 2010 +0100

    Remove an outdated hack from the Jamendo plugin

 src/plugins/jamendo/jamendo.py |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

commit 9edfcdeed3cd5d937c15049ed60c8c2a5154e55b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Oct 23 13:58:32 2010 +0100

    Fix use of GtkTreeView.get_path_at_pos() in the Jamendo plugin
    
    This means it pretty much works now.

 src/plugins/jamendo/jamendo.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit db514ed6f5d61929a0b240f7cca7eddc9139f373
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Oct 23 13:53:32 2010 +0100

    Remove workaround for bgo#622987
    
    Since bgo#622987 now has a fix, the workaround for it in the Jamendo plugin
    is no longer necessary.

 src/plugins/jamendo/jamendo.py |   20 ++++----------------
 src/plugins/jamendo/jamendo.ui |    6 +++---
 2 files changed, 7 insertions(+), 19 deletions(-)

commit 2f9199224aa162147d9789a89da4dddb113a51e5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 18 16:07:18 2010 +0100

    Fix for gtk_combo_box_append_text() deprecation

 src/totem-preferences.c |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

commit 666ff7e98dd4b48c7e2a1b0ebd26e363b613dd8d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 18 15:54:57 2010 +0100

    Fix warning when building against latest GTK+ 3.x

 src/totem-cell-renderer-video.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8b5aa922804b39c1d3b63eafba2ba6290fccae9b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 18 14:25:17 2010 +0100

    Fix gtk_widget_size_request deprecation

 browser-plugin/totem-plugin-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4bdd6a36a2268744575d9f105043033114a9ae0c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 18 14:22:34 2010 +0100

    browser-plugin: No more resize grip

 browser-plugin/totem-plugin-viewer.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit ccc9c78873d06ed61ca705188b716acba5146846
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 18 14:11:26 2010 +0100

    Don't show/hide our resize grip ourselves
    
    The code in GTK+ to show resize grips in every window should be
    taking care of this for us.

 src/totem-object.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 191030b3edea6c10d9f3c7b24b8b12849758600d
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Fri Oct 15 00:34:25 2010 +0200

    [l10n] Updated German translation

 po/de.po |  961 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 532 insertions(+), 429 deletions(-)

commit caa14d6e6a136cb7b68bbc9c7d012ec29ebfefe0
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 14 21:24:41 2010 +0200

    Added sl for Slovenian translation

 help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c272c84c644a4932e995fec3062dd524451984c0
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 14 21:24:41 2010 +0200

    Added Slovenian translation

 help/sl/sl.po | 1102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1102 insertions(+), 0 deletions(-)

commit d1dbb82c67bf3283dd4d649dffd0d0fbaa0571b9
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Tue Oct 12 13:12:13 2010 +0300

    Updated Romanian translation

 po/ro.po |  982 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 544 insertions(+), 438 deletions(-)

commit 38f29dd035eb3e4ae84a2843710a2ae542a34d28
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 11 19:28:45 2010 +0100

    Some fixes for parallel builds

 browser-plugin/Makefile.am                |    7 +++++--
 src/plugins/media-player-keys/Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

commit d8e3019fec486697748ffbb8f00b02baa1bf433b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Oct 9 14:25:59 2010 +0200

    Updated Spanish translation

 po/es.po |  135 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 85 insertions(+), 50 deletions(-)

commit 8eb71e3fb36af204023ded0a1946f2700154b531
Author: A S Alam <aalam@users.sf.net>
Date:   Sat Oct 9 08:10:37 2010 +0530

    updating translation for Punjabi

 po/pa.po |  957 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 535 insertions(+), 422 deletions(-)

commit 1c1672491442722ffff58c5ec2645096283b255f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Oct 9 00:14:38 2010 +0100

    Use upstream gettext instead of GLib's gettext
    
    As explained here: http://blogs.gnome.org/jjardon/2010/10/08
    /use-upstream-gettext-instead-the-glib-one/.

 configure.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 82f2996a85eb166af71eed918927dfe654867147
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 8 14:16:27 2010 +0100

    List audio/mp2 as supported

 data/mime-type-list.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b337849b174efd6b11304ddcdd3cfda015ffef5b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 8 11:34:32 2010 +0100

    Fix x-scheme-handler/ printing
    
    Missing a little ";"

 data/desktop.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8e9df8979212e11ab00d51b9146e5a1e3f7caf5d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 7 14:51:53 2010 +0100

    2.90.6
    
    Remove extraneous plugin file, and disable Vala plugins from
    the dist for now.

 Makefile.am                                     |    2 +-
 NEWS                                            |   22 ++++++++++++++++++++++
 configure.in                                    |    2 +-
 src/plugins/grilo-search/grilo-search.plugin.in |    8 --------
 4 files changed, 24 insertions(+), 10 deletions(-)

commit 735a32a984262336bc148fad37dc3be95a8738db
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 7 14:28:08 2010 +0100

    Use new GTK+ 3.x drawing APIs in glow button
    
    With help from Benjamin Otte's work on the panel tasklist:
    http://git.gnome.org/browse/libwnck/commit/?h=gtk3&id=211a61d40b3cbac8ac38d3efe17e885b00e85f0e
    http://git.gnome.org/browse/libwnck/commit/?h=gtk3&id=1857f00faa225c41a3d5d1ca5bce0c10e1c7deb6

 browser-plugin/totem-glow-button.c |  218 ++++++++---------------------------
 1 files changed, 50 insertions(+), 168 deletions(-)

commit 74833ef98e515104a5ef10b0e59af0b5a0244ed7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 5 11:06:41 2010 +0100

    Add support for URI scheme handlers

 data/desktop.sh           |    7 +++++++
 data/mime-functions.sh    |    4 ++--
 data/mime-type-include.sh |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

commit 9655a4d4c860a5e11135915dc4ee6c1b93cc3365
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Oct 7 12:54:15 2010 +0200

    Updated Galician translations

 po/gl.po | 1292 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 788 insertions(+), 504 deletions(-)

commit 83a6792f80a8de73c3bb2dd13bc44e16a22039b7
Author: Ross Burton <ross@linux.intel.com>
Date:   Sat Sep 25 09:08:15 2010 +0100

    Check if large thumbnails need borders
    
    Otherwise large (>256) raw thumbnails got sprockets anyway.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621802

 src/totem-video-thumbnailer.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit a5f081f92be3ea42143c55b35e57bd5fc0937335
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 4 23:52:34 2010 +0100

    Rename plugin files for new libpeas API

 src/plugins/Makefile.plugins                       |    4 ++--
 src/plugins/bemused/Makefile.am                    |    2 +-
 src/plugins/bemused/bemused.plugin.in              |    9 +++++++++
 src/plugins/bemused/bemused.totem-plugin.in        |    9 ---------
 src/plugins/brasero-disc-recorder/Makefile.am      |    2 +-
 .../brasero-disc-recorder.plugin.in                |    9 +++++++++
 .../brasero-disc-recorder.totem-plugin.in          |    9 ---------
 src/plugins/chapters/Makefile.am                   |    2 +-
 src/plugins/chapters/chapters.plugin.in            |    9 +++++++++
 src/plugins/chapters/chapters.totem-plugin.in      |    9 ---------
 src/plugins/coherence_upnp/Makefile.am             |    2 +-
 .../coherence_upnp/coherence_upnp.plugin.in        |    9 +++++++++
 .../coherence_upnp/coherence_upnp.totem-plugin.in  |    9 ---------
 src/plugins/dbus-service/Makefile.am               |    2 +-
 src/plugins/dbus-service/dbus-service.plugin.in    |    9 +++++++++
 .../dbus-service/dbus-service.totem-plugin.in      |    9 ---------
 src/plugins/galago/Makefile.am                     |    2 +-
 src/plugins/galago/galago.plugin.in                |    9 +++++++++
 src/plugins/galago/galago.totem-plugin.in          |    9 ---------
 src/plugins/grilo-search/grilo-search.plugin.in    |    8 ++++++++
 src/plugins/gromit/Makefile.am                     |    2 +-
 src/plugins/gromit/gromit.plugin.in                |    8 ++++++++
 src/plugins/gromit/gromit.totem-plugin.in          |    8 --------
 src/plugins/iplayer/Makefile.am                    |    2 +-
 src/plugins/iplayer/iplayer.plugin.in              |    9 +++++++++
 src/plugins/iplayer/iplayer.totem-plugin.in        |    9 ---------
 src/plugins/jamendo/Makefile.am                    |    2 +-
 src/plugins/jamendo/jamendo.plugin.in              |    9 +++++++++
 src/plugins/jamendo/jamendo.totem-plugin.in        |    9 ---------
 src/plugins/lirc/Makefile.am                       |    2 +-
 src/plugins/lirc/lirc.plugin.in                    |    8 ++++++++
 src/plugins/lirc/lirc.totem-plugin.in              |    8 --------
 src/plugins/media-player-keys/Makefile.am          |    2 +-
 .../media-player-keys/media-player-keys.plugin.in  |    9 +++++++++
 .../media-player-keys.totem-plugin.in              |    9 ---------
 src/plugins/mythtv/Makefile.am                     |    2 +-
 src/plugins/mythtv/mythtv.plugin.in                |    9 +++++++++
 src/plugins/mythtv/mythtv.totem-plugin.in          |    9 ---------
 src/plugins/ontop/Makefile.am                      |    2 +-
 src/plugins/ontop/ontop.plugin.in                  |    8 ++++++++
 src/plugins/ontop/ontop.totem-plugin.in            |    8 --------
 src/plugins/opensubtitles/Makefile.am              |    2 +-
 src/plugins/opensubtitles/opensubtitles.plugin.in  |    9 +++++++++
 .../opensubtitles/opensubtitles.totem-plugin.in    |    9 ---------
 src/plugins/properties/Makefile.am                 |    2 +-
 src/plugins/properties/movie-properties.plugin.in  |    9 +++++++++
 .../properties/movie-properties.totem-plugin.in    |    9 ---------
 src/plugins/publish/Makefile.am                    |    2 +-
 src/plugins/publish/publish.plugin.in              |    8 ++++++++
 src/plugins/publish/publish.totem-plugin.in        |    8 --------
 src/plugins/pythonconsole/Makefile.am              |    2 +-
 src/plugins/pythonconsole/pythonconsole.plugin.in  |    9 +++++++++
 .../pythonconsole/pythonconsole.totem-plugin.in    |    9 ---------
 src/plugins/sample-python/Makefile.am              |    2 +-
 src/plugins/sample-python/sample-python.plugin.in  |    9 +++++++++
 .../sample-python/sample-python.totem-plugin.in    |    9 ---------
 src/plugins/sample-vala/Makefile.am                |    2 +-
 src/plugins/sample-vala/sample-vala.plugin.in      |    8 ++++++++
 .../sample-vala/sample-vala.totem-plugin.in        |    8 --------
 src/plugins/screensaver/Makefile.am                |    2 +-
 src/plugins/screensaver/screensaver.plugin.in      |    9 +++++++++
 .../screensaver/screensaver.totem-plugin.in        |    9 ---------
 src/plugins/screenshot/Makefile.am                 |    2 +-
 src/plugins/screenshot/screenshot.plugin.in        |    9 +++++++++
 src/plugins/screenshot/screenshot.totem-plugin.in  |    9 ---------
 src/plugins/sidebar-test/Makefile.am               |    2 +-
 src/plugins/sidebar-test/sidebar-test.plugin.in    |    9 +++++++++
 .../sidebar-test/sidebar-test.totem-plugin.in      |    9 ---------
 src/plugins/skipto/Makefile.am                     |    2 +-
 src/plugins/skipto/skipto.plugin.in                |    9 +++++++++
 src/plugins/skipto/skipto.totem-plugin.in          |    9 ---------
 src/plugins/thumbnail/Makefile.am                  |    2 +-
 src/plugins/thumbnail/thumbnail.plugin.in          |    8 ++++++++
 src/plugins/thumbnail/thumbnail.totem-plugin.in    |    8 --------
 src/plugins/totem-plugins-engine.c                 |    2 --
 src/plugins/tracker/Makefile.am                    |    2 +-
 src/plugins/tracker/tracker.plugin.in              |    9 +++++++++
 src/plugins/tracker/tracker.totem-plugin.in        |    9 ---------
 src/plugins/youtube/Makefile.am                    |    2 +-
 src/plugins/youtube/youtube.plugin.in              |    8 ++++++++
 src/plugins/youtube/youtube.totem-plugin.in        |    8 --------
 81 files changed, 263 insertions(+), 257 deletions(-)

commit e5703515b90ddcbd023f1383280c87074091ec8e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 4 23:49:06 2010 +0100

    Fix plugin manager creation with new libpeas

 src/totem-menu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cc6e97fc6f25e1c022465d471821e6161406325b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 4 16:36:03 2010 +0100

    Port video renderer widget to GTK+ 3.x
    
    With help from Matthias Clasen <mclasen@redhat.com>

 src/totem-cell-renderer-video.c |   23 ++++++++---------------
 1 files changed, 8 insertions(+), 15 deletions(-)

commit d2f926690f3f397f991d3d941ed56a79f0a09fb9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 4 16:35:28 2010 +0100

    Port video widget to GTK+ 3.x
    
    With help from Matthias Clasen <mclasen@redhat.com>

 src/backend/bacon-video-widget-gst-0.10.c |   50 ++++++----------------------
 1 files changed, 11 insertions(+), 39 deletions(-)

commit ca74976ccb4728adffeb402c5b91959bc1eceb52
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 4 16:34:21 2010 +0100

    Make totem-fullscreen.c compile with GTK+ 3.x
    
    Including changing the defaults for the popup motion notify
    events so we can actually show the popups at all.

 src/totem-fullscreen.c |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

commit 7f38d5eddf5cfb2e5083c0e6bd6054f5e8368a1f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 4 16:15:54 2010 +0100

    Update to compile against latest libpeas

 configure.in                       |    2 +-
 src/plugins/totem-plugins-engine.c |   17 +++++------------
 2 files changed, 6 insertions(+), 13 deletions(-)

commit 8159ead3dd905d88c3fbfb4731b260e2ba7b540d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 4 16:09:12 2010 +0100

    Remove use of URL hooks
    
    So totem.c compiles with the latest GTK+ 3.x

 src/totem.c |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

commit a922392c4a5f6e89aaf479d9fbb87f0dc6cfaa36
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 4 16:08:36 2010 +0100

    Update OSD widget from gnome-settings-daemon
    
    So it compiles with the newest GTK+ 3.x

 src/Makefile.am             |    2 +
 src/gsd-media-keys-window.c |  432 +++------------------------------
 src/gsd-media-keys-window.h |    6 +-
 src/gsd-osd-window.c        |  561 +++++++++++++++++++++++++++++++++++++++++++
 src/gsd-osd-window.h        |   94 +++++++
 5 files changed, 700 insertions(+), 395 deletions(-)

commit a1ffeedb24d694d2c7900c182b60059f87e20af5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 4 13:18:10 2010 +0100

    Fix GdkDrawable removal in GTK+ 3.x

 src/backend/bacon-video-widget-gst-0.10.c |    8 ++++----
 src/backend/video-utils.c                 |   16 +++++++++-------
 src/backend/video-utils.h                 |    9 ++++++---
 3 files changed, 19 insertions(+), 14 deletions(-)

commit 64cf15c8a105f7a1ac9e0d4e4b414f23d15c7c74
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 27 13:28:55 2010 +0100

    drop GtkObject use
    
    As it has been removed in GTK+ 3.x
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630683

 src/ev-sidebar.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit a12cd32a9b2423e9a43a8a68dc9b2af63695b149
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Mon Sep 27 14:17:06 2010 +0600

    Initial translation to Kazakh

 po/LINGUAS |    1 +
 po/kk.po   | 2843 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2844 insertions(+), 0 deletions(-)

commit 370d9239cca3a7bb49ac060088a137906dce8ce9
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Sep 26 22:43:05 2010 +0300

    Updated Romanian translation

 po/ro.po |  956 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 546 insertions(+), 410 deletions(-)

commit 6b02786483800c780fe07367de9d85216ca3550a
Author: Damyan Ivanov <dam+gnome@ktnx.net>
Date:   Sun Sep 26 17:40:18 2010 +0300

    Updated Bulgarian translation

 po/bg.po |  846 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 430 insertions(+), 416 deletions(-)

commit 8af0ec191177ff122c4e5b6ccae8938543f1e3e0
Author: Damyan Ivanov <dam+gnome@ktnx.net>
Date:   Sun Sep 26 17:17:19 2010 +0300

    Updated Bulgarian translation

 po/bg.po |  854 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 478 insertions(+), 376 deletions(-)

commit ee11fc8117404e0ee713b82f2e41f82836182d78
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sun Sep 26 15:53:55 2010 +0200

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po |  909 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 523 insertions(+), 386 deletions(-)

commit a61e9db7a8f96d23e886e4bf14b894e5e4add67b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Sep 24 18:02:18 2010 +0100

    Add translation context to the string “N/A”
    
    Closes: bgo#630515

 data/properties.ui                                 |    4 ++--
 .../properties/bacon-video-widget-properties.c     |   20 ++++++++++----------
 2 files changed, 12 insertions(+), 12 deletions(-)

commit c08eb7c166d95c32dfe84c1db78cce430a9b9434
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Sep 24 17:55:47 2010 +0100

    Improve a translation comment for the command line options

 src/totem-options.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 11c1e75baa74dd0dc644fa86561dd5343f308d23
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Sep 24 17:53:37 2010 +0100

    Add a translator comment in the iPlayer plugin

 src/plugins/iplayer/iplayer.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a953719624330aba0ea7c437f4a30226b6323a69
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Sep 24 00:13:43 2010 +0100

    Add translator comments for the “Fullscreen” button
    
    Closes: bgo#630435

 src/totem-object.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 142dad2a6b737556378be2d7a351beba2ca6eac0
Author: Gil Forcada <gforcada@gnome.org>
Date:   Tue Sep 21 21:39:10 2010 +0200

    Updated Catalan translation

 po/ca.po |  898 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 513 insertions(+), 385 deletions(-)

commit 3d79852cfa73852707d2fa6c493f9ca5ad21934e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 7 17:50:46 2010 +0200

    Updated Polish translation

 po/pl.po | 1161 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 637 insertions(+), 524 deletions(-)

commit c60d06dd9f7474ed768fd3d018121d68bb8369e9
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Mon Sep 20 10:01:48 2010 +0300

    Updated Finnish translation.

 po/fi.po | 1425 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 860 insertions(+), 565 deletions(-)

commit d7d9e7eb052e121d1d82b900cf4dadcbc81f4f04
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Sep 8 09:39:17 2010 +0100

    Use a finalize() method in TotemStatusbar instead of dispose()
    
    It was freeing a source, not breaking reference cycles.

 src/totem-statusbar.c |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

commit 73d75418fe6f634eb149154fbbe28acaae033a6a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Sep 8 09:38:22 2010 +0100

    Seal the private members of TotemStatusbar

 src/totem-statusbar.c |  122 +++++++++++++++++++++++++++++--------------------
 src/totem-statusbar.h |   20 ++------
 2 files changed, 76 insertions(+), 66 deletions(-)

commit 921b3b789aac7279beb1b886279c5e9788377778
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 19 13:59:17 2010 +0100

    Add missing introspection annotations

 src/plugins/totem-dirs.c |    6 +++---
 src/totem-interface.c    |   30 ++++++++++++++++++++++++++++++
 src/totem-object.c       |    4 ++--
 src/totem-video-list.c   |    2 +-
 4 files changed, 36 insertions(+), 6 deletions(-)

commit 7e9c0664ca3874b4b77a400817a9c870f076f11d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 19 13:47:22 2010 +0100

    Enable g-ir-scanner warnings

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9a383c48dcb3b5ff86c2233deac9f3ea8f033405
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Sun Sep 19 01:17:18 2010 +0900

    Updated Japanese translation

 po/ja.po |  843 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 462 insertions(+), 381 deletions(-)

commit 80bd764690fad9e5c99da999fc1d3f67ca9e3656
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 18 12:16:53 2010 +0100

    Handle more enum values from GstInstallPluginsReturn
    
    This silences a gcc warning about not handling all enum values in a switch
    statement, and makes the code more explicit.

 .../bacon-video-widget-gst-missing-plugins.c       |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit f800bb9d12d0b319dd36e7531d2529346978ac3f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 18 12:11:19 2010 +0100

    Remove another use of GtkDialog::has-separator

 data/totem.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b4d4d139629fca931a9b24fb71d9c1301ef903e5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 18 12:09:02 2010 +0100

    Don't display URIs in YouTube tooltips
    
    They're long, undecipherable and generally unhelpful. Closes: bgo#629548

 src/plugins/youtube/youtube.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 19857f506a3ff83b14ce461072ce4edadd612557
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 18 12:08:00 2010 +0100

    Add a TotemVideoList::show-tooltip-uri property
    
    When false, this prevents the URI of a video from being shown in the video's
    tooltip. This is useful for when the URI isn't particularly interesting, or
    we know that it will always be too long to fit on screen. Helps: bgo#629548

 src/totem-video-list.c |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

commit fd5f7c14d84c29092501a10d396d6830a5facc03
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 18 11:32:26 2010 +0200

    Updated Spanish translation

 po/es.po |  109 ++++++++++++++++++++++++++-----------------------------------
 1 files changed, 47 insertions(+), 62 deletions(-)

commit ba8130de31b28d079203c2e883663d45b7c66668
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 18 01:03:57 2010 +0100

    Use GDK_KEY_* enums rather than the deprecated GDK_* ones

 browser-plugin/totem-plugin-viewer.c             |   22 ++--
 src/plugins/chapters/totem-chapters.c            |    4 +-
 src/plugins/gromit/totem-gromit.c                |    8 +-
 src/plugins/screenshot/totem-screenshot-plugin.c |    4 +-
 src/plugins/skipto/totem-skipto-plugin.c         |    4 +-
 src/totem-fullscreen.c                           |    2 +-
 src/totem-object.c                               |  188 +++++++++++-----------
 src/totem-playlist.c                             |    4 +-
 8 files changed, 118 insertions(+), 118 deletions(-)

commit b0a0821eae5fecbaead5cb00a6e25836b8e65639
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 18 01:03:10 2010 +0100

    Remove use of gtk_progress_bar_set_orientation()
    
    GtkProgressBar now implements GtkOrientable. This bumps our GTK+ dependency
    to 2.90.7.

 configure.in          |    2 +-
 src/totem-statusbar.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 5bd014da979e7d7f63bb860fa6adb6abc636fb67
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Sep 17 19:45:35 2010 +0200

    Updated Spanish translation, fixed typo

 po/es.po | 1187 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 706 insertions(+), 481 deletions(-)

commit 7aadaa8e66e605b1b3f7da4b66dba9a88e6e5834
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Sep 16 20:48:30 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit d4b8f57eb5eb2f7ef020a96dab09b405c43e07c5
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Thu Sep 16 17:54:19 2010 +0200

    [l10n] Updated Italian translation

 po/it.po |  852 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 480 insertions(+), 372 deletions(-)

commit 1adfebe789473ea1883be740c17d9b5ab1b2601b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Sep 16 11:27:23 2010 +0100

    Remove calls to gtk_dialog_set_has_separator()
    
    It's deprecated in GTK+ 2.22 and removed in GTK+ 3.

 src/plugins/chapters/totem-edit-chapter.c       |    1 -
 src/plugins/screenshot/totem-gallery-progress.c |    1 -
 src/plugins/screenshot/totem-screenshot.c       |    1 -
 src/plugins/skipto/totem-skipto.c               |    1 -
 src/totem-menu.c                                |    1 -
 src/totem-open-location.c                       |    1 -
 src/totem-preferences.c                         |    1 -
 7 files changed, 0 insertions(+), 7 deletions(-)

commit 3ea791dd742ec8ac7fff96eb8bbad771065589ff
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Sep 16 01:18:28 2010 +0100

    Fix two more occurrences of GDK_DISPLAY
    
    Closes: bgo#629758

 .../bacon-video-widget-gst-missing-plugins.c       |    2 +-
 src/totem-interface.c                              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b02474733eb312220a3155a1d3be8ea84e0225b6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Sep 15 22:40:20 2010 +0100

    Add missing documentation

 docs/reference/totem-docs.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit c1df39a4c515be36bf81467ff5796d4c21aa8430
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Sep 15 22:22:57 2010 +0100

    Don't use GDK_DISPLAY()
    
    It's been deprecated as part of the GTK+ 3 work. Closes: bgo#629758

 lib/totem-scrsaver.c |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

commit 8ebfda372c5d84233aade7fea470a2120ab5bb33
Author: Petr Kovar <pknbe@volny.cz>
Date:   Wed Sep 15 17:46:12 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po |  762 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 421 insertions(+), 341 deletions(-)

commit b9db5776453e5a117bc1eb0ba7e30c1d3188c6e5
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Sep 15 15:46:15 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po | 1224 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 703 insertions(+), 521 deletions(-)

commit 078d3754cfdf6a9e7f06fd54ca27834f53c3aebf
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Mon Sep 13 12:51:58 2010 +0530

    hindi update

 po/hi.po |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit c2ad8bf6da99ddd2ae9252958d9607a94441526f
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Sep 11 20:43:17 2010 +0100

    Updated Portuguese translation

 po/pt.po | 1440 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 819 insertions(+), 621 deletions(-)

commit adc93d1a1046ac5e939bf6e0a29088476201435e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 9 13:14:22 2010 +0100

    Make it possible to use --raw along with --size
    
    So that you can save a thumbnail of a video at a particular
    size, with no borders, but still with resizing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621802

 src/totem-video-thumbnailer.c |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

commit 072ef1f981cfbed6a2b65078fdf0b05b4d43ca2d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Sep 3 16:28:22 2010 +0100

    Use an async queue to prevent crashes in bvw_update_tags_dispatcher()
    
    The BaconVideoWidget which called bvw_update_tags_dispatcher() could be
    destroyed while the update is waiting in the idle queue. To fix this, we
    change the tag update mechanism to use an async queue feeding a single idle
    handler. The idle handler is removed when the BaconVideoWidget is destroyed.
    Closes: bgo#628667

 src/backend/bacon-video-widget-gst-0.10.c |   51 ++++++++++++++++++++++-------
 1 files changed, 39 insertions(+), 12 deletions(-)

commit f048d91fe82d9ca5cb442f4b1d3240a4819d9d0b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 19:37:39 2010 +0100

    Use Jamendo's audio format preference when making requests for audio streams
    
    Previously, the Jamendo plugin's audio format preference wasn't used at all.
    This should fix that, though the change is untested due to introspection
    problems on my computer at the moment.

 src/plugins/jamendo/jamendo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 396289afbf736b0c4678575649194778d9c4dbfa
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 19:36:45 2010 +0100

    Port Jamendo plugin to libpeas 0.5.5

 src/plugins/jamendo/jamendo.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2c125a4ac8b939705db9cb482ab2853dece82efa
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 15:25:45 2010 +0100

    Fix the totem-plugin file creating rule
    
    It was calling intltool-merge twice, once with invalid arguments, but the
    error was getting hidden as nothing depended on its success value.

 src/plugins/Makefile.plugins |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 96330e82f9d62b52cf06551da6c3f9a37cf7407d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 15:18:25 2010 +0100

    Fix the PEAS_CFLAGS in GIR generation

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit af088fb449760a17f27da55659c1591fe1384964
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 15:17:11 2010 +0100

    Fix some syntax errors in the Jamendo plugin

 src/plugins/jamendo/jamendo.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c291cc084a60bb849f180692246f3bec267e0856
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 14:54:17 2010 +0100

    Clean up data/Makefile.am

 data/Makefile.am |   66 ++++++++++++++++++++++++++++-------------------------
 1 files changed, 35 insertions(+), 31 deletions(-)

commit f07dbfd1e53b24fb69c318c01254091038538a5d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 14:40:33 2010 +0100

    Clean up SOURCES in browser-plugin/Makefile.am

 browser-plugin/Makefile.am |   83 +++++++++++++-------------------------------
 1 files changed, 24 insertions(+), 59 deletions(-)

commit 42ade5333c9587519cc0993595dcf27308d7e413
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 14:38:12 2010 +0100

    Clean up CXXFLAGS in browser-plugin/Makefile.am

 browser-plugin/Makefile.am |   39 +++++++++++----------------------------
 1 files changed, 11 insertions(+), 28 deletions(-)

commit 26681a4eaf433ffca94c8c0b6b1a4260e17017ed
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 14:37:03 2010 +0100

    Clean up LIBADD in browser-plugin/Makefile.am

 browser-plugin/Makefile.am |   29 +++++++++--------------------
 1 files changed, 9 insertions(+), 20 deletions(-)

commit b907a4aa116d17ccf193d0e382400950447c769d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 14:35:13 2010 +0100

    Clean up LDFLAGS in browser-plugin/Makefile.am

 browser-plugin/Makefile.am |   30 ++++++++++--------------------
 1 files changed, 10 insertions(+), 20 deletions(-)

commit 22f1031fb5950234d2ceb63f45f453289e9c9e2a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 14:31:17 2010 +0100

    Clean up browser-plugin/Makefile.am

 browser-plugin/Makefile.am |   69 +++++++++++++++----------------------------
 1 files changed, 24 insertions(+), 45 deletions(-)

commit b572b6a0156b16d7e512abdc7a059cb1701ecb8c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 14:29:35 2010 +0100

    Clean up CPPFLAGS in browser-plugin/Makefile.am

 browser-plugin/Makefile.am |   73 +++++++------------------------------------
 1 files changed, 12 insertions(+), 61 deletions(-)

commit 1d8ca5aef82699a170ab8a2a65a285c402235db0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 14:18:57 2010 +0100

    Clean up lib/Makefile.am

 lib/Makefile.am |   35 +++++++++++------------------------
 1 files changed, 11 insertions(+), 24 deletions(-)

commit e168b073f40a0b261b212cc43b84a0fadb47cbeb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 14:18:49 2010 +0100

    Clean up src/Makefile.am

 src/Makefile.am |   96 ++++++++++++++++++++++--------------------------------
 1 files changed, 39 insertions(+), 57 deletions(-)

commit bb0dc2f84ffeb1e8a9b2fb6531280b31d1a553da
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 13:34:16 2010 +0100

    Clean up the LDFLAGS in src/Makefile.am

 src/Makefile.am |   26 +++-----------------------
 1 files changed, 3 insertions(+), 23 deletions(-)

commit b229c9c4ed23640ecb436af8c12ce54a9ee7e8c4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 13:32:14 2010 +0100

    Clean up the CFLAGS and LIBS in src/Makefile.am

 src/Makefile.am |   72 +++++++++++++++---------------------------------------
 1 files changed, 20 insertions(+), 52 deletions(-)

commit 9b8f0f4b013b3a23f596c34ba8395e6b8784d61f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 13:29:57 2010 +0100

    Clean up the CPP flags in src/Makefile.am

 src/Makefile.am |   33 +++++----------------------------
 1 files changed, 5 insertions(+), 28 deletions(-)

commit 844031c4172b92a4d14b5fc098db2ffc43e40493
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 13:11:27 2010 +0100

    Clean up Python file distribution rules
    
    plugin_PYTHON automatically adds Python files to the distribution, so we
    don't need to explicitly put them in EXTRA_DIST.

 src/plugins/coherence_upnp/Makefile.am |    2 --
 src/plugins/dbus-service/Makefile.am   |    2 --
 src/plugins/iplayer/Makefile.am        |    2 --
 src/plugins/jamendo/Makefile.am        |    2 +-
 src/plugins/opensubtitles/Makefile.am  |    2 +-
 src/plugins/pythonconsole/Makefile.am  |    2 +-
 src/plugins/sample-python/Makefile.am  |    2 --
 7 files changed, 3 insertions(+), 11 deletions(-)

commit ef64ed89ec5670ac5fb7b69804eb829d685f93c0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 12:58:38 2010 +0100

    Clean up GSettings makefile rules
    
    gsettings.m4 ensures that all the appropriate GSettings files are cleaned
    and distributed correctly, so we don't have to.

 data/Makefile.am                      |    5 +----
 src/plugins/jamendo/Makefile.am       |   12 ++++--------
 src/plugins/opensubtitles/Makefile.am |   12 ++++--------
 src/plugins/publish/Makefile.am       |   12 ++++--------
 src/plugins/pythonconsole/Makefile.am |   12 ++++--------
 5 files changed, 17 insertions(+), 36 deletions(-)

commit 72b8bd3b8c3fe5e8b075a7fe26415d2b5621d963
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 12:58:30 2010 +0100

    uninstall foo

 src/plugins/sample-python/Makefile.am |    2 ++
 src/plugins/sample-vala/Makefile.am   |    2 ++
 src/plugins/sidebar-test/Makefile.am  |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

commit 7d0c35463544c1147efc539f4a6799bd1624c0b9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 12:18:11 2010 +0100

    Fix includes in plugins
    
    There's no need to add an include CPP flag for the backend directory. It's
    clearer to explicitly state that BVW is in the backend directory.

 src/plugins/bemused/Makefile.am                    |    3 ---
 src/plugins/bemused/totem-bemused.c                |    2 +-
 src/plugins/chapters/Makefile.am                   |    3 ---
 src/plugins/chapters/totem-chapters.c              |    2 +-
 src/plugins/mythtv/Makefile.am                     |    3 ---
 src/plugins/mythtv/totem-mythtv.c                  |   11 +++++------
 src/plugins/properties/Makefile.am                 |    3 ---
 .../properties/bacon-video-widget-properties.c     |    8 +++++---
 src/plugins/publish/Makefile.am                    |    3 ---
 src/plugins/skipto/Makefile.am                     |    3 ---
 src/plugins/skipto/totem-skipto.c                  |    4 ++--
 src/plugins/skipto/totem-time-entry.c              |    2 +-
 src/totem-fullscreen.h                             |    2 +-
 src/totem-private.h                                |    2 +-
 14 files changed, 17 insertions(+), 34 deletions(-)

commit adc6fc33cf9ce71c13acbe7c4d78491a9beba497
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 12:13:07 2010 +0100

    Fix plugins' LIBADD and CFLAGS variables

 src/plugins/lirc/Makefile.am        |    4 +++-
 src/plugins/ontop/Makefile.am       |    1 -
 src/plugins/screensaver/Makefile.am |    4 +++-
 src/plugins/tracker/Makefile.am     |    4 +++-
 4 files changed, 9 insertions(+), 4 deletions(-)

commit d165d5727d9b73b0935e1156e65a01c877deba8e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 12:05:40 2010 +0100

    Fix distcheck for the sample-vala plugin
    
    Now that it's been ported to automake 1.11's Vala support, it's more obvious
    that the ENABLE_VALA check doesn't belong in the Makefile. The plugin will be
    built if Vala support is enabled, and won't be built if it's disabled.
    
    Of course, distcheck is still broken, as it tries to build the sample-vala
    plugin. This is correct, since we should distribute the C files for the Vala
    plugin, rather than the Vala files, but since Vala support (bindings) haven't
    been re-added to Totem, distcheck fails.

 src/plugins/sample-vala/Makefile.am |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 8ba2f789411ef399afd884665f6bb201a7c399b8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 11:36:15 2010 +0100

    Factor out common plugin makefile magic into a new Makefile.plugins

 src/plugins/Makefile.am                       |    2 +
 src/plugins/Makefile.plugins                  |   24 ++++++++++++
 src/plugins/bemused/Makefile.am               |   25 +++----------
 src/plugins/brasero-disc-recorder/Makefile.am |   25 ++-----------
 src/plugins/chapters/Makefile.am              |   41 +++++++++------------
 src/plugins/coherence_upnp/Makefile.am        |   10 ++----
 src/plugins/dbus-service/Makefile.am          |   10 ++----
 src/plugins/galago/Makefile.am                |   26 ++-----------
 src/plugins/gromit/Makefile.am                |   27 ++------------
 src/plugins/iplayer/Makefile.am               |   11 ++----
 src/plugins/jamendo/Makefile.am               |   12 +++---
 src/plugins/lirc/Makefile.am                  |   29 +++------------
 src/plugins/media-player-keys/Makefile.am     |   38 ++++++-------------
 src/plugins/mythtv/Makefile.am                |   30 ++++------------
 src/plugins/ontop/Makefile.am                 |   26 ++------------
 src/plugins/opensubtitles/Makefile.am         |   12 +++---
 src/plugins/properties/Makefile.am            |   44 ++++++-----------------
 src/plugins/publish/Makefile.am               |   30 +++++----------
 src/plugins/pythonconsole/Makefile.am         |   12 +++----
 src/plugins/sample-python/Makefile.am         |   15 ++++----
 src/plugins/sample-vala/Makefile.am           |   49 ++++++-------------------
 src/plugins/screensaver/Makefile.am           |   26 +++-----------
 src/plugins/screenshot/Makefile.am            |   27 ++------------
 src/plugins/sidebar-test/Makefile.am          |   29 +++------------
 src/plugins/skipto/Makefile.am                |   30 +++------------
 src/plugins/thumbnail/Makefile.am             |   27 ++------------
 src/plugins/tracker/Makefile.am               |   23 ++----------
 src/plugins/youtube/Makefile.am               |   27 +++-----------
 28 files changed, 183 insertions(+), 504 deletions(-)

commit d8cd4963d1642d4d5e72024012c9cf6c04052e89
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 10:53:38 2010 +0100

    Clean up plugin makefiles

 src/plugins/bemused/Makefile.am               |   24 +++++++-----------
 src/plugins/brasero-disc-recorder/Makefile.am |   24 +++++++-----------
 src/plugins/chapters/Makefile.am              |   22 +++++++----------
 src/plugins/coherence_upnp/Makefile.am        |    4 +--
 src/plugins/dbus-service/Makefile.am          |    4 +--
 src/plugins/galago/Makefile.am                |   22 +++++++----------
 src/plugins/gromit/Makefile.am                |   24 +++++++-----------
 src/plugins/iplayer/Makefile.am               |    9 ++++---
 src/plugins/jamendo/Makefile.am               |    9 ++++---
 src/plugins/lirc/Makefile.am                  |   24 +++++++-----------
 src/plugins/media-player-keys/Makefile.am     |   32 +++++++++++--------------
 src/plugins/mythtv/Makefile.am                |   24 +++++++-----------
 src/plugins/ontop/Makefile.am                 |   24 +++++++-----------
 src/plugins/opensubtitles/Makefile.am         |    8 +++---
 src/plugins/properties/Makefile.am            |   27 +++++++-------------
 src/plugins/publish/Makefile.am               |   26 ++++++++-----------
 src/plugins/sample-python/Makefile.am         |    5 +--
 src/plugins/sample-vala/Makefile.am           |   17 +++++-------
 src/plugins/screensaver/Makefile.am           |   24 +++++++-----------
 src/plugins/screenshot/Makefile.am            |   28 +++++++++------------
 src/plugins/sidebar-test/Makefile.am          |   22 +++++++----------
 src/plugins/skipto/Makefile.am                |   30 ++++++++++-------------
 src/plugins/thumbnail/Makefile.am             |   24 +++++++-----------
 src/plugins/tracker/Makefile.am               |   22 +++++++----------
 src/plugins/youtube/Makefile.am               |   26 ++++++++-----------
 25 files changed, 212 insertions(+), 293 deletions(-)

commit d93e5766a13357aea804f0907d7302fba8b3d97b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 09:29:43 2010 +0100

    Remove unnecessary defines from plugin makefiles
    
    Most of the defines in common_defines in the plugins' makefiles was outdated
    and unused.

 src/plugins/bemused/Makefile.am               |    7 -------
 src/plugins/brasero-disc-recorder/Makefile.am |    7 -------
 src/plugins/chapters/Makefile.am              |    7 -------
 src/plugins/galago/Makefile.am                |    7 -------
 src/plugins/gromit/Makefile.am                |    7 -------
 src/plugins/lirc/Makefile.am                  |    7 -------
 src/plugins/media-player-keys/Makefile.am     |    7 -------
 src/plugins/mythtv/Makefile.am                |    7 -------
 src/plugins/ontop/Makefile.am                 |    7 -------
 src/plugins/properties/Makefile.am            |    7 -------
 src/plugins/publish/Makefile.am               |    7 -------
 src/plugins/sample-vala/Makefile.am           |    7 -------
 src/plugins/screensaver/Makefile.am           |    7 -------
 src/plugins/screenshot/Makefile.am            |    7 -------
 src/plugins/sidebar-test/Makefile.am          |    7 -------
 src/plugins/skipto/Makefile.am                |    7 -------
 src/plugins/thumbnail/Makefile.am             |    7 -------
 src/plugins/tracker/Makefile.am               |    7 -------
 src/plugins/youtube/Makefile.am               |    7 -------
 19 files changed, 0 insertions(+), 133 deletions(-)

commit 0377eca3c0548121bee91b16c7c50a2f8d269b5e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 02:26:36 2010 +0100

    Move plugin struct and init functions to totem-plugin.h
    
    If all plugins are forced to use private data structs correctly, their
    instance structs and init functions become very standard, so can be moved
    into _TOTEM_PLUGIN_REGISTER to save code.

 src/plugins/bemused/totem-bemused.c                |  121 ++++-----
 .../brasero-disc-recorder/totem-disc-recorder.c    |  131 ++++-----
 src/plugins/chapters/totem-chapters.c              |  104 +++-----
 src/plugins/galago/totem-galago.c                  |   40 +--
 src/plugins/gromit/totem-gromit.c                  |   75 ++----
 src/plugins/lirc/totem-lirc.c                      |   63 ++---
 .../media-player-keys/totem-media-player-keys.c    |   58 ++---
 src/plugins/mythtv/totem-mythtv.c                  |  113 ++++-----
 src/plugins/ontop/totem-ontop.c                    |   25 --
 src/plugins/properties/totem-movie-properties.c    |   49 +---
 src/plugins/publish/totem-publish.c                |  215 +++++++--------
 src/plugins/screensaver/totem-screensaver.c        |   72 ++---
 src/plugins/screenshot/totem-gallery.c             |    2 +-
 src/plugins/screenshot/totem-gallery.h             |    3 +-
 src/plugins/screenshot/totem-screenshot-plugin.c   |   35 +--
 src/plugins/screenshot/totem-screenshot-plugin.h   |   14 -
 src/plugins/screenshot/totem-screenshot.c          |    2 +-
 src/plugins/screenshot/totem-screenshot.h          |    5 +-
 src/plugins/sidebar-test/totem-sidebar-test.c      |   23 +--
 src/plugins/skipto/totem-skipto-plugin.c           |   51 +---
 src/plugins/thumbnail/totem-thumbnail.c            |   27 --
 src/plugins/totem-plugin.h                         |   22 ++-
 src/plugins/tracker/totem-tracker.c                |   23 +--
 src/plugins/youtube/totem-youtube.c                |  283 ++++++++++----------
 24 files changed, 610 insertions(+), 946 deletions(-)

commit a9e89c02e5c1fc10c23b25643c27af3b12ab6051
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 01:38:06 2010 +0100

    Move plugin class struct and type function definitions to totem-plugin.h
    
    They should all be very standard, so we same some clutter by putting them
    in the _TOTEM_PLUGIN_REGISTER macro.

 src/plugins/bemused/totem-bemused.c                |    7 -------
 .../brasero-disc-recorder/totem-disc-recorder.c    |    7 -------
 src/plugins/chapters/totem-chapters.c              |    6 ------
 src/plugins/galago/totem-galago.c                  |    6 ------
 src/plugins/gromit/totem-gromit.c                  |    7 -------
 src/plugins/lirc/totem-lirc.c                      |    7 -------
 .../media-player-keys/totem-media-player-keys.c    |    7 -------
 src/plugins/mythtv/totem-mythtv.c                  |    8 --------
 src/plugins/ontop/totem-ontop.c                    |    7 -------
 src/plugins/properties/totem-movie-properties.c    |    7 -------
 src/plugins/publish/totem-publish.c                |    7 -------
 src/plugins/screensaver/totem-screensaver.c        |    8 --------
 src/plugins/screenshot/totem-screenshot-plugin.h   |    6 ------
 src/plugins/sidebar-test/totem-sidebar-test.c      |    8 --------
 src/plugins/skipto/totem-skipto-plugin.c           |    6 ------
 src/plugins/thumbnail/totem-thumbnail.c            |    7 -------
 src/plugins/totem-plugin.h                         |    4 ++++
 src/plugins/tracker/totem-tracker.c                |    8 --------
 src/plugins/youtube/totem-youtube.c                |    6 ------
 19 files changed, 4 insertions(+), 125 deletions(-)

commit 61c4764ccb0c7103c0bae2653a7ce0323c542610
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 01:32:01 2010 +0100

    Remove totem-skipto-plugin.h
    
    It was unnecessary, since it wasn't properly used by any of the skipto code.

 src/plugins/skipto/Makefile.am           |    1 -
 src/plugins/skipto/totem-skipto-plugin.c |   28 ++++++++++--
 src/plugins/skipto/totem-skipto-plugin.h |   67 ------------------------------
 src/plugins/skipto/totem-skipto.c        |    7 +--
 src/plugins/skipto/totem-skipto.h        |    3 +-
 5 files changed, 27 insertions(+), 79 deletions(-)

commit df5f7f673be84c80743ac00b9d94b62b83b9605b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 01:19:49 2010 +0100

    Factor out common code in plugin macros to a new _TOTEM_PLUGIN_REGISTER macro

 src/plugins/totem-plugin.h |   92 ++++++++++----------------------------------
 1 files changed, 21 insertions(+), 71 deletions(-)

commit a4fa4a4000e543933287d0c7b5d588ced1acd7d3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 01:06:42 2010 +0100

    Move all plugin init/finalisation into the activate/deactivate functions
    
    That way, plugins only allocate resources when they're actually activated,
    and free them as soon as they're deactivated.

 src/plugins/galago/totem-galago.c           |   48 +++++++-------------------
 src/plugins/gromit/totem-gromit.c           |   22 +++---------
 src/plugins/mythtv/totem-mythtv.c           |   29 ----------------
 src/plugins/screensaver/totem-screensaver.c |   24 ++++---------
 src/plugins/skipto/totem-skipto-plugin.c    |   16 +--------
 5 files changed, 28 insertions(+), 111 deletions(-)

commit bf334cd68556d02a424a913a3e62129f83724b8e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 00:55:52 2010 +0100

    Remove a redundant finalize method from the chapters plugin

 src/plugins/chapters/totem-chapters.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

commit 6891adac18b5ee1a4cd78ab310c244982bc3ec3e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 00:50:34 2010 +0100

    Remove some redundant NULL checks
    
    g_settings_get_string() guarantees that it won't return NULL, so we can
    remove some checks for NULL strings. Spotted by
    Christian Persch <chpe@gnome.org>. Closes: bgo#628779

 src/plugins/publish/totem-publish.c              |    4 ++--
 src/plugins/screenshot/totem-screenshot-plugin.c |    2 +-
 src/totem-preferences.c                          |   22 +++++++---------------
 src/totem-uri.c                                  |    5 ++---
 4 files changed, 12 insertions(+), 21 deletions(-)

commit a3a334202e7e3e5ed4b7ca0794524eb7d833ea49
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 5 00:24:37 2010 +0100

    Tidy up src/backend/Makefile.am

 src/backend/Makefile.am |   48 ++++++++++++++++++++++------------------------
 1 files changed, 23 insertions(+), 25 deletions(-)

commit 04e00fdd59a12cdaa8e7799328ff1a5ff747ca81
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 4 20:26:06 2010 +0100

    Modify git.mk to support GSettings and improve support for gnome-doc-utils
    
    These modifications have been e-mailed to Behdad Esfahbod so that they get
    into the upstream (Pango) git.mk.

 git.mk |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit ea0ed37621f336a5e71c51caacc1998959469143
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 4 20:24:49 2010 +0100

    Fix automake's file cleaning lists
    
    Our transition to git.mk exposed a few files which weren't getting cleaned
    at the correct point. This also adds a gtk-doc file which we were missing.

 Makefile.am                           |   26 +++++++++++++++++++++++++-
 data/Makefile.am                      |    7 ++-----
 src/plugins/sample-python/Makefile.am |    7 ++++---
 3 files changed, 31 insertions(+), 9 deletions(-)

commit 386bef4803e2b3122de2af66d5aac590eca385a4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 4 20:23:10 2010 +0100

    Use gtk-doc's no-tmpl flavour
    
    This prevents it pointlessly generating the tmpl directory, since we don't
    use templates (we use inline documentation comments). This bumps our gtk-doc
    requirement to 1.14.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 05b427a509e77a755e6b275b814f64c5a905fde5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 4 17:11:22 2010 +0100

    Add git.mk support
    
    Add git.mk from Pango to automatically generate and update .gitignore files.

 .gitignore                                    |  142 -------------------
 Makefile.am                                   |    1 +
 browser-plugin/Makefile.am                    |    2 +
 data/Makefile.am                              |    2 +
 data/icons/16x16/Makefile.am                  |    2 +
 data/icons/22x22/Makefile.am                  |    2 +
 data/icons/24x24/Makefile.am                  |    2 +
 data/icons/32x32/Makefile.am                  |    2 +
 data/icons/48x48/Makefile.am                  |    2 +
 data/icons/Makefile.am                        |    2 +
 data/icons/scalable/Makefile.am               |    2 +
 docs/Makefile.am                              |    2 +
 docs/reference/Makefile.am                    |    2 +
 git.mk                                        |  187 +++++++++++++++++++++++++
 help/Makefile.am                              |    1 +
 lib/Makefile.am                               |    1 +
 src/Makefile.am                               |    2 +
 src/backend/Makefile.am                       |    2 +
 src/plugins/Makefile.am                       |    1 +
 src/plugins/bemused/Makefile.am               |    1 +
 src/plugins/brasero-disc-recorder/Makefile.am |    1 +
 src/plugins/chapters/Makefile.am              |    1 +
 src/plugins/coherence_upnp/Makefile.am        |    2 +
 src/plugins/dbus-service/Makefile.am          |    2 +
 src/plugins/galago/Makefile.am                |    2 +
 src/plugins/gromit/Makefile.am                |    1 +
 src/plugins/iplayer/Makefile.am               |    2 +
 src/plugins/jamendo/Makefile.am               |    2 +
 src/plugins/lirc/Makefile.am                  |    1 +
 src/plugins/media-player-keys/Makefile.am     |    1 +
 src/plugins/mythtv/Makefile.am                |    1 +
 src/plugins/ontop/Makefile.am                 |    1 +
 src/plugins/opensubtitles/Makefile.am         |    2 +
 src/plugins/properties/Makefile.am            |    1 +
 src/plugins/publish/Makefile.am               |    2 +
 src/plugins/pythonconsole/Makefile.am         |    2 +
 src/plugins/sample-python/Makefile.am         |    2 +
 src/plugins/sample-vala/Makefile.am           |    2 +
 src/plugins/screensaver/Makefile.am           |    1 +
 src/plugins/screenshot/Makefile.am            |    2 +
 src/plugins/sidebar-test/Makefile.am          |    1 +
 src/plugins/skipto/Makefile.am                |    2 +
 src/plugins/thumbnail/Makefile.am             |    1 +
 src/plugins/tracker/Makefile.am               |    1 +
 src/plugins/youtube/Makefile.am               |    1 +
 45 files changed, 255 insertions(+), 142 deletions(-)

commit 0b60a176f820f8c698d36a15a48ede15e67097d8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 4 16:58:52 2010 +0100

    Fix the port of the Galago and Tracker plugins to libpeas 0.5.4

 src/plugins/galago/totem-galago.c   |    4 ++++
 src/plugins/tracker/totem-tracker.c |    6 ++++++
 2 files changed, 10 insertions(+), 0 deletions(-)

commit 31eee03202e44af2a1f4016d4e338c0c73390b68
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 4 16:58:41 2010 +0100

    gcc warning fixes

 src/plugins/chapters/totem-chapters.c    |   42 +++++++++++++++---------------
 src/plugins/chapters/totem-cmml-parser.c |    2 +-
 src/totem-fullscreen.c                   |    2 +-
 3 files changed, 23 insertions(+), 23 deletions(-)

commit f014ff99c1c6666dcd4955862fda2eb909e9a0ec
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 19 21:38:09 2010 +0100

    Improve naming of the visualization GSettings keys

 data/org.gnome.totem.gschema.xml.in.in    |   10 +++++-----
 data/totem.convert                        |    6 +++---
 src/backend/bacon-video-widget-gst-0.10.c |    2 +-
 src/totem-preferences.c                   |   22 +++++++++++-----------
 4 files changed, 20 insertions(+), 20 deletions(-)

commit 8826617a7812fdb74c95e6a190a780f19c5c9dfe
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 19 09:41:16 2010 +0100

    Convert visual-quality to an enum

 data/org.gnome.totem.gschema.xml.in.in |    6 +++---
 src/totem-preferences.c                |    4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 90699ee4c30cb214018ae4d8d45b1eecb95a742a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 19 09:38:08 2010 +0100

    Convert audio-output-type to an enum

 data/org.gnome.totem.gschema.xml.in.in    |    5 ++---
 src/backend/bacon-video-widget-gst-0.10.c |    4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

commit db411c5c04f7b4d65ed049c4dc4ed808c81bc12e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 19 09:35:46 2010 +0100

    Convert connection-speed to an enum

 data/org.gnome.totem.gschema.xml.in.in    |    6 ++--
 src/backend/bacon-video-widget-gst-0.10.c |    4 +-
 src/totem-preferences.c                   |   39 ++++++++++++++++++++++++++++-
 3 files changed, 43 insertions(+), 6 deletions(-)

commit 3985fe548b238dabebeb72cbfd045942af17e8b0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 09:24:34 2010 +0100

    Change "*-path" keys to "*-uri"
    
    They store URIs, not paths.

 data/org.gnome.totem.gschema.xml.in.in           |    4 ++--
 data/totem.convert                               |    4 ++--
 src/plugins/screenshot/totem-screenshot-plugin.c |    4 ++--
 src/totem-uri.c                                  |    6 +++---
 4 files changed, 9 insertions(+), 9 deletions(-)

commit 5b3e8745acbbff909885c4cdee722e1557eae617
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Aug 21 20:14:33 2010 +0100

    Eradicate GConf from configure.in

 configure.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 551f901dd0ac62cc438b5b6d8590fef08688482a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 22:59:07 2010 +0100

    Port Python plugins to GSettings

 configure.in                                       |    3 +
 po/POTFILES.in                                     |    3 +
 po/POTFILES.skip                                   |    3 +
 src/plugins/jamendo/Makefile.am                    |   15 ++++-
 src/plugins/jamendo/jamendo.convert                |    3 +
 src/plugins/jamendo/jamendo.py                     |   57 +++++---------------
 ...g.gnome.totem.plugins.jamendo.gschema.xml.in.in |   20 +++++++
 src/plugins/opensubtitles/Makefile.am              |   15 ++++-
 src/plugins/opensubtitles/opensubtitles.convert    |    2 +
 src/plugins/opensubtitles/opensubtitles.py         |   24 ++------
 ...e.totem.plugins.opensubtitles.gschema.xml.in.in |   10 ++++
 src/plugins/pythonconsole/Makefile.am              |   15 ++++-
 ...e.totem.plugins.pythonconsole.gschema.xml.in.in |   10 ++++
 src/plugins/pythonconsole/pythonconsole.convert    |    3 +
 src/plugins/pythonconsole/pythonconsole.py         |    8 ++--
 15 files changed, 116 insertions(+), 75 deletions(-)

commit 84403b142e6c42b8b17a106562e3b919400d8b6c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 09:52:25 2010 +0100

    Port C plugins to GSettings

 configure.in                                       |    6 +-
 po/POTFILES.in                                     |    1 +
 po/POTFILES.skip                                   |    1 +
 src/plugins/bemused/Makefile.am                    |    1 -
 src/plugins/brasero-disc-recorder/Makefile.am      |    1 -
 src/plugins/chapters/Makefile.am                   |    1 -
 src/plugins/chapters/totem-chapters.c              |   40 ++-----
 src/plugins/galago/Makefile.am                     |    1 -
 src/plugins/gromit/Makefile.am                     |    1 -
 src/plugins/lirc/Makefile.am                       |    1 -
 src/plugins/media-player-keys/Makefile.am          |    1 -
 src/plugins/mythtv/Makefile.am                     |   14 +--
 src/plugins/mythtv/totem-mythtv.c                  |   10 --
 src/plugins/ontop/Makefile.am                      |    1 -
 src/plugins/properties/Makefile.am                 |    1 -
 src/plugins/publish/Makefile.am                    |   15 ++-
 ...g.gnome.totem.plugins.publish.gschema.xml.in.in |   28 +++++
 src/plugins/publish/publish.convert                |    3 +
 src/plugins/publish/totem-publish.c                |  121 ++++++--------------
 src/plugins/sample-vala/Makefile.am                |    1 -
 src/plugins/screensaver/Makefile.am                |    1 -
 src/plugins/screensaver/totem-screensaver.c        |   29 +----
 src/plugins/screenshot/Makefile.am                 |    1 -
 src/plugins/screenshot/totem-screenshot-plugin.c   |   43 +++----
 src/plugins/sidebar-test/Makefile.am               |    1 -
 src/plugins/skipto/Makefile.am                     |    1 -
 src/plugins/thumbnail/Makefile.am                  |    1 -
 src/plugins/tracker/Makefile.am                    |    1 -
 src/plugins/youtube/Makefile.am                    |    1 -
 29 files changed, 118 insertions(+), 210 deletions(-)

commit 1248407087d5ee41aa40ce454de0ffc7a823338e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 00:27:11 2010 +0100

    Use GSettings binding for the preferences

 browser-plugin/Makefile.am |    1 -
 data/totem.ui              |    7 --
 lib/Makefile.am            |    1 -
 src/Makefile.am            |    1 -
 src/backend/Makefile.am    |    1 -
 src/totem-preferences.c    |  209 ++++----------------------------------------
 6 files changed, 18 insertions(+), 202 deletions(-)

commit 02883359331a706fb59741be5d697e463aeb37f4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 09:22:06 2010 +0100

    Add an active-plugins key to store the list of active plugins

 data/org.gnome.totem.gschema.xml.in.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 9b403af7a43fe953dd6237f69a378086bd05d087
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 09:05:52 2010 +0100

    Remove url-handler and thumbnailer schema files
    
    They belong in gsettings-desktop-schemas.

 data/Makefile.am |   21 +--------------
 data/handlers.sh |   47 ----------------------------------
 data/schemas.sh  |   74 ------------------------------------------------------
 3 files changed, 2 insertions(+), 140 deletions(-)

commit 8d65909f1207f6316b2055565b0e94c099c5e916
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 00:00:36 2010 +0100

    Port to GSettings

 browser-plugin/totem-plugin-viewer.c      |    1 -
 configure.in                              |   10 +-
 data/Makefile.am                          |   51 +++---
 data/handlers.sh                          |   49 ++---
 data/org.gnome.totem.gschema.xml.in.in    |  120 +++++++++++
 data/schemas.sh                           |   66 +++---
 data/totem.convert                        |   26 +++
 data/totem.schemas.in                     |  332 -----------------------------
 docs/reference/totem-sections.txt         |    2 +-
 po/POTFILES.in                            |    2 +-
 po/POTFILES.skip                          |    1 +
 src/backend/bacon-video-widget-gst-0.10.c |   77 +++----
 src/plugins/totem-dirs.c                  |   11 +-
 src/plugins/totem-plugins-engine.c        |  139 +-----------
 src/totem-interface.c                     |    1 -
 src/totem-object.c                        |    4 +-
 src/totem-options.c                       |    3 +-
 src/totem-options.h                       |    1 -
 src/totem-playlist.c                      |   76 +++----
 src/totem-preferences.c                   |  226 ++++++--------------
 src/totem-private.h                       |    3 +-
 src/totem-uri.c                           |   23 +-
 src/totem.c                               |   20 +-
 src/totem.h                               |    6 +-
 24 files changed, 412 insertions(+), 838 deletions(-)

commit d068d95ac5c21b458c42ced70dae795b5a951b24
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 19 21:33:04 2010 +0100

    Fix naming of visualization methods in BaconVideoWidget

 browser-plugin/totem-plugin-viewer.c      |    2 +-
 docs/reference/totem-sections.txt         |   14 +++---
 src/backend/bacon-video-widget-gst-0.10.c |   72 ++++++++++++++--------------
 src/backend/bacon-video-widget.h          |   36 +++++++--------
 src/totem-preferences.c                   |   14 +++---
 5 files changed, 68 insertions(+), 70 deletions(-)

commit 1d94c7e07bb9675272d92a1056a35566888eab67
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 19 21:19:55 2010 +0100

    Add a visuals-quality property to BaconVideoWidget

 src/backend/bacon-video-widget-gst-0.10.c |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

commit 06d6373ebf7a1c802099f83b7470a37d369e9a72
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 19 09:31:09 2010 +0100

    Add a connection-speed property to BaconVideoWidget

 docs/reference/totem-sections.txt         |    3 ++
 src/backend/bacon-video-widget-gst-0.10.c |   23 +++++++++++++++++++-
 src/backend/bacon-video-widget.h          |   32 +++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+), 1 deletions(-)

commit 642b465221413dd8f1ba5e4d081256f153fe23d0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 19 09:30:47 2010 +0100

    Generate enum types for BaconVideoWidget

 docs/reference/totem-sections.txt |   16 ++++++++++++++++
 src/backend/Makefile.am           |   24 +++++++++++++++++++++++-
 2 files changed, 39 insertions(+), 1 deletions(-)

commit 6d2a201ba1e8f6b189b810fd21c23914a0009c8e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 23:26:56 2010 +0100

    Add a remember-position property to TotemObject

 src/totem-object.c |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

commit c5ba0c0e819067f84b363b31e8d253b14b94ee38
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 23:06:33 2010 +0100

    Add a deinterlacing property to BaconVideoWidget

 src/backend/bacon-video-widget-gst-0.10.c |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

commit 1eac46a08cd345e618886e6fc4778092da44c863
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 00:26:57 2010 +0100

    Add an autoload-subtitles property to TotemObject

 src/totem-object.c |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

commit c34e17ebf2621499954df1214f74dd60cebe2199
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 18 00:22:45 2010 +0100

    Add an auto-resize property to BaconVideoWidget

 src/backend/bacon-video-widget-gst-0.10.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit ed884ba7a2991b3d8f192154a117e386c0e6773f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 19 23:16:46 2010 +0100

    Bug 627573 — Port from GDK to Cairo

 browser-plugin/totem-glow-button.c               |   47 +++++++--------------
 src/backend/bacon-video-widget-gst-0.10.c        |   16 ++++----
 src/plugins/screenshot/gnome-screenshot-widget.c |   10 ++++-
 3 files changed, 32 insertions(+), 41 deletions(-)

commit 42f7dd46cb5ba11bc625d433a2fe193e956b7f99
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Sep 4 09:19:30 2010 +0200

    Updated German translation

 po/de.po | 1010 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 579 insertions(+), 431 deletions(-)

commit 197c94380a892bc9de9362613fb48a90c47b6d82
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 4 01:28:54 2010 +0100

    Simplify unsupported schemes avoidance in chapters

 src/plugins/chapters/totem-chapters.c    |    4 +---
 src/plugins/chapters/totem-cmml-parser.c |    3 ++-
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 7c8a3e7a8453b7323291ec7d158d8074663f7947
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Sep 3 23:56:05 2010 +0200

    Updated Swedish translation

 po/sv.po |  755 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 441 insertions(+), 314 deletions(-)

commit fa08edd11691dda6dd22498b5b17d8c801cbcfae
Author: Djavan Fagundes <djavan@comum.org>
Date:   Fri Sep 3 15:24:04 2010 -0300

    Updated Brazilian Portuguese translation by André Gondim <andregondim@ubuntu.com> and myself

 po/pt_BR.po |  956 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 547 insertions(+), 409 deletions(-)

commit 9a5eb6f5b89aa48da8db0228bc0fd0a2fd43cfb8
Author: Djavan Fagundes <djavan@comum.org>
Date:   Fri Sep 3 11:19:53 2010 -0300

    Fixing a litte error in Brazilian Portuguese translation

 po/pt_BR.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d8d19a9bdb1a4feea9b76f8ba92cc0a5ef52a5df
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 3 00:49:32 2010 +0100

    Add missing include for configurable plugins
    
    Otherwise they'd need to include libpeas-gtk themselves.

 src/plugins/totem-plugin.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a97d30e0cea752773cb0105c55409af0f606d18e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 2 23:24:15 2010 +0100

    Fix renaming typos in totem-fullscreen.c

 src/totem-fullscreen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1aa563dde90b6c5a9429dc0ede2d45f5900ee34b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 2 23:24:00 2010 +0100

    Fix compile-time warning in chapters plugin

 src/plugins/chapters/totem-edit-chapter.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f1e9c8a31a7fd516fd9647288024f8492ac116e8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 2 19:28:01 2010 +0100

    Fix compilation warnings
    
    And removed unused function.

 src/backend/bacon-video-widget-gst-0.10.c |   10 +++++-----
 src/totem-preferences.c                   |   28 ----------------------------
 2 files changed, 5 insertions(+), 33 deletions(-)

commit aa769696289b1498e2c0cec00bc0f117ebf9f8d8
Author: Ralf Ebert <info@ralfebert.de>
Date:   Sat Jan 2 06:31:44 2010 +0100

    Only popup controls when mouse moves a certain distance
    
    Only show the fullscreen popups when the mouse moves more
    than 30 pixels (or events) within 200 msecs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=331241

 src/totem-fullscreen.c |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

commit 63377577e22954c31f65da2b370366ac81a1180a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 2 18:57:35 2010 +0100

    Remove the unused "restart after change" dialogues
    
    https://bugzilla.gnome.org/show_bug.cgi?id=322226

 src/backend/bacon-video-widget-gst-0.10.c |   24 ++++++++----------------
 src/backend/bacon-video-widget.h          |    4 ++--
 src/totem-preferences.c                   |   12 ++----------
 3 files changed, 12 insertions(+), 28 deletions(-)

commit 8a5e18c87d9b90b49539f0e44444a147b8976457
Author: drtv <vasudeven@git.gnome.org>
Date:   Wed Sep 1 13:00:54 2010 +0530

    Updated Tamil translation

 po/ta.po |  203 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 105 insertions(+), 98 deletions(-)

commit f7e440e40d8daa1a77f634155471a85bb1c05f7f
Author: Michael Kotsarinis <mk73628@gmail.com>
Date:   Tue Aug 31 23:02:53 2010 +0300

    l10n: Updated Greek translation for totem

 po/el.po | 1523 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 739 insertions(+), 784 deletions(-)

commit e18bc5c1e2ab11fe72c6d2165cf32b5850e3bb40
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 31 17:36:42 2010 +0100

    Don't try to load subtitles for streams
    
    So not from HTTP, RTSP, or RTMP.

 src/totem-uri.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 4413725c61a3ef49a9aa2f52610a5b812ce2bce4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 31 17:36:02 2010 +0100

    Don't try loading subtitles for streams
    
    From HTTP, RTSP or RTMP streams

 src/plugins/chapters/totem-chapters.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit c5a7cf719fd3a1066dd753266fb861500b2adbd5
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Tue Aug 31 16:25:02 2010 +0700

    Updated Indonesian translation

 po/id.po |  686 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 408 insertions(+), 278 deletions(-)

commit bf9bc2de2469cf8c971f21bb17deb7ba781250f3
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Aug 30 01:34:39 2010 +0200

    Updated Hungarian translation

 po/hu.po |  892 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 495 insertions(+), 397 deletions(-)

commit e1aa47f9a3c1024d5b9ca51536831982d2447834
Author: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
Date:   Mon Aug 30 03:19:04 2010 +0900

    Updated Japanese translation.

 po/ja.po | 1502 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 744 insertions(+), 758 deletions(-)

commit cde0f601c7a0ef22f521ab402782c041321f503e
Author: Милош Поповић <gpopac@gmail.com>
Date:   Sun Aug 29 21:01:31 2010 +0200

    Updated Serbian translation

 po/sr.po       |  993 ++++++++++++++++++++++++++++++++------------------------
 po/sr@latin.po |  993 ++++++++++++++++++++++++++++++++------------------------
 2 files changed, 1140 insertions(+), 846 deletions(-)

commit 116c68c4708c6e657bf6091f345682746d4f7adb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Aug 28 15:58:14 2010 +0100

    Update British English translation

 po/en_GB.po | 1231 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 676 insertions(+), 555 deletions(-)

commit b895839cbbeb3bac68426de5953a4100bceafb0b
Author: Ivar Smolin <okul@linux.ee>
Date:   Fri Aug 27 18:59:44 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6b85b74ab02bffc88b82cf9d968e27f3c80c2862
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Aug 26 22:17:39 2010 +0200

    Updated Arabic translation

 po/ar.po | 1243 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 688 insertions(+), 555 deletions(-)

commit ef78c9a45aa3963cbd8506ef21fa2d06b33b0a32
Author: Petr Kovar <pknbe@volny.cz>
Date:   Wed Aug 25 20:23:27 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po | 1021 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 576 insertions(+), 445 deletions(-)

commit 25c2a98df1c15a9865bcbc21dd5b7608a6ba684f
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Aug 24 15:12:04 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 772a2eb06954703af267ba6920e92c6fb4ac2126
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Aug 24 11:12:11 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |  205 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 116 insertions(+), 89 deletions(-)

commit 1fd6fdee5f05c3b462b9496439d623f412d57f59
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Aug 22 13:45:15 2010 +0200

    Updated Danish translation

 po/da.po | 1132 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 629 insertions(+), 503 deletions(-)

commit b624e5b3d93b0c261fbeb09677dc555688d75ea4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Aug 21 18:29:36 2010 +0100

    Exclude chapter headers from the documentation

 docs/reference/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 2da63ea903efa9329c3a6e1a3a7a6ae29bd885a0
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Aug 21 14:40:20 2010 +0200

    Updated French translation

 po/fr.po |  512 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 230 insertions(+), 282 deletions(-)

commit 713549a7c373fd2a7cb73a9939eb3f34a8800d86
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Aug 21 14:34:51 2010 +0200

    Updated French translation

 po/fr.po |  902 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 505 insertions(+), 397 deletions(-)

commit 203cb232547dcb8093b373e982e58a14dc181ef7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 20 16:41:38 2010 +0100

    Fix run-time warning wrt libpeas changes

 src/plugins/totem-plugins-engine.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit a7d5b08be0f36074415ef188be1dd24ccef090a3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 19 11:24:32 2010 +0100

    Port to libpeas 0.5.5
    
    With its renaming of PeasUI to PeasGtk

 configure.in                        |    4 ++--
 src/plugins/publish/totem-publish.c |    4 ++--
 src/plugins/totem-plugin.h          |   12 ++++++------
 src/totem-menu.c                    |    4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

commit f0c7fdcd4e45aac7c54133a74ea62bb1ab819ab5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 18 18:05:06 2010 +0100

    Fix sidebar icon for recolouring
    
    Only export a stroke, both the stroke and the fill for those objects,
    otherwise they don't recolour as expected.

 data/icons/scalable/view-sidebar-symbolic.svg |   30 ++++++++++++------------
 1 files changed, 15 insertions(+), 15 deletions(-)

commit 53c48b2363fea334eed04beb0f83500b3a271a2b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 18 17:52:25 2010 +0100

    Add view-sidebar icon from Hylke Bons
    
    And remove the arrow.

 data/icons/scalable/Makefile.am               |    5 +-
 data/icons/scalable/view-sidebar-symbolic.svg |   88 +++++++++++++++++++++++++
 src/totem-object.c                            |   18 ++++--
 src/totem-sidebar.c                           |   14 +----
 4 files changed, 106 insertions(+), 19 deletions(-)

commit 18c681c2a64c062202b46d16764d51e28a8a703d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 18 17:52:11 2010 +0100

    Make sure "Sidebar" menu item has a label

 data/totem.ui |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 482d7fe553db54a89c59f3c70c67aea004c79f6e
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Tue Aug 17 17:44:32 2010 +0300

    Updated Lithuanian translation (thanks to Aurimas Cernius).

 po/lt.po |  944 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 539 insertions(+), 405 deletions(-)

commit 68216a6b7c28b0d3af7ad8d824889cb1931b038e
Author: A S Alam <aalam@users.sf.net>
Date:   Mon Aug 16 07:28:29 2010 +0530

    update translation for Punjabi

 po/pa.po |  689 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 409 insertions(+), 280 deletions(-)

commit 8c9c10bf2e16a7c890f2eb41729d9395e63227ec
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 12 14:52:34 2010 +0100

    Clean up private struct usage in skipto plugin

 src/plugins/skipto/totem-skipto.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit dbfc9e0cc300d7512411e8f654705a19a08ba35d
Author: drtv <vasudeven@git.gnome.org>
Date:   Wed Aug 11 14:15:31 2010 +0530

    Updated Tamil translation

 po/ta.po |  683 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 403 insertions(+), 280 deletions(-)

commit 7884605b31298c4657775f219551d86068b5d219
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Aug 9 23:23:17 2010 +0100

    Improve the handling of the "frames per second" plural string

 .../properties/bacon-video-widget-properties.c     |   34 +++++++++----------
 1 files changed, 16 insertions(+), 18 deletions(-)

commit c2ebfa7ae3b7aa0e1d926e27bacd2927cc550a56
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Aug 9 23:18:41 2010 +0100

    Add plural strings in the "Skip to" dialogue

 src/plugins/skipto/skipto.ui      |    6 +++---
 src/plugins/skipto/totem-skipto.c |   19 +++++++++++++++++++
 2 files changed, 22 insertions(+), 3 deletions(-)

commit 38bd7ec40a4502e01684355921cb26e1701e157d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Aug 9 22:20:36 2010 +0100

    Add a plural string for "frames per second"

 .../properties/bacon-video-widget-properties.c     |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

commit 5588aa7699abb9a8bb51ae1b0bb5dec78b2d037f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Aug 9 22:01:34 2010 +0100

    Bug 626422 — Translation comment needed
    
    Add some extra translation comments. Closes: bgo#626422

 data/totem.ui                       |    8 ++++----
 src/eggfileformatchooser.c          |    1 +
 src/plugins/bemused/totem-bemused.c |    4 +++-
 src/plugins/publish/totem-publish.c |    1 +
 src/totem-menu.c                    |    2 ++
 src/totem-options.c                 |    1 +
 6 files changed, 12 insertions(+), 5 deletions(-)

commit d61fd2d66bc4d45d0d8c86848599c8385f06e4a1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Aug 9 09:53:09 2010 +0100

    Use libsoup directly to load video pages in the YouTube plugin
    
    This means we can ignore cookies, and don't encounter the cookie sharing
    problem we previously had between libsoup and gvfs. Closes: bgo#619207

 configure.in                        |    7 +++++
 src/plugins/youtube/Makefile.am     |    5 +++-
 src/plugins/youtube/totem-youtube.c |   51 ++++++++++++++++++++++++----------
 3 files changed, 47 insertions(+), 16 deletions(-)

commit 06dd10fd160682f63b96861b9d2f2eba258d9712
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Aug 9 09:26:21 2010 +0100

    Port the Galago and Tracker plugins to libpeas 0.5.4

 src/plugins/galago/totem-galago.c   |   17 +++++++++++++----
 src/plugins/tracker/totem-tracker.c |   16 ++++++++++++----
 2 files changed, 25 insertions(+), 8 deletions(-)

commit 48e0e269b4516cdae91a3fd666a6f0251df7706b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 9 16:37:10 2010 +0100

    Port chapters plugin to libpeas 0.5.4
    
    Also fix a number of compile-time warnings, and the inability
    to load UI files from the uninstalled directory.

 src/plugins/chapters/totem-chapters.c     |   35 +++++++++++++++--------------
 src/plugins/chapters/totem-cmml-parser.c  |    2 +-
 src/plugins/chapters/totem-edit-chapter.c |    2 +-
 3 files changed, 20 insertions(+), 19 deletions(-)

commit 66d1958a89affb91380777409bd863faf668e872
Author: Alexander Saprykin <xelfium@gmail.com>
Date:   Fri Jul 2 00:17:08 2010 +0400

    Merge chapters plugin with a master branch
    
    New chapters plugin
    Add option to preferences to auto-load external chapters

 configure.in                                  |   11 +-
 data/totem.schemas.in                         |   14 +
 data/totem.ui                                 |   95 ++
 po/POTFILES.in                                |    5 +
 src/plugins/chapters/Makefile.am              |   47 +
 src/plugins/chapters/chapters-edit.ui         |   35 +
 src/plugins/chapters/chapters-list.ui         |  237 +++++
 src/plugins/chapters/chapters.totem-plugin.in |    9 +
 src/plugins/chapters/totem-chapters-utils.c   |   95 ++
 src/plugins/chapters/totem-chapters-utils.h   |   33 +
 src/plugins/chapters/totem-chapters.c         | 1259 +++++++++++++++++++++++++
 src/plugins/chapters/totem-cmml-parser.c      |  826 ++++++++++++++++
 src/plugins/chapters/totem-cmml-parser.h      |   82 ++
 src/plugins/chapters/totem-edit-chapter.c     |  145 +++
 src/plugins/chapters/totem-edit-chapter.h     |   58 ++
 src/totem-preferences.c                       |   43 +-
 16 files changed, 2992 insertions(+), 2 deletions(-)

commit 640088aa5e38e4da6f4484a96c6a0d417a1e2245
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Aug 9 12:31:58 2010 +0300

    Updated Hebrew translation.

 po/he.po |  378 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 185 insertions(+), 193 deletions(-)

commit 1aaa9e376fe862ef6f8bf6f226fc858aa52d95a8
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Sun Aug 8 15:18:30 2010 +0100

    Sort allowed_plugins alphabetically

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit defd3ec6c6bb4dab310c47dbaa71eae2c6dc1e1d
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Sun Aug 8 10:24:37 2010 +0100

    Port all the Python plugins to libpeas 0.5.4

 src/plugins/coherence_upnp/coherence_upnp.py |   14 +++++++-----
 src/plugins/dbus-service/dbus-service.py     |   12 ++++++----
 src/plugins/iplayer/iplayer.py               |   13 ++++++-----
 src/plugins/jamendo/jamendo.py               |   13 ++++++-----
 src/plugins/opensubtitles/opensubtitles.py   |   19 ++++++++---------
 src/plugins/pythonconsole/pythonconsole.py   |   29 ++++++++++++++-----------
 src/plugins/sample-python/sample-python.py   |    8 ++++--
 7 files changed, 59 insertions(+), 49 deletions(-)

commit 3560fbf5541902f6343dbdf237b83bb19f161ec1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 6 16:39:51 2010 +0100

    Port all the C plugins to libpeas 0.5.4

 src/plugins/bemused/totem-bemused.c                |   15 +++++---
 .../brasero-disc-recorder/totem-disc-recorder.c    |   32 +++++++++++--------
 src/plugins/gromit/totem-gromit.c                  |   16 +++++-----
 src/plugins/lirc/totem-lirc.c                      |   15 +++++---
 .../media-player-keys/totem-media-player-keys.c    |   20 ++++++++---
 src/plugins/mythtv/totem-mythtv.c                  |   13 ++++---
 src/plugins/ontop/totem-ontop.c                    |   27 +++++++++-------
 src/plugins/properties/totem-movie-properties.c    |   17 ++++++---
 src/plugins/publish/totem-publish.c                |   12 +++++--
 src/plugins/screensaver/totem-screensaver.c        |   16 ++++++---
 src/plugins/screenshot/totem-screenshot-plugin.c   |   14 +++++---
 src/plugins/sidebar-test/totem-sidebar-test.c      |   18 ++++++----
 src/plugins/skipto/totem-skipto-plugin.c           |   30 +++++++++--------
 src/plugins/thumbnail/totem-thumbnail.c            |   33 +++++++++++---------
 src/plugins/youtube/totem-youtube.c                |   19 +++++++----
 15 files changed, 175 insertions(+), 122 deletions(-)

commit 3f013e69936a13287a42339f7c1afbd2499c7af9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 6 16:37:45 2010 +0100

    Require libpeas 0.5.4
    
    And update the helper macros.

 configure.in                       |    2 +-
 src/plugins/totem-plugin.h         |   80 ++++++++++++++++++++++++++++++++++--
 src/plugins/totem-plugins-engine.c |    4 +-
 3 files changed, 80 insertions(+), 6 deletions(-)

commit 22d2912eb034869a9b9881a0cedcd1e39a75edc4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 6 16:36:58 2010 +0100

    Fix compilation following accurate seek changes

 src/backend/bacon-video-widget-gst-0.10.c |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

commit 07e11de11a9f84209b31ebffdeec4983f91b9dae
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 5 10:56:11 2010 +0100

    Ref TotemScreensaver so it's still valid in the cb
    
    Especially on exit, we need to keep our own reference of the
    screensaver object, or it might disappear by the time we
    receive the callback from GDBus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626092

 lib/totem-scrsaver.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 9f355c1721553c3ca4f34c9b62c44bb58015a4e7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 19 12:49:17 2010 +0000

    Don't block main thread in _seek()
    
    Instead keep hold of the last seek request and apply it
    when we've been told that the previous one finished, or
    apply it straight away if the previous seek took longer than
    1/10th of a second.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=588377

 src/backend/bacon-video-widget-gst-0.10.c |   89 ++++++++++++++++++++++++++---
 1 files changed, 80 insertions(+), 9 deletions(-)

commit 5375802211d40edcc85abca6e44a4328da62b830
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Aug 4 15:05:22 2010 +0530

    update Translation in master for Punjabi by A S Alam

 po/pa.po | 1179 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 582 insertions(+), 597 deletions(-)

commit 476142590be33762b4238416fe3257d53e0557db
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Wed Aug 4 10:23:17 2010 +0700

    Updated Indonesian translation

 po/id.po | 4148 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 2203 insertions(+), 1945 deletions(-)

commit d6aab2ca5bab0524cce21bd61044cb32201d59c4
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon Aug 2 17:54:28 2010 +0530

    Updated Oriya Translation

 po/or.po | 1243 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 551 insertions(+), 692 deletions(-)

commit 55ff6cec4ecd42e85dd271e90461c8b4ac139efa
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Aug 1 17:47:06 2010 +0100

    Bug 619207 — Support Web-M videos
    
    Support all YouTube's video formats in the YouTube plugin. Closes: bgo#619207

 src/plugins/youtube/totem-youtube.c |   69 ++++++++++++++++++++++++++++++++---
 1 files changed, 64 insertions(+), 5 deletions(-)

commit 496984c1d4610fd1ce94853801a416c6821b1bf9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Aug 1 15:59:58 2010 +0100

    Remove unused plugins UI file
    
    We use the libpeas plugin manager UI now.

 data/Makefile.am |    1 -
 data/plugins.ui  |  437 ------------------------------------------------------
 po/POTFILES.in   |    1 -
 3 files changed, 0 insertions(+), 439 deletions(-)

commit 13d45d3a09be162bd24c12d407fc1e71f1839966
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Fri Jul 30 14:30:03 2010 +0200

    Only use Gtk.Allocation properties if they're available
    
    The bindings for Gtk.Allocation are broken with GTK+ 3, so abort the column
    wrapping hack if we're using GTK+ 3.

 src/plugins/jamendo/jamendo.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 5033d6449aaae55df4b41faf1b43c2944c7c7eba
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Fri Jul 30 15:30:13 2010 +0200

    Work around bgo#622987 to fix the Jamendo plugin
    
    Python dicts can't be inserted into GtkTreeStores due to bgo#622987, so they
    need to be wrapped in a thin GObject to get the Jamendo plugin working.

 src/plugins/jamendo/jamendo.py |   20 ++++++++++++++++----
 src/plugins/jamendo/jamendo.ui |    6 +++---
 2 files changed, 19 insertions(+), 7 deletions(-)

commit 02cf6290cd527faa3674402c05c65722f84b906d
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Fri Jul 30 14:57:33 2010 +0530

    hindi update

 po/hi.po |  716 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 338 insertions(+), 378 deletions(-)

commit ffb3f3b33b50d0187f8ebba85cffd28e471939c5
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Wed Jul 28 17:06:38 2010 +0530

    Updated Telugu Translations

 po/te.po | 1273 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 644 insertions(+), 629 deletions(-)

commit c1e8af260c55a52ce150995ef8b4e345b8b22742
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
Date:   Mon Jul 26 17:53:47 2010 +0200

    Updated Norwegian Nynorsk translation

 po/nn.po |  994 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 501 insertions(+), 493 deletions(-)

commit a5f45ecd1d10117e89d139538ee9521a4eb0f7b9
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Jul 25 20:00:12 2010 +0200

    Updated Swedish translation

 po/sv.po | 1262 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 484 insertions(+), 778 deletions(-)

commit 8d87ecfd993f6d9ee9a456a9f4a7891a79bd8ff4
Author: drtv <vasudeven@git.gnome.org>
Date:   Sat Jul 24 19:38:00 2010 +0530

    Updated Tamil translation

 po/ta.po | 1011 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 505 insertions(+), 506 deletions(-)

commit 50027abd715acc24978e7830162c70c7e1a05811
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Jul 23 18:32:38 2010 +0100

    Bug 625013 — Can't play "GUADEC 2010 STATE OF THE UNION Teaser"
    
    YouTube changed the page format again, necessitating a change in the way
    video URIs are scraped from the playback page. Closes: bgo#625013

 src/plugins/youtube/totem-youtube.c |   51 +++++++++++++++-------------------
 1 files changed, 23 insertions(+), 28 deletions(-)

commit 8df5efb99c5c2c796fe302613a629f481f1f7bcb
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Thu Jul 22 15:15:11 2010 +0530

    Updated Marathi Translations

 po/mr.po |  940 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 457 insertions(+), 483 deletions(-)

commit 7aecec85ad12c655648b387951b0000993ade816
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 21 18:23:48 2010 +0100

    Require newer GStreamer and plugins
    
    So that download buffering and deinterlacing work as expected.

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6e631db17e86baaf449cb0348c597e156792c022
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Jul 21 16:15:05 2010 +0200

    Updated Galician translations

 po/gl.po |  159 +++++--------------------------------------------------------
 1 files changed, 13 insertions(+), 146 deletions(-)

commit f067d39e0a9f198e3d8b630b436e4c898a1ca08b
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Jul 21 15:01:28 2010 +0530

    Updated Gujarati Translations

 po/gu.po |  911 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 432 insertions(+), 479 deletions(-)

commit 338dbc54cff9f756951aa131b4d0ae0f8a5c7a48
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Jul 21 14:46:54 2010 +0530

    Updated Gujarati Translations

 po/gu.po |  610 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 283 insertions(+), 327 deletions(-)

commit 76f69bd51c0e041fca309133afe847032d980c24
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 20 12:29:33 2010 +0200

    Updated Galician translations

 po/gl.po |  205 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 101 insertions(+), 104 deletions(-)

commit 18d0907e09dd85e97cb8be60a08e2c0a4d154345
Author: Aron Xu <aronxu@gnome.org>
Date:   Tue Jul 20 14:00:13 2010 +0800

    Update Simplified Chinese help translation.

 help/zh_CN/zh_CN.po |  357 +++++++++++++++++++++++++--------------------------
 1 files changed, 174 insertions(+), 183 deletions(-)

commit 0ac6c8843e36042262bc655c1aa327b26ab04f76
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Jul 19 21:56:39 2010 +0100

    Bug 624607 — Redundant window_on_top GConf key
    
    Remove the window_on_top GConf key which was orphaned by the fix to
    bgo#171691. Closes: bgo#624607

 data/totem.schemas.in |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

commit 1ec0795d3a0c79354ace6f731e4bc47e74a83396
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Jul 19 20:34:34 2010 +0100

    Bump libpeas requirement due to builtin API changes

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e8b8f3966722e04d9073ed2f0ca61f5d34c56572
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Jul 18 12:54:26 2010 +0200

    Updated Spanish translation

 po/es.po |  182 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 90 insertions(+), 92 deletions(-)

commit d71f1c8b4c258596ba7c97525bb98474066a5c32
Author: Hugo Vaz Sampaio <hvazsampaio@gmail.com>
Date:   Sat Jul 17 22:52:49 2010 -0400

    Updated Brazilian Portuguese translation.

 po/pt_BR.po | 1023 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 513 insertions(+), 510 deletions(-)

commit 9c50d46add15e38ef64a47b4453e4c2b863fb8ba
Author: Aron Xu <aronxu@gnome.org>
Date:   Sun Jul 18 10:07:46 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po | 1159 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 579 insertions(+), 580 deletions(-)

commit 67f09011d0121b9d2042ecf0edcd7a10ab82e4cc
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Jul 16 20:19:47 2010 +0200

    [i18n] Updated German translation

 po/de.po |  695 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 344 insertions(+), 351 deletions(-)

commit 26041ac5c27ccc7c68b1cf7c90e5c7dfa2746211
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Jul 15 23:31:33 2010 +0100

    gcc warning fixes in plugin viewer
    
    Constness issues, shadowing and missing cases in switch statements.

 browser-plugin/totem-plugin-viewer.c |   56 +++++++++++++++++++--------------
 1 files changed, 32 insertions(+), 24 deletions(-)

commit 81403ff7d040c10e4edbf17aadfff9599da97e5d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Jul 15 23:24:02 2010 +0100

    gcc warning fixes in Totem
    
    Constness problems, shadowing and missing cases in switch statements.

 src/totem-object.c   |    9 ++++++---
 src/totem-options.c  |    2 +-
 src/totem-playlist.c |    1 +
 src/totem.c          |   32 +++++---------------------------
 4 files changed, 13 insertions(+), 31 deletions(-)

commit b7ddff7b1b20fef6f324f4dd6954e5939223cd39
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Jul 15 23:07:16 2010 +0100

    gcc warning fixes in plugins
    
    Duplicate declarations, unsigned/signed confusion and non-optimiseable
    loops.

 src/plugins/bemused/totem-bemused.c                |   42 +++++++++----------
 .../brasero-disc-recorder/totem-disc-recorder.c    |    2 -
 src/plugins/lirc/totem-lirc.c                      |   10 +---
 src/plugins/publish/totem-publish.c                |    6 +-
 4 files changed, 26 insertions(+), 34 deletions(-)

commit 3d74f874eb62f2df06dba1cfd41eb8df790271da
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Jul 15 09:33:35 2010 +0100

    Use millisecond seeking in the video thumbnailer
    
    This allows more accurate calculation of the screenshot interval, and means
    it's less likely that the screenshot interval will be rounded down to 0. To
    prevent this entirely, it now has a lower bound of 1ms.

 src/totem-video-thumbnailer.c |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

commit 519a608b9edd98e754a496078ca3cb5049ed532c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Jul 15 09:29:05 2010 +0100

    Remove use of GtkNotebookPage due to removal from GTK+

 src/plugins/youtube/totem-youtube.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c73bd203eed8b8d1cb45f8746a988d8cda0d408d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jul 14 23:24:48 2010 +0100

    Update builtin plugin support in line with the latest libpeas changes
    
    Due to the changes in bgo#621858 we can drop some code which handled
    hiding builtin plugins in the plugin manager.

 src/plugins/totem-plugins-engine.c |   35 +++--------------------------------
 1 files changed, 3 insertions(+), 32 deletions(-)

commit 33675d6be663d7676cb01cc66081d4db168fe6ef
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Jul 13 21:36:48 2010 +0100

    Re-enable Python support for testing

 configure.in |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 99169b4ecb87a7b8e0cf48a3fce1a0c4425cd1a3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Jul 13 21:25:39 2010 +0100

    2.90.5

 NEWS         |   15 +++++++++++++++
 configure.in |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)

commit 8e1a0053c8b835176193da415524a9702a0ba686
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Jul 13 21:17:36 2010 +0100

    Fix the documentation build

 docs/reference/totem-sections.txt |   29 +++++++++++++++++++++++++++++
 src/totem-object.c                |    4 ++--
 2 files changed, 31 insertions(+), 2 deletions(-)

commit 54eeb96c0f1271abf66e0ee3dbdadf199f7f4b46
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Jul 13 20:39:34 2010 +0100

    Disable support for Python plugins again
    
    They're not stable enough to make the 2.90.5 release. Support will be
    re-enabled after the release.

 configure.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit a87a2b1be8b536f9a14faf668684d00dd881e3ef
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jul 13 21:30:32 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  655 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 312 insertions(+), 343 deletions(-)

commit 6635b01e3b01db6ecbc76738a78fb02e2865963c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Jul 12 23:16:01 2010 +0100

    Depend on libpeas >= 0.5.2
    
    The PeasUIConfigurable interface broke API for 0.5.2, and the Totem
    plugins have been updated to the new API.

 configure.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit da410ba883ec34ae6b559c7250fb68517c75617f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jul 11 01:07:38 2010 +0100

    Fix the configuration dialogue in the jamendo plugin

 src/plugins/jamendo/jamendo.py |  116 ++++++++++--------
 src/plugins/jamendo/jamendo.ui |  258 +++++++++++++++-------------------------
 2 files changed, 158 insertions(+), 216 deletions(-)

commit 62c464fe8ccd462171f85deabf1e410fae5412c2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jul 11 01:07:21 2010 +0100

    Add (allow-none) annotation to totem_plugin_load_interface()

 src/plugins/totem-dirs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1402550414e07ba7b6e889e7dc0c68805e325c57
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jul 11 00:38:11 2010 +0100

    Fix the configuration dialogue in the publish plugin

 src/plugins/publish/totem-publish.c |   64 +++++++++++++++++++----------------
 1 files changed, 35 insertions(+), 29 deletions(-)

commit 854c51a5190d94357b5a25b90cc0607f31cc6906
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jul 11 00:22:46 2010 +0100

    Port publish plugin to libpeas

 configure.in                          |    2 +-
 src/plugins/publish/Makefile.am       |   12 +-
 src/plugins/publish/publish-plugin.ui |  171 +++++++++++---------------------
 src/plugins/publish/totem-publish.c   |   64 +++++-------
 4 files changed, 92 insertions(+), 157 deletions(-)

commit 5c2df01379d3c5babea63dd4c1e09df9ced8ca00
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jul 11 00:22:33 2010 +0100

    Re-add support for configurable plugins

 src/plugins/totem-plugin.h |   51 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

commit 81081b9dc0dc02cb82a158358c0f829afd4e5cb3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jul 10 23:01:34 2010 +0100

    Fix use of GSEALed API in the mythtv plugin

 src/plugins/mythtv/totem-mythtv.c |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

commit 7a6ed59e66fb8c0d2cd8028ae31387cd616e51f6
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:   Wed Jul 7 17:28:40 2010 +0300

    Support for VLC "input.length" property
    
    https://bugzilla.gnome.org/show_bug.cgi?id=623790

 browser-plugin/totemConeInput.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit db49cebaf26f8f6cd88b6146723e8e21f2fff3ab
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jul 7 23:43:20 2010 +0100

    Fix get_selected_rows() calls in the Jamendo plugin

 src/plugins/jamendo/jamendo.py |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit e45632bbcdaba6007217440c5ce6471bbe125536
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jul 7 23:35:32 2010 +0100

    Update use of GVariant API to follow API changes in GLib master

 configure.in |    2 +-
 src/totem.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4b1eb1e42e9a626f0718bd8e4a09fd9663910480
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Jul 7 18:41:58 2010 +0200

    Updated Galician translations

 po/gl.po |  292 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 148 insertions(+), 144 deletions(-)

commit 40c675e8215d40bfd0d670731c878ffbd4711804
Author: Reuben Potts <reuben03@live.com>
Date:   Wed Jul 7 14:01:52 2010 +0200

    Added Manx translation

 po/LINGUAS |    1 +
 po/gv.po   | 3065 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 3066 insertions(+), 0 deletions(-)

commit 09d0bc1462cd2bcf7e622f56c9d87bd05431de4e
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date:   Tue Jul 6 22:20:17 2010 -0700

    Remove usage of sealed fields in bacon-resize.c

 src/backend/bacon-resize.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4679624c01ffbedf2feefa0175fbe6627f672552
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Jul 6 09:36:42 2010 +0100

    Bug 623497 — TotemVideoList crashes in row_activated_cb
    
    Ensure we don't use uninitialised memory. Closes: bgo#623497

 src/totem-video-list.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 55c6e4d54e92c657e9517bc66ecef9b7fd86c63c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Jul 5 18:24:20 2010 +0200

    Updated Slovenian translation

 po/sl.po | 5692 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 2732 insertions(+), 2960 deletions(-)

commit ce964d5230c6521f1fc74ba7005411509ae011f5
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Jul 3 01:25:18 2010 +0300

    Updated Hebrew translation.

 po/he.po |  444 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 223 insertions(+), 221 deletions(-)

commit b843aea57e778ed71ff5b660b0c481558fd9ce23
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Fri Jul 2 20:22:16 2010 +0200

    Add Esperanto translation

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a0978396fc94eae4fd666d9c77966cc73dd4208b
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Fri Jul 2 20:22:15 2010 +0200

    Add Esperanto translation

 po/eo.po | 2778 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 2778 insertions(+), 0 deletions(-)

commit 58167486b055698c9fb1588ec03892596d9f19d3
Author: Ivar Smolin <okul@linux.ee>
Date:   Fri Jul 2 11:48:36 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |   75 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 38 insertions(+), 37 deletions(-)

commit 020d998824fd306109201a6a76e624233cdfb954
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Jul 2 09:24:56 2010 +0100

    Remove unused parameter from TotemOpenLocation
    
    Spotted by Alexander Saprykin <xelfium@gmail.com>. Closes: bgo#623127

 src/totem-object.c        |    2 +-
 src/totem-open-location.c |    6 ++----
 src/totem-open-location.h |    2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)

commit bd3cd0446e0d4c29c8b511bd50c4cb4a4ffc2b7f
Author: Alexander Saprykin <xelfium@gmail.com>
Date:   Wed Jun 30 12:05:14 2010 +0400

    Add some sanity checks to TotemOpenLocation dialog
    
    Closes: bgo#623127

 src/totem-open-location.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit a15e34e5df18b0a25eadeeae479f07e420c9576a
Author: Alexander Saprykin <xelfium@gmail.com>
Date:   Wed Jun 30 11:53:45 2010 +0400

    Disable Open button in TotemOpenLocation dialog when URI entry is empty
    
    Helps: bgo#623127

 data/uri.ui               |    1 +
 src/totem-open-location.c |   11 +++++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit 73bf9a60cdd527ae967dbbe8ef328f5761242994
Author: Alexander Saprykin <xelfium@gmail.com>
Date:   Wed Jun 30 02:09:49 2010 +0400

    Do not hold GtkBuilder object after initialization in TotemOpenLocation
    
    Helps: bgo#623127

 src/totem-open-location.c |   35 ++++++++++++-----------------------
 1 files changed, 12 insertions(+), 23 deletions(-)

commit f9f073961ddbfd37c0036b7259e4246f5b60877f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Jul 2 09:05:09 2010 +0100

    Port tracker plugin to libpeas
    
    Closes: bgo#623281

 src/plugins/tracker/Makefile.am     |    3 +--
 src/plugins/tracker/totem-tracker.c |   23 +++++++----------------
 2 files changed, 8 insertions(+), 18 deletions(-)

commit 2cab21039e7032242a223347403c6762a5bf47cd
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Jul 2 08:55:02 2010 +0200

    Updated Spanish translation

 po/es.po |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 81b755ae00be282bcd70b8f98c8de771ce744721
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Jul 1 23:40:59 2010 +0100

    Port galago plugin to libpeas
    
    Closes: bgo#623279

 src/plugins/galago/Makefile.am    |    2 +-
 src/plugins/galago/totem-galago.c |   54 ++++++++++++++++--------------------
 2 files changed, 25 insertions(+), 31 deletions(-)

commit e19f67a9f45ffe7d2977ef817b0d892dc39c2ef5
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Jul 1 22:53:44 2010 +0300

    Updated Hebrew translation.

 po/he.po |  626 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 309 insertions(+), 317 deletions(-)

commit 9b9885b590a79695f3c923653cd14a66a5d67bd8
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Jul 1 09:01:53 2010 +0200

    Updated Spanish translation

 po/es.po |  671 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 331 insertions(+), 340 deletions(-)

commit bd9fd4fff3960ed9ba48bb42f69da33f263981e5
Merge: b87d5fa e5394da
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jun 30 18:55:02 2010 +0100

    Merge branch 'introspection'

commit b87d5fafab5866a9d3895c8c86081cec9095a322
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jun 30 09:34:21 2010 +0100

    Add a note in the TotemVideoList documentation about the totem property
    
    It's required to be set for the TotemVideoList to work.

 src/totem-video-list.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit e5394da4d2b8025e4080eb35c170653a3c31051d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 23:20:45 2010 +0100

    Fix binding of TotemObject.action_error()

 src/plugins/screenshot/totem-screenshot-plugin.c |    4 +-
 src/totem-object.c                               |   34 +++++++++++-----------
 src/totem.h                                      |    6 ++--
 3 files changed, 22 insertions(+), 22 deletions(-)

commit 0d9e72a80eccc8b8f23e0aa8ec6049cf6cc3edc1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 23:20:35 2010 +0100

    More jamendo plugin fixes

 src/plugins/jamendo/jamendo.py |   23 ++++++++---------------
 1 files changed, 8 insertions(+), 15 deletions(-)

commit cfcf946c775172f98984e5c024e02ad71749c7c9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 16:57:27 2010 +0100

    Port sample-python plugin to libpeas

 src/plugins/sample-python/sample-python.py |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

commit 881dfe85a7d732b590312bebae440dfc753e3e4e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 16:49:42 2010 +0100

    Port pythonconsole plugin to libpeas

 src/plugins/pythonconsole/console.py       |   59 ++++++++++++++--------------
 src/plugins/pythonconsole/pythonconsole.py |   50 +++++++++++++----------
 2 files changed, 58 insertions(+), 51 deletions(-)

commit 1b43d0db44bedb684aee35556400e8ed3396b198
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 15:51:04 2010 +0100

    Port opensubtitles plugin to libpeas
    
    The interface works, but downloading subtitles is untested due to it
    requiring threading.

 src/plugins/opensubtitles/opensubtitles.py |   84 ++++++++++++++-------------
 1 files changed, 44 insertions(+), 40 deletions(-)

commit 6806dd04450ced2095a09709fe5ce10b37cbe02a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 13:35:24 2010 +0100

    Port jamendo plugin to libpeas
    
    The configuration dialogue doesn't work and neither does searching, as it
    relies on Python threading.

 src/plugins/jamendo/jamendo.py |   83 ++++++++++++++++++++--------------------
 1 files changed, 41 insertions(+), 42 deletions(-)

commit 1a15a7120357cf715d874428192743237a5bdd91
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 12:39:21 2010 +0100

    Port dbus-service plugin to libpeas

 src/plugins/dbus-service/dbus-service.py |   33 +++++++++++++++--------------
 1 files changed, 17 insertions(+), 16 deletions(-)

commit c8674f3da9a3bb6879ae0efb8da855efafe826dd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 11:53:26 2010 +0100

    Port coherence_upnp plugin to libpeas
    
    The code has been ported, but the plugin has to be disabled as it depends on
    the Coherence library, which still uses PyGTK.

 configure.in                                 |    5 +++++
 src/plugins/coherence_upnp/coherence_upnp.py |   19 +++++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)

commit 8014ce3ff6aa7cf4fbf1fbcb8220c478feb4630c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 01:01:28 2010 +0100

    Port iplayer plugin to libpeas
    
    It doesn't currently work due to lack of support for Python threads, but the
    interface loads.

 src/plugins/iplayer/iplayer.py  |   24 ++++++++++++++++--------
 src/plugins/iplayer/iplayer2.py |   10 +++++++---
 2 files changed, 23 insertions(+), 11 deletions(-)

commit a6ad2e75b4023b717bda0ecadd62444106698d18
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 16:57:55 2010 +0100

    Move methods from Totem to TotemObject for use in plugins
    
    g-ir-scanner will assign methods named "totem_foo" to the Totem record, so
    they all need to be renamed to "totem_object_foo" so that they're correctly
    assigned to the TotemObject class.
    
    This just changes the method declarations and definitions, and adds a #define
    for each method so that the old name continues to work in Totem code. This
    can be tidied up in a later commit, possibly at the same time as tidying up
    Totem's plugin-visible API.

 docs/reference/totem-sections.txt |   56 +++---
 src/totem-object.c                |  344 ++++++++++++++++++------------------
 src/totem.h                       |  136 +++++++++------
 3 files changed, 282 insertions(+), 254 deletions(-)

commit a23e06d4ea6eef6e00c7b633db37120cd022ff64
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 01:01:15 2010 +0100

    Re-enable Python plugins support

 configure.in                       |    5 +----
 src/plugins/totem-plugins-engine.c |    6 ++----
 2 files changed, 3 insertions(+), 8 deletions(-)

commit a7f2c8abebae482c2225973c4f4d94dd31841648
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 00:09:42 2010 +0100

    Remove Python and Vala bindings
    
    Python and Vala plugins should be ported to use the introspected bindings.

 Makefile.am                       |    2 +-
 bindings/Makefile.am              |    9 -
 bindings/python/Makefile.am       |   65 -----
 bindings/python/__init__.py       |   50 ----
 bindings/python/override_common.c |  189 -------------
 bindings/python/override_common.h |   50 ----
 bindings/python/totem.defs        |  537 -------------------------------------
 bindings/python/totem.override    |  117 --------
 bindings/python/totemmodule.c     |  230 ----------------
 bindings/vala/Makefile.am         |    3 -
 bindings/vala/totem.deps          |    1 -
 bindings/vala/totem.vapi          |  127 ---------
 configure.in                      |   62 +----
 13 files changed, 5 insertions(+), 1437 deletions(-)

commit 567558c62a5df85795bbcb2ceb79604e58cb20fb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 26 23:39:13 2010 +0100

    Bug 602753 — Make it possible to build plugins out-of-tree
    
    Install a limited set of headers for plugins to use, plus a pkg-config file.
    Closes: bgo#602753

 configure.in     |   12 ++++++++++++
 data/Makefile.am |    4 ++++
 data/totem.pc.in |   11 +++++++++++
 src/Makefile.am  |    4 ++++
 4 files changed, 31 insertions(+), 0 deletions(-)

commit 92ae2c5426274ac39fc93748b81c38e03c8e8674
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 26 22:54:59 2010 +0100

    Bug 551290 — Add gobject-introspection support
    
    Add gobject-introspection support to libtotem.la. For the time being,
    we're introspecting only the files which exposed API which was previously
    used by the Python bindings.
    
    This adds a hard dependency on gobject-introspection 0.6.7, as the
    introspection will be necessary for Python and Vala plugin support.
    
    Closes: bgo#551290

 Makefile.am     |    3 +--
 configure.in    |    1 +
 src/Makefile.am |   51 ++++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 46 insertions(+), 9 deletions(-)

commit fea7f1b27ea17807f5a439676dfb63f93b5578e9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 26 23:27:45 2010 +0100

    Rename libtotem_main.la to libtotem.la
    
    libtotem.la is a more conventional name, and we don't need to leak the fact
    that Totem is built from an unholy mess of noinsted libraries into the
    set of installed libraries.

 docs/reference/Makefile.am |    2 +-
 src/Makefile.am            |   30 +++++++++++++++---------------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit 418c93a910536cc679661b8c411a5dd2493f9d8b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 26 22:53:04 2010 +0100

    Fix nicknames for enum values

 src/totem-object.c |   62 ++++++++++++++++++++++++++--------------------------
 1 files changed, 31 insertions(+), 31 deletions(-)

commit 723cf28b588a1f7705ebdc21d9b6e5438bfeba96
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 26 22:02:37 2010 +0100

    Move TotemDiscMediaType get_type() and quark() functions to totem-pl-parser
    
    The enum lives there, so the type functions should do too.

 docs/reference/totem-sections.txt |    4 ----
 src/totem-object.c                |   31 -------------------------------
 src/totem.h                       |    5 -----
 3 files changed, 0 insertions(+), 40 deletions(-)

commit cfedb89b7f2d171ea7d4ad933213860f59d831f3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 26 21:46:55 2010 +0100

    Merge libtotemmodule.la with libtotem_main.la
    
    There's no need for the plugin module code to be compiled into a noinst
    library when it can just as easily be directly compiled into the main Totem
    library.

 src/Makefile.am         |   10 ++++++++--
 src/plugins/Makefile.am |   42 ------------------------------------------
 2 files changed, 8 insertions(+), 44 deletions(-)

commit 5347aa66d58b1a966886231de1bb000613a59470
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jun 27 17:42:42 2010 +0100

    Don't use sealed GdkDragContext fields

 src/totem-object.c   |   29 ++++++++++++++++-------------
 src/totem-playlist.c |   11 +++++++----
 2 files changed, 23 insertions(+), 17 deletions(-)

commit 350b94324c2120bc042f4330f76ead789f90242f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jun 27 14:30:23 2010 +0100

    Fix GApplication handling bugs
    
    As spotted by Christian Persch.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622151#c12

 src/totem.c |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

commit 09126747056d8381d01575c935d92c1945fa2189
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 26 13:54:16 2010 +0100

    Fix gcc warnings and whitespace in YouTube plugin

 src/plugins/youtube/totem-youtube.c |  106 +++++++++++++++++-----------------
 1 files changed, 53 insertions(+), 53 deletions(-)

commit a39491154701e801f3060abc0cab2e24df4c5a65
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 26 13:41:39 2010 +0100

    Bug 618958 — Pressing search in youtube search >1 times quickly crashes totem
    
    Refactor the cancellable handling in the YouTube plugin so that it doesn't
    use a single global cancellable instance (which didn't actually work anyway).
    Closes: bgo#618958

 src/plugins/youtube/totem-youtube.c |  205 +++++++++++++++++++++++------------
 1 files changed, 133 insertions(+), 72 deletions(-)

commit 0707073a6970109d06453617f1462bc8beadaec9
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date:   Sat Jun 19 18:24:53 2010 -0700

    Port from unique to GApplication
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622151

 configure.in                    |    4 +-
 src/Makefile.am                 |    4 --
 src/plugins/publish/Makefile.am |    1 -
 src/totem-options.c             |   98 ++++++++++++++++++++++++++-------------
 src/totem-options.h             |    4 +-
 src/totem-private.h             |    3 +-
 src/totem.c                     |   92 +++++++++++++++++++++++++++---------
 7 files changed, 139 insertions(+), 67 deletions(-)

commit 13102877454344614fda239589eb649527291f1c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 22 13:42:01 2010 +0100

    Clean up TotemPlaylist destruction
    
    Keep a hold of the widgets we're interested in, and unref the
    GtkBuilder ASAP.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622374

 src/totem-playlist.c |   70 +++++++++++++++++++++++++++----------------------
 1 files changed, 39 insertions(+), 31 deletions(-)

commit 9792aa50caef3b29402de675d1c999ce1c7c3efb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 21 17:22:39 2010 +0100

    Fix glib2 requires
    
    For the GDBus screensaver changes.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d58f7060fc05ec7b2b98d58a87058fda692a4011
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jun 20 01:47:51 2010 +0200

    Updated Galician translations

 po/gl.po |  507 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 250 insertions(+), 257 deletions(-)

commit 1ebcf48674c1638e8f6c5a0d07831e6a7ca2ff11
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 19 19:30:05 2010 +0100

    2.90.0

 NEWS         |   23 +++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)

commit a3da22c634cef93b85071dea9c5a1d99b983ca92
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 19 19:08:56 2010 +0100

    Disable Vala plugins

 configure.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 02e0d2b0b177e4da1e2eb26bc829e23dd3280148
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 19 19:07:55 2010 +0100

    Add missing documentation

 docs/reference/totem-sections.txt |    2 +-
 src/plugins/totem-dirs.c          |    9 +++++++++
 src/plugins/totem-plugin.h        |    9 +++++++++
 src/totem-object.c                |    3 ++-
 4 files changed, 21 insertions(+), 2 deletions(-)

commit 8e88d6ded570650cdf5bf55494c0cee440428aff
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 19 17:57:31 2010 +0100

    Bug 619763 — Drag and drop to the main window fails
    
    Fix drag-and-drop of videos to the main window, which was broken because it
    was trying to play the new video after starting the async add MRL process,
    rather than after the process finished. Closes: bgo#619763

 src/totem-object.c |   80 +++++++++++++++++++++++++++++++++-------------------
 1 files changed, 51 insertions(+), 29 deletions(-)

commit ee05f2b124e54e565dc6c13a947e88d024da8660
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 19 16:05:22 2010 +0100

    Fix plugin documentation build
    
    Remove symbols from the documentation files which no longer exist.

 docs/reference/totem-sections.txt |   32 +-------------------------------
 docs/reference/totem.types        |    2 --
 2 files changed, 1 insertions(+), 33 deletions(-)

commit 87b637874399f2c6dad3ece63cc099fc3a5cd0e3
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Sun Jun 13 15:55:27 2010 +0200

    [scrsaver] Adapt to GDBus API change
    
    The g_bus_watch_proxy/g_bus_unwatch_proxy API has been removed.
    Instead, it is now possible to use well-known names for GBusProxy.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621445

 lib/totem-scrsaver.c |   77 ++++++++++++++++++++++++++------------------------
 1 files changed, 40 insertions(+), 37 deletions(-)

commit 598ee954b85e626a8a5ed9aaf66a585825a704a1
Author: Łukasz Jernaś <deejay1@srem.org>
Date:   Thu Jun 17 11:29:33 2010 +0200

    Update POTFILES.in after the libpeas transition
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621866

 po/POTFILES.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b49863832ccce0a77ff9d34410073e36c2fb2526
Author: Aleksander Łukasiewicz <aleksander@lukasiewicz.org>
Date:   Thu Jun 17 11:46:34 2010 +0200

    Updated Polish translation

 help/pl/pl.po |  120 +++-----------------------------------------------------
 1 files changed, 7 insertions(+), 113 deletions(-)

commit 58384d60d5da25c870c7c5d6ae9e9e41ec2ad087
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Wed Jun 16 23:52:55 2010 +0200

    remove autogerated files in help

 help/bg/legal.xml    |    9 -
 help/bg/totem-bg.omf |   32 ---
 help/bg/totem.xml    |  597 --------------------------------------------------
 3 files changed, 0 insertions(+), 638 deletions(-)

commit de2413eb366f7739f0c14add88b6d035c5374e1f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 19:23:23 2010 +0100

    Update for latest libpeas API changes

 src/plugins/totem-plugins-engine.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 7b87251597b49210ed4778aca6d4ebdf47aa8bed
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:50:56 2010 +0100

    Cleanup thumbnail plugin definition

 src/plugins/thumbnail/totem-thumbnail.c |   34 +-----------------------------
 1 files changed, 2 insertions(+), 32 deletions(-)

commit d3b431fc06d9b8c418a43e580d1dce87f7bbd0a0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:49:27 2010 +0100

    Cleanup skipto plugin definition

 src/plugins/skipto/totem-skipto-plugin.c |   39 ++---------------------------
 src/plugins/skipto/totem-skipto-plugin.h |    2 -
 2 files changed, 3 insertions(+), 38 deletions(-)

commit 79b94e1b7d53ad1dced46e6c60453179ea61c2ae
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:45:59 2010 +0100

    Cleanup screenshot plugin definition

 src/plugins/screenshot/totem-screenshot-plugin.c |   36 ++-------------------
 src/plugins/screenshot/totem-screenshot-plugin.h |    1 -
 2 files changed, 4 insertions(+), 33 deletions(-)

commit 947e40f59c064c7f91b7ba13e2a1f0c1574329f8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:43:34 2010 +0100

    Cleanup screensaver plugin definition

 src/plugins/screensaver/totem-screensaver.c |   39 +++------------------------
 1 files changed, 4 insertions(+), 35 deletions(-)

commit 456f0245dc61c1ff135a32a41d125c1fb10fd799
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:42:12 2010 +0100

    Cleanup properties plugin definition

 src/plugins/properties/totem-movie-properties.c |   39 ++--------------------
 1 files changed, 4 insertions(+), 35 deletions(-)

commit b499ea75220788d6b1a155466af6c104a1c81108
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:40:50 2010 +0100

    Cleanup ontop plugin definition

 src/plugins/ontop/totem-ontop.c |   35 ++---------------------------------
 1 files changed, 2 insertions(+), 33 deletions(-)

commit 6f7212548f6a5c58c3da581d649f6938a64427b5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:39:40 2010 +0100

    Cleanup lirc plugin definition

 src/plugins/lirc/totem-lirc.c |   44 +---------------------------------------
 1 files changed, 2 insertions(+), 42 deletions(-)

commit aefc430b0fb60bde2d2b6f7a7fd2156ce45adb21
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:39:14 2010 +0100

    Cleanup media-player-keys plugin definition

 .../media-player-keys/totem-media-player-keys.c    |   48 ++------------------
 1 files changed, 4 insertions(+), 44 deletions(-)

commit 1a989a4c2c0625465858f58c001b048e772606ff
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:35:41 2010 +0100

    Clean up gromit plugin definition

 src/plugins/gromit/totem-gromit.c |   35 ++---------------------------------
 1 files changed, 2 insertions(+), 33 deletions(-)

commit 31b07e10f7807f70cdc64f87afbc6ccc42dec1f8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:26:08 2010 +0100

    Add totem-plugin.h to the distribution

 src/plugins/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit df9ac486d233ff586d8744eac1a3d189f3c78ec2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:15:35 2010 +0100

    Port ontop to libpeas

 src/plugins/ontop/Makefile.am   |    1 +
 src/plugins/ontop/totem-ontop.c |   63 ++++++++++++++++++++++++++------------
 2 files changed, 44 insertions(+), 20 deletions(-)

commit 5ce530b8b47278b702ef03c8602d28c0f817ae4d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:11:35 2010 +0100

    Port bemused plugin to libpeas

 src/plugins/bemused/Makefile.am     |    1 +
 src/plugins/bemused/totem-bemused.c |   46 ++++++++++-------------------------
 2 files changed, 14 insertions(+), 33 deletions(-)

commit ddf3551f2877d72c4d4ecf66f78bd5ac779f09a6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 17:59:58 2010 +0100

    Port sidebar-test plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/sidebar-test/Makefile.am          |    1 +
 src/plugins/sidebar-test/totem-sidebar-test.c |   38 ++++++------------------
 2 files changed, 11 insertions(+), 28 deletions(-)

commit e23c7dcef33a95bca3d0cf3b299cead2adcf569c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 17:57:20 2010 +0100

    Port mythtv plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/mythtv/Makefile.am    |    1 +
 src/plugins/mythtv/totem-mythtv.c |   32 ++++++++++++--------------------
 2 files changed, 13 insertions(+), 20 deletions(-)

commit d269adfc8f1ea9ce75283c96baadb1b9fadfab0f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 17:31:39 2010 +0100

    Port lirc plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/lirc/Makefile.am  |    1 +
 src/plugins/lirc/totem-lirc.c |   74 ++++++++++++++++++++++++++++------------
 2 files changed, 53 insertions(+), 22 deletions(-)

commit 493b0537ba69d895289e469347c51cfb08ae55b7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 17:07:07 2010 +0100

    Port gromit plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/gromit/Makefile.am    |    1 +
 src/plugins/gromit/totem-gromit.c |   66 ++++++++++++++++++++++++++----------
 2 files changed, 48 insertions(+), 19 deletions(-)

commit f923116228d2dcad78d30c6dad02a4078dc2a651
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 17:00:12 2010 +0100

    Port media-player-keys plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/media-player-keys/Makefile.am          |    1 +
 .../media-player-keys/totem-media-player-keys.c    |   71 ++++++++++++++------
 2 files changed, 50 insertions(+), 22 deletions(-)

commit a303e558d9bffb1e48e89c618871b93c35c80639
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 16:42:41 2010 +0100

    Port properties plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/properties/Makefile.am              |    1 +
 src/plugins/properties/totem-movie-properties.c |   63 ++++++++++++++++-------
 2 files changed, 46 insertions(+), 18 deletions(-)

commit cd95d6fe8506825397dbb9ace536b54f830471a6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 15 17:48:10 2010 +0100

    Port thumbnail plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/thumbnail/Makefile.am       |    1 +
 src/plugins/thumbnail/totem-thumbnail.c |   63 +++++++++++++++++++++----------
 2 files changed, 44 insertions(+), 20 deletions(-)

commit 06f51a153420afa02b078e25cb9311a998007e8a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 15 17:14:55 2010 +0100

    Port screenshot plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/screenshot/Makefile.am               |    1 +
 src/plugins/screenshot/totem-gallery.c           |    5 +-
 src/plugins/screenshot/totem-gallery.h           |    4 +-
 src/plugins/screenshot/totem-screenshot-plugin.c |   69 +++++++++++++++-------
 src/plugins/screenshot/totem-screenshot-plugin.h |    9 ++-
 src/plugins/screenshot/totem-screenshot.c        |    5 +-
 src/plugins/screenshot/totem-screenshot.h        |    4 +-
 7 files changed, 64 insertions(+), 33 deletions(-)

commit 1a529aa667beee22c68276d4813317209409bf19
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 17:13:47 2010 +0100

    Port brasero-disc-recorder plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/brasero-disc-recorder/Makefile.am      |    1 +
 .../brasero-disc-recorder/totem-disc-recorder.c    |   39 ++++++++------------
 2 files changed, 16 insertions(+), 24 deletions(-)

commit 9b7c8d03af6188e9b318ad735b910b676723486f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 16:36:03 2010 +0100

    Port screensaver plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/screensaver/Makefile.am         |    1 +
 src/plugins/screensaver/totem-screensaver.c |   64 +++++++++++++++++++--------
 2 files changed, 46 insertions(+), 19 deletions(-)

commit c892eb7e4092b956e85c8e1f073fe883aa8b4b48
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 15 17:26:59 2010 +0100

    Port youtube plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/youtube/totem-youtube.c |   30 ++++++++++++++----------------
 1 files changed, 14 insertions(+), 16 deletions(-)

commit f5364cf6faeb2d474f6bf3d3caa3e2bd0da5c3a1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 16:27:03 2010 +0100

    Port skipto plugin to libpeas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 src/plugins/skipto/Makefile.am           |    1 +
 src/plugins/skipto/totem-skipto-plugin.c |   69 ++++++++++++++++++-----------
 src/plugins/skipto/totem-skipto-plugin.h |    7 ++-
 src/plugins/skipto/totem-skipto.c        |    5 +-
 4 files changed, 52 insertions(+), 30 deletions(-)

commit 20fff7bb5d66fbf1183ffcfa91230e7663659854
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:16:49 2010 +0100

    Remove unused totem-plugin.c

 src/plugins/totem-plugin.c |  374 --------------------------------------------
 1 files changed, 0 insertions(+), 374 deletions(-)

commit eba99cb83fe80225f6ae2e1cc36331c3df3c2fd7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 18:11:22 2010 +0100

    Re-enable plugins

 src/plugins/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit f4e9632fc807adc931932652240e07d8fb2e45d5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 17:53:39 2010 +0100

    Add helper macro for registering plugins

 src/plugins/totem-plugin.h |  328 +++++---------------------------------------
 1 files changed, 35 insertions(+), 293 deletions(-)

commit 202847fd9a4aab2c1e41a8bd103335c133dad2dc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 17:16:03 2010 +0100

    Fix compilation of the preferences dialogue

 src/totem-preferences.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit afef518ca487da553e736ec91812d754ac55319e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 14:55:05 2010 +0100

    Disable the Python loader for now
    
    So we can have it installed, and not crashing when we load Totem.

 src/plugins/totem-plugins-engine.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit ea41955fd602f68dd7ae9ba0686595c94de34c53
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 16:07:23 2010 +0100

    Add GConf state handling for plugins
    
    Based on the old GConf code in Totem 2.30.

 src/plugins/totem-plugins-engine.c |   32 +++++++++++++++++++++++++++++---
 1 files changed, 29 insertions(+), 3 deletions(-)

commit 7bf399f1365f8e9f76edb08007b10a9c756f650b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 15 17:10:52 2010 +0100

    Port to libpeas for plugin handling
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604830

 .gitignore                          |    1 +
 bindings/python/Makefile.am         |   24 +-
 bindings/python/__init__.py         |   50 ++
 bindings/python/override_common.c   |    2 +-
 bindings/python/totem.defs          |   70 +---
 bindings/python/totem.override      |   47 +--
 bindings/python/totemmodule.c       |  230 ++++++++++
 bindings/vala/totem.vapi            |    2 +-
 configure.in                        |   19 +-
 docs/reference/Makefile.am          |    3 +-
 src/Makefile.am                     |   21 +-
 src/plugins/Makefile.am             |   42 +--
 src/plugins/totem-dirs.c            |  182 ++++++++
 src/plugins/totem-dirs.h            |   39 ++
 src/plugins/totem-module.c          |  173 -------
 src/plugins/totem-module.h          |   56 ---
 src/plugins/totem-plugin-manager.c  |  533 ----------------------
 src/plugins/totem-plugin-manager.h  |   78 ----
 src/plugins/totem-plugins-engine.c  |  845 ++++++++---------------------------
 src/plugins/totem-plugins-engine.h  |   48 +-
 src/plugins/totem-python-module.c   |  566 -----------------------
 src/plugins/totem-python-module.h   |   61 ---
 src/plugins/totem-python-plugin.c   |  282 ------------
 src/plugins/totem-python-plugin.h   |   52 ---
 src/plugins/totem/Makefile.am       |    4 -
 src/plugins/totem/__init__.py       |    6 -
 src/plugins/tracker/Makefile.am     |    1 +
 src/plugins/tracker/totem-tracker.c |   15 +-
 src/plugins/youtube/Makefile.am     |    1 +
 src/plugins/youtube/totem-youtube.c |   14 +-
 src/totem-interface.c               |    4 +-
 src/totem-interface.h               |    3 +-
 src/totem-menu.c                    |    4 +-
 src/totem-object.c                  |   14 +-
 src/totem-private.h                 |    2 +
 src/totem.h                         |    2 +-
 36 files changed, 829 insertions(+), 2667 deletions(-)

commit dc894da891c37c30b0acb648da9d49e2bc9c6d61
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 16 14:49:14 2010 +0100

    Initialise the GType system when called into
    
    Add calls to g_type_init() in the plugin entry points so that
    GThread is initialised if not already, so that GIO calls work
    as expected.
    
    Note that this requires GLib 2.24 to work properly, so only
    done in master (gnome-2-30 depends on GLib 2.22)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621771

 browser-plugin/totemPluginGlue.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit eb6a913257d852a495a3005aab6748680ee1d2bd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 15 11:10:27 2010 +0100

    Fix compile-time warnings

 src/totem-object.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e7a8ae67f923ec05e16aca9cdc98f83a9c7862ee
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jun 13 17:58:52 2010 +0100

    Disable Python plugin support for now

 configure.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit c3a022f5d4228b65c86ae1cf4e16dfacca44f15e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 12 17:12:51 2010 +0100

    Fix up screensaver support
    
    Copy evince screensaver code, and add the ability to
    set the reason outside the module itself.

 browser-plugin/totem-plugin-viewer.c        |    3 +
 configure.in                                |    3 +-
 lib/totem-scrsaver.c                        |  344 +++++++++++++++++----------
 lib/totem-scrsaver.h                        |   16 +-
 po/POTFILES.in                              |    2 +-
 src/plugins/screensaver/totem-screensaver.c |    3 +
 6 files changed, 241 insertions(+), 130 deletions(-)

commit 781e168a0b35783a650732cfba46670534dc7065
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 12 21:09:33 2010 +0100

    Use dark theme and symbolic icons
    
    Use GTK+ 3.0, a dark theme and symbolic icons.
    
    Missing justify icon for the sidebar. Some more icons missing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617921

 configure.in         |   18 +++++++++---------
 data/playlist.ui     |    4 ++--
 data/totem.ui        |   22 +++++++++++-----------
 src/totem-dnd-menu.c |    2 +-
 src/totem-object.c   |   48 ++++++++++++++++++++++++------------------------
 src/totem-playlist.c |   10 +++++-----
 src/totem.c          |    4 ++++
 7 files changed, 56 insertions(+), 52 deletions(-)

commit 199d02674bcfb105cb6c2e4f2cc4e00585966cfd
Author: Christian Persch <chpe@gnome.org>
Date:   Mon May 10 12:13:51 2010 +0200

    Port TotemScrsaver to GDBus
    
    (Untested)
    
    Bug #618244.

 configure.in         |    2 +-
 lib/totem-scrsaver.c |  200 ++++++++++++++++++++++++--------------------------
 2 files changed, 98 insertions(+), 104 deletions(-)

commit ecb17359bc11ad2e4aa792efd1bd7c092ce5708d
Author: Simon Wenner <simon@wenner.ch>
Date:   Fri May 14 18:19:35 2010 +0200

    Fix incorrect Vala configure check
    
    https://bugzilla.gnome.org/show_bug.cgi?id=618546

 autogen.sh   |    2 +-
 configure.in |   17 +++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

commit 6117981bacc3b56d2fa7ea4c37d1db295e2fe27f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 7 16:39:47 2010 +0100

    Add little debugging for seekable in the backend

 src/backend/bacon-video-widget-gst-0.10.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f04d1c81319c3e25f22b06552f7c74183acbc597
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 7 17:46:58 2010 +0100

    Set deinterlace and download flags separately
    
    So that we can debug download buffering problems on git master.

 src/backend/bacon-video-widget-gst-0.10.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit c91691abdab4f017c7481c8d73e30f14143e3405
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jun 1 19:42:56 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  324 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 164 insertions(+), 160 deletions(-)

commit e420d73be8966c236c6d49830a4570da6906db1b
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun May 30 01:45:05 2010 +0300

    Updated Hebrew translation.

 po/he.po |  763 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 379 insertions(+), 384 deletions(-)

commit 1619e43ba466a684bf9c02d6de478f4103922c5b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri May 28 16:16:26 2010 +0100

    Add missing help/bg/bg.po
    
    https://bugzilla.gnome.org/show_bug.cgi?id=619752

 help/bg/bg.po | 1083 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1083 insertions(+), 0 deletions(-)

commit 5d2eb4c0c35b77ea78a13e33e1adc273e73b3491
Author: Alexander Saprykin <xelfium@gmail.com>
Date:   Fri May 28 01:40:56 2010 +0400

    Clean up totem-open-location destruction
    
    totem_open_location_destroy() was useless as we were already
    destroying ->open_location, and resetting its value with a
    weak pointer.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=619883

 src/totem-object.c        |   14 ++------------
 src/totem-open-location.c |    5 +----
 2 files changed, 3 insertions(+), 16 deletions(-)

commit 83d39acb5e16eb0e7a5d613eaea2f1870fd7b379
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed May 26 19:51:12 2010 +0300

    Estonian translation updated

 po/et.po |  116 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 63 insertions(+), 53 deletions(-)

commit ef85a1696e57e11899e08d1af2ece53d5b741fd1
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun May 23 19:45:04 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po |  591 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 297 insertions(+), 294 deletions(-)

commit 42b7ed293cfee5ce6cadc899d1d8cde7c5695d06
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat May 22 12:54:18 2010 +0100

    Add support for video/mp2t
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614422

 data/mime-type-list.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 87207e8f91ca9ec1b9bcb02c8dd6542acb483841
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 20 16:57:42 2010 +0100

    Add WebM support to Totem and browser plugin

 browser-plugin/totemPlugin.cpp |    1 +
 data/mime-type-list.txt        |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit c5d86dfbc74024a25528b705efa65af8c78101be
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:   Tue May 18 17:28:03 2010 +0300

    Add support for VLC "toolbar" argument
    
    With different behaviour if a "vlc" mimetype was requested
    or not.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=618929

 browser-plugin/totemPlugin.cpp |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

commit 772390ad6a6399fe8b8ea438df67edda52705a77
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:   Tue May 18 16:56:17 2010 +0300

    Support for the togglePause() function from VLC JavaScript API.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=618929

 browser-plugin/totemConePlaylist.cpp |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 611fee723b6ee506945cab398602904d62128c02
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:   Tue May 18 16:48:05 2010 +0300

    Support for the "input.time" property from VLC JavaScript API.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=618929

 browser-plugin/totemConeInput.cpp |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit e1332de49febdd4135adf193440340fbd48717dd
Author: Alexander Saprykin <xelfium@gmail.com>
Date:   Mon May 17 16:14:26 2010 +0400

    Add support for accurate seek
    
    Add "accurate" argument to seek functions, and
    use GST_SEEK_FLAG_ACCURATE instead of GST_SEEK_FLAG_KEY_UNIT
    when an accurate seek is requested.
    
    All the users of the seek functions will request "inaccurate" seeks
    except the video thumbnailer and the skipto plugin.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=618746

 bindings/python/totem.defs                |    6 ++-
 bindings/vala/totem.vapi                  |    4 +-
 browser-plugin/totem-plugin-viewer.c      |    3 +-
 src/backend/bacon-video-widget-gst-0.10.c |   11 +++++--
 src/backend/bacon-video-widget.h          |    1 +
 src/plugins/bemused/totem-bemused.c       |    2 +-
 src/plugins/skipto/totem-skipto-plugin.c  |    3 +-
 src/totem-menu.c                          |    4 +-
 src/totem-object.c                        |   48 +++++++++++++++--------------
 src/totem-video-thumbnailer.c             |    2 +-
 src/totem.h                               |    4 +-
 11 files changed, 50 insertions(+), 38 deletions(-)

commit daa1b3d36490c2fc05723585557843b5c08b11d2
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Mon May 17 13:09:00 2010 +0530

    hindi update

 po/hi.po | 1009 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 427 insertions(+), 582 deletions(-)

commit e8930fc439386304c392272cf3b7b038d8899376
Author: Cody Russell <bratsche@gnome.org>
Date:   Fri May 14 12:39:46 2010 +0200

    Set BaconVideoWidget's colormap to the system colormap.
    
    In the future, GTK+ will use an RGBA colormap by default,
    so we set BVW's colormap to the system colormap to be
    forward-compatible with this.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=618597

 src/backend/bacon-video-widget-gst-0.10.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit c08176cc1e2ef645427936069c7c2ad75b31d23b
Author: Gianvito Cavasoli <janvitus@ubuntu-it.org>
Date:   Fri May 14 12:34:45 2010 +0200

    Updated Italian translation

 po/it.po |  319 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 157 insertions(+), 162 deletions(-)

commit 2e89f984292219204d00b027ec9ef8c5abef45be
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:03 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po | 1462 +++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 1062 insertions(+), 400 deletions(-)

commit af8e68ddfc6e1ae02de20e6e894eab638e221b6b
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu May 13 00:42:28 2010 +0200

    Updated Galician translations

 po/gl.po |  301 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 156 insertions(+), 145 deletions(-)

commit ea6a516b927506dbe0ac989597f24a87e943a915
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri May 7 16:32:06 2010 +0100

    Fix loading OSD icons when there's no SVG version
    
    In gnome-icon-theme in 2.30.x, there's no SVG icons anymore,
    so the OSD popups won't look like the rest of the system,
    as "hand-drawn" icons will be used instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=618023

 src/gsd-media-keys-window.c |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

commit 16748a5c8af4bfbbd55d643f08dd6e084c1498af
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun May 9 13:05:16 2010 +0200

    Updated Spanish translation

 po/es.po |  312 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 159 insertions(+), 153 deletions(-)

commit c1b48193e9d16d54ea7b3ae6ddc1457d98f5a58a
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat May 8 11:23:53 2010 +0200

    Updated German translation

 po/de.po |  313 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 160 insertions(+), 153 deletions(-)

commit 5856ae9fe71fe2e8dfbda10bba417effa531d697
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri May 7 20:44:32 2010 +0200

    Updated Slovenian translation

 po/sl.po | 5925 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 2960 insertions(+), 2965 deletions(-)

commit 9bd9116330c5c479418c7076571396d50e27d9e5
Author: Jonathan Matthew <jonathan@kaolin.wh9.net>
Date:   Fri May 7 13:23:17 2010 +0100

    Fix version requirements for PyGTK
    
    pygtk.require() actually needs the major GTK+ version, and
    doesn't use the minor version in the require.
    
    Also make sure to check for the return value to avoid surprises.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617821

 src/plugins/totem-python-module.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 6fddb476a5477859a4a870802ee244f05df8d41b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri May 7 10:10:55 2010 +0100

    Fix position when QT gets to EOS
    
    When QuickTime reaches the end of a stream, the expected behaviour
    is for the position to stay at the end of the file, rather than
    back at 0.

 browser-plugin/totemPlugin.cpp |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit b71b5c5dc756104eb1817ba7c3ede5b02c3e7223
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 6 10:43:34 2010 +0100

    Fix constant buffering when playing live streams
    
    When playing Ogg Theora live streams, we should wait until the
    buffer reaches 100% before we start the actual playback.
    Otherwise the buffer will be consumed as it is downloaded, and
    we'll be constantly buffering, which is problematic visually,
    and could cause hiccups during playback.
    
    Fixes constant buffering with the streams at:
    http://dir.xiph.org/by_format/Ogg_Theora
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617791

 src/backend/bacon-video-widget-gst-0.10.c |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

commit ae5e1b16592a34f824713d655def63660f45100a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 5 17:50:52 2010 +0100

    Fix URL parameter usage in GMP plugin
    
    The URL parameter is never the baseURI, it's the same as the SRC
    parameter, so some websites use both.
    
    Add support for the actual "baseURL" parameter instead.
    
    Fixes playback at:
    http://www.ta3.com/sk/relacie/23_hlavne-spravy/9167_hlavne-spravy-z-27-aprila
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617639

 browser-plugin/totemPlugin.cpp |   26 ++++++++++++++++++++++++--
 browser-plugin/totemPlugin.h   |    1 +
 2 files changed, 25 insertions(+), 2 deletions(-)

commit 386142b4de7d6ce15448e50b32ba714a57090df7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 5 17:10:37 2010 +0100

    Remove use of GConf volume variable
    
    Seeing as it's not set anywhere anymore, and PulseAudio is
    supposed to remember the volume of the previous stream.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617525

 browser-plugin/totem-plugin-viewer.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit 299b49300a2f1f2b1cec920b33a65f3473f4ccaa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 5 17:07:58 2010 +0100

    Remove dead GConf code in backend
    
    There's no queue-threshold or anything like that in playbin2 anymore,
    so disable it altogether.

 src/backend/bacon-video-widget-gst-0.10.c |   62 -----------------------------
 1 files changed, 0 insertions(+), 62 deletions(-)

commit 4b2d22d9038b5b9eb7b400470746d0268d4d399d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 5 16:28:03 2010 +0100

    Make "Also disable the screensaver when playing audio" clearer
    
    "Also disable the screensaver when playing audio" is mysterious,
    so make the use of the preference clearer using radio buttons,
    instead of a single checkbox button.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=605370

 data/totem.ui           |   87 +++++++++++++++++++++++++++++-----------------
 src/totem-preferences.c |   35 ++++++++++++-------
 2 files changed, 77 insertions(+), 45 deletions(-)

commit 94418a2d7295de739200cc6657263076c0f2d80b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 5 15:57:26 2010 +0100

    Move deinterlacing to the preferences
    
    As deinterlacing is now automatic in playbin2 for interlaced streams,
    enable it by default, so that interlaced videos look nicer by default.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617283

 README                  |    2 -
 data/totem.1            |    2 -
 data/totem.schemas.in   |    6 ++--
 data/totem.ui           |   33 ++++++++++++++------
 src/totem-menu.c        |   12 -------
 src/totem-object.c      |   12 -------
 src/totem-preferences.c |   74 ++++++++++++++++++++++++++++-------------------
 7 files changed, 70 insertions(+), 71 deletions(-)

commit 31f3116b58899f550afcb8f9f424b3e2c6710745
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 5 15:55:13 2010 +0100

    Turn on automatic deinterlacing by default
    
    As it's now only used when interlaced streams are being played.

 src/backend/bacon-video-widget-gst-0.10.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit aab7cd10e971a60010d65aa257918da2740b2d00
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 5 13:52:18 2010 +0100

    Fix bold labels in Glade

 data/plugins.ui    |    8 ++++----
 data/properties.ui |    6 +++---
 data/totem.ui      |   15 ++++++++-------
 3 files changed, 15 insertions(+), 14 deletions(-)

commit b01b0158834b8456216b210e2aabe5706cdd2115
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 5 13:26:37 2010 +0100

    Add Orientation properties to all the GtkVBoxes

 data/mozilla-viewer.ui |    1 +
 data/playlist.ui       |    1 +
 data/plugins.ui        |    7 +++++++
 data/properties.ui     |    4 ++++
 data/totem.ui          |   17 +++++++++++++++++
 data/uri.ui            |    1 +
 6 files changed, 31 insertions(+), 0 deletions(-)

commit 14cfbd5528d958c4c378baea210a19dbac43f3f1
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Tue May 4 19:07:23 2010 +0200

    Check for libICE and link to it when using the X11 backend

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit addefa4d29b287f9bcfeadd9917dda0225fa6284
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun May 2 15:26:09 2010 +0200

    Updated German translation

 po/de.po |  716 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 354 insertions(+), 362 deletions(-)

commit 548ba8b489d0cff28a59f93a6f08cbe6ae9c0381
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun May 2 11:51:40 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  593 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 286 insertions(+), 307 deletions(-)

commit f65917f0af65f77a3e059af94e0195522274a9c3
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat May 1 20:07:54 2010 +0200

    Updated Galician translation

 po/gl.po |  610 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 303 insertions(+), 307 deletions(-)

commit be5afc6938ed02ef420db53256c853164994df7b
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Apr 29 19:28:55 2010 +0200

    Use GIcon for the recent menu items' icons
    
    Bug #617199.

 src/totem-menu.c |   36 +++++++++++++++---------------------
 1 files changed, 15 insertions(+), 21 deletions(-)

commit 606a625ec64d6400f49ab95af385cb1f565fec19
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 29 18:51:02 2010 +0100

    Implement deinterlacing support
    
    Using playbin2's deinterlacing capabilities.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=491627

 src/backend/bacon-video-widget-gst-0.10.c |   77 ++++++++++++++++-------------
 src/backend/bacon-video-widget.h          |    1 -
 src/totem-object.c                        |    3 -
 3 files changed, 42 insertions(+), 39 deletions(-)

commit b63cce8c6e66c9e8259de16cb84ea34402fe6e74
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Apr 27 20:55:07 2010 +0200

    Updated Spanish translation

 po/es.po |  645 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 322 insertions(+), 323 deletions(-)

commit 909657193fafec666170c323cada71c09ed66298
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 27 18:17:28 2010 +0100

    Fix compilation

 src/totem-object.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 05eaadb15edb1508a45157b3993b86dd3b73ea10
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 27 18:04:32 2010 +0100

    Really remove the border width

 src/totem-object.c |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

commit 961bb8f4e9f3e953f767b8dd2db8bb6d474bfeef
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 27 17:54:31 2010 +0100

    Make the auto resize half-scale if available
    
    Or 2x the size if it fits on the screen.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=585598

 src/backend/bacon-video-widget-gst-0.10.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit be3ef3405d53d03d0b0d422c1bcdb6b2c2fabcff
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 27 17:42:22 2010 +0100

    Remove "automatically" from strings
    
    It's a computer, it's automatic already.

 data/totem.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 331f2a7abbe040585d613f0ac13762d1359f70cc
Author: Sean Neakums <sneakums@ondioline.org>
Date:   Tue Apr 27 17:26:12 2010 +0100

    Fix window height when showing controls again
    
    Fix regression due to commit eb74e996
    
    When hiding and then showing the controls again with the 'H'
    hotkey, the window height will be huge, because the wrong
    allocation was used to calculate the new window height.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614514

 src/totem-object.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 61c1a5ada63e3a4c3251354d6bc2e40fb9cbb695
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 27 17:18:07 2010 +0100

    Avoid slight resize when showing the sidebar
    
    for the first time.
    
    We didn't take the box' border into account it seems.

 data/totem.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f5b4cad2ab5c8a9878e4dcbc846db5c33b0550a4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 27 12:53:24 2010 +0100

    Update version number for development branch

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 024de838bd0f099cdc14b5082e23a60490d9159e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 25 14:43:00 2010 +0100

    Bug 559628 — Support async loading of playlists
    
    Add async playlist support. This converts most calls to the playlist
    add MRL function to be async, dealing with the cursor appropriately
    (such that concurrent operations using a busy cursor don't trample on
    each others' cursors when they finish). Closes: bgo#559628

 src/plugins/publish/totem-publish.c |    2 +-
 src/totem-object.c                  |   79 ++++++++++++-----
 src/totem-playlist.c                |  166 +++++++++++++++++++++++++----------
 src/totem-playlist.h                |   18 +++--
 src/totem-session.c                 |    4 +-
 src/totem-video-list.c              |    2 +-
 6 files changed, 192 insertions(+), 79 deletions(-)

commit 7f08318121734101c280f0c48e22f4075df40c41
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 7 19:10:39 2010 +0100

    Fix some strings in the BBC iPlayer plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=615090

 src/plugins/iplayer/iplayer.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3f8ae7afeb7bbdfb03f039e99eb5b259e892936d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 27 10:24:12 2010 +0100

    2.30.1

 NEWS         |   20 ++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)

commit e17595407217defbd08c363bb5202889558ccba3
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Apr 21 22:40:22 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po | 1686 ++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 1202 insertions(+), 484 deletions(-)

commit e0e9167b408f2a3d2e89a2454cd6caf2f01c9010
Author: Shankar Prasad <svenkate@svenkate.pnq.redhat.com>
Date:   Wed Apr 21 18:11:51 2010 +0530

    Updated Kannada translations

 po/kn.po |  777 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 385 insertions(+), 392 deletions(-)

commit f8861bf66c1af308c31ea6d471b1f0f47ec62793
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 20 13:35:36 2010 +0100

    Fix artifacts or black screen when paused
    
    Fix regression introduced by commit eb74e996.
    
    The video widget expects to not be double-buffered by default,
    and was due to an error when converting from pre-G_SEAL gtk_widget
    calls.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614177

 src/backend/bacon-video-widget-gst-0.10.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 540aaa7a104de22128218dd96be2c1078d2a3f8c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Apr 16 19:54:06 2010 +0100

    Bug 615506 — totem: Youtube Search lasts forever while playing Video
    
    Use a network timeout of 30 seconds if it's supported by the version of
    libgdata we're building against. This will error out of queries if they take
    longer than 30 seconds. Closes: bgo#615506

 configure.in                        |    7 +++++++
 src/plugins/youtube/totem-youtube.c |    6 ++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 376f92f60f2fa7e695bdd472d0a9b9f298a300d8
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Sat Apr 17 15:03:49 2010 +0530

    Updated Bengali India Translation

 po/bn_IN.po |  695 +++++++++++++++++++++++++++--------------------------------
 1 files changed, 320 insertions(+), 375 deletions(-)

commit 013d7840fae287aa431699dbcaeb79c644cd6bc0
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Apr 16 09:05:19 2010 -0500

    Fixed invalid multiple objects on RDF properties

 totem.doap |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit bff0927709eeca0046307185930fb09a60b4f407
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 16 10:03:14 2010 +0100

    Require gstreamer 0.10.28.1 for queue2 fixes
    
    So we can depend on the buffering-left time in queue2 being
    implemented for the bvw_buffering_done() function.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 052768b8e5f9073f9991b73e8dac154c0da9d726
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 16 10:02:49 2010 +0100

    Add debug for download buffering "buffering done"
    
    So we know what's going on.

 src/backend/bacon-video-widget-gst-0.10.c |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

commit bd2e1e47f39f13c579114c43c452c03c0977f1e0
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Wed Apr 14 18:26:07 2010 +0200

    Updated Danish translation

 po/da.po |  295 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 143 insertions(+), 152 deletions(-)

commit f4de4ee5c6992a2430c1888e0964f27809621462
Author: Hagen Fürstenau <hfuerstenau@gmx.net>
Date:   Wed Apr 14 13:37:12 2010 +0100

    Fix possible crasher when PyGTK isn't available
    
    If PyGTK is available at compile-time, but not available at run-time,
    then we shouldn't try to call pyg_gil_state_ensure() as it would crash.
    
    Print errors and disable Python support if PyGTK isn't available.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=615437

 src/plugins/totem-python-module.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit 24c12eb129fc66f3578f4b1317bc528640e522a1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Apr 14 13:27:14 2010 +0100

    Avoid crashes on exit
    
    When the plugin viewer is set to exit, we don't want to receive
    messages on the bus, or we might crash. Just close the D-Bus
    connection before showing the error message.

 browser-plugin/totem-plugin-viewer.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit 7687ebf72c3b17c971d6eea5ec898f6bc096d596
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Apr 13 20:03:47 2010 +0530

    Updated Marathi Translations

 po/mr.po |  504 ++++++++++++++++++++++++++++---------------------------------
 1 files changed, 231 insertions(+), 273 deletions(-)

commit 58b60f0977c28f180c702993e29ed04ba915dc60
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Apr 13 19:51:48 2010 +0530

    Updated Marathi Translations

 po/mr.po |  554 +++++++++++++++++++++++++------------------------------------
 1 files changed, 227 insertions(+), 327 deletions(-)

commit f0119f724c1c72cda08f324154a02fa83ab9fa30
Author: Martyn Russell <martyn@lanedo.com>
Date:   Tue Apr 13 11:26:35 2010 +0100

    Fixes bug #614839 - Tracker-Plugin: Migrate to Tracker 0.8
    
    - Only shows count and results for videos that exist (i.e. not for
      memory cards which are not mounted)
    - Orders results by rank then by url
    - Fixes includes
    - Fixes configure.in to work with 0.8 and 0.9

 configure.in                               |    6 +++-
 src/plugins/tracker/totem-tracker-widget.c |   54 ++++++++++++++++-----------
 src/plugins/tracker/totem-tracker-widget.h |    2 +-
 3 files changed, 38 insertions(+), 24 deletions(-)

commit eea5406f087a9a5f0bdb03155e119fd8e7152f79
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Apr 11 17:44:12 2010 +0100

    Prefer the stream URI when copying the location

 browser-plugin/totem-plugin-viewer.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit ce11ce47ead3b058f6c405d9916019ecc5c63b1d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Apr 10 16:45:59 2010 +0100

    Never use the browser for the NarrowSpace plugin
    
    By default, the QuickTime plugin *might* use the browser to load movies,
    usually respecting the QTSRCDONTUSEBROWSER parameter.
    
    But then again, QTSRCDONTUSEBROWSER is only for QtSrc, not SRC itself.

 browser-plugin/totemPlugin.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit df292f6c52ed3fcc02d3b09991440f07dbabb10d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Apr 10 16:43:30 2010 +0100

    Never use the browser for the Cone plugin
    
    the VLC-provided plugin always uses its internal way of accessing files,
    and never uses the browser to load streams.

 browser-plugin/totemPlugin.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9e6af35511b3aed2a981d1d62fba666543850072
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Apr 10 16:35:00 2010 +0100

    Implement SetTime in the NarrowSpace plugin

 browser-plugin/org_gnome_totem_PluginViewer.xml |    3 +++
 browser-plugin/totem-plugin-viewer.c            |   12 ++++++++++++
 browser-plugin/totemGMPControls.cpp             |    2 +-
 browser-plugin/totemNarrowSpacePlugin.cpp       |   14 ++++++++++++--
 browser-plugin/totemPlugin.cpp                  |   19 +++++++++++++++++++
 browser-plugin/totemPlugin.h                    |    3 ++-
 6 files changed, 49 insertions(+), 4 deletions(-)

commit a5c72233b5e3857175a3781a36308bfe676e9313
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Apr 10 14:18:48 2010 +0100

    Update NarrowSpace compat version to 7.6.6
    
    Fixes plugin detection on the Apple trailers site.
    
    Latest version is listed in the download section at:
    http://www.apple.com/quicktime/download/

 browser-plugin/totemPlugin.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c8a680a9d055ae485f62792a3b60dcc3ef37d1f5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 9 15:00:44 2010 +0100

    Make seeking with the mouse behave the same as the main player
    
    Instead of shifting the scale a tiny bit.

 browser-plugin/totem-plugin-viewer.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 9c487aff7017df24aa2f8b22e69b9c599725e4f3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 9 14:56:30 2010 +0100

    Split setting up and opening browser streams
    
    Wait until we have the browser stream set up before opening stdin
    in the browser, which means we might have a chance to get the stream
    size.
    
    With recent GStreamer changes, this means that download buffering would
    work, and that we'd get download progress and seeking without needing
    to wait until the end of the download.
    
    Helps with https://bugzilla.gnome.org/show_bug.cgi?id=608301

 browser-plugin/org_gnome_totem_PluginViewer.xml |    5 ++-
 browser-plugin/totem-plugin-viewer.c            |   39 +++++++++++++++++------
 browser-plugin/totemPlugin.cpp                  |   39 +++++++++++++++++++++--
 browser-plugin/totemPlugin.h                    |    3 ++
 4 files changed, 72 insertions(+), 14 deletions(-)

commit eadad87158e3edcce12cc593e471ff18369b00e0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 20:00:39 2010 +0100

    Avoid problems when pausing before preroll
    
    When pausing before preroll, we would check the length of the file
    and find that we might we using a live stream, and stopping it, thus
    stopping the preroll.
    
    Instead, when pausing when still prerolling, pause, and only when
    the preroll has been done, stop the pipeline if pause was requested.

 src/backend/bacon-video-widget-gst-0.10.c |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit 5ff367b005b7d946ce45f6d5d47abe6e7b26ab9a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 19:32:25 2010 +0100

    Add element name in download buffering debug output
    
    It's useful for us to know which element gave us the download buffering
    stats, instead of guessing ("queue2 or playbin?").

 src/backend/bacon-video-widget-gst-0.10.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e09459ec8961c8ccb5f2e21bd1b621281517fadb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 19:30:32 2010 +0100

    Ensure the GDK windows we paint on are native ones
    
    Use gdk_window_ensure_native() on the GDK windows we'll be
    using to paint videos.

 src/backend/bacon-video-widget-gst-0.10.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 9aecfc7095577e2fc63680e755422ceec3b893ef
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 17:44:14 2010 +0100

    Add gitignore file for the test files

 browser-plugin/tests/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f18812985719409d504f786948d9a8bfebe9dde5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 17:43:32 2010 +0100

    Add test file for subtitle handling in Cone plugin

 browser-plugin/tests/test.srt | 2348 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 2348 insertions(+), 0 deletions(-)

commit 35f1019a287b9a37ce9c705b697eed0ad996a118
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 17:42:12 2010 +0100

    Add sample file for testing NP_FULL mode
    
    So that it's not handled by the HTML5 video support in Webkit for
    example. Downloaded from:
    
    http://www.esnips.com/doc/7e4bc5e8-0778-40c0-9d55-ea2f2c198fec/Sample

 browser-plugin/tests/Sample.qtif |  Bin 0 -> 18663 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 2082669fb983e9a0ae79b99ef585691c25ee54af
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 13:51:24 2010 +0100

    Don't handle GtkLinkButton cliking ourselves
    
    GtkLinkButton already calls gtk_show_uri() itself when clicked,
    so no need to handle it ourselves.
    
    Should fix 2 web pages popping up (once for the URI hook, once for
    click handler), and avoid quoting problems.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=612579

 src/totem-interface.c |   35 -----------------------------------
 1 files changed, 0 insertions(+), 35 deletions(-)

commit 4150fa8888acb322323ffc1a65c224c2080a78a8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 13:51:06 2010 +0100

    Fix link to codecs web page

 src/totem-object.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4f6595a6f421c256c54210187ce5f0aa597072e5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 13:41:07 2010 +0100

    Disable seeking in DVD menus
    
    If we enabled seeking in menus, either we'd miss
    navigation events, or we'd need to parse the MPEG stream
    anyway. So just disable DVD menus right now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=607556

 src/backend/bacon-video-widget-gst-0.10.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 9a03e8eccbf64b89d63bc03aad0f8ccb56d6b28f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 11:39:21 2010 +0100

    On restore, prefer session position to file one
    
    When restoring the session, we would get both the session saved
    position, and the one saved as metadata to the file. We should
    only take the session position into account, in preference to
    the one saved on disk.

 src/totem-object.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit c2ca1cb46e8f72c5bd483ff013d034f9874d6a02
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 11:19:43 2010 +0100

    Fix Eject menu item not being available for DVDs
    
    g_file_find_enclosing_mount() on the root directory for the disc
    would find the root mount, instead of the DVD mount, and, when
    playing the DVD from the menu, the device node path is used
    instead the mount's path.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=582306

 src/totem-uri.c |   44 ++++++++++++++++++++++++++++++++++++++------
 1 files changed, 38 insertions(+), 6 deletions(-)

commit fb551004b25cdbd2da530c14d89645b8d5c9c3ac
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 7 18:58:25 2010 +0100

    Bug 613636 — plugins don't handle lack on network connectivity well
    
    Improve error reporting in the case of network errors in the BBC iPlayer
    plugin. Helps: bgo#613636

 src/plugins/iplayer/iplayer.py |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit bde645c86b798f06c16f1b3547f9e0fbc8541165
Author: Ilya Murav'jov <muravev@yandex.ru>
Date:   Wed Apr 7 18:52:13 2010 +0100

    Fix position setting on session restore
    
    Copy/paste error...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614125

 src/totem-object.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 4cdd69285b2f9fffe834b65d19876b5dc7841ef8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Apr 7 17:01:25 2010 +0100

    Use giosrc natively when playing back from FTP
    
    As it will not work properly when using FUSE in between.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=579235

 src/backend/bacon-video-widget-gst-0.10.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a699f3ec1e7eb4e317f89c4772a417e45de8f025
Author: Adrian Bunk <adrian.bunk@movial.com>
Date:   Mon Mar 15 18:12:35 2010 +0200

    configure.in: Don't error out if the souphttpsrc check fails
    
    Just print a warning like in the libgdata case for the same plugin.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613704

 configure.in |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 2641b76918ddac0e5bf0decf6cb0ec4a8e0d4945
Author: Robin Stocker <robin@nibor.org>
Date:   Thu Mar 25 21:59:51 2010 +0100

    Get rid of remaining GTK_WIDGET_REALIZED calls
    
    http://bugzilla.gnome.org/show_bug.cgi?id=594053
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613958

 src/backend/bacon-resize.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8f146bf0db349f12b9528df415fa1e5c8329cb53
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Sat Mar 27 21:20:43 2010 +0000

    Fake QT user-agent for trailers.apple.com
    
    trailers.apple.com will serve a html file instead of the movie
    we were asking for unless we pretend to be quicktime, iotw same
    issue as with movies.apple.com.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614127

 src/totem-object.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5ecafddf9438a1189c966932009fab64f84dfeb1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 6 17:08:02 2010 +0100

    Use GstTag library to translate subtitle languages
    
    Instead of implementing iso-codes parsing ourselves.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614976

 configure.in     |   30 +----------
 src/totem-menu.c |  154 +-----------------------------------------------------
 2 files changed, 3 insertions(+), 181 deletions(-)

commit 70a7ee8a63514426263de88f9ccc71f850816afd
Author: Simon Wenner <simon@wenner.ch>
Date:   Tue Apr 6 15:11:54 2010 +0100

    Key navigation is broken in "local search" plugin
    
    Fix arrow keys not working in the tracker plugin.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=523141

 src/plugins/tracker/totem-tracker-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8814f0c880fb88f0a2476335a67b2dd1a741e0ba
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Sat Mar 27 13:21:49 2010 +0100

    baconv-video-widget-gst-0.10: queue-size property doesn't exist in playbin2
    
    Therefore don't try to set it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614095

 src/backend/bacon-video-widget-gst-0.10.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit 2cb0d18763f63871666654ca1b46b864ea9c5db1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 6 14:56:54 2010 +0100

    Remove buffer-size from the schemas
    
    As playbin2 doesn't have the property in question any more.

 data/totem.schemas.in |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

commit 93f289d3532912b5976cfb1260fed713cc52a495
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Apr 5 00:57:12 2010 +0100

    Bug 614679 — cannot play youtube videos
    
    Update the regex used to grab the t-param from YouTube pages. Why do Google
    always update YouTube just after a GNOME release? Closes: bgo#614679

 src/plugins/youtube/totem-youtube.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit bc3d21468318116f1d14faecea9b1f00967ac4e0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Mar 25 17:41:10 2010 +0000

    Fix download buffering for non-fast start FLVs
    
    When filling during pre-roll, we need to make sure that
    we query the queue2 element, and not playbin, otherwise it will fail.
    
    When reaching 100% during pre-roll, make sure that bvw_buffering_done()
    knows that we're ready to go.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613935

 src/backend/bacon-video-widget-gst-0.10.c |   37 +++++++++++++++++++++++-----
 1 files changed, 30 insertions(+), 7 deletions(-)

commit f3014142c45338389386008a81992edfcf11669e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Mar 29 17:24:00 2010 +0100

    2.30.0

 NEWS         |    3 +++
 configure.in |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit fd223c5ea50c73ac92a24e30cc3091450be46987
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Mar 17 14:24:12 2010 +0000

    Add audio/x-aiff as a supported audio type

 data/mime-type-list.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ddef47bd2d137234ac79b9bcc736918214a9268f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Mar 17 14:23:01 2010 +0000

    2.29.92

 NEWS         |    3 +++
 configure.in |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 9dfafa896eb3d584466f2d621678e39074b29b77
Author: Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>
Date:   Mon Mar 29 15:28:50 2010 +0300

    Updated Malay translation for totem

 po/ms.po | 3792 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 2761 insertions(+), 1031 deletions(-)

commit f25b67d9caecf25f376cfe5c2d9904c55d6e29a5
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Mar 28 23:42:22 2010 +0200

    Updated Danish translation

 help/da/da.po |  805 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 415 insertions(+), 390 deletions(-)

commit 4adaa9c8c566fc0edea71ceec5752bd6d0231ad8
Author: Simos Xenitellis <simos@gnome.org>
Date:   Sun Mar 28 23:10:37 2010 +0300

    Updated Greek translation for totem

 po/el.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8da6f5b4d8cf53ac6438dfb2c7b2cc7dcfbe0cf3
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sat Mar 27 23:59:26 2010 +0100

    Updated Danish translation

 po/da.po |  633 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 317 insertions(+), 316 deletions(-)

commit f5683d5079df7420adf0011d48d36c6e10dcf56d
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sun Mar 28 02:34:22 2010 +0600

    Updated Bengali translation

 po/bn.po |  500 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 253 insertions(+), 247 deletions(-)

commit 224d4a045cf87b4921191133160b8ad740462ccc
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Mar 26 14:30:58 2010 +0200

    Updated Ukrainian translation

 po/uk.po |  275 +++++++++++++++++++++++---------------------------------------
 1 files changed, 102 insertions(+), 173 deletions(-)

commit 6937cb6524af60821300d4b12a45dd28d135f577
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Mar 24 16:28:51 2010 +0100

    Updated Basque language

 po/eu.po |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

commit ff22093f8a255a313171fb628049988b6a819245
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Wed Mar 24 01:27:42 2010 +0100

    Updated Serbian translations

 po/sr.po       |  632 +++++++++++++++++++++++++++++---------------------------
 po/sr@latin.po |  632 +++++++++++++++++++++++++++++---------------------------
 2 files changed, 660 insertions(+), 604 deletions(-)

commit f6bdc2f5473e652f91cf5b455f8425cb7a5aa67d
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Mon Mar 22 19:11:08 2010 +0100

    Dutch translation updated by Tino Meinen

 po/nl.po | 1154 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 626 insertions(+), 528 deletions(-)

commit 7fea04b25c173c6b50f67e87686a79896004da0e
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Mar 22 15:56:01 2010 +0530

    Updated Gujarati translations

 po/gu.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 228b3e0b397bd0578832f006a441daa2c0597b11
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Mar 22 15:50:36 2010 +0530

    Updated Gujarati Translations

 po/gu.po |  251 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 122 insertions(+), 129 deletions(-)

commit 93bc06d51e28f06d9eafd96ef2aea5f7e2d73c74
Author: Robert Moerland <veel_mail@xs4all.nl>
Date:   Sat Mar 20 14:00:37 2010 +0000

    Bug 613214 — totem subtitle plugin cannot contact opensubtitles.org
    
    Fix the API URI for the opensubtitles.org plugin. Closes: bgo#613214

 src/plugins/opensubtitles/opensubtitles.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bd27c8110b186b2043f40371378bf56149817b00
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Sat Mar 20 12:46:25 2010 +0200

    Update Russian translation from Юрий Козлов

 po/ru.po |  246 ++++++++++++++++++++++----------------------------------------
 1 files changed, 88 insertions(+), 158 deletions(-)

commit 1aa35e4a0db34fb845cd555e118c1a50bdf41a56
Author: Gil Forcada <gforcada@gnome.org>
Date:   Fri Mar 19 23:26:10 2010 +0100

    Updated Catalan translation

 po/ca.po |  692 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 346 insertions(+), 346 deletions(-)

commit 8def24a33b51b430f3de8754a898e62a359222c6
Author: Nikos Bakaoukas <nikolaosx1@gmail.com>
Date:   Fri Mar 19 22:22:25 2010 +0200

    Updated Greek translation for totem

 po/el.po |  779 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 451 insertions(+), 328 deletions(-)

commit 0f5ec3bc4f70215ff7a9e964a36f43b5d42f12ff
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Mar 19 13:05:24 2010 +0100

    Updated Polish translation

 po/pl.po |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

commit 682d530de3ea55ba11493948668f5f09a0467c72
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Wed Mar 17 23:32:25 2010 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

 po/crh.po |  572 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 289 insertions(+), 283 deletions(-)

commit 174563b57e1168c5f2fe902a15b368d7bb4809a4
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Mon Mar 15 21:34:43 2010 +0100

    Updated Italian translation

 po/it.po |  530 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 240 insertions(+), 290 deletions(-)

commit 249a95b738788c7b5356a83e61e45ade0972579e
Author: A S Alam <aalam@users.sf.net>
Date:   Mon Mar 15 07:48:02 2010 +0530

    updating for Punjabi by A S Alam

 po/pa.po |  697 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 356 insertions(+), 341 deletions(-)

commit 703e473c730d34e7fedd8c2c6ccfd4025cc7899d
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
Date:   Sat Mar 13 20:22:13 2010 +0100

    Updated Norwegian Nynorsk translation

 po/nn.po |  449 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 205 insertions(+), 244 deletions(-)

commit 8c5af140549529c865df2724ed0e03bf31e91467
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Mar 14 03:16:18 2010 +0900

    Updated Korean translation

 po/ko.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2806cf0d026634c859700c4e75deefa40c18193a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Mar 14 03:13:27 2010 +0900

    Updated Korean translation

 po/ko.po |  679 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 353 insertions(+), 326 deletions(-)

commit f12d33a19c7eefefdea75123925de99d95387954
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Mar 9 00:14:07 2010 +0000

    Updated Portuguese translation

 po/pt.po |  659 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 330 insertions(+), 329 deletions(-)

commit fb9744cbf6c6165607288f9af11d8c10773c00e0
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Sun Mar 7 20:41:56 2010 +0200

    Updated Latvian translation.

 po/lv.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d7055b3598c951bdaab9f3710b883b10542a0ab0
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Sun Mar 7 20:39:26 2010 +0200

    Updated Latvian translation.

 po/lv.po |  755 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 350 insertions(+), 405 deletions(-)

commit 917afea27f08200cad33411704a37fdd09a78a04
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Mar 7 15:29:00 2010 +0100

    Update Czech translation

 help/cs/cs.po                          | 1634 ++++++--------------------------
 help/cs/figures/totem_start_window.png |  Bin 0 -> 43256 bytes
 2 files changed, 293 insertions(+), 1341 deletions(-)

commit 86ac6aeb4070b597344254426fa981f8cbf47ad4
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Mar 5 11:43:19 2010 +0100

    Updated Hungarian translation

 po/hu.po |  566 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 256 insertions(+), 310 deletions(-)

commit b6065490a4bfc5f011281d4ad2f0c2ac553f9601
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Tue Mar 2 17:34:51 2010 +0200

    Updated Lithuanian translation.

 po/lt.po |  617 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 313 insertions(+), 304 deletions(-)

commit f9cc47c463d0b86fdf9083f65f0f828eccc681ad
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Mar 2 13:18:10 2010 +0100

    Update Czech translation

 po/cs.po |  242 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 117 insertions(+), 125 deletions(-)

commit 66ea75d81e60e3045be90365cb9403d34c398907
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Sat Feb 27 23:29:53 2010 +0200

    Updated Finnish translation.

 po/fi.po |  626 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 319 insertions(+), 307 deletions(-)

commit 3b0e6fe4ebe014e413cbdb5be49334bf0c9df35e
Author: Torstein Adolf Winterseth <kvikende@yahoo.no>
Date:   Sat Feb 27 13:01:20 2010 +0100

    Updated Norwegian Nynorsk translation

 po/nn.po | 3045 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 1898 insertions(+), 1147 deletions(-)

commit 6a4b05773a4255635c53783796b6e7414678767a
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Feb 25 18:10:05 2010 +0100

    Improve the comment in the last commit to mention where we set the bus to flush=false again

 src/backend/bacon-video-widget-gst-0.10.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit fda6b27a40f4e130b48cd2c7ab8f9bed7b8009f3
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Feb 25 17:45:40 2010 +0100

    Set playbin2's bus to flushing when shutting down until we start playback again
    
    This makes sure that we never get any pending messages after we
    stopped playback. Without this change, error messages after a
    missing plugin message could still appear although the codec
    installer was started and playbin2 was stopped already.

 src/backend/bacon-video-widget-gst-0.10.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 9b4946edec013bfdc0ce2ad281b1296cdc3ecb20
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Feb 25 01:55:49 2010 +0100

    Updated Polish translation

 po/pl.po | 1170 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 605 insertions(+), 565 deletions(-)

commit 4a17b08834df3fb581481a0322f4a05900fbc222
Author: Nikos Charonitakis <nikosx@gmail.com>
Date:   Thu Feb 25 01:05:40 2010 +0200

    Updated Greek translation

 po/el.po |  683 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 367 insertions(+), 316 deletions(-)

commit 6f64e37b5ae01131e67911e76639d5c2ba727793
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Wed Feb 24 17:00:59 2010 +0000

    Updated British English translation

 po/en_GB.po |  649 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 330 insertions(+), 319 deletions(-)

commit a1cc9dc7fca9d30ed94452008b853347e2198958
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Feb 24 11:12:58 2010 +0000

    2.29.91
    
    Require vala support for distcheck to work

 Makefile.am  |    2 +-
 NEWS         |    7 +++++++
 configure.in |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit 773ec65291c8b099ae25fb27aac707f503bda01c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 22 16:42:50 2010 +0000

    Enable debugging by default when using autogen.sh

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 18b6a2a8a82cdc218d38b6ea174da4e7bc485473
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 22 16:38:47 2010 +0000

    Fix warning on startup related to the menu UI file
    
    The menu GtkBuilder bits were used before they were assigned.

 browser-plugin/totem-plugin-viewer.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 0ffc54f90c73a99072db193230acb8409ee79752
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 22 15:52:46 2010 +0000

    Fix gdb hooks to use gnome-terminal

 browser-plugin/totem-plugin-viewer.c |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

commit d068e771391d22ee24f217a017f60227c9ad96c7
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Mon Feb 22 11:09:00 2010 +0200

    Update Russian translation by Alexander Saprykin

 po/ru.po |  593 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 313 insertions(+), 280 deletions(-)

commit 828c36bbd3f8d268c4052970459247d3c49e72fa
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Sun Feb 21 13:06:09 2010 +0000

    Bump GStreamer and gst-plugins-base requirements to released versions

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2d9717e7644e956e26d1f5d74da8e28f96452da6
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Fri Jan 29 20:30:46 2010 +0000

    Don't spam debug log with stream-status messages

 src/backend/bacon-video-widget-gst-0.10.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 7406932a9defc5404435ac6186fdecd1f694d139
Author: vasudeven <agnihot3@gmail.com>
Date:   Sun Feb 21 14:27:57 2010 +0530

    updated Tamil translation

 po/ta.po |  112 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 58 insertions(+), 54 deletions(-)

commit 5a4e330215804330f7096f901f2c4e52e99881ff
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Feb 20 10:48:56 2010 +0100

    Updated French translation

 po/fr.po |  559 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 252 insertions(+), 307 deletions(-)

commit c9db96161cc7cabc72361767bfdacc93752926e6
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Feb 20 10:47:46 2010 +0100

    Add translator comments for strings containing placeholders

 src/plugins/screenshot/totem-screenshot.c |    1 +
 src/totem-object.c                        |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit b8f37bca74f8e74ec00d16aa1dcef65f1a835c1c
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Thu Feb 18 16:01:11 2010 +0100

    Updated French doc translation

 help/fr/fr.po |   51 +++++++++++++++++++++++++++------------------------
 1 files changed, 27 insertions(+), 24 deletions(-)

commit a4d0c265350ad3125a70b097bae5513c6f0e2352
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Feb 18 13:37:18 2010 +0000

    gtk-doc warning fixes
    
    Fix some gtk-doc warnings (missing functions, unused functions) and fix the
    IDs in the documentation XML.

 docs/reference/totem-sections.txt         |    8 +++++++-
 src/backend/bacon-video-widget-gst-0.10.c |    2 +-
 src/totem-private.h                       |    2 +-
 src/totem.h                               |    4 ++--
 4 files changed, 11 insertions(+), 5 deletions(-)

commit 10f2485d2fcef546b90e3352091e21e6dbd18f20
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Feb 18 13:24:34 2010 +0000

    Fix various compiler warnings
    
    Various small compiler warnings (such as variable shadowing, constness, etc.)
    fixed, plus some more serious ones which could've caused crashes:
     * potentially passing 0 to g_source_remove() due to a bad comparison
     * passing by value, not reference, to g_object_get()

 browser-plugin/totem-glow-button.c        |    6 ++----
 browser-plugin/totem-glow-button.h        |    2 +-
 browser-plugin/totem-plugin-viewer.c      |   14 +++++++-------
 src/backend/Makefile.am                   |    1 -
 src/backend/bacon-video-widget-gst-0.10.c |   10 +++++-----
 src/backend/bacon-video-widget.h          |    2 +-
 src/plugins/Makefile.am                   |    1 -
 src/plugins/screenshot/Makefile.am        |    3 +--
 src/plugins/skipto/Makefile.am            |    3 +--
 src/totem-cell-renderer-video.c           |    2 +-
 src/totem-statusbar.c                     |    1 -
 src/totem-statusbar.h                     |    2 +-
 src/totem-time-label.c                    |    1 -
 src/totem-time-label.h                    |   12 ++++++------
 14 files changed, 26 insertions(+), 34 deletions(-)

commit e7d13ff52e591c030f0e4413e105e6ae79fcccaa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Feb 18 10:13:23 2010 +0000

    Fix reading from ObexFTP
    
    Only works with the new osso-gwobex ObexFTP backend, but works
    well enough.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=579874

 src/backend/bacon-video-widget-gst-0.10.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 4311a9ab3226609ea134e5de11b8f3ff1b4efd9e
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Feb 18 10:23:25 2010 +0530

    updated Tamil translation

 po/ta.po |  500 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 252 insertions(+), 248 deletions(-)

commit e4762c0c9abc90457acd5b55061035d7962781e8
Author: Vladimir Melo <vmelo@gnome.org>
Date:   Wed Feb 17 23:03:42 2010 -0200

    Updated Brazilian Portuguese translation

 po/pt_BR.po |  806 +++++++++++++++++++++-------------------------------------
 1 files changed, 292 insertions(+), 514 deletions(-)

commit 38c342fd4669042a7bfb784f06fa14ecf01c8fac
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Feb 16 19:23:13 2010 +0100

    Updated Basque language

 po/eu.po |   81 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 50 insertions(+), 31 deletions(-)

commit 4196f348b9e7946bd9c568d679c47085d2b87809
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Feb 16 19:20:42 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  684 ++++++++++++++++++++++-------------------------------------
 po/zh_TW.po |  684 ++++++++++++++++++++++-------------------------------------
 2 files changed, 516 insertions(+), 852 deletions(-)

commit ad3d9bde3a6e1db6a6a33fccb9ed90869f6ffe09
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Mon Feb 15 17:33:58 2010 +0100

    Updated Galician Translation

 po/gl.po |  882 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 445 insertions(+), 437 deletions(-)

commit 3b6ae8054f5bd46cd9e3974931200309a602e684
Author: Simon Wenner <simon@wenner.ch>
Date:   Mon Feb 15 14:12:08 2010 +0000

    Update vala bindings
    
    Bind more of Totem in the Vala bindings, and fix the bindings
    for the video list widget.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609844

 bindings/vala/totem.vapi |   58 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 55 insertions(+), 3 deletions(-)

commit c8a4b9e08566ed875b8658bbc974a3db7359672d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Feb 15 12:29:52 2010 +0000

    Fix linking against pedantic linkers
    
    See:
    https://bugzilla.redhat.com/show_bug.cgi?id=564600
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609948

 browser-plugin/Makefile.am |    2 +-
 src/backend/Makefile.am    |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit e6b0a67f88ecccd13edf349379f30ac36812e04c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 15 12:27:00 2010 +0000

    Update eggfileformatchooser from bug 609763
    
    Fix compilation with GSEAL
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609763

 src/eggfileformatchooser.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 3e0e29ce08eafbabed82664f5639051a5f7cffd1
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Feb 13 18:28:06 2010 +0200

    Update Romanian translation

 po/ro.po |  848 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 479 insertions(+), 369 deletions(-)

commit eb74e996cbddfa6758b2bb392fbbaf7310adf3b6
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Feb 12 18:02:21 2010 +0100

    Use accessor functions instead direct access
    
    This is necessary to build with -DGSEAL_ENABLE
    Required GTK+ version bumped to 2.19.5
    
    http://bugzilla.gnome.org/show_bug.cgi?id=594053

 browser-plugin/totem-glow-button.c                 |   90 ++++++++++++--------
 browser-plugin/totem-plugin-viewer.c               |   28 +++---
 configure.in                                       |    2 +-
 src/backend/bacon-resize.c                         |    2 +-
 src/backend/bacon-video-widget-gst-0.10.c          |   80 ++++++++++--------
 .../bacon-video-widget-gst-missing-plugins.c       |    4 +-
 .../brasero-disc-recorder/totem-disc-recorder.c    |    2 +-
 src/plugins/screenshot/gnome-screenshot-widget.c   |   10 ++-
 src/plugins/skipto/totem-skipto.c                  |    2 +-
 src/plugins/totem-plugin-manager.c                 |    4 +-
 src/plugins/totem-plugins-engine.c                 |    2 +-
 src/totem-cell-renderer-video.c                    |   69 ++++++++++-----
 src/totem-fullscreen.c                             |    8 +-
 src/totem-interface.c                              |    4 +-
 src/totem-menu.c                                   |    6 +-
 src/totem-object.c                                 |   54 +++++++-----
 src/totem-open-location.c                          |    4 +-
 src/totem-playlist.c                               |    6 +-
 src/totem-preferences.c                            |    9 +-
 src/totem-sidebar.c                                |   15 ++--
 src/totem-statusbar.c                              |   19 +++-
 src/totem.c                                        |    4 +-
 22 files changed, 254 insertions(+), 170 deletions(-)

commit 92f531972318300b40d988ca0a6780d49bad4989
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Feb 12 18:23:54 2010 +0000

    Update time status when frame-stepping
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609768

 src/backend/bacon-video-widget-gst-0.10.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 595a6b2e9c7a549d9b7aae46e5944383ea4ebf49
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Feb 3 15:36:30 2010 +0000

    Bug 608794 — include file has incorrect path
    
    Fix the Tracker include file in the Tracker widget header. Spotted by Alex
    Hole <stuckdownawell@gmail.com>. Closes: bgo#608794

 src/plugins/tracker/totem-tracker-widget.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fcd056645e198ebc61b89d900d9b63df3fb3573a
Author: Marios Zindilis <m.zindilis@dmajor.org>
Date:   Sun Jan 31 01:59:28 2010 +0200

    Updated Greek documentation translation

 help/el/el.po |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)

commit 1ddf863a4ea815e6186b85f8500ecdda4ea13f28
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sat Jan 30 16:36:46 2010 +0700

    Updated Thai translation.

 po/th.po |  615 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 308 insertions(+), 307 deletions(-)

commit 6b6c80318c508c0f156404f7f004effc033ba5ec
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Thu Jan 28 16:43:34 2010 +0200

    Updating Estonian translation

 po/et.po |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

commit 8594966fde7c2cd67ea91c3fa55f518d29db93d0
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Jan 27 11:48:05 2010 +0100

    Updated Slovenian translation

 po/sl.po |  297 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 139 insertions(+), 158 deletions(-)

commit 59df2f887c22390004205e040b8a80162eaddee9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 26 14:05:15 2010 +0000

    2.29.4

 NEWS         |    3 +++
 configure.in |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit e1e90a74361924e3e1a053c0690321040777e334
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 26 12:07:29 2010 +0000

    Remove Bulgarian docs special casing

 configure.in        |    1 -
 help/Makefile.am    |    3 +--
 help/bg/Makefile.am |   13 -------------
 help/bg/totem.xml   |    7 ++++++-
 4 files changed, 7 insertions(+), 17 deletions(-)

commit f533b36f128d18e3a049fb22fcda06d8fcfcc2d6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 26 11:25:45 2010 +0000

    2.29.3

 NEWS         |   25 +++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 26 insertions(+), 1 deletions(-)

commit e907b64b74ed031524b59da7744e0096259404cf
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Jan 26 06:31:11 2010 +0200

    Updated Bulgarian translation

 po/bg.po |  575 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 256 insertions(+), 319 deletions(-)

commit 666b1da2aeea1151fb529e513d8ed1ffe25f1da4
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Tue Jan 26 03:00:50 2010 +0600

    Updated Bengali translation

 po/bn.po |  583 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 364 insertions(+), 219 deletions(-)

commit b25fd88cd2be2b3643f8aca4a5f83733d40c636c
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Sat Jan 23 21:43:13 2010 +0100

    Flush playbin2's bus before reusing it
    
    This makes sure that we don't get any messages from a previous URI.
    
    Fixes bug #607224.

 src/backend/bacon-video-widget-gst-0.10.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit a75edccd76990d664b962122ebcf2448b8e940e8
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Jan 23 21:41:50 2010 +0200

    Updated Arabic translation

 po/ar.po |  391 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 191 insertions(+), 200 deletions(-)

commit 6f95bf8d38e9bc4998b19b817487b7f1a549aeaa
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Jan 22 14:18:39 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  335 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 139 insertions(+), 196 deletions(-)

commit e7b1013b705f37c9645c248b028b2888ac7bd5da
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Fri Jan 22 13:08:03 2010 +0600

    Updated Bengali translation

 po/bn.po | 1140 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 504 insertions(+), 636 deletions(-)

commit 37fff207f6e33b431caffcc164d70b88c67b01ea
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 21 20:30:05 2010 +0000

    Add better debug

 browser-plugin/totem-plugin-viewer.c |   21 +++++++++++++++++----
 browser-plugin/totemPlugin.cpp       |   11 ++++++++++-
 2 files changed, 27 insertions(+), 5 deletions(-)

commit 1f01e518a3348338b9e381814c455884376fdc38
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 21 20:15:14 2010 +0000

    Implement Narrowspace's SetURL function

 browser-plugin/totemNarrowSpacePlugin.cpp |    9 ++++++++-
 browser-plugin/totemPlugin.cpp            |   24 ++++++++++++++++++++++++
 browser-plugin/totemPlugin.h              |    1 +
 3 files changed, 33 insertions(+), 1 deletions(-)

commit d18f2b03d9ccbac47172f364c073d7e176a06184
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 21 20:14:41 2010 +0000

    Implement more player states for Narrowspace

 browser-plugin/totemPlugin.cpp |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

commit ff5bb8d1392a2fa4e8af18d1e97e65a3e5da937a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 21 20:12:17 2010 +0000

    Fix many NarrowSpace functions not working
    
    All the functions after GetTimeScale were broken. It's wonder
    it ever worked.

 browser-plugin/totemNarrowSpacePlugin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e3062f7c98f2ecf951b84779ba7c8031a4688783
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 21 20:10:41 2010 +0000

    Remove trailing ","
    
    For consistency

 browser-plugin/totemGMPSettings.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e956258bc4d5e25240fc6c49ae2e5af37a882b84
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 21 20:09:51 2010 +0000

    Cleanup bvw_open() call
    
    As all the errors are handled asynchrounsly.

 browser-plugin/totem-plugin-viewer.c |   38 +++++----------------------------
 1 files changed, 6 insertions(+), 32 deletions(-)

commit d0371fbda9523988bb7720538ffcfb9254e9a339
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Sun Jan 17 15:44:23 2010 +0000

    Only set the uri when the playbin is in READY state
    
    Playbin must be in either the NULL or READY state before the uri
    property can be set otherwise the new value won't be applied properly
    
    https://bugzilla.gnome.org/show_bug.cgi?id=607225

 src/backend/bacon-video-widget-gst-0.10.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 2b67674da8ed6ea91f377f071426ed3358481f3b
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Jan 17 20:56:03 2010 +0200

    Updating Estonian translation

 po/et.po |   60 +++++-------------------------------------------------------
 1 files changed, 5 insertions(+), 55 deletions(-)

commit 39e436739a71a473f60eb25f3a23f4b0ad7d9eeb
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jan 17 13:57:15 2010 +0100

    Updated German doc translation

 help/de/de.po |   57 ++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 32 insertions(+), 25 deletions(-)

commit 3b04ce36bb7155ae0e68a69953dec661647f58d3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 14 15:30:30 2010 +0000

    Fix state of the button popup when popup is dismissed

 browser-plugin/totem-plugin-viewer.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 0780e46091b21750afa4ce3b9631d28e054e640a
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Jan 13 18:55:30 2010 +0100

    Updated Basque language

 po/eu.po |  599 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 263 insertions(+), 336 deletions(-)

commit 042ff3195f8acdca0c45830fea125fb16debdb6c
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Jan 13 18:49:25 2010 +0100

    Updated Basque language

 po/eu.po |  216 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 108 insertions(+), 108 deletions(-)

commit 9021e1e8626d3ab785567959ecde35874c0ce016
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Tue Jan 12 21:15:07 2010 +0100

    Updated German translation

 po/de.po |  728 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 374 insertions(+), 354 deletions(-)

commit e48396356cdd599b402690ac035f10eabee9d2d3
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Mon Jan 11 19:11:01 2010 +0100

    Updated asturian translation

 po/ast.po | 2455 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 1357 insertions(+), 1098 deletions(-)

commit 34496f45253a784f355495320f63f71999f5f71d
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 9 17:38:02 2010 +0100

    Updated Swedish translation

 po/sv.po |  428 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 204 insertions(+), 224 deletions(-)

commit 7e823b3aee592623c19e450ff12b02d3778ce0ac
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Sat Jan 9 16:38:24 2010 +0200

    Add Ukrainian translation

 help/uk/uk.po | 2369 ++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 1664 insertions(+), 705 deletions(-)

commit 647909128b0c587b26e1e13e42da7036982f68b2
Author: Carlos Garnacho <carlos@lanedo.com>
Date:   Wed Dec 23 16:33:29 2009 +0100

    TotemPlaylist: Use totem_pl_parser_save().
    
    Use newer TotemPlPlaylist and totem_pl_parser_save() in order
    to save playlists.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=605312

 configure.in         |    2 +-
 src/totem-playlist.c |   53 ++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 42 insertions(+), 13 deletions(-)

commit 17b14004206910e8bee8e4226905160bc0e9d7a0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 5 10:52:22 2010 +0100

    Use the giosrc when reading from gvfs archive mounts
    
    Reading that same file through FUSE fails.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597448

 src/backend/bacon-video-widget-gst-0.10.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit bc39c6554c53cb141396b8c4d7be3afaac46df3b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Jan 4 18:13:28 2010 +0000

    Bug 606036 — Fix debug logging
    
    Fix debug logging by defining a log domain for all of Totem and installing a
    log handler for that domain for debug messages. Messages are suppressed unless
    the --debug command line option is passed. Closes: bgo#606036

 src/Makefile.am                               |   35 +++++++++++++++----------
 src/plugins/Makefile.am                       |    1 +
 src/plugins/bemused/Makefile.am               |    1 +
 src/plugins/brasero-disc-recorder/Makefile.am |    1 +
 src/plugins/galago/Makefile.am                |    1 +
 src/plugins/gromit/Makefile.am                |    1 +
 src/plugins/lirc/Makefile.am                  |    1 +
 src/plugins/media-player-keys/Makefile.am     |    1 +
 src/plugins/mythtv/Makefile.am                |    1 +
 src/plugins/ontop/Makefile.am                 |    1 +
 src/plugins/properties/Makefile.am            |    1 +
 src/plugins/publish/Makefile.am               |    1 +
 src/plugins/screensaver/Makefile.am           |    1 +
 src/plugins/screenshot/Makefile.am            |    1 +
 src/plugins/sidebar-test/Makefile.am          |    1 +
 src/plugins/skipto/Makefile.am                |    1 +
 src/plugins/thumbnail/Makefile.am             |    1 +
 src/plugins/tracker/Makefile.am               |    1 +
 src/plugins/youtube/Makefile.am               |    1 +
 src/totem.c                                   |   21 +++++++++++++++
 20 files changed, 60 insertions(+), 14 deletions(-)

commit bebc121ec0e9678b31b40ddb4bdf2b0482374d3b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jan 6 21:10:22 2010 +0100

    Updated Spanish translation

 help/es/es.po |   69 +++++++++++++++------------------------------------------
 1 files changed, 18 insertions(+), 51 deletions(-)

commit b87ea4345f36ed5d5eecf16cec83ff7ca708327c
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Wed Jan 6 17:37:44 2010 +0100

    Updated Italian translation

 po/it.po |  144 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 70 insertions(+), 74 deletions(-)

commit 0cb4e71dd45d53dbdd79b2bd01634b7353db5908
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jan 6 17:16:37 2010 +0100

    Updated Spanish translation

 po/es.po |  217 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 99 insertions(+), 118 deletions(-)

commit 24bc393eeb0d40ebe8ea3f28f95e0534e8043004
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 6 15:34:26 2010 +0000

    Mention where subtitles are downloaded in docs
    
    Add the location where the opensubtitles plugin saves its subtitles,
    in case people want access to those.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=605701

 help/C/totem.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 408a322e45638c7b916df2a02a21b303f869342c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 6 15:27:33 2010 +0000

    Add a fullscreen button to the main UI
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603178

 src/totem-object.c |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit 8e65acd2cc8b5f511269e3836a17b415bc3ebc8c
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Tue Jan 5 12:20:41 2010 +0200

    Update Ukrainian translation

 po/uk.po |  602 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 305 insertions(+), 297 deletions(-)

commit 94d8c4c86eb46d71101c97fa0fc741340a5bf230
Author: Simon Wenner <simon@wenner.ch>
Date:   Mon Jan 4 18:50:57 2010 +0000

    Bug 605450 — Incomplete Vala bindings
    
    Extend the Totem VAPI to match the Python bindings for Totem and correct some
    problems. Closes: bgo#605450

 bindings/vala/totem.vapi |   59 ++++++++++++++++++++++++++++++++++++---------
 1 files changed, 47 insertions(+), 12 deletions(-)

commit 297883f72eeafa396cdd14f117a725346ef9028b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Jan 4 11:29:52 2010 +0000

    Only declare screen_changed_cb if we HAVE_XVIDMODE
    
    screen_changed_cb() is only used if we HAVE_XVIDMODE, so only declare it if
    that's true.

 src/backend/bacon-resize.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit a040a4d5d6146c919294e625ba29bf61d99a2f9c
Author: Ray Wang <raywang@gnome.org>
Date:   Mon Jan 4 09:52:07 2010 +0800

    Update Simplified Chinese help translation.

 help/zh_CN/zh_CN.po |  324 ++++++++++++++++++++++++++++++++-------------------
 1 files changed, 203 insertions(+), 121 deletions(-)

commit d739473310854d6d04b4d8914b030f518f9f8116
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Dec 30 02:01:46 2009 +0100

    Update Czech translation.

 po/cs.po |  778 +++++++++++++++++++++++---------------------------------------
 1 files changed, 292 insertions(+), 486 deletions(-)

commit 97a3234bc0ea07035626526184387c5ad0d81465
Author: Lorenzo Travaglio <ltrav02@yahoo.it>
Date:   Sat Dec 26 13:47:31 2009 +0100

    Updated Italian translation

 help/it/it.po | 2317 +++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 1746 insertions(+), 571 deletions(-)

commit 86a9b24c1b95b9f942495c9a9b4b4e539c1902c3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Dec 22 15:15:13 2009 +0000

    Don't rebuild the Movie menu when nothing changed
    
    As there's no DVB menu items to check any more.

 src/totem-menu.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit cb844acc76ccf9cd5a7c6fe808b1c330222a993c
Author: Sebastian Pölsterl <sebp@k-d-w.org>
Date:   Tue Dec 22 15:13:49 2009 +0000

    Remove built-in DVB support
    
    This will now be handled through gnome-dvb-daemon's Totem plugin.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=515759

 src/Makefile.am                           |    2 -
 src/backend/bacon-video-widget-gst-0.10.c |  195 +----------------------------
 src/totem-dvb-setup.c                     |  134 --------------------
 src/totem-dvb-setup.h                     |   47 -------
 src/totem-menu.c                          |   58 ---------
 src/totem-object.c                        |   46 -------
 6 files changed, 1 insertions(+), 481 deletions(-)

commit 6e133cb14f516039ccd63e6a8eb83d022e2325f4
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Dec 21 20:53:58 2009 +0100

    Updated Slovenian translation

 po/sl.po |  363 +++++++++++++++++++++++++++++--------------------------------
 1 files changed, 173 insertions(+), 190 deletions(-)

commit a3ee0ef291b9313d8229394ea2bcf3c60150b0ca
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Mon Dec 21 18:49:39 2009 +0200

    Add Finnish help translation by Kaarina V. Sauna-aho / Nomovok Ltd.

 help/Makefile.am |    2 +-
 help/fi/fi.po    | 1090 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1091 insertions(+), 1 deletions(-)

commit 99edb57f7f059f04262136f194992187456c5371
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Dec 19 14:34:19 2009 +0100

    Updated Spanish translation

 po/es.po |  271 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 143 insertions(+), 128 deletions(-)

commit 48f0afb696810f6f5805bdede1720575f9553f97
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Dec 19 12:48:10 2009 +0200

    Update Romanian translation

 po/ro.po | 1054 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 480 insertions(+), 574 deletions(-)

commit a615415f4e569b194c4c1435da342a002b70b3d1
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Dec 17 17:52:53 2009 +0200

    Updating Estonian translation

 po/et.po |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

commit fb02c55314effa7b71f04bfbba8eff70843a5789
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 16 12:51:11 2009 +0000

    Use GDK keysyms instead of XF86 ones

 src/totem-object.c |   45 ++++++++++++---------------------------------
 1 files changed, 12 insertions(+), 33 deletions(-)

commit a05c81bd26f4f1a1d2fce4a582104a725f997127
Author: Jürg Billeter <j@bitron.ch>
Date:   Tue Dec 15 20:48:16 2009 +0100

    Improve Vala bindings to avoid warning

 bindings/vala/totem.vapi |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 3fc702f6f66f5bd01c06807fc805e6ef48e99c68
Author: Jürg Billeter <j@bitron.ch>
Date:   Tue Dec 15 20:46:33 2009 +0100

    Fix build of Vala plugin

 src/plugins/sample-vala/Makefile.am |   26 ++++++++++++++++++--------
 1 files changed, 18 insertions(+), 8 deletions(-)

commit 1de736add46bbd792278f11b039c3300fa443013
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Dec 15 19:57:32 2009 +0000

    Display embedded cover images in audio streams
    
    Instead of visualisations.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=581249

 src/backend/bacon-video-widget-gst-0.10.c |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

commit cba6a476fdf25d7ca40c0ab99d827467a376ee9f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Dec 15 19:50:25 2009 +0000

    Fix crasher on exit caused by signal still being caught

 src/plugins/properties/totem-movie-properties.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit b3bf617ea2582fe7c56ace86d1b8af1524e6433d
Author: Sebastian Pölsterl <sebp@k-d-w.org>
Date:   Tue Dec 15 19:41:33 2009 +0000

    Stop pipeline when closing Totem
    
    To call TEARDOWN on RTSP streams, and clean up any temporary
    download files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=601688

 src/totem-object.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3d6c727f65bffb22d001bf8b9181ef6b191c9815
Author: Christian Persch <chpe@gnome.org>
Date:   Fri Oct 30 11:29:08 2009 +0100

    Intern some strings
    
    Bug #600110 .

 src/backend/bacon-resize.c                |    6 ++-
 src/backend/bacon-video-widget-gst-0.10.c |   50 ++++++++++++++++++-----------
 2 files changed, 35 insertions(+), 21 deletions(-)

commit ad170b039a517d3dff1d0bfd3236445f66834d70
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Tue Oct 27 15:38:23 2009 +0000

    playlist: implement type-ahead search in the playlist
    
    Implement a basic form of type-ahead search for the playlist treeview
    widget. This makes it easy to jump to an item in the playlist by name
    if the title or filename is known.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599795

 src/totem-playlist.c |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)

commit 63e3be640eafce6678e87d6a592981597fac7f09
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Dec 15 19:32:05 2009 +0000

    Make 'Escape' pass the focus away from the playlist
    
    To the video widget. We need some hacking to avoid pinching
    key release events when pressing escape to dismiss a menu,
    or the type-ahead popup.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=313343

 src/totem-object.c  |   19 +++++++++++++++++--
 src/totem-sidebar.c |   23 ++++++++++++++++++++++-
 src/totem-sidebar.h |    2 +-
 3 files changed, 40 insertions(+), 4 deletions(-)

commit 14e7f8e172446cf90d1d7f5f228ba20d16f073de
Author: Robin Stocker <robin@nibor.org>
Date:   Tue Dec 8 00:44:45 2009 +0100

    Use gtk_drag_get_source_widget instead of storing window

 src/totem-object.c  |    7 ++++---
 src/totem-private.h |    4 ----
 2 files changed, 4 insertions(+), 7 deletions(-)

commit c8baa5bdf6737a7e82025e99a83376f6ea174365
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Dec 15 16:16:43 2009 +0000

    Add GConf key to disable all keyboard shortcuts
    
    https://bugzilla.gnome.org/show_bug.cgi?id=573149

 data/totem.schemas.in   |   14 +++++++++++++-
 src/totem-object.c      |    2 ++
 src/totem-preferences.c |   16 ++++++++++++++++
 src/totem-private.h     |    1 +
 4 files changed, 32 insertions(+), 1 deletions(-)

commit b8b835d197551d3272c1c071c5aa6b26da82d9de
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 27 20:33:23 2009 +0100

    Bug 595684 — Convert D-Bus plugin to use MPRIS API

 bindings/python/totem.defs                         |   77 ++++
 bindings/python/totem.override                     |   16 +-
 src/plugins/dbus-service/dbus-service.py           |  372 ++++++++++++--------
 .../dbus-service/dbus-service.totem-plugin.in      |   24 +--
 src/totem-object.c                                 |   75 ++++-
 src/totem.h                                        |    8 +
 6 files changed, 392 insertions(+), 180 deletions(-)

commit a436a3c1458d028540c920158fa91551cfdb8a78
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 11 17:05:24 2009 +0000

    Ignore OSD file in API docs

 docs/reference/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit dec5c14a272c09834ea024f36e00072674719443
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 11 17:02:47 2009 +0000

    Add httplib to not be translated

 po/POTFILES.skip |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 24f79aa035e075ab98e10ead3a07d4168c16f671
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 11 15:39:11 2009 +0000

    Fix documentation checks failing

 docs/reference/Makefile.am                |    6 +++++-
 docs/reference/totem-sections.txt         |    9 +++++----
 src/backend/bacon-video-widget-gst-0.10.c |   29 ++++++++++++++++++++++++-----
 src/backend/bacon-video-widget.h          |    6 ++----
 src/totem-object.c                        |    2 +-
 5 files changed, 37 insertions(+), 15 deletions(-)

commit 5075f29e256557c187f181b4311f56e9bf619a5b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 11 16:23:27 2009 +0000

    Fix distclean trying to clean browser-plugin/ twice

 Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 73f665513b0f1d741d04713ebeae817c13bb9d2d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Dec 10 02:31:42 2009 +0000

    Fix packing of the label in the status bar

 src/totem-statusbar.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit a926c0de57ab2a9c764432c68bdd7fca51e0f00f
Author: weitao <weitao1979@gmail.com>
Date:   Thu Dec 10 09:24:02 2009 +0800

    Updated zh_CN translation.

 po/ChangeLog |    4 ++
 po/zh_CN.po  |   99 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 53 insertions(+), 50 deletions(-)

commit 6d323117f05bdf74c3b9b0914beb393bb8c67874
Author: Sébastien Bacher <seb128@ubuntu.com>
Date:   Wed Dec 9 00:48:22 2009 +0100

    don't use LOCALMODLIBS for the build
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604077

 configure.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit f9309a3470ee81cbf91e7e3098946d88a271871c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 7 13:59:37 2009 +0000

    Remove more unneeded GtkActionEntries

 src/totem-menu.c |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

commit c9c15a48af7c5bf81d68b40f10da3c0ad5e4a774
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 7 13:34:28 2009 +0000

    Removed unused GtkActionEntries declarations

 src/totem-menu.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit a91e9ae2aa434bce2e70463c7d691b12d7a706e0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 7 11:51:56 2009 +0000

    Fix translation of skip menu items in RTL languages
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603604

 src/totem-menu.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 78939cbd67a1c264c0bc777b81aa40bc73cf8056
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Dec 5 20:27:16 2009 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |  251 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 135 insertions(+), 116 deletions(-)

commit 2933258789b8e6de00ebc1c0db0b3b628395be54
Author: Robin Stocker <robin@nibor.org>
Date:   Fri Dec 4 21:50:48 2009 +0100

    Replace hack to set always-show-image for devices
    
    https://bugzilla.gnome.org/show_bug.cgi?id=589808

 src/totem-menu.c |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

commit a16c3d44bd0a84002b91ea886a3b24a4b750605a
Author: Yaron Sharabani <sh.yaron@gmail.com>
Date:   Sat Dec 5 12:53:23 2009 +0200

    Updated Hebrew translation

 po/he.po |  753 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 428 insertions(+), 325 deletions(-)

commit 0b4d73463c0a391c928bc9b027ae32da38bc5b86
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 4 00:18:15 2009 +0000

    Make Totem depend on a newer GTK+
    
    and remove compat code.

 configure.in          |    2 +-
 src/totem-statusbar.c |   12 ------------
 2 files changed, 1 insertions(+), 13 deletions(-)

commit 3771f232ecb3ed7bf87bf4c4af3bfaa49e5cc413
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Nov 16 14:55:00 2009 +0100

    Use gtk_statusbar_get_message_area()
    
    Just the the provided hbox, instead of performing widget surgery.
    Bug #602096.

 src/totem-statusbar.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b0faec52a23bf1bf2a6336de7cc4b34ef5a6a291
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Dec 2 15:43:39 2009 +0200

    Updated Arabic translation

 po/ar.po |  499 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 255 insertions(+), 244 deletions(-)

commit fa0eab16e4c903203d0d3dff9e48cd4b45eb5a9a
Author: Zhang Miao <mymzhang@gmail.com>
Date:   Wed Dec 2 17:38:02 2009 +0800

    Updated Simplified Chinese translation of totem help.

 help/zh_CN/zh_CN.po |  475 ++++++++++++++++++++++++++++-----------------------
 1 files changed, 265 insertions(+), 210 deletions(-)

commit 309f265c5db0dbe3ef09a225120ecf531b3dc6c1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 30 18:49:41 2009 +0000

    2.29.2

 NEWS         |    5 +++++
 configure.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 28e06939ad317d549fa6052f77697309d6a1f701
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 30 18:48:51 2009 +0000

    Fix distchecking problems with the nautilus extension

 Makefile.am  |    2 +-
 configure.in |   12 +++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

commit f643cedcf72a15aa9ce1545d842e827a7473e839
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Nov 30 17:54:36 2009 +0200

    Update Hebrew translation

 po/he.po |  536 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 274 insertions(+), 262 deletions(-)

commit 7cec407f6d1e2aee6bcb7ad766e46dfd1bad38dc
Author: Aron Xu <aronxu@gnome.org>
Date:   Mon Nov 30 00:52:55 2009 +0800

    Updated Simplified Chinese translation.

 po/zh_CN.po |  261 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 132 insertions(+), 129 deletions(-)

commit a633140f11d4bbb6ef3f144f653f814b91df5806
Author: Lyper Lai <lyp069@gmail.com>
Date:   Mon Nov 30 00:46:17 2009 +0800

    Update Simplified Chinese help translation.

 help/zh_CN/zh_CN.po |  210 +++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 160 insertions(+), 50 deletions(-)

commit 4bd6b1cab04ae2c3a438d2991bc647baa365ce27
Author: Ivar Smolin <okul@linux.ee>
Date:   Fri Nov 27 18:28:47 2009 +0200

    Updating Estonian translation

 po/et.po |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 79fe21d9204c81a0bede486dbe03dfac2571e9ce
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 27 16:10:34 2009 +0000

    Use cairo to draw the logo
    
    And it's fast!

 src/backend/bacon-video-widget-gst-0.10.c |   28 +++++++++-------------------
 1 files changed, 9 insertions(+), 19 deletions(-)

commit 6bae3c4dbcdc9427e2cd96aa8f89669e4f113485
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 27 16:10:00 2009 +0000

    Add translator comments for new image playback

 src/totem-menu.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 7f7c31c4d6cd31f276994f1512e96cb41f9ddc16
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Nov 27 13:39:51 2009 +0100

    Updated Slovenian translation

 po/sl.po |   88 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 47 insertions(+), 41 deletions(-)

commit fbe3f57ca149afc3572399e1ee0f693f960fc174
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 27 11:51:12 2009 +0000

    Don't set a subtitle when none is passed in browser
    
    Avoids errors trying to use webpages as subtitles.

 browser-plugin/totem-plugin-viewer.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit c4daf7c2d505223dedc456e610522fedbdd4857d
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Thu Nov 26 20:23:36 2009 -0500

    Shavian translation

 po/LINGUAS    |    1 +
 po/en@shaw.po | 2228 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2229 insertions(+), 0 deletions(-)

commit ff0bd350855cf561a2564da88d97ab0899703d08
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Nov 27 01:36:04 2009 +0100

    Updated Spanish translation

 po/es.po |   81 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 43 insertions(+), 38 deletions(-)

commit 3cbced4a9b7680cee0112819f6d9643e9c0d819f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Nov 26 20:02:39 2009 +0100

    Updated Slovenian translation

 po/sl.po |  209 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 107 insertions(+), 102 deletions(-)

commit 55eb1b387893f2c955305ea709908d5ded05a7d7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 26 18:10:04 2009 +0000

    Add note about recent totem-menu.c changes

 data/mime-type-list.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 1f53dd60262a29beabd2a6b7427d3cea35c895ae
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 26 18:09:14 2009 +0000

    Add support for playing DVDs from images in the menu
    
    Show mounted archives in the Movie menu, and allow playback
    from those archives.

 src/totem-menu.c |  223 ++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 192 insertions(+), 31 deletions(-)

commit 3a4945d16b025bc9042075dd09230fa8a657708e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 26 16:49:37 2009 +0000

    Fix some memory leaks in volume handling

 src/totem-menu.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 2984b6b1807c0072db2d7eca61be03655c21ca25
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 26 16:45:20 2009 +0000

    Move volume handling for the menus into its own function

 src/totem-menu.c |  210 +++++++++++++++++++++++++++++-------------------------
 1 files changed, 112 insertions(+), 98 deletions(-)

commit a60910742a48f331ddd32148658201aa9df89417
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Nov 25 12:42:10 2009 +0200

    Updating Estonian translation

 po/et.po |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

commit a84cecfa5d590f578db449be041c3a464e4d702e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Nov 24 17:57:39 2009 +0100

    Updated Spanish translation

 po/es.po |  149 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 78 insertions(+), 71 deletions(-)

commit a4b3ab79a9a1b7eee767797a27daa9f992c6928a
Author: Robin Stocker <robin@nibor.org>
Date:   Sat Nov 21 19:25:08 2009 +0100

    Include movie title in suggested name of gallery
    
    Also make it use "Gallery" instead of "Screenshot".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595760

 src/plugins/screenshot/totem-gallery.c           |   13 ++++++++++---
 src/plugins/screenshot/totem-screenshot-plugin.c |   12 ++++++------
 src/plugins/screenshot/totem-screenshot-plugin.h |    2 +-
 src/plugins/screenshot/totem-screenshot.c        |    9 ++++++---
 src/plugins/screenshot/totem-screenshot.h        |    2 +-
 5 files changed, 24 insertions(+), 14 deletions(-)

commit 91b9cebdc00b0ca71c120e7cb9a80ad359fe74ed
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 23 14:04:25 2009 +0000

    Export downloaded filename as a property
    
    This should allow for the front-end to know which
    file to copy.

 src/backend/bacon-video-widget-gst-0.10.c |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

commit 5edf87a0226e71a3b873c3f0b7509e6aa4bfc3d5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 23 12:39:38 2009 +0000

    Update NEWS

 NEWS |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit 3e3de882d4643662b5a19e4e046944f9d8dca729
Author: Robin Stocker <robin@nibor.org>
Date:   Mon Nov 23 12:38:17 2009 +0000

    Suggest filename when capturing a gallery
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595760

 src/plugins/screenshot/totem-gallery.c           |   11 ++++++++++-
 src/plugins/screenshot/totem-screenshot-plugin.c |    5 ++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 09dcc4deb301b3deecf5356572d7732ea2e9ac29
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 23 12:36:33 2009 +0000

    Keep track of the download buffer's filename
    
    Useful if we want to copy the file later on.

 src/backend/bacon-video-widget-gst-0.10.c |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit 298708c166793a4f50b1371f68e43f8a6129def9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 20 17:34:13 2009 +0000

    Add test case for Cone subtitle API

 browser-plugin/tests/11.html |   47 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

commit 19e811da24496f44dbc25812aff666497bc782b0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Nov 21 20:48:42 2009 +0000

    Bug 602497 — Progress bar doesn't stop if there are no search results
    
    Ensure the YouTube progress bar stops once a search is finished, even
    if there are no results. Closes: bgo#602497

 src/plugins/youtube/totem-youtube.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 75e7d2f78824fb446a38f325f1b3f4e5af223c89
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Nov 21 21:39:12 2009 +0200

    Updating Estonian translation

 po/et.po |  104 +++-----------------------------------------------------------
 1 files changed, 5 insertions(+), 99 deletions(-)

commit c59b48103c1dc00bc1926c3c3a1cd7089d2bd57e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 20 17:04:05 2009 +0000

    Pass the base URI from the plugin to the viewer
    
    When using AddItem(). Makes the subtitle handling test case
    for OLPC work.

 browser-plugin/org_gnome_totem_PluginViewer.xml |    1 +
 browser-plugin/totem-plugin-viewer.c            |    3 ++-
 browser-plugin/totemPlugin.cpp                  |   10 ++++------
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 5eb549916bf98dc396a993c2fea79aef197ef564
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 20 16:28:45 2009 +0000

    Add subtitle handling to plugin viewer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=560946

 browser-plugin/totem-plugin-viewer.c |   29 +++++++++++++++++++----------
 1 files changed, 19 insertions(+), 10 deletions(-)

commit 66cbcd4cf6bf55bc35ef777d225e8fdd3a8d2529
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 20 16:17:01 2009 +0000

    Add support for queueing Javascript commands
    
    This should allow us to implement a more robust Javascript
    handling. Not all the commands are queued right now.

 browser-plugin/totemPlugin.cpp |  114 +++++++++++++++++++++++++++++++++------
 browser-plugin/totemPlugin.h   |   27 +++++++++
 2 files changed, 123 insertions(+), 18 deletions(-)

commit 03addbe4c6741245472787ba54cde0474120644c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 20 16:16:28 2009 +0000

    Fix double-free in the Cone plugin's playlist

 browser-plugin/totemConePlaylist.cpp |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 4357329e301e96365540c0697ed42b6ca7e518c5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 20 14:43:58 2009 +0000

    Check number of args in playlist.add in Cone

 browser-plugin/totemConePlaylist.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3353323b0c79dbdfe5ef3ca5f71037188dae9c13
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 20 13:57:01 2009 +0000

    Remove the "Complex" (Real Media compatible) browser plugin
    
    Because it was broken, and nobody in their right minds still
    use Real stuff. Desperate people can probably use the HelixPlayer,
    though it won't play anything interesting.

 browser-plugin/Makefile.am                 |   60 -----
 browser-plugin/README.browser-plugin       |   14 --
 browser-plugin/TODO                        |    6 -
 browser-plugin/idl/totemIComplexPlayer.idl |  193 ----------------
 browser-plugin/totem-plugin-viewer.c       |   48 +----
 browser-plugin/totemComplexPlugin.cpp      |  315 -------------------------
 browser-plugin/totemComplexPlugin.h        |  165 -------------
 browser-plugin/totemPlugin.cpp             |  346 ----------------------------
 browser-plugin/totemPlugin.h               |   27 ---
 configure.in                               |   12 -
 10 files changed, 7 insertions(+), 1179 deletions(-)

commit 99a02e3de707cb9abe351749c3526e4554ff3fd6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 20 01:55:42 2009 +0000

    Don't pass garbage to AddItem
    
    if some arguments aren't present in playlist.add

 browser-plugin/totemConePlaylist.cpp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 183b9c1b0aff35b7f15c2f809f1a7c028eedf704
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Nov 18 18:54:43 2009 +0100

    Fix property/method name lookup
    
    Don't read the arrays out of bounds! Bug #560946 comment 12.

 browser-plugin/totemNPClass.cpp  |    6 ++++--
 browser-plugin/totemNPObject.cpp |   10 ++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 0912743133df061fd46e1ebb6c1c9a5e4d07e1c3
Author: Maxim Ermilov <zaspire@rambler.ru>
Date:   Thu Nov 19 14:33:21 2009 +0000

    Don't hide fullscreen popups when mouse is on top of it
    
    Check the mouse pointer entering and leaving the fullscreen
    popups, and don't auto-hide them when the mouse pointer is
    left on top of them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=593042

 data/fullscreen.ui     |    4 ++++
 src/totem-fullscreen.c |   28 +++++++++++++++++++++++++++-
 2 files changed, 31 insertions(+), 1 deletions(-)

commit ddbee71115063b9117665e892971b579d6aa5300
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 19 14:26:25 2009 +0000

    Make sure temporary copy of playlist file keeps permissions

 browser-plugin/totem-plugin-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7d66f40d515f0e2ca010796f16beb90a9af13b87
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 18 18:49:58 2009 +0000

    Add support for authentication on the soup HTTP source

 src/backend/bacon-video-widget-gst-0.10.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit ea148d038c6e865d4fc763c74ba8ab209084d156
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 18 18:22:32 2009 +0000

    Make the window behind the "exit fullscreen" button transparent
    
    As there's no need for that window to "hold" the button.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=567317

 src/totem-fullscreen.c |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

commit adb4dd9f042d9133e5c88f6e9e23e1322cdd9da4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 12 19:14:19 2009 +0000

    Clean up RTSP authentication support
    
    Instead of recreating the URL by hand, use rtspsrc's properties,
    and don't do any authentication if the rtspsrc doesn't have
    the necessary properties.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=601732

 src/backend/bacon-video-widget-gst-0.10.c |   49 ++++++++++++++++++++--------
 1 files changed, 35 insertions(+), 14 deletions(-)

commit 9efc634b38a7635cd0cb487d81272080897d02e1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 18 15:51:53 2009 +0000

    Add support for VLC's Playlist.Add options
    
    Add support for adding items with a subtitle option
    in the VLC plugin. Not implemented on the viewer side.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=560946

 browser-plugin/org_gnome_totem_PluginViewer.xml |    2 +
 browser-plugin/totem-plugin-viewer.c            |   17 ++++++++++---
 browser-plugin/totemConePlaylist.cpp            |   30 ++++++++++++++++++++++-
 browser-plugin/totemPlugin.cpp                  |   26 ++++++++++++++++---
 browser-plugin/totemPlugin.h                    |    2 +-
 5 files changed, 67 insertions(+), 10 deletions(-)

commit 6515e371d9b99c9181d8249e67928b31fbb8f862
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 18 11:35:25 2009 +0000

    Place OSD properly when using RTL locales

 src/totem-fullscreen.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit f49609cc32ebf7ca664ce3a319deabbde8b90730
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Nov 18 07:16:22 2009 +0100

    Updated Slovenian translation

 po/sl.po |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

commit 255d4030e99eecdd8f99005647fd48b3adf88761
Author: lyper <lyp069@gmail.com>
Date:   Tue Nov 17 15:20:39 2009 +0800

    Updated Simplified Chinese translation.

 help/zh_CN/zh_CN.po |  214 +++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 158 insertions(+), 56 deletions(-)

commit f093f3c006adeb165ab0e1e2f6bfa09ea5caf447
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Nov 16 17:08:30 2009 +0100

    Initialize a variable to NULL to fix a (correct) compiler warning

 browser-plugin/totem-plugin-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d6d60e7d4041989aaa4e3db999f0ae071edeca85
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Nov 16 17:04:51 2009 +0100

    Make a small array const

 src/totem-playlist.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1b62a9c299b71a4173a65ac7116ccc62a5bb0702
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 15:03:39 2009 +0000

    Disable video decoding in audio mode
    
    So as to get some more free CPU cycles, and avoid errors
    during video decoding.

 src/backend/bacon-video-widget-gst-0.10.c |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

commit 7fa67887aaab0a3d2d4950d01cb6c38a1064a451
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 14:06:00 2009 +0000

    No need to call _play() in the properties
    
    It's a no-op in metadata mode.

 src/totem-properties-view.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

commit 05cdc7f04998c9928dee3461abb076256f13f2f5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 14:03:39 2009 +0000

    No need to call _play() in the video indexer
    
    It's a no-op for metadata mode.

 src/totem-video-indexer.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 9e880b1c29991cee2aefb7ac92a52f15b5c055c2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 14:03:17 2009 +0000

    No need to call _play() in the thumbnailer
    
    It's a no-op for capture mode.

 src/totem-video-thumbnailer.c |   15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

commit 8b27fddb722435314f49e9bdb6f5392636861358
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 13:59:25 2009 +0000

    Fix thumbnailer not picking up covers for videos
    
    When getting updated metadata, and we're in capture mode,
    do send out the "got-metadata" signal otherwise
    the thumbnailer will never know we got a cover.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598703

 src/backend/bacon-video-widget-gst-0.10.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 5856bbe379e32caa77177036f2a79f4e0763212d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 13:38:08 2009 +0000

    Fix thumbnailer in debug mode
    
    Don't forget to open the display if we're going to show
    a GTK+ window.

 src/totem-video-thumbnailer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 26947d6f667405332147a576db5ca3bc12ccaa8d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 13:21:00 2009 +0000

    Fix spurious errors when running nice()
    
    Check the value of errno before saying that nice() fails, as
    per the nice(3p) man page.

 src/totem-video-thumbnailer.c |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit 5f644765f52427eef7a297d2b9d04feccd50cd33
Author: Simon Pecher <simon.pecher@googlemail.com>
Date:   Mon Nov 16 13:06:37 2009 +0000

    Error when resolving redirect URIs
    
    If the plugin-viewer gets a redirect to an absolute URL it may corrupt
    the redirect-URL by trying to append it to either "emb->stream_uri",
    "emb->current_uri" or "emb->base_uri" by calling "resolve_redirect". I suppose
    absolute URLs should not be processed any further by "resolve_redirect",
    should they?
    
    Appending an else after the first if-statement may solve this issue.
    
    (The error occured while I tried to watch wmv videos on
    http://www.3sat.de/mediathek/mediathek.php)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600852

 browser-plugin/totem-plugin-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 795304b11ab2463c06bc9cd6341f13b5d7ed0f82
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sat Nov 14 14:02:00 2009 +0100

    Substitute some deprecated Glib symbols
    
    Bump Glib required version to 2.22
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=601896

 configure.in                        |    2 +-
 src/plugins/bemused/totem-bemused.c |    2 +-
 src/totem-object.c                  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit e79427f5fb75656ee9f7888e9a6d1ffce3f3caad
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 11:56:40 2009 +0000

    Set the display on the video sink
    
    When creating the video sink, make sure it gets assigned the
    same display as passed to --display on the command-line.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=570651

 src/backend/bacon-video-widget-gst-0.10.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 3cdece9999694a09422b420d8334bb2b51100b41
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 11:54:57 2009 +0000

    Show an OSD when middle-clicking on canvas
    
    When using the middle-click of the mouse to play/pause playback,
    show an OSD to inform the user that something happened.

 src/totem-object.c |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit 1ee78ac07e61289a2011956820e9da756e484281
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Nov 15 15:11:30 2009 +0100

    Updated Spanish translation

 po/es.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8a18c752979d16a286e102509054bb3ae1ac53d8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Nov 15 14:08:06 2009 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |  351 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 173 insertions(+), 178 deletions(-)

commit 14b0c9e7ca8472fadf59a77bbb43786ee94b72b1
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Sat Nov 14 16:44:28 2009 +0100

    Only set playbin2 to NULL on errors or after 10 seconds of doing nothing
    
    This makes track switches faster and prevents useless state changes.
    
    Setting playbin2 to NULL after 10 seconds of idle is a good idea to
    close any audio devices.
    
    See bug #599478.

 src/backend/bacon-video-widget-gst-0.10.c |   44 +++++++++++++++++++++++++++-
 1 files changed, 42 insertions(+), 2 deletions(-)

commit cb442f6c9fb078679c6e2e28758f8d3b98f1e829
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Nov 14 11:16:06 2009 +0100

    Updated Slovenian translation

 po/sl.po |  259 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 126 insertions(+), 133 deletions(-)

commit ce706e97c6ed3cb6fe88046a91871cef1b13a7a8
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Nov 14 17:39:25 2009 +0800

    Small fix on zh_CN.po

 po/zh_CN.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 66d712940b47701333055692089791863e6ddf77
Author: arccos <boyermoore@gmail.com>
Date:   Sat Nov 14 17:37:02 2009 +0800

    Updated Simplified Chinese translation.

 po/zh_CN.po |  359 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 179 insertions(+), 180 deletions(-)

commit 04ec7ed4e6ab6a6d6cd9cbfb94a03d86d22798f5
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Nov 13 18:44:37 2009 +0100

    Updated Spanish translation

 po/es.po |   74 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 39 insertions(+), 35 deletions(-)

commit c2020a730cd6dfd99abadfafe0333ccc4952c115
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 13 16:16:56 2009 +0000

    Enhance stepping code
    
    Only switch to reverse or forward playback when needed, and
    keep track of the current playback direction.
    This avoids the worst parts of:
    https://bugzilla.gnome.org/show_bug.cgi?id=595958
    and makes reverse stepping useful

 src/backend/bacon-video-widget-gst-0.10.c |  141 +++++++++++++++++++----------
 1 files changed, 91 insertions(+), 50 deletions(-)

commit 4a4e421c22cea93a5c097759a5211363590b4784
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 13 13:50:30 2009 +0000

    Fix utter stupidness making viz not work
    
    Left-over from the reverse-stepping bug.

 src/backend/bacon-video-widget-gst-0.10.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit dc3b8aab60c3744eb48928014fcbb74fe59e4856
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 13 13:24:18 2009 +0000

    Fix stream tags leaking into next played file on error
    
    When an error occurs during playback, we only clear the
    tags when we have a new source element, which might happen
    after we've tried to play a new file.
    
    We should always clear the tags on _close() instead.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=536896

 src/backend/bacon-video-widget-gst-0.10.c |   29 ++++++++++++++---------------
 1 files changed, 14 insertions(+), 15 deletions(-)

commit 2eb6b4ba64d01594cdd7d1d60443c2247cf55e7e
Author: Jan Schmidt <thaytan@noraisin.net>
Date:   Fri Nov 13 12:50:26 2009 +0000

    Fix movie aspect ratio errors with slow streams
    
    When getting media size before the pipeline is pre-rolled,
    we'd be getting errors because we're trying to set the aspect ratio
    with a zero denominator.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=601707

 src/backend/bacon-video-widget-gst-0.10.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 7ece79aa5aec0977778e28b39bc1c9e225158ed4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 12 17:58:37 2009 +0000

    Add authentication support for RTSP streams
    
    Using GtkMountOperation to request a username and password
    from the user.

 src/backend/bacon-video-widget-gst-0.10.c |  106 ++++++++++++++++++++++++++++-
 1 files changed, 105 insertions(+), 1 deletions(-)

commit 290dfcebaedaba8f878323b4859f0856a30cfa30
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 12 15:35:52 2009 +0000

    Fix memory leaks when mounting GIO mounts
    
    Getting the URI from the playbin object doesn't give you a
    const char, but a copy of the URI.

 src/backend/bacon-video-widget-gst-0.10.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 57d551421a48f3b7bd08cefdadae0c0e8e46d0b3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 11 18:12:24 2009 +0000

    Add reverse-frame-stepping to the movie player
    
    ** DEBUG version **
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595958

 src/backend/bacon-video-widget-gst-0.10.c |   57 ++++++++++++++++++++++++++---
 src/backend/bacon-video-widget.h          |    1 +
 src/totem-object.c                        |    6 +++-
 3 files changed, 57 insertions(+), 7 deletions(-)

commit 2e94d1067a5096f87a18faa11505f27d964e4013
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 6 16:54:21 2009 +0000

    Show OSD when keys are pressed in fullscreen
    
    Better than popping up the fullscreen popups.
    
    Only works when compositing is on.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600985

 src/Makefile.am             |    3 +
 src/gsd-media-keys-window.c | 1081 +++++++++++++++++++++++++++++++++++++++++++
 src/gsd-media-keys-window.h |   72 +++
 src/totem-fullscreen.c      |   53 +++
 src/totem-fullscreen.h      |    3 +
 src/totem-object.c          |   62 ++-
 6 files changed, 1262 insertions(+), 12 deletions(-)

commit 3110aef8cd00aa8af1d9b3a5a091c74a89fd0f4e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Nov 10 01:00:35 2009 +0100

    Updated Spanish translation

 po/es.po |  203 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 100 insertions(+), 103 deletions(-)

commit 2ef4cb0fdcde35ebf35ed931e8077864c56b6984
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Nov 8 23:40:15 2009 +0100

    Updated Swedish translation

 po/sv.po |  247 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 120 insertions(+), 127 deletions(-)

commit 9e2469523bbba1027cb638950db63fd0ff968a1d
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Fri Nov 6 21:27:21 2009 +0100

    Updated Italian translation

 po/it.po |   94 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 47 insertions(+), 47 deletions(-)

commit 97b310d853012f52a9a41effb0a77b8c59707d95
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 5 14:59:36 2009 +0000

    Fix behaviour on EOS with only one item in the playlist
    
    We want to seek back instead of closing and reopening the
    file when the stream is seekable, and repeat is off.
    
    Also make sure we don't start playing back again in those cases.

 src/totem-object.c |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

commit 3c757b351c7bc518bb7acb3a71c6a5a36521f7f7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 5 14:35:53 2009 +0000

    Check on buffering-left in the buffering query timeout
    
    Because we won't be receiving buffering messages forever.
    
    Also make sure that we disable the timeout when switching
    from download mode to normal buffering.

 src/backend/bacon-video-widget-gst-0.10.c |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)

commit f03c5713b591358056e9798042fadcede8c75203
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 5 01:01:05 2009 +0000

    Fix run-time warnings in test application

 src/backend/bvw-test.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

commit 2bb88dc5cb0d5aed0df7e5388fde5751c65b8bb6
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Nov 5 11:27:25 2009 +0100

    Check that the taglist is not NULL before trying to free it
    
    Fixes assertion failures in gst_tag_list_free().

 src/backend/bacon-video-widget-gst-0.10.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit ab6d49f8db445e9dc1e8b116eee34b5c8572ba94
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 4 19:49:55 2009 +0000

    Don't save audio volume state
    
    Just like in the front-end

 browser-plugin/totem-plugin-viewer.c |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

commit ec63d879243ded32322a910d9c9244ddabb26813
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 4 19:40:58 2009 +0000

    Use direct seeking with file caches
    
    When caching the stream to disk, allow direct seeking in the UI

 src/backend/bacon-video-widget-gst-0.10.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 7231cd429f76b3bfd72580c9d215caf5e40f45df
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 4 19:38:59 2009 +0000

    Increase the time left to buffer slightly
    
    So that we don't get stopped on the way during playback.

 src/backend/bacon-video-widget-gst-0.10.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 80297bca6a3ac70d18ddeaaf4fe6a08817c9c008
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 4 19:29:20 2009 +0000

    Only start playback when the download buffer is filled enough
    
    We ignore the play request, but record that it was requested,
    then start playback when the buffer is filled enough so that
    we won't have to pause to download.

 src/backend/bacon-video-widget-gst-0.10.c |   55 ++++++++++++++++++++++++++--
 1 files changed, 51 insertions(+), 4 deletions(-)

commit 6c3c98ea469e31a8a70ccce637a2d84990c4ef5b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 4 17:03:27 2009 +0000

    Stop the download buffering timeout when done
    
    No need to keep the download buffering timeout going if
    we've already buffered all we can.

 src/backend/bacon-video-widget-gst-0.10.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit ae1de70d74d55611a87a142d0a7d4e83fbef01ea
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 4 16:43:34 2009 +0000

    Only start playing after mount if actually asked to

 src/backend/bacon-video-widget-gst-0.10.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 00e199b498d8c72f4413a5db2a7447eb06d56363
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 4 16:38:55 2009 +0000

    Don't try to play a file when mounting failed
    
    If mounting the mount the file is on failed, then we shouldn't
    try to play it.

 src/backend/bacon-video-widget-gst-0.10.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit e5d05e3dfbd68f13d90d42ff0c7afbcd526dabb2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 3 19:10:20 2009 +0000

    Add download buffering support to browser plugin

 browser-plugin/totem-plugin-viewer.c |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

commit c7d213cd13c008964838e0bc177534fbd33cb5d6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 3 19:00:52 2009 +0000

    Add support for download buffering in movie player

 src/totem-object.c |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit 919c4286504b526b20a2fc14ebd656d74e600657
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 3 19:00:23 2009 +0000

    Add download buffering support
    
    AKA YouTube-style buffering, with on-disk cache.

 src/backend/bacon-video-widget-gst-0.10.c |   79 +++++++++++++++++++++++++++++
 src/backend/bacon-video-widget.h          |    1 +
 2 files changed, 80 insertions(+), 0 deletions(-)

commit da7d98d1714618771247c8a474cad95ee711f029
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 3 18:13:22 2009 +0000

    Add hack to allow playback of Apple trailers in the movie player

 src/totem-object.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 2b045cbd798a436a16dd5fbe4a59cabb41457a5f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 3 16:13:44 2009 +0000

    Set the download flag on playbin2

 src/backend/bacon-video-widget-gst-0.10.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit c7639d3aabe43731b22b29b536d3a364fbe7ab92
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 3 16:12:55 2009 +0000

    Split off buffering message handling into its own function

 src/backend/bacon-video-widget-gst-0.10.c |   69 +++++++++++++++-------------
 1 files changed, 37 insertions(+), 32 deletions(-)

commit 59d369a7ee12f83ebf64f5e96324e2132c86e3ce
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Tue Nov 3 17:45:35 2009 +0100

    Updated Polish translation

 help/pl/figures/totem_next_button.png     |  Bin 671 -> 0 bytes
 help/pl/figures/totem_pause_button.png    |  Bin 1058 -> 0 bytes
 help/pl/figures/totem_play_button.png     |  Bin 928 -> 0 bytes
 help/pl/figures/totem_previous_button.png |  Bin 653 -> 0 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit 904447b54f1a098f5b717afb25f1d60db9525542
Author: Aleksander Łukasiewicz <aleksander@lukasiewicz.org>
Date:   Tue Nov 3 17:42:15 2009 +0100

    Updated Polish translation

 help/pl/figures/totem_next_button.png           |  Bin 0 -> 671 bytes
 help/pl/figures/totem_pause_button.png          |  Bin 0 -> 1058 bytes
 help/pl/figures/totem_play_button.png           |  Bin 0 -> 928 bytes
 help/pl/figures/totem_previous_button.png       |  Bin 0 -> 653 bytes
 help/pl/figures/totem_show_playlist_button.png  |  Bin 0 -> 906 bytes
 help/pl/figures/totem_start_window.png          |  Bin 58914 -> 67599 bytes
 help/pl/figures/totem_volume_maximum_button.png |  Bin 0 -> 512 bytes
 help/pl/figures/totem_volume_mute_button.png    |  Bin 0 -> 341 bytes
 help/pl/pl.po                                   | 1119 ++++++++++++++++-------
 9 files changed, 764 insertions(+), 355 deletions(-)

commit 3b997f6cd2a86640414f938c34f9c1bea53f197d
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Oct 30 11:52:31 2009 +0100

    Remove volume restoring feature

 data/totem.schemas.in |   12 ------------
 src/totem-object.c    |   14 --------------
 2 files changed, 0 insertions(+), 26 deletions(-)

commit 0c11f1ba21a48bd154988ce2620f03b89fa4d2f9
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Oct 30 09:48:04 2009 +0100

    Don't special-case pulseaudio and clean up the volume handling
    
    totem now won't use pulsesink by default if it's available but will
    simply use gconfaudiosink, like it did in 2.28.0 and earlier.
    Fixes bug #596164.
    
    For this to work properly, the following GStreamer changesets are necessary
    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=de1db5ccbdc10a835a2dfdd5984892f3b0c9bcf4
    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=d85dadc122d40608ee304516702b479fb79c8ed7
    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=598c9376342b4f67012d1d418c090f432fc26d27
    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=e72c3029c0e4674e3ce6d9770dc9de665e7a3793
    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=e4d6a2aa2c6b8b3d9137a38e10d28434eb31a580
    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=3f541452c4916b31a222043b172b3398647b8091
    
    To give the best user experience with pulseaudio, pulseaudio >= 0.9.20
    is required because of this changeset:
    http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=f27a50691c8fe45bac7dd6b21fac91a359def3a1

 configure.in                              |    2 +-
 src/backend/bacon-video-widget-gst-0.10.c |   75 +++++++----------------------
 2 files changed, 18 insertions(+), 59 deletions(-)

commit 95b56216aee80c7e95d0e7d033ff8e1a63852813
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Nov 3 12:12:53 2009 +0000

    Bug 600369 — YouTube plugin does not work
    
    Fixed the regex to correctly extract the t param for YouTube video
    queries again. Closes: bgo#600369

 src/plugins/youtube/totem-youtube.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ad58124059635e1630dc6d19caa9c0b05b20d88e
Author: Robin Stocker <robin@nibor.org>
Date:   Mon Nov 2 16:28:05 2009 +0100

    Update .gitignore
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600438

 .gitignore |   73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 73 insertions(+), 0 deletions(-)

commit 1fcd7b100b9df1f2b8407115aec910ce8cbe5f9c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 2 15:59:02 2009 +0000

    Fix saving current position for the wrong playlist item
    
    When skipping to the next item in the playlist, we
    used to use totem_get_current_mrl(), which gets the current
    item from the playlist.
    
    Except that the playlist thinks we're already at the next item.
    
    Also use different variables to store the startup and the restore
    positions, as we don't want to pause newly added items.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600425

 src/totem-object.c  |   16 ++++++++++++----
 src/totem-options.c |    2 +-
 src/totem-private.h |    3 ++-
 src/totem-uri.c     |   11 ++++-------
 4 files changed, 19 insertions(+), 13 deletions(-)

commit 99eb9ea5d04b5736f603671d29d04f3df2058efc
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Oct 27 21:57:23 2009 +0100

    Updated Spanish translation

 po/es.po |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit d36bbf2e8b883fcc79027734ad854f61e10e74b1
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Oct 27 21:53:12 2009 +0100

    Updated Spanish translation

 po/es.po |  180 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 88 insertions(+), 92 deletions(-)

commit c582d4ba080c8106453ae2dbeeefc180c825c591
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Oct 26 23:02:45 2009 +0200

    Updating Estonian translation

 po/et.po |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

commit d3e4383c0055e63806944e8b20ecc69dc4038ca3
Author: Aron Xu <aronxu@gnome.org>
Date:   Tue Oct 27 01:13:47 2009 +0800

    Updated Simplified Chinese translation, fixed two mistakes.

 po/zh_CN.po | 1408 +++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 788 insertions(+), 620 deletions(-)

commit 7f1a540554ff24698fafe8ad9f2a718e0a944153
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Oct 22 13:26:15 2009 +0200

    Pass referrer info to the plugin viewer
    
    Get the plugin document's URI and pass that as the referrer to the
    plugin viewer.
    
    Part of bug #581857.

 browser-plugin/totem-plugin-viewer-options.h |    1 +
 browser-plugin/totem-plugin-viewer.c         |   16 +++++++++-
 browser-plugin/totemPlugin.cpp               |   40 +++++++++++++++++++++++++-
 browser-plugin/totemPlugin.h                 |    1 +
 4 files changed, 56 insertions(+), 2 deletions(-)

commit b99361abb4c9171bde8725b672f4695c8eb6413b
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Oct 22 13:07:28 2009 +0200

    Set the user agent and referrer on the existing source
    
    When changing the user agent or the referrer while a source already
    exists, change them on the existing source.

 src/backend/bacon-video-widget-gst-0.10.c |   36 ++++++++++++++++++++---------
 1 files changed, 25 insertions(+), 11 deletions(-)

commit 849aab10072b15d6b6b99ac559500ec9d3bb8010
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Oct 22 12:59:12 2009 +0200

    Add HTTP referrer property to BaconVideoWidget
    
    Part of bug #581857.

 src/backend/bacon-video-widget-gst-0.10.c |  105 ++++++++++++++++++++++++++--
 src/backend/bacon-video-widget.h          |    3 +
 2 files changed, 100 insertions(+), 8 deletions(-)

commit 0db9e34f69cc3b7fd23e3ca81cf1adc141197576
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Oct 22 12:33:08 2009 +0200

    Make user agent a property on BaconVideoWidget
    
    Instead of transporting the value via environment variable, add a
    gobject property for it.

 browser-plugin/totem-plugin-viewer.c      |   24 ++++--------
 src/backend/bacon-video-widget-gst-0.10.c |   60 ++++++++++++++++++++++++++--
 src/backend/bacon-video-widget.h          |    3 +
 3 files changed, 66 insertions(+), 21 deletions(-)

commit 24bbd72124a66ce9c8173848cbe0a05add8edfa2
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 26 14:46:15 2009 +0100

    Updated Slovenian translation

 po/sl.po |  343 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 174 insertions(+), 169 deletions(-)

commit 0719ba0fae5d1bbf9967e0ab3e498996e51e9dac
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Fri Oct 23 21:34:23 2009 +0530

    Updated Tamil translation

 po/ta.po |  361 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 182 insertions(+), 179 deletions(-)

commit 4a44eaed99cd41c482bed490752306b273f497e3
Author: Martyn Russell <martyn@lanedo.com>
Date:   Thu Oct 22 01:08:27 2009 +0100

    Update tracker plugin for 0.7 API

 configure.in                               |    2 +-
 src/plugins/tracker/totem-tracker-widget.c |  383 ++++++++++++++++++++--------
 2 files changed, 273 insertions(+), 112 deletions(-)

commit dc268b810e33396085c8e4d1bfae7aefdee4db95
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 22 00:46:26 2009 +0100

    Support midi files in the browser plugin
    
    As Totem should be able to play those.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598850

 browser-plugin/totemPlugin.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7deabe5e6b2c63a18267fd38a1865273ed500503
Author: Jan Schmidt <thaytan@noraisin.net>
Date:   Thu Oct 22 00:33:26 2009 +0100

    Fix intermittent pixel-aspect-ratio warnings.
    
    Don't cache a pointer to the GValue containing the pixel-aspect-ratio,
    as it may end up being accessed after those caps have been destroyed.
    Instead, store the pixel-aspect-ratio fraction values directly.

 src/backend/bacon-video-widget-gst-0.10.c |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

commit 25f582e9a05c4d038167120a1d514738f11e7a8a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 21 19:46:26 2009 +0100

    Fix play order when removing the currently playing song
    
    We should start playing the first item that won't be removed
    after the currently playing one.
    
    Items numbered from 1 to 4, if 3 is playing and 2 and 3 and being
    removed, 4 should start playing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=577030

 src/totem-playlist.c |  107 +++++++++++++++++++++++++++++++------------------
 1 files changed, 68 insertions(+), 39 deletions(-)

commit c013d41bec755a9ddb7b4f8dedbd19d93ab9ec66
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 19 15:43:07 2009 +0100

    Update gst-plugins-base requirements

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bf8610db9e396f77305761210e71b1b9cc2665bc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 19 15:40:29 2009 +0100

    Use Cubic volume when StreaVolume interface is available
    
    Fixes Totem's sound not matching the volume levels advertised
    in pavucontrol and gnome-volume-control.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595304

 src/backend/bacon-video-widget-gst-0.10.c |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

commit 2734f8fa1d08eb1cf5cbc1c55702eaee901b8f28
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Mon Oct 19 05:41:17 2009 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

 po/crh.po | 1378 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 759 insertions(+), 619 deletions(-)

commit c68102b76e6cb0376fccfc3de977bb611f4d6a3d
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Oct 18 22:16:23 2009 +0200

    Updated Swedish translation

 po/sv.po |  345 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 172 insertions(+), 173 deletions(-)

commit 69a10e91a1c20933981a8757e312aacce32b2c81
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 18:34:33 2009 +0100

    Fix thumbnailer's command-line option in help

 src/totem-video-thumbnailer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f2c5681680e8ea377b65d2536d6d7be25fed39b6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 18:25:13 2009 +0100

    Fix warning when creating a screenshot
    
    The buffer is a GstMiniObject, not a GObject.

 src/backend/gstscreenshot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 38cf9321450187fe91d0b76ca65014595b6a1be8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 17:56:52 2009 +0100

    Fix disabling of the screensaver in the browser plugin
    
    Did this ever work? Probably not...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=554750

 lib/totem-scrsaver.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit a2deaf3a6cad2cecfdb3dac47562cef2062be27c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 17:48:03 2009 +0100

    Fix parsing playlists in the browser plugin
    
    when using WebKit, by making a temporary copy of the playlist file.

 browser-plugin/totem-plugin-viewer.c |   45 +++++++++++++++++++++++++++++++--
 1 files changed, 42 insertions(+), 3 deletions(-)

commit af8b6fa4701429a53590be8d803429e9b8b4c846
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 16:34:44 2009 +0100

    Fix screensaver code warnings
    
    Avoid warnings because of our re-use of GErrors.
    
    When the "new" (-ish) APIs of gnome-screensaver fail, don't overwrite
    the existing GError, and print the original error.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598173

 lib/totem-scrsaver.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit b138f4e57e33905c90f30c49aed5d8ed1a0908af
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 15:57:42 2009 +0100

    Fix links not showing up in error messages
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598679

 src/totem-interface.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 1afdf0783f2582f19cb1a6294be017beee7d8afe
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 15:26:23 2009 +0100

    Remove unused new_vol variable

 src/backend/bacon-video-widget-gst-0.10.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 989de441472dc093b89aef1dcf97c2da91ffe69e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 15:24:32 2009 +0100

    Make sure to release the seek slider when EOS arrives
    
    Otherwise we might have a stuck grab when playing the next playlist
    item.

 src/totem-object.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 4feaa041b8349de9ca5a123f96c36cf3036e557e
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Thu Oct 15 14:00:28 2009 +0100

    Fix logic error in the preferences
    
    The screensaver preferences toggle does not activate.  This is
    due to broken logic in the toggled callback.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598514

 src/totem-preferences.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3e8acc939bd6df4b6a43493a2f9e941bbb8b946d
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Wed Oct 14 18:49:53 2009 +0300

    Updated Greek translation.

 po/el.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit df00c6940fcaf45b92fcc665434a1d374bc2b7ee
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 13 17:22:58 2009 +0100

    Use GDK spawn functions instead of g_spawn_*

 .../brasero-disc-recorder/totem-disc-recorder.c    |   20 ++++++++++----------
 src/totem-dvb-setup.c                              |    8 ++++++--
 2 files changed, 16 insertions(+), 12 deletions(-)

commit 7c39986414220163419644e937600805270c6e63
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Oct 8 09:57:20 2009 +0300

    Updating Estonian translation

 po/et.po |   58 +++++++++++++++++++++-------------------------------------
 1 files changed, 21 insertions(+), 37 deletions(-)

commit 4f1dcdcfddb9c8dc5c81aec5c02b5fa1b719ba3a
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Tue Oct 6 12:50:59 2009 +0200

    Updated Italian translation

 po/it.po |  216 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 105 insertions(+), 111 deletions(-)

commit 878fb47eb0a1beb5da8049161ee21e1ae105a86b
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Mon Oct 5 12:49:28 2009 +0300

    Updated Russian translation

 po/ru.po | 1327 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 641 insertions(+), 686 deletions(-)

commit fc641a2067600c69537d472c5b0c0051544eab41
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Mon Oct 5 09:18:41 2009 +0300

    Updated Belarusian translation by Andrey Ladyko

 po/be.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a74d8dd1800b7c0bfbce6c8111f97c14ed6326a6
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Mon Oct 5 09:01:42 2009 +0300

    Updated Belarusian translation by Andrey Ladyko

 po/be.po | 2564 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 1544 insertions(+), 1020 deletions(-)

commit f46d7fbc70b624bb75986ac7003c628ec4e6149d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 2 15:47:36 2009 +0100

    Fix warning when setting the tooltip with unescaped text
    
    When a filename/title has a '&', the tooltip should have its
    text escaped.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597097

 data/playlist.ui     |    1 +
 src/totem-playlist.c |   17 +++++++++++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

commit 58a0a43841ed911e33263186327948daf8f996bd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 2 13:30:00 2009 +0100

    Fix DVB tuner activation
    
    Fix double-frees of the channels.conf filename, a couple of
    memory leaks, and the file wrongly being considered broken
    when parsing the last line of it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597092

 src/backend/bacon-video-widget-gst-0.10.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit 4106e25f466042e96d3cf19fad2773bcbd7ff310
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Thu Oct 1 13:16:05 2009 +0100

    .gitignore: ignore more

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 11d6c1ba5a3fad3bfb34d44e0a4205025c6c5b69
Author: Alessandro Decina <alessandro.decina@collabora.co.uk>
Date:   Wed Sep 30 18:33:48 2009 +0100

    totem-python-plugin: ensure and release GIL before unrefing python object
    
    Should fix 'Fatal Python error: PyEval_SaveThread: NULL tstate' error
    when closing totem with the BBC plugin loaded. Might happen with other
    python plugins as well.
    
    Fixes #593967.

 src/plugins/totem-python-plugin.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b055fb4ea078311436bbba5130e700e6bf5e93f1
Author: Jan Schmidt <thaytan@noraisin.net>
Date:   Wed Sep 30 20:37:40 2009 +0100

    Release the global lock when calling into playbin2
    
    As a workaround for a deadlock, release the global lock when
    asking playbin2 for a reference to the video sink.

 src/backend/bacon-video-widget-gst-0.10.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit d51eeeaa4702eebd07d1ae76d38950a77c1f3700
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Sep 30 11:29:52 2009 +0100

    Fixed Icelandic plural forms
    
    On advice given by Sveinn í Felli <sveinki@nett.is>, the Plural Forms
    can mercifully be a lot simpler.

 po/is.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1174f20889cc03cf49974423f26efdbfde8456fe
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 28 23:21:05 2009 +0100

    Fixed Icelandic, Malay and Uighur translations

 po/is.po |    7 ++++---
 po/ms.po |    3 ++-
 po/ug.po |    4 +++-
 3 files changed, 9 insertions(+), 5 deletions(-)

commit bc97c8be4691a268e7308aaaad6b760a64be1e97
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Sep 28 22:02:12 2009 +0200

    Updated Spanish translation

 po/es.po |  300 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 153 insertions(+), 147 deletions(-)

commit fc91c757dcb6bd625349f4c8788368d6375325d7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 28 09:27:13 2009 +0100

    Various small UI fixes
    
    A series of small UI fixes to various dialogues and sidebars to fix
    spacing and padding issues, and make them pretty.

 src/plugins/jamendo/jamendo.py             |    1 +
 src/plugins/jamendo/jamendo.ui             |  184 +++++++++-------------------
 src/plugins/opensubtitles/opensubtitles.py |   10 ++-
 src/plugins/opensubtitles/opensubtitles.ui |   72 ++++++-----
 src/plugins/publish/publish-plugin.ui      |    7 +-
 src/plugins/youtube/youtube.ui             |    5 +-
 src/totem-open-location.c                  |    1 +
 7 files changed, 118 insertions(+), 162 deletions(-)

commit 2e358177f4d81c94cc6e83c16e7f4bbcb79f504f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 24 19:25:50 2009 +0100

    Fix possible playback problems in WebKit browsers
    
    When we're passed a cached file, WebKit _will_ remove it
    straight after the end of StreamAsFile as it has absolutely
    no cache implementation.
    
    Work-around that by keeping the file opened with a file
    descriptor.

 browser-plugin/totem-plugin-viewer.c |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

commit 9639fa75e6b2ed726e7bc9e92ae0e0c71123421e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 24 16:24:09 2009 +0100

    Disable "Remember position" by default

 data/totem.schemas.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b58f210029c1cf987df92da1bb112aa578a4a766
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 21 18:24:37 2009 +0100

    Empty the saved position rather than NULL it
    
    This stops GVfs crashing when trying to serialise a NULL value.

 src/totem-uri.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0cb7a40b56b668f67cbffe2ba0b9a296a68b7fd6
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Tue Sep 22 19:15:53 2009 +0530

    Updated Telugu Translation

 po/te.po |  176 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 86 insertions(+), 90 deletions(-)

commit 73a42f82b124f026185a63ddd99eb61239d2c1c9
Author: Lucas Lommer <llommer@svn.gnome.org>
Date:   Mon Sep 21 19:10:42 2009 +0200

    Update Czech translation

 po/cs.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit fc75f8401d320e17032803d53b9fed09c3d4f8a1
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Sep 21 18:13:26 2009 +0200

    Update Czech translation

 po/cs.po | 1342 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 748 insertions(+), 594 deletions(-)

commit 72ef4e734960ebeb1b34a39320e3921cc1a3f103
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 21 16:49:04 2009 +0100

    Bug 164918 — Remember current position when Pause is clicked
    
    Fixes a case where the position of a stream would be remembered if you
    paused and closed Totem, then reopened Totem and played the stream to
    the end. Next time you opened Totem, the old saved position would be
    used.
    
    Also prevents stream positions from being saved if the position is
    within a given percentage (of the stream length) of the start of the
    file. Re-closes: bgo#164918

 src/totem-uri.c |   34 ++++++++++++++++++++++------------
 1 files changed, 22 insertions(+), 12 deletions(-)

commit d74b379b8b0e1ecb36259c21301c8c43f562703b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 21 16:26:57 2009 +0100

    Fix single-includes in egg-macros.h

 src/egg-macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a71822e5db8c2bb78d5b970779a39e59ef3cc81c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 21 16:15:09 2009 +0100

    Bug 595529 - Screenshot cause memory leakage
    
    We take ownership of the buffer, but never actually unref it,
    do this, even on error. With help from Tim.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595529

 src/backend/gstscreenshot.c |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

commit b792db18efc4ffca662bc19c15835a9647345f51
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 16:59:31 2009 +0100

    Remove unused retval
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595481

 src/backend/bacon-video-widget-gst-0.10.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit c0c91eb86ba572f3b15e674ba93c66088aa00d76
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 16:55:18 2009 +0100

    Remove unused variable in screensaver plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595481

 src/plugins/screensaver/totem-screensaver.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 8b8e3be5d3c95a27bc2a6e9b24a9a9cc763bce47
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Sep 21 16:19:20 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |   79 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 45 insertions(+), 34 deletions(-)

commit 5c64b20855b5990969038c287907d7a34df619e3
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Mon Sep 21 17:23:35 2009 +0300

    Updated Greek translation.

 po/el.po |  844 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 338 insertions(+), 506 deletions(-)

commit d25c512ff80e2f8ff3ae80167dc5987af0540d88
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Sep 21 21:14:41 2009 +0700

    Updated Thai translation.

 po/th.po | 1340 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 738 insertions(+), 602 deletions(-)

commit 8f63212e889aa70fb000a378fbe5bbb908a6a42a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 21 12:11:27 2009 +0100

    2.28.0

 NEWS         |    7 +++++++
 configure.in |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit d50b09363bbc5d2ba743da3c83a455cc04a3bf0e
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon Sep 21 11:43:06 2009 +0530

    Upadated Oriya Translation

 po/or.po |  386 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 189 insertions(+), 197 deletions(-)

commit d9212605547a9c534e838c839916514259bdd5ce
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Sep 21 11:03:26 2009 +0530

    Updated Kannada(kn) translation

 po/kn.po | 1395 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 749 insertions(+), 646 deletions(-)

commit 127f9df043ca2ab990dd160723113c3dae213f19
Author: Dumitru Mișu Moldovan <dumol@gnome.ro>
Date:   Mon Sep 21 01:28:03 2009 +0300

    Updated Romanian translation

 po/ro.po |  354 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 172 insertions(+), 182 deletions(-)

commit 87c950f446f67ee922cef4c8d07e0b99de3aa4c9
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Mon Sep 21 00:11:24 2009 +0200

    Updated Danish translation

 help/da/da.po |  743 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 359 insertions(+), 384 deletions(-)

commit d4dae747f159615be1b66d938dae5154c135fdec
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Sun Sep 20 15:35:02 2009 +0530

    Updating Assamese translations

 po/as.po | 2938 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 1959 insertions(+), 979 deletions(-)

commit 5191e593ec7aa668f57fcb460be5021cbe91c6fd
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Sep 19 22:50:14 2009 +0200

    Updated Slovenian translation

 po/sl.po |   64 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 32 insertions(+), 32 deletions(-)

commit e28cbf68e7de1d46fa65815321cf583bcb350a91
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Sat Sep 19 22:44:57 2009 +0900

    Updated Japanese translation

 po/ja.po |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit 4a1fddcd5a2776d23a14bd06c359281d87235cc8
Author: Adi Roiban <adi@roiban.ro>
Date:   Thu Sep 17 22:09:22 2009 +0300

    Updated Romanian translation

 po/ro.po | 1586 +++++++++++++++++++++++---------------------------------------
 1 files changed, 596 insertions(+), 990 deletions(-)

commit 1fd0806a129ec555b2a1d4f2473e743f80834d2f
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Fri Sep 18 02:20:14 2009 +0900

    Updated Japanese translation

 po/ja.po | 1218 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 657 insertions(+), 561 deletions(-)

commit ef231a5afd31c4dea1c68369d3f2652798fa3278
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Sep 17 19:12:38 2009 +0300

    Added Ukrainian translation

 po/uk.po |  767 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 423 insertions(+), 344 deletions(-)

commit 5a35e59c5b047d110232df2e5d6655ebd877b2d3
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Wed Sep 16 22:48:53 2009 +0200

    Updated Polish translation

 po/pl.po |  713 ++++++++++++++++++++++++++-----------------------------------
 1 files changed, 304 insertions(+), 409 deletions(-)

commit 0b44d0309a6bcb2642334648343954a8f9b13ac8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Sep 16 13:05:08 2009 +0200

    Updated Slovenian translation

 po/sl.po | 1563 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 771 insertions(+), 792 deletions(-)

commit a365d50c19b900911d7fe1bfdb24d22f8ab5bc98
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 15 13:54:29 2009 +0100

    Set the PA stream volume from Totem
    
    ...instead of having a separate one.
    
    - avoid setting the volume when pulsesink isn't in a state where it has
    a stream
    - don't set the volume on the stream on startup when using pulsesink

 src/backend/bacon-video-widget-gst-0.10.c |   95 +++++++++++++++++++++++------
 1 files changed, 76 insertions(+), 19 deletions(-)

commit 8a9dddc93a1050713bd55cf72e902b6e1cab45f9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 15 01:26:16 2009 +0100

    Truncate the baseURI to the length provided
    
    As seen in:
    https://bugzilla.gnome.org/show_bug.cgi?id=537456
    
    The baseURI might not be nil-terminated, so truncate it ourselves.

 browser-plugin/totemNPVariantWrapper.h |    1 +
 browser-plugin/totemPlugin.cpp         |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit e7b035dd531406066f75ee9f28c4ba56ad667464
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Sep 12 23:07:52 2009 +0200

    Fix plugin crash in webkit browsers
    
    Don't assume the strings from NPAPI are 0-terminated.
    Bug #537456.

 browser-plugin/npapi.h                    |    1 +
 browser-plugin/totemConePlaylist.cpp      |    4 +-
 browser-plugin/totemGMPControls.cpp       |   16 ++++----
 browser-plugin/totemGMPPlayer.cpp         |    4 +-
 browser-plugin/totemNPNGlue.cpp           |   25 ++++++++++++-
 browser-plugin/totemNPObject.cpp          |   22 +++++------
 browser-plugin/totemNPObject.h            |    2 +-
 browser-plugin/totemNarrowSpacePlugin.cpp |   16 ++++----
 browser-plugin/totemPlugin.cpp            |   55 +++++++++++++++++++++-------
 browser-plugin/totemPlugin.h              |   11 +++---
 10 files changed, 102 insertions(+), 54 deletions(-)

commit f92022ca430c651846b8b83ab022ff67cced8fd6
Author: Ani <peter.ani@gmail.com>
Date:   Mon Sep 14 17:15:14 2009 +0530

    Updaeted Malayalam Translations

 po/ml.po | 2334 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 1427 insertions(+), 907 deletions(-)

commit cf09f3fae1a2497a1fed31250ea602819ae0aa50
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Sep 14 10:38:08 2009 +0200

    Update Norwegian bokmål translation.

 po/nb.po |  157 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 77 insertions(+), 80 deletions(-)

commit f0c070e2fa9df3c0cb4730f4c202fe571e6f4ca5
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Sep 12 23:02:56 2009 +0200

    Fix compiler warning
    
    Bug #595020.

 src/eggfileformatchooser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ce1f9d073de3f9a2189cb678643fe8ef3655c658
Author: Ilkka Tuohela <hile@iki.fi>
Date:   Sun Sep 13 06:55:49 2009 +0300

    Updated Finnish translation

 po/fi.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 481d54f2a87ec637b68b678d13d7529240ec83eb
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 13 03:50:16 2009 +0200

    Updated Danish translation

 po/da.po |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

commit 8d53eb3bdcb9a027fdbb9e61bde945ae0677a101
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 12 22:32:24 2009 +0100

    Updated British English translation

 po/en_GB.po | 1412 ++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 779 insertions(+), 633 deletions(-)

commit 0bbcc00a0eeaaa50d98ca61cd23020b7905ce3eb
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Sat Sep 12 21:33:06 2009 +0300

    Updated Finnish translation

 po/fi.po |  201 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 113 insertions(+), 88 deletions(-)

commit 9480ef5d38d57bbafb7fad3240edea637025177e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 12 16:46:52 2009 +0100

    Bug 594586 — Solaris totem 2.27.92 compile issue
    
    Syncronise our copy of the libegg file format chooser with libegg, to re-fix
    bgo#568511. Closes: bgo#594586

 src/eggfileformatchooser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3c0f4e9bd347d98eea737c8c552dccc7584655bd
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sat Sep 12 03:26:31 2009 +0200

    Updated Danish translation

 po/da.po |  846 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 464 insertions(+), 382 deletions(-)

commit 8f151b03be0b9e07efb565998c1d13ca38d00e26
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Fri Sep 11 18:59:27 2009 +0300

    Updated Greek translation.

 po/el.po |  797 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 453 insertions(+), 344 deletions(-)

commit 0e0be4d75500ccaede1ba3da5c32760a77f4cb49
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Fri Sep 11 21:03:59 2009 +0530

    Updated Telugu Translations

 po/te.po |  561 +++++++++++++-------------------------------------------------
 1 files changed, 112 insertions(+), 449 deletions(-)

commit b319c3003ba9e3912c6cc8def2e260a1a79deb30
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Sep 11 10:47:47 2009 +0200

    Fixed French translation

 po/fr.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 28c4d82bc4375044597f90a4f43dc170573ba9b5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 11 00:57:19 2009 +0100

    Use playlist name to add to recent files for streams
    
    When playing a YouTube video, we probably won't be able to
    get any file information, so remember the display name,
    and use that in the recent files.

 src/totem-menu.c     |    8 +++++---
 src/totem-menu.h     |    4 +++-
 src/totem-object.c   |   10 ++++++----
 src/totem-playlist.c |   17 ++++++++++++-----
 4 files changed, 26 insertions(+), 13 deletions(-)

commit 93fa0f29dae15fb1fb8ff7e340e390bfb7038127
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 11 00:45:17 2009 +0100

    Bug 594817 - Hangs playing a search result
    
    When querying for info on files we want to add to the recent files,
    we might as well use the async functions, saves us hanging on
    remote files.

 src/totem-menu.c |   35 ++++++++++++++++++++++++-----------
 1 files changed, 24 insertions(+), 11 deletions(-)

commit fa91ff0afbc93df01a302b46d9b5d236e874d702
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 11 00:26:54 2009 +0100

    Bug 594320 - Playing youtube videos results in 404 in gst_soup_http_src_parse_status()
    
    The "t" parameter is a bit too escaped (it's escaped in the gdata xml,
    and again by g_string_append_uri_escaped()).
    
    So unescape it before escaping it again.

 src/plugins/youtube/totem-youtube.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 2126377898121ae25d9693ec10e59dd88e2f9d8e
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Thu Sep 10 15:38:07 2009 +0300

    Updated Lithuanian translation.

 po/lt.po | 1303 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 721 insertions(+), 582 deletions(-)

commit 58bf17b397bc47cfaa4e18137c834804b86d8a22
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 10 13:33:47 2009 +0200

    Hungarian translation updated

 po/hu.po | 1256 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 642 insertions(+), 614 deletions(-)

commit b7d10e87d97db1b600f146747c614e5f2e3a411c
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Thu Sep 10 13:10:06 2009 +0530

    hindi update by Rajesh Ranjan

 po/hi.po | 3261 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 2135 insertions(+), 1126 deletions(-)

commit a7464e79240d7c09341ce0e7cea12208a1c1ece5
Author: Denis ARNAUD <darnaud@src.gnome.org>
Date:   Wed Sep 9 06:10:27 2009 +0200

    Updated breton translation

 po/br.po |  265 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 138 insertions(+), 127 deletions(-)

commit b56e81cb532172f8fc5f7d626d58428111c5b98b
Author: Bastien Nocera <hadess@hadess.net>
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 <swkothar@redhat.com>
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 <gforcada@gnome.org>
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 <carles.ferrando@gmail.com>
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 <hadess@hadess.net>
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 <aalam@users.sf.net>
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ć <branko.kokanovic@gmail.com>
Date:   Sun Sep 6 16:46:57 2009 +0000

    Updated Serbian translation

 po/sr.po       | 2979 ++++++++++++++++++++++++++------------------------------
 po/sr@latin.po | 2979 ++++++++++++++++++++++++++------------------------------
 2 files changed, 2716 insertions(+), 3242 deletions(-)

commit 9bae756184ce96bc5d978e12055b0d1a513382c3
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
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: Μάριος Ζηντίλης <m.zindilis@dmajor.org>
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 <okul@linux.ee>
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 <hadess@hadess.net>
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 <robin@nibor.org>
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 <gianvito@gmx.it>
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 <hadess@hadess.net>
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 <hadess@hadess.net>
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 <hadess@hadess.net>
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 <hadess@hadess.net>
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 <hadess@hadess.net>
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 <hadess@hadess.net>
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 <hadess@hadess.net>
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 <hadess@hadess.net>
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 <tim.muller@collabora.co.uk>
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 <kmaraas@gnome.org>
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 <kkrothap@redhat.ocm>
Date:   Mon Aug 31 16:59:35 2009 +0530

    Updated Telugu Translations

 po/te.po | 3739 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 2612 insertions(+), 1127 deletions(-)

commit 2952eb8b13123aa38640c1badbe2efdcfcfc301e
Author: Sandeep Shedmake <sshedmak@redhat.com>
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 <itsjamil@gmail.com>
Date:   Mon Aug 31 04:07:05 2009 +0700

    Updated Bengali translation

 po/bn.po | 3607 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 2337 insertions(+), 1270 deletions(-)

commit 5f776218b06cb9770e4d605914c61231ffab754a
Author: Baris Cicek <baris@teamforce.name.tr>
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 <dominikowski@gmail.com>
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 <dooteo@zundan.com>
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 <claude@2xlibre.net>
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 <sshedmak@redhat.com>
Date:   Fri Aug 28 21:01:25 2009 +0530

    Updated Marathi Translations

 po/mr.po | 2347 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 1427 insertions(+), 920 deletions(-)

commit d2753fcc0977a35d4d2bfe134af7f2952178e926
Author: Philip Withnall <philip@tecnocode.co.uk>
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 <philip@tecnocode.co.uk>
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 <mooney@dogbert.cc.ndsu.nodak.edu>
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 <swkothar@redhat.com>
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 <pecisk@gmail.com>
Date:   Fri Aug 28 10:56:17 2009 +0300

    Updated Latvian translation.

 po/lv.po | 3730 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 2350 insertions(+), 1380 deletions(-)

commit 0dd75d9f78cc2e15a522c76a23811c3173272cb8
Author: Duarte Loreto <happyguy_pt@hotmail.com>
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 <dooteo@zundan.com>
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 <khaledhosny@eglug.org>
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 <claude@2xlibre.net>
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 <runab@redhat.com>
Date:   Wed Aug 26 15:34:20 2009 +0530

    Updated Bengali India Translations

 po/bn_IN.po | 1989 ++++++++++++++++++++++++++++-------------------------------
 1 files changed, 955 insertions(+), 1034 deletions(-)

commit a1e968434564cdd77d955a17ffe7f00ed2ca7195
Author: ifelix <ifelix@redhat.com>
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 <dnoway@gmail.com>
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 <gforcada@gnome.org>
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 <gforcada@gnome.org>
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 <po@danielnylander.se>
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 <mariobl@gnome.org>
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 <cwryu@debian.org>
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 <ash@contact.bg>
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 <ash@contact.bg>
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 <mariobl@gnome.org>
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 <mariobl@gnome.org>
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 <ash@contact.bg>
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 <jorgegonz@svn.gnome.org>
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 <sh.yaron@gmail.com>
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 <meixome@mancomun.org>
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 <okul@linux.ee>
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 <mclasen@redhat.com>
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 <meixome@mancomun.org>
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 <lyp069@gmail.com>
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 <claude@2xlibre.net>
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 <thv@iki.fi>
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 <leonardof@gnome.org>
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 <mgiri@mgiri.csb>
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 <hadess@hadess.net>
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 <swkothar@redhat.com>
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 <hadess@hadess.net>
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 <j_h_liau@yahoo.com.tw>
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 <robin@nibor.org>
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 <philip@tecnocode.co.uk>
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 <meixome@mancomun.org>
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 <philip@tecnocode.co.uk>
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 <robin@nibor.org>
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 <philip@tecnocode.co.uk>
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 <robert.ancell@gmail.com>
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 <philip@tecnocode.co.uk>
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 <leftmostcat@gmail.com>
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 <tim.muller@collabora.co.uk>
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 <tim.muller@collabora.co.uk>
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 <leftmostcat@gmail.com>
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 <kmaraas@gnome.org>
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 <mariobl@gnome.org>
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 <leftmostcat@gmail.com>
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 <philip@tecnocode.co.uk>
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 <jorgegonz@svn.gnome.org>
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 <darnaud@src.gnome.org>
Date:   Tue Aug 4 13:48:56 2009 +0200

    Updated breton translation

 po/br.po | 3883 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 1762 insertions(+), 2121 deletions(-)

commit 004806b9a51a495a11498db571b8db0c189ae361
Author: Alan Monfort <alan.monfort@free.fr>
Date:   Tue Aug 4 12:47:21 2009 +0200

    Updated breton translation

 po/br.po | 3962 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 2717 insertions(+), 1245 deletions(-)

commit 59cf22db54473d787b9ee45627b97d46232eff98
Author: Robin Stocker <robin@nibor.org>
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 <robin@nibor.org>
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 <hadess@hadess.net>
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 <hadess@hadess.net>
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 <leftmostcat@gmail.com>
Date:   Fri Jul 31 01:34:26 2009 -0600

    Updated Irish translation

 po/ga.po | 2244 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 1326 insertions(+), 918 deletions(-)

commit f65806e527dfbe02f10425c6e7bad97b555f9aff
Author: drtvasudevan <agnihot3@gmail.com>
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 <okul@linux.ee>
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 <philip@tecnocode.co.uk>
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 <philip@tecnocode.co.uk>
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 <pknbe@volny.cz>
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 <philip@tecnocode.co.uk>
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 <philip@tecnocode.co.uk>
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 <robin@nibor.org>
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 <philip@tecnocode.co.uk>
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 <robin@nibor.org>
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 <robin@nibor.org>
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 <psachs@student.ethz.ch>
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 <psachs@student.ethz.ch> 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 <mariobl@gnome.org>
Date:   Sun Jul 26 15:44:33 2009 +0200

    Updated German translation

 help/de/de.po | 1060 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 538 insertions(+), 522 deletions(-)

commit 363b6aaf1c638f8a79866f4556e64dd738d22008
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 23:22:52 2009 +0100

    2.27.2

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 27 insertions(+), 1 deletions(-)

commit a7777d81fab0fff05e096917c6e0b3705d01b9e3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 18:19:34 2009 +0100

    Revert "Split out the subtitle loading"
    
    This reverts commit 9eab91849905a403ac9309351edba39a3fcb0995.
    
    playbin2 is broken when loading the subtitle after we've opened
    the file.

 browser-plugin/totem-plugin-viewer.c      |    2 +-
 src/backend/bacon-video-widget-gst-0.10.c |   34 +++++++---------------------
 src/backend/bacon-video-widget.h          |    3 +-
 src/backend/bvw-test.c                    |    2 +-
 src/totem-audio-preview.c                 |    2 +-
 src/totem-object.c                        |    5 +--
 src/totem-properties-view.c               |    2 +-
 src/totem-video-indexer.c                 |    2 +-
 src/totem-video-thumbnailer.c             |    2 +-
 9 files changed, 18 insertions(+), 36 deletions(-)

commit 9eab91849905a403ac9309351edba39a3fcb0995
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 17:53:26 2009 +0100

    Split out the subtitle loading
    
    Split out the subtitle loading from _open() so it could
    eventually be handled on-the-fly (without reloading the movie
    itself).

 browser-plugin/totem-plugin-viewer.c      |    2 +-
 src/backend/bacon-video-widget-gst-0.10.c |   34 +++++++++++++++++++++-------
 src/backend/bacon-video-widget.h          |    3 +-
 src/backend/bvw-test.c                    |    2 +-
 src/totem-audio-preview.c                 |    2 +-
 src/totem-object.c                        |    5 ++-
 src/totem-properties-view.c               |    2 +-
 src/totem-video-indexer.c                 |    2 +-
 src/totem-video-thumbnailer.c             |    2 +-
 9 files changed, 36 insertions(+), 18 deletions(-)

commit f092b508ce04d1198840bebc36c834b6c3aa29de
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 17:34:23 2009 +0100

    Remove #subtitle: crapola
    
    Remove "xine-lib feature parity" hack.

 src/backend/bacon-video-widget-gst-0.10.c |   33 +---------------------------
 1 files changed, 2 insertions(+), 31 deletions(-)

commit 0243c3de4daed0aff9f0e04df2e89cbb97db6ba4
Author: Yaron Sharabani <sh.yaron@gmail.com>
Date:   Wed Jul 22 00:51:57 2009 +0300

    Updated Hebrew translation

 po/he.po |  859 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 471 insertions(+), 388 deletions(-)

commit 89b9926e5c78395b38b1977b9d95cd0ea7bf0c95
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Tue Jul 21 17:33:01 2009 +0530

    Updated Tamil translation

 po/ta.po |  546 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 282 insertions(+), 264 deletions(-)

commit 30fada8ad0f236db706f7896a51b0ea94ee11dc0
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Tue Jul 21 17:25:06 2009 +0530

    Updated Tamil translation

 po/ta.po |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 27bc9b1e4520265ad4221779dde0ec36099f273e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jul 21 01:22:00 2009 +0100

    Move ChangeLog to be auto-generated

 ChangeLog            |27047 --------------------------------------------------
 ChangeLog.pre-gitlog |27047 ++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am          |   11 +
 3 files changed, 27058 insertions(+), 27047 deletions(-)
