Sat Aug 10 12:28:47 2013 +0200 Andoni Morales Alastruey *Bump release 0.18.13 NEWS | 13 +++++++++++++ RELEASE | 25 +++++++------------------ configure.ac | 2 +- 3 files changed, 21 insertions(+), 19 deletions(-) Sat Aug 10 14:32:28 2013 +0200 Andoni Morales Alastruey *Dispose stats after use LongoMatch.Core/Stats/ProjectStats.cs | 11 ++++++++++- LongoMatch.GUI/Gui/Dialog/StatsViewer.cs | 13 ++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) Sat Aug 10 14:31:08 2013 +0200 Andoni Morales Alastruey *Make Image IDisposable LongoMatch.Core/Common/Image.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fri Aug 9 21:59:34 2013 +0200 Andoni Morales Alastruey *Close the app when the DB is locked LongoMatch/Main.cs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Sat Aug 10 12:23:10 2013 +0200 Andoni Morales Alastruey *Force a run in the garbage collector after the stats dialog LongoMatch.GUI/Gui/GUIToolkit.cs | 1 + 1 file changed, 1 insertion(+) Sat Aug 10 12:17:56 2013 +0200 Andoni Morales Alastruey *Increase space for categories names in OS X and Windows LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs | 4 ++++ configure.ac | 4 ++++ 2 files changed, 8 insertions(+) Fri Aug 9 20:26:30 2013 +0200 Marek Černocký *Updated Czech translation po/cs.po | 213 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 143 insertions(+), 70 deletions(-) Fri Aug 9 20:23:32 2013 +0200 Andoni Morales Alastruey *Fix calculation of stats name width LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fri Aug 9 19:20:11 2013 +0200 Andoni Morales Alastruey *Make x264enc fast again libcesarplayer/video-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Fri Aug 9 19:14:32 2013 +0200 Andoni Morales Alastruey *Set coordinates in the bounds of the backroung image .../Gui/Component/PlaysCoordinatesTagger.cs | 31 ++++++++++++++-------- 1 file changed, 20 insertions(+), 11 deletions(-) Fri Aug 9 19:14:05 2013 +0200 Andoni Morales Alastruey *Limit the number of players by row to 5 LongoMatch.GUI/Gui/Component/PlayersTagger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fri Aug 9 13:58:20 2013 +0200 Andoni Morales Alastruey *Only expand the subcategories widget LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs | 2 ++ LongoMatch.GUI/gtk-gui/gui.stetic | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) Wed Aug 7 19:02:46 2013 +0200 Andoni Morales Alastruey *Set backrounds at project level in stats LongoMatch.Core/Stats/CategoryStats.cs | 12 ------------ LongoMatch.Core/Stats/ProjectStats.cs | 19 ++++++++++++++++--- .../Gui/Component/Stats/CategoriesViewer.cs | 6 ++---- 3 files changed, 18 insertions(+), 19 deletions(-) Wed Aug 7 18:11:50 2013 +0200 Andoni Morales Alastruey *Only load backgrounds in stats once too LongoMatch.GUI/Gui/Component/Stats/CategoriesViewer.cs | 5 ++++- LongoMatch.GUI/Gui/Component/Stats/CategoryViewer.cs | 14 +++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) Wed Aug 7 17:27:52 2013 +0200 Andoni Morales Alastruey *Only load the background when loading the new project LongoMatch.GUI/Gui/MainWindow.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Wed Aug 7 15:24:19 2013 +0200 Andoni Morales Alastruey *Remux ASF files to matroska LongoMatch.GUI.Multimedia/Gui/Utils/Remuxer.cs | 3 +++ 1 file changed, 3 insertions(+) Wed Aug 7 15:24:02 2013 +0200 Andoni Morales Alastruey *Add the test-remuxer to the makefiles libcesarplayer/Makefile.am | 5 ++++- libcesarplayer/test-remuxer.c | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) Wed Aug 7 15:22:14 2013 +0200 Andoni Morales Alastruey *Don't block if get_state getting the current frame libcesarplayer/bacon-video-widget-gst-0.10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Wed Aug 7 12:10:21 2013 +0200 Andoni Morales Alastruey *Use regular makefiles instead of xbuild for oxyplot build/build.environment.mk | 4 + oxyplot/Makefile.am | 182 +++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 180 insertions(+), 6 deletions(-) Wed Aug 7 01:48:13 2013 +0200 Piotr Drąg *Updated POTFILES.in po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) Tue Aug 6 22:41:16 2013 +0200 Andoni Morales Alastruey *Fix text width detection LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tue Aug 6 22:38:47 2013 +0200 Andoni Morales Alastruey *Set a minimum width for the right tagging box LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs | 5 ++++- LongoMatch.GUI/gtk-gui/gui.stetic | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) Tue Aug 6 22:04:04 2013 +0200 Andoni Morales Alastruey *Fix tagger widget when only half field is on LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tue Aug 6 22:03:49 2013 +0200 Andoni Morales Alastruey *Add team title to the pie charts LongoMatch.GUI/Gui/Component/Stats/Plotter.cs | 5 +++++ 1 file changed, 5 insertions(+) Tue Aug 6 20:39:13 2013 +0200 Andoni Morales Alastruey *Make the tagger dialog modal an centered .../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs | 57 ++++----- LongoMatch.GUI/gtk-gui/gui.stetic | 135 ++++++++++----------- 2 files changed, 86 insertions(+), 106 deletions(-) Tue Aug 6 12:40:07 2013 +0200 Andoni Morales Alastruey *Set team names in stats .../Gui/Component/Stats/CategoriesViewer.cs | 2 ++ .../Gui/Component/Stats/CategoryViewer.cs | 10 ++++++++- LongoMatch.GUI/Gui/Component/Stats/Plotter.cs | 20 ++++++++++++++---- .../Gui/Component/Stats/SubcategoryViewer.cs | 7 ++++++- ...ongoMatch.Gui.Component.Stats.CategoryViewer.cs | 24 +++++++++++----------- LongoMatch.GUI/gtk-gui/gui.stetic | 4 ++-- LongoMatch.GUI/gtk-gui/objects.xml | 14 +++++++++++-- 7 files changed, 59 insertions(+), 22 deletions(-) Tue Aug 6 11:52:20 2013 +0200 Andoni Morales Alastruey *Show a "no data" label when no subcats are available in stats LongoMatch.GUI/Gui/Component/Stats/CategoryViewer.cs | 1 + .../gtk-gui/LongoMatch.Gui.Component.Stats.CategoryViewer.cs | 9 +++++++++ LongoMatch.GUI/gtk-gui/gui.stetic | 10 +++++++++- 3 files changed, 19 insertions(+), 1 deletion(-) Tue Aug 6 11:51:42 2013 +0200 Andoni Morales Alastruey *Set colors for home and away teams LongoMatch.Core/Common/Color.cs | 8 ++++++++ LongoMatch.GUI/Gui/Cairo.cs | 12 +++++++++--- LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs | 14 ++++++++++---- 3 files changed, 27 insertions(+), 7 deletions(-) Tue Aug 6 01:06:26 2013 +0200 Andoni Morales Alastruey *Fix zonal tagging widget in stats LongoMatch.GUI/Gui/Component/Stats/CategoryViewer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Tue Aug 6 01:06:00 2013 +0200 Andoni Morales Alastruey *Fix reuse of background images LongoMatch.GUI/Gui/Component/CoordinatesTagger.cs | 1 - 1 file changed, 1 deletion(-) Mon Aug 5 23:38:04 2013 +0200 Andoni Morales Alastruey *Fix makefiles for oxyplot Makefile.am | 1 + configure.ac | 2 ++ oxyplot/Makefile.am | 10 ++++++++++ 3 files changed, 13 insertions(+) Mon Aug 5 23:32:44 2013 +0200 Andoni Morales Alastruey *Update Dutch translations po/nl.po | 796 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 467 insertions(+), 329 deletions(-) Mon Aug 5 23:24:30 2013 +0200 Andoni Morales Alastruey *Update POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) Mon Aug 5 23:22:23 2013 +0200 Andoni Morales Alastruey *Change the close button for the stats dialog LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.StatsViewer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Mon Aug 5 23:21:59 2013 +0200 Andoni Morales Alastruey *Fix deserialization of 0.18.11 templates LongoMatch.Core/Stats/ProjectStats.cs | 6 +++--- LongoMatch.Core/Store/Templates/CategoriesTemplate.cs | 11 ++++++++--- .../Gui/Component/CategoriesTemplateEditor.cs | 18 +++++++++--------- LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 6 +++--- LongoMatch.GUI/Gui/MainWindow.cs | 6 +++--- 5 files changed, 26 insertions(+), 21 deletions(-) Mon Aug 5 22:04:18 2013 +0200 Andoni Morales Alastruey *Set dialog properties for the stats window .../gtk-gui/LongoMatch.Gui.Dialog.StatsViewer.cs | 23 +++++--------- LongoMatch.GUI/gtk-gui/gui.stetic | 36 ++++++++-------------- 2 files changed, 21 insertions(+), 38 deletions(-) Mon Aug 5 21:59:36 2013 +0200 Andoni Morales Alastruey *Show positional tagging in the stats for all teams .../Gui/Component/Stats/CategoryViewer.cs | 39 ++++--- LongoMatch.GUI/Gui/MainWindow.cs | 1 + ...ongoMatch.Gui.Component.Stats.CategoryViewer.cs | 92 ++++++++++++++-- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 1 + LongoMatch.GUI/gtk-gui/gui.stetic | 116 +++++++++++++++++++-- 5 files changed, 222 insertions(+), 27 deletions(-) Mon Aug 5 15:58:02 2013 +0200 Andoni Morales Alastruey *Hide correctly fields with no coordinates LongoMatch.Core/Stats/ProjectStats.cs | 18 +++++++++--------- LongoMatch.GUI/Gui/Component/PlaysCoordinatesTagger.cs | 2 +- LongoMatch.GUI/Gui/Component/Stats/CategoryViewer.cs | 7 ++++--- 3 files changed, 14 insertions(+), 13 deletions(-) Mon Aug 5 01:05:53 2013 +0200 Andoni Morales Alastruey *Fix pango markup escape LongoMatch.GUI/Gui/Component/ButtonsWidget.cs | 2 +- LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs | 8 ++++---- LongoMatch.GUI/Gui/Component/Stats/PangoTextMeasurer.cs | 2 +- LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs | 10 ++++++---- LongoMatch.GUI/Gui/TreeView/SubCategoriesTreeView.cs | 2 +- 5 files changed, 13 insertions(+), 11 deletions(-) Mon Jul 29 21:34:53 2013 +0200 Andoni Morales Alastruey *Use smaller stats images LongoMatch.GUI/Gui/Component/Stats/Plotter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Mon Jul 29 21:34:36 2013 +0200 Andoni Morales Alastruey *Format float percent with 2 decimals LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Mon Jul 29 21:34:22 2013 +0200 Andoni Morales Alastruey *Serialize images correctly .../Store/Templates/CategoriesTemplate.cs | 34 ++++++++++++++++++---- 1 file changed, 28 insertions(+), 6 deletions(-) Mon Jul 29 21:33:37 2013 +0200 Andoni Morales Alastruey *Show coordinates tags in stats LongoMatch.Core/Stats/CategoryStats.cs | 49 ++++++++ LongoMatch.Core/Stats/ProjectStats.cs | 30 +++-- LongoMatch.GUI/Gui/Component/CoordinatesTagger.cs | 17 +++ .../Gui/Component/PlaysCoordinatesTagger.cs | 50 +++++--- .../Gui/Component/Stats/CategoryViewer.cs | 13 +- LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 6 +- LongoMatch.GUI/Gui/MainWindow.cs | 5 +- .../LongoMatch.Gui.Component.CategoryProperties.cs | 6 + .../gtk-gui/LongoMatch.Gui.Component.GameViewer.cs | 1 + .../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs | 55 ++++---- LongoMatch.GUI/gtk-gui/gui.stetic | 139 ++++++++++++--------- LongoMatch.GUI/gtk-gui/objects.xml | 6 +- 12 files changed, 262 insertions(+), 115 deletions(-) Wed Jul 24 00:17:31 2013 +0200 Andoni Morales Alastruey *Fix drawing of coordinates for different picture sizes LongoMatch.GUI/Gui/Component/CoordinatesTagger.cs | 46 +++++++++++------------ 1 file changed, 22 insertions(+), 24 deletions(-) Mon Jul 22 21:11:14 2013 +0200 Andoni Morales Alastruey *Add a height and width request for the tagger LongoMatch.GUI/Gui/Component/CoordinatesTagger.cs | 2 ++ 1 file changed, 2 insertions(+) Mon Jul 22 21:06:06 2013 +0200 Andoni Morales Alastruey *Add a scalled window to the templates list treeview .../LongoMatch.Gui.Dialog.TemplatesManager.cs | 127 +++++++++++---------- LongoMatch.GUI/gtk-gui/gui.stetic | 13 ++- 2 files changed, 77 insertions(+), 63 deletions(-) Mon Jul 22 20:54:18 2013 +0200 Andoni Morales Alastruey *Add support for statistics LongoMatch.Core/Handlers/Handlers.cs | 3 + LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 2 + LongoMatch.Core/Interfaces/GUI/IMainWindow.cs | 3 + LongoMatch.Core/Stats/CategoryStats.cs | 13 +- LongoMatch.Core/Stats/ProjectStats.cs | 4 +- LongoMatch.Core/Stats/SubCategoryStat.cs | 12 +- .../Gui/Component/PlaysCoordinatesTagger.cs | 71 ++-- .../Gui/Component/Stats/CategoriesViewer.cs | 67 +++ .../Gui/Component/Stats/CategoryViewer.cs | 59 +++ LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs | 248 +++++++++++ .../Gui/Component/Stats/PangoTextMeasurer.cs | 64 +++ LongoMatch.GUI/Gui/Component/Stats/Plotter.cs | 163 ++++++++ .../Gui/Component/Stats/SubcategoryViewer.cs | 53 +++ LongoMatch.GUI/Gui/Dialog/StatsViewer.cs | 38 ++ LongoMatch.GUI/Gui/GUIToolkit.cs | 9 + LongoMatch.GUI/Gui/Helpers/Misc.cs | 5 +- LongoMatch.GUI/Gui/MainWindow.cs | 8 + LongoMatch.GUI/LongoMatch.GUI.mdp | 16 + LongoMatch.GUI/Makefile.am | 13 + .../gtk-gui/LongoMatch.Gui.Component.GameViewer.cs | 103 +++++ ...goMatch.Gui.Component.Stats.CategoriesViewer.cs | 58 +++ ...ongoMatch.Gui.Component.Stats.CategoryViewer.cs | 45 ++ .../LongoMatch.Gui.Component.Stats.Plotter.cs | 87 ++++ ...oMatch.Gui.Component.Stats.SubCategoryViewer.cs | 67 +++ .../gtk-gui/LongoMatch.Gui.Dialog.StatsViewer.cs | 96 +++++ .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 10 +- LongoMatch.GUI/gtk-gui/gui.stetic | 451 +++++++++++++++++++++ LongoMatch.GUI/gtk-gui/objects.xml | 365 +++++++++-------- LongoMatch.Services/Services/EventsManager.cs | 8 + LongoMatch.mds | 4 + build/build.environment.mk | 4 +- oxyplot/OxyPlot/Render/IRenderContext.cs | 26 +- oxyplot/OxyPlot/Svg/SvgExporter.cs | 2 +- oxyplot/OxyPlot/Svg/SvgRenderContext.cs | 8 +- oxyplot/OxyPlotMono/OxyPlotMono.csproj | 4 +- po/POTFILES.in | 7 + 36 files changed, 1955 insertions(+), 241 deletions(-) Mon Jul 29 02:17:04 2013 -0300 Antonio Fernandes C. Neto *Updated Brazilian Portuguese translation po/pt_BR.po | 790 ++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 475 insertions(+), 315 deletions(-) Fri Jul 26 21:21:02 2013 +0200 Matej Urbančič *Updated Slovenian translation po/sl.po | 945 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 512 insertions(+), 433 deletions(-) Fri Jul 12 21:19:45 2013 +0200 Marek Černocký *Updated Czech translation po/cs.po | 244 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 124 insertions(+), 120 deletions(-) Fri Jul 12 14:53:10 2013 +0200 Daniel Mustieles *Updated Spanish translation po/es.po | 250 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 126 insertions(+), 124 deletions(-) Thu Jul 11 20:42:36 2013 +0200 Andoni Morales Alastruey *Show position tagger with loaded plays .../Gui/Component/PlaysCoordinatesTagger.cs | 145 +++++++++++++++++++++ LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 77 +---------- LongoMatch.GUI/Gui/MainWindow.cs | 60 ++++++--- LongoMatch.GUI/LongoMatch.GUI.mdp | 2 + LongoMatch.GUI/Makefile.am | 2 + ...oMatch.Gui.Component.GeneralPreferencesPanel.cs | 1 + ...oMatch.Gui.Component.LiveAnalysisPreferences.cs | 1 - .../LongoMatch.Gui.Component.PlayerProperties.cs | 1 + ...goMatch.Gui.Component.PlaysCoordinatesTagger.cs | 26 ++++ ...ongoMatch.Gui.Component.ProjectDetailsWidget.cs | 1 + .../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs | 1 + .../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 1 + .../LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs | 1 + .../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs | 60 +++------ .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 103 ++++++++++----- LongoMatch.GUI/gtk-gui/gui.stetic | 111 +++++++++------- LongoMatch.GUI/gtk-gui/objects.xml | 4 + 17 files changed, 377 insertions(+), 220 deletions(-) Thu Jul 11 20:39:27 2013 +0200 Andoni Morales Alastruey *Fix language override in windows LongoMatch.Services/Services/Core.cs | 1 + 1 file changed, 1 insertion(+) Tue Jul 9 23:59:42 2013 +0200 Marek Černocký *Updated Czech translation po/cs.po | 124 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 66 insertions(+), 58 deletions(-)