Thu Feb 21 17:34:25 2013 +0100 Andoni Morales Alastruey *Bump release 0.18.6 NEWS | 12 ++++++++++++ RELEASE | 13 ++++++------- configure.ac | 2 +- 3 files changed, 19 insertions(+), 8 deletions(-) Thu Feb 21 17:33:15 2013 +0100 Andoni Morales Alastruey *Use matroska for live review and remux to the original format .../Interfaces/Multimedia/IMultimediaToolkit.cs | 2 +- LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 44 ++++- .../Gui/Component/ProjectDetailsWidget.cs | 4 +- LongoMatch.Multimedia/LongoMatch.Multimedia.mdp | 2 +- LongoMatch.Multimedia/Makefile.am | 2 +- LongoMatch.Multimedia/MultimediaFactory.cs | 4 +- LongoMatch.Multimedia/Remuxer/GstRemuxer.cs | 7 +- LongoMatch.Multimedia/Utils/AsfRemuxer.cs | 123 -------------- LongoMatch.Multimedia/Utils/Remuxer.cs | 175 ++++++++++++++++++++ libcesarplayer/gst-remuxer.c | 8 +- libcesarplayer/gst-remuxer.h | 3 +- po/POTFILES.in | 2 +- 12 files changed, 233 insertions(+), 143 deletions(-) Tue Feb 19 21:38:33 2013 +0100 Andoni Morales Alastruey *Add support to split playlists in several files LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 2 +- .../Gui/Dialog/VideoEditionProperties.cs | 33 +++++ LongoMatch.GUI/Gui/GUIToolkit.cs | 41 ++++-- ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs | 1 + ...LongoMatch.Gui.Dialog.VideoEditionProperties.cs | 144 ++++++++++++++------ .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- LongoMatch.GUI/gtk-gui/gui.stetic | 84 +++++++++++- LongoMatch.GUI/gtk-gui/objects.xml | 58 ++++---- LongoMatch.Services/Services/PlaylistManager.cs | 5 +- 9 files changed, 288 insertions(+), 82 deletions(-) Tue Feb 19 20:10:03 2013 +0100 Andoni Morales Alastruey *Add support for moving plays between categories LongoMatch.Core/Handlers/Handlers.cs | 2 ++ LongoMatch.Core/Interfaces/GUI/IMainWindow.cs | 1 + .../Gui/Component/PlayersListTreeWidget.cs | 1 + .../Gui/Component/PlaysListTreeWidget.cs | 9 ++++++ .../Gui/Component/PlaysSelectionWidget.cs | 10 ++++++ LongoMatch.GUI/Gui/MainWindow.cs | 10 ++++++ LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs | 34 ++++++++++++++++++-- LongoMatch.GUI/Gui/TreeView/PlaysTreeView.cs | 1 + LongoMatch.Services/Services/EventsManager.cs | 14 ++++++++ 9 files changed, 79 insertions(+), 3 deletions(-) Sun Feb 17 02:18:49 2013 -0300 Rafael Ferreira *Updated Brazilian Portuguese translation po/pt_BR.po | 2574 ++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 1595 insertions(+), 979 deletions(-) Fri Feb 15 19:24:06 2013 +0100 Andoni Morales Alastruey *Disable coordinates subcetegories until it's fully functional LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Thu Feb 14 18:18:31 2013 +0100 Andoni Morales Alastruey *Fix hotkeys tagging LongoMatch.GUI/Gui/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fri Feb 1 10:49:33 2013 +0100 Daniel Mustieles *Updated Spanish translation po/es.po | 172 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 96 insertions(+), 76 deletions(-) Thu Jan 31 20:16:43 2013 +0100 Marek Černocký *Updated Czech translation po/cs.po | 163 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 89 insertions(+), 74 deletions(-) Thu Jan 31 20:08:20 2013 +0100 Andoni Morales Alastruey *Fix error handling in the media player/capturer LongoMatch.GUI/Gui/MainWindow.cs | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Thu Jan 31 20:07:54 2013 +0100 Andoni Morales Alastruey *Add a plugin to enable the uri capture LongoMatch.Plugins/LongoMatch.Plugins.mdp | 1 + LongoMatch.Plugins/Makefile.am | 4 ++++ LongoMatch.Plugins/URICaptureEnabler.cs | 34 +++++++++++++++++++++++++++++ configure.ac | 4 ++++ 4 files changed, 43 insertions(+) Thu Jan 31 01:49:52 2013 +0100 Andoni Morales Alastruey *Add support for IP cameras LongoMatch.Core/Common/Enums.cs | 2 + LongoMatch.Core/Config.cs | 1 + LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 2 + .../Gui/Component/ProjectDetailsWidget.cs | 61 +++++--- .../Gui/Dialog/ProjectSelectionDialog.cs | 8 +- LongoMatch.GUI/Gui/GUIToolkit.cs | 8 +- LongoMatch.GUI/Gui/MainWindow.cs | 6 +- ...ongoMatch.Gui.Component.ProjectDetailsWidget.cs | 152 ++++++++++++-------- .../LongoMatch.Gui.Dialog.NewProjectDialog.cs | 4 +- ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs | 68 ++++++--- LongoMatch.GUI/gtk-gui/gui.stetic | 89 +++++++++++- LongoMatch.GUI/gtk-gui/objects.xml | 26 +++- LongoMatch.Services/Services/EventsManager.cs | 8 +- LongoMatch.Services/Services/ProjectsManager.cs | 9 +- 14 files changed, 323 insertions(+), 121 deletions(-) Mon Jan 28 13:09:11 2013 +0100 Andoni Morales Alastruey *Add default field background image images/field_background.svg | 125 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) Fri Jan 25 13:33:40 2013 +0100 Andoni Morales Alastruey *Add support for coordinates subcategories LongoMatch.Core/Common/Coordinates.cs | 58 ++++++++++++++++++++ LongoMatch.Core/Common/Image.cs | 1 + LongoMatch.Core/Interfaces/ITemplatesService.cs | 2 + LongoMatch.Core/LongoMatch.Core.mdp | 1 + LongoMatch.Core/Makefile.am | 1 + LongoMatch.Core/Store/Play.cs | 5 ++ LongoMatch.Core/Store/SubCategory.cs | 17 ++++++ LongoMatch.Core/Store/Tag.cs | 19 +++++++ LongoMatch.Core/Store/TagStore.cs | 3 + .../Store/Templates/CategoriesTemplate.cs | 5 ++ LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 12 +++- LongoMatch.GUI/Gui/Dialog/TemplatesManager.cs | 8 ++- LongoMatch.Services/Services/TemplatesService.cs | 22 ++++++++ 13 files changed, 151 insertions(+), 3 deletions(-) Mon Jan 28 15:59:05 2013 +0100 Matej Urbančič *Updated Slovenian translation po/sl.po | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) Thu Jan 24 16:42:48 2013 +0100 Daniel Mustieles *Updated Spanish translation po/es.po | 41 ++++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) Tue Jan 22 09:31:39 2013 +0100 Marek Černocký *Updated Czech translation po/cs.po | 156 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 69 deletions(-) Sat Jan 19 17:53:05 2013 +0100 Andoni Morales Alastruey *Bump release 0.18.5 NEWS | 15 ++++++++++++++- RELEASE | 14 +++++++------- configure.ac | 2 +- tools/deb-pkg.sh | 2 +- 4 files changed, 23 insertions(+), 10 deletions(-)