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(-)