Thu Sep 29 19:32:39 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Bump release 0.17.1 
 NEWS         |   12 ++++++++++++
 RELEASE      |   17 ++++++++++++-----
 configure.ac |    2 +-
 3 files changed, 25 insertions(+), 6 deletions(-)

Thu Sep 29 21:21:37 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Force utf-8 codepage 
 build/build.rules.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Thu Sep 29 21:16:58 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Fix typo 
 LongoMatch/Services/TemplatesService.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Thu Sep 29 21:16:38 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Fix backup of database 
 LongoMatch/Services/DataBase.cs |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

Thu Sep 29 20:28:32 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Fix distcheck by not copying *.config files to bin 
 build/build.rules.mk |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

Wed Sep 28 19:46:01 2011 +0200 Marek Černocký <marek@manet.cz>
 *Updated Czech translation 
 po/cs.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Wed Sep 28 07:22:40 2011 +0200 Marek Černocký <marek@manet.cz>
 *Updated Czech translation 
 po/cs.po | 2103 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 1192 insertions(+), 911 deletions(-)

Sat Sep 24 17:19:01 2011 +0200 Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
 *Add Esperanto translation 
 po/LINGUAS |    1 +
 po/eo.po   | 1611 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1612 insertions(+), 0 deletions(-)

Thu Sep 22 22:22:07 2011 +0200 Matej Urbančič <mateju@svn.gnome.org>
 *Updated Slovenian translation 
 po/sl.po |   86 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 45 insertions(+), 41 deletions(-)

Thu Sep 22 21:04:03 2011 +0200 Piotr Drąg <piotrdrag@gmail.com>
 *Updated POTFILES.in 
 po/POTFILES.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Thu Sep 22 01:07:47 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Allow rendering playlist directly from left bar 
 LongoMatch/Common/GuiUtils.cs                   |   53 +++++++++++++++++++++++
 LongoMatch/Gui/Component/PlayListWidget.cs      |   19 +-------
 LongoMatch/Gui/Component/PlaysListTreeWidget.cs |   22 +++++++++
 LongoMatch/Gui/MainWindow.cs                    |    5 +-
 LongoMatch/Gui/TreeView/ListTreeViewBase.cs     |   16 ++++---
 LongoMatch/Gui/TreeView/PlaysTreeView.cs        |    2 +-
 LongoMatch/LongoMatch.mdp                       |    1 +
 LongoMatch/Makefile.am                          |    1 +
 LongoMatch/Store/PlayListPlay.cs                |   12 +++++
 LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs |    2 +-
 LongoMatch/gtk-gui/objects.xml                  |    4 ++
 11 files changed, 110 insertions(+), 27 deletions(-)

Thu Sep 22 18:08:27 2011 +0200 Matej Urbančič <mateju@svn.gnome.org>
 *Updated Slovenian translation 
 po/sl.po | 2139 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1087 insertions(+), 1052 deletions(-)

Thu Sep 22 12:48:08 2011 +0200 Mario Blättermann <mariobl@gnome.org>
 *[l10n] Updated German translation 
 po/de.po | 2253 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 1190 insertions(+), 1063 deletions(-)

Thu Sep 22 00:56:01 2011 +0200 Piotr Drąg <piotrdrag@gmail.com>
 *Updated POTFILES.in 
 po/POTFILES.in |  318 ++++++++++++++++++++++++++++---------------------------
 1 files changed, 162 insertions(+), 156 deletions(-)

Tue Sep 20 01:33:43 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Add a new job's manager for rendering playlists 
 LongoMatch/Common/Enums.cs                         |    8 +
 LongoMatch/Gui/Component/PlayListWidget.cs         |   63 +-----
 LongoMatch/Gui/Component/RenderingStateBar.cs      |   74 ++++++
 LongoMatch/Gui/Dialog/RenderingJobsDialog.cs       |   98 ++++++++
 LongoMatch/Gui/MainWindow.cs                       |   20 ++-
 LongoMatch/Gui/TreeView/RenderingJobsTreeView.cs   |   83 +++++++
 LongoMatch/Handlers/EventsManager.cs               |   35 +---
 LongoMatch/Handlers/Handlers.cs                    |    3 +
 LongoMatch/LongoMatch.mdp                          |    9 +
 LongoMatch/Main.cs                                 |    1 +
 LongoMatch/Makefile.am                             |    8 +
 LongoMatch/Services/JobsManager/Job.cs             |   91 ++++++++
 .../Services/JobsManager/RenderingJobsManager.cs   |  235 ++++++++++++++++++++
 .../LongoMatch.Gui.Component.PlayListWidget.cs     |   35 +---
 .../LongoMatch.Gui.Component.RenderingStateBar.cs  |   72 ++++++
 .../LongoMatch.Gui.Dialog.RenderingJobsDialog.cs   |  172 ++++++++++++++
 LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs    |   19 +-
 ...ongoMatch.Gui.TreeView.RenderingJobsTreeView.cs |   19 ++
 LongoMatch/gtk-gui/gui.stetic                      |  209 +++++++++++++++--
 LongoMatch/gtk-gui/objects.xml                     |   20 ++-
 20 files changed, 1116 insertions(+), 158 deletions(-)

Tue Sep 20 00:53:21 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Make EncodingProfiles serializable 
 CesarPlayer/Common/EncodingProfiles.cs |    1 +
 CesarPlayer/Common/EncodingSettings.cs |    1 +
 CesarPlayer/Common/VideoStandards.cs   |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

Sun Sep 18 21:19:15 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Only ask for a number of player when editing the team template 
 LongoMatch/Gui/Dialog/TemplatesManager.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

Sun Sep 18 21:05:39 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Fix deletion of templates 
 LongoMatch/Services/TemplatesService.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Sun Sep 18 21:00:05 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Move templates editor to a different file 
 .../Gui/Component/CategoriesTemplateEditor.cs      |  125 +++++++++++
 LongoMatch/Gui/Component/TeamTemplateEditor.cs     |  171 ++++++++++++++
 LongoMatch/Gui/Component/TemplatesEditorBase.cs    |  236 --------------------
 LongoMatch/LongoMatch.mdp                          |    2 +
 LongoMatch/Makefile.am                             |    2 +
 5 files changed, 300 insertions(+), 236 deletions(-)

Sun Sep 18 20:57:17 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Redimension templates widget 
 ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs |    1 +
 .../LongoMatch.Gui.Dialog.TemplateEditorDialog.cs  |    4 +-
 .../LongoMatch.Gui.Dialog.TemplatesManager.cs      |    2 +-
 LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs    |    2 +-
 LongoMatch/gtk-gui/gui.stetic                      |   71 ++++++++++---------
 LongoMatch/gtk-gui/objects.xml                     |   24 +++---
 6 files changed, 54 insertions(+), 50 deletions(-)

Sun Sep 18 20:56:53 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Add shield's edition to the GUI 
 LongoMatch/Gui/Component/TemplatesEditorBase.cs    |   53 ++++++++++--
 ...LongoMatch.Gui.Component.TemplatesEditorBase.cs |   89 ++++++++++----------
 2 files changed, 92 insertions(+), 50 deletions(-)

Sun Sep 18 20:51:58 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Change max height to 100 
 LongoMatch/Store/Templates/TeamTemplate.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Fri Sep 16 17:27:58 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Add utility to open file images 
 LongoMatch/Common/Images.cs |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

Fri Sep 16 16:08:26 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Add Shield to teams templates 
 LongoMatch/Store/Templates/TeamTemplate.cs |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

Fri Sep 16 16:07:29 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Create utils class for images 
 LongoMatch/Common/Images.cs        |   54 ++++++++++++++++++++++++++++++++++++
 LongoMatch/LongoMatch.mdp          |    1 +
 LongoMatch/Makefile.am             |    1 +
 LongoMatch/Store/PixbufTimeNode.cs |   25 ++--------------
 Makefile.win32                     |    1 +
 5 files changed, 61 insertions(+), 21 deletions(-)

Fri Sep 16 15:51:15 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Fix creation of default templates 
 LongoMatch/Store/Templates/CategoriesTemplate.cs |    2 +-
 LongoMatch/Store/Templates/TeamTemplate.cs       |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Fri Sep 16 00:18:11 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Revert "Use Add instead of insert with bad indexes" 
 LongoMatch/Store/Templates/CategoriesTemplate.cs |    2 +-
 LongoMatch/Store/Templates/TeamTemplate.cs       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Fri Sep 16 00:13:40 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Add multisepection support to the teams templates editor 
 LongoMatch/Gui/Component/TemplatesEditorBase.cs    |   17 ++++++++++----
 .../Gui/TreeView/PlayerPropertiesTreeView.cs       |   22 ++++++++++++++++++-
 LongoMatch/Handlers/Handlers.cs                    |    3 ++
 LongoMatch/gtk-gui/objects.xml                     |    2 +-
 4 files changed, 36 insertions(+), 8 deletions(-)

Sat Sep 17 10:55:34 2011 +0200 Matej Urbančič <mateju@svn.gnome.org>
 *Updated Slovenian translation 
 po/sl.po |   78 ++++++++++++++++++++++---------------------------------------
 1 files changed, 28 insertions(+), 50 deletions(-)

Thu Sep 15 22:38:00 2011 +0200 Martin Srebotnjak <miles@filmsi.net>
 *Updated Slovenian translation 
 po/sl.po |  216 +++++++++++++------------------------------------------------
 1 files changed, 46 insertions(+), 170 deletions(-)

Wed Sep 7 22:18:11 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Use Add instead of insert with bad indexes 
 LongoMatch/Store/Templates/CategoriesTemplate.cs |    2 +-
 LongoMatch/Store/Templates/TeamTemplate.cs       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Sun Sep 4 23:48:32 2011 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Delete prints 
 CesarPlayer/Editor/GstVideoSplitter.cs |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

Wed Sep 14 15:50:04 2011 +0200 Matej Urbančič <mateju@svn.gnome.org>
 *Updated Slovenian translation 
 po/sl.po |   56 ++++++++++++++++++++++----------------------------------
 1 files changed, 22 insertions(+), 34 deletions(-)

Wed Sep 7 15:48:25 2011 +0200 Matej Urbančič <mateju@svn.gnome.org>
 *Updated Slovenian translation 
 po/sl.po | 1351 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 843 insertions(+), 508 deletions(-)

Thu Sep 1 11:53:49 2011 +0200 Mario Blättermann <mariobl@gnome.org>
 *[l10n] Updated German translation 
 po/de.po |  266 +++++++++++++++++++++-----------------------------------------
 1 files changed, 89 insertions(+), 177 deletions(-)