Sat Oct 12 15:51:01 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Bump release 0.18.17 
 NEWS         | 16 ++++++++++++++++
 RELEASE      | 19 +++++++++++++------
 configure.ac |  2 +-
 3 files changed, 30 insertions(+), 7 deletions(-)

Sat Oct 12 15:56:20 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Update makefiles 
 LongoMatch.GUI/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Sat Oct 12 15:35:11 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Resize the tagger dialog when it's bigger than the screen 
 LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 37 ++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

Wed Oct 9 22:43:31 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Differenciate teams in the timeline using colors 
 LongoMatch.GUI/Gui/Base/TimeScaleBase.cs | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)

Wed Oct 9 22:29:06 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Add menu option to dupicate tagged plays 
 LongoMatch.Core/Handlers/Handlers.cs                  |  2 ++
 LongoMatch.Core/Interfaces/GUI/IMainWindow.cs         |  1 +
 LongoMatch.GUI/Gui/Component/PlayersListTreeWidget.cs |  3 ++-
 LongoMatch.GUI/Gui/Component/PlaysListTreeWidget.cs   |  8 ++++++++
 LongoMatch.GUI/Gui/Component/PlaysSelectionWidget.cs  | 12 ++++++++++++
 LongoMatch.GUI/Gui/MainWindow.cs                      | 11 +++++++++++
 LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs       | 13 ++++++++++++-
 LongoMatch.GUI/gtk-gui/objects.xml                    |  3 +++
 LongoMatch.Services/Services/EventsManager.cs         | 11 +++++++++++
 9 files changed, 62 insertions(+), 2 deletions(-)

Wed Oct 9 20:32:51 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Respect config options in the video export dialog 
 LongoMatch.GUI/Gui/Dialog/VideoEditionProperties.cs | 2 ++
 1 file changed, 2 insertions(+)

Wed Oct 9 20:27:13 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Use same strings in the config section 
 .../gtk-gui/LongoMatch.Gui.Component.VideoPreferencesPanel.cs     | 4 ++--
 .../gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs       | 4 ++--
 LongoMatch.GUI/gtk-gui/gui.stetic                                 | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

Wed Oct 9 20:19:44 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Don't duplicate the 1x speed in the control bar 
 LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Wed Oct 9 23:20:35 2013 -0300 Rafael Ferreira <rafael.f.f1@gmail.com>
 *Updated Brazilian Portuguese translation 
 po/pt_BR.po | 286 +++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 206 insertions(+), 80 deletions(-)

Mon Oct 7 22:15:42 2013 +0200 Marek Černocký <marek@manet.cz>
 *Updated Czech translation 
 po/cs.po | 78 ++++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 51 insertions(+), 27 deletions(-)

Mon Oct 7 16:32:22 2013 +0200 Daniel Mustieles <daniel.mustieles@gmail.com>
 *Updated Spanish translation 
 po/es.po | 83 ++++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 57 insertions(+), 26 deletions(-)

Mon Oct 7 00:29:50 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Handle corrupt databases restoring backups if possible 
 LongoMatch.Services/Services/DataBaseManager.cs | 89 ++++++++++++++++++++-----
 1 file changed, 74 insertions(+), 15 deletions(-)

Sun Oct 6 19:10:15 2013 +0200 Piotr Drąg <piotrdrag@gmail.com>
 *Updated POTFILES.in 
 po/POTFILES.in | 2 ++
 1 file changed, 2 insertions(+)

Sun Oct 6 18:57:54 2013 +0200 Matej Urbančič <mateju@svn.gnome.org>
 *Updated Slovenian translation 
 po/sl.po | 35 +++++++++++++++++++----------------
 1 file changed, 19 insertions(+), 16 deletions(-)

Sun Oct 6 18:57:18 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Expand tagging buttons in the fake capture 
 LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs                  |  3 ++-
 .../gtk-gui/LongoMatch.Gui.CapturerBin.cs                     |  3 +--
 LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic                  |  5 ++---
 LongoMatch.GUI/Gui/MainWindow.cs                              | 11 ++++++++++-
 4 files changed, 15 insertions(+), 7 deletions(-)

Sat Oct 5 20:02:39 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Allow detaching the player using playlists 
 LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs |  2 +-
 LongoMatch.GUI/Gui/MainWindow.cs           | 14 ++++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)

Sat Oct 5 19:53:49 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Show error message when the database can't be loaded 
 LongoMatch/Main.cs | 1 +
 1 file changed, 1 insertion(+)

Sat Sep 28 20:32:44 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Add stats for players 
 LongoMatch.Core/Stats/ProjectStats.cs              |   8 +-
 .../Gui/Component/Stats/CategoriesViewer.cs        |  25 ++-
 .../Gui/Component/Stats/PlayerCategoriesViewer.cs  |  83 +++++++++
 .../Gui/Component/Stats/PlayerCategoryViewer.cs    |  60 ++++++
 .../Gui/Component/Stats/PlayerSubcategoryViewer.cs |  54 ++++++
 .../Gui/Component/Stats/PlayersViewer.cs           |  93 ++++++++++
 LongoMatch.GUI/Gui/Component/Stats/Plotter.cs      |  43 +++--
 LongoMatch.GUI/Gui/Dialog/StatsViewer.cs           |   1 +
 LongoMatch.GUI/LongoMatch.GUI.mdp                  |   8 +
 LongoMatch.GUI/Makefile.am                         |   6 +
 .../LongoMatch.Gui.Component.PlayersTagger.cs      |   6 +-
 ...h.Gui.Component.Stats.PlayerCategoriesViewer.cs |  58 ++++++
 ...tch.Gui.Component.Stats.PlayerCategoryViewer.cs |  34 ++++
 ....Gui.Component.Stats.PlayerSubcategoryViewer.cs |  67 +++++++
 ...LongoMatch.Gui.Component.Stats.PlayersViewer.cs |  47 +++++
 .../LongoMatch.Gui.Component.StringTaggerWidget.cs |   2 -
 .../LongoMatch.Gui.Component.TaggerWidget.cs       |   2 -
 .../gtk-gui/LongoMatch.Gui.Dialog.StatsViewer.cs   |  50 +++--
 LongoMatch.GUI/gtk-gui/gui.stetic                  | 205 +++++++++++++++++++--
 LongoMatch.GUI/gtk-gui/objects.xml                 |  22 +++
 20 files changed, 816 insertions(+), 58 deletions(-)

Sat Sep 28 18:22:15 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Add filters to the project stats 
 LongoMatch.Core/Stats/ProjectStats.cs | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

Sun Sep 22 21:23:24 2013 +0200 Martin Srebotnjak <miles@filmsi.net>
 *Updated Slovenian translation 
 po/sl.po | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Wed Sep 18 21:13:41 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Fix bitrate setting for mpeg4 
 libcesarplayer/video-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Thu Aug 15 21:44:38 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Fix language change in Windows 
 LongoMatch.Services/Services/Core.cs | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Thu Aug 15 21:09:06 2013 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
 *Use the same naming for os types defines 
 LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs | 2 +-
 configure.ac                                     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)