Wed Feb 8 02:50:01 2012 +0100 Andoni Morales Alastruey *Bump release 0.17.4 RELEASE | 5 +++-- configure.ac | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) Wed Feb 8 02:46:01 2012 +0100 Andoni Morales Alastruey *Fix launch script LongoMatch/longomatch.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Wed Feb 8 02:42:59 2012 +0100 Andoni Morales Alastruey *Bump version 0.17.3 RELEASE | 14 +++++++------- configure.ac | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) Wed Feb 8 01:48:21 2012 +0100 Andoni Morales Alastruey *Add more fixes for the game units LongoMatch.Addins.COE/TimelineSheet.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Mon Feb 6 14:12:04 2012 +0100 Andoni Morales Alastruey *Update windows makefiles LongoMatch.Addins.COE/Makefile.win32 | 6 ++++-- Makefile.win32 | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) Mon Jan 16 00:39:07 2012 +0100 Andoni Morales Alastruey *Update makefiles LongoMatch.Addins.COE/Makefile.win32 | 2 ++ Makefile.win32 | 5 +++++ 2 files changed, 7 insertions(+), 0 deletions(-) Wed Feb 8 01:07:26 2012 +0100 Andoni Morales Alastruey *Fix exception when start equals stop LongoMatch.Addins.COE/TimelineSheet.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) Tue Feb 7 11:29:22 2012 +0100 Daniel Mustieles *Updated Spanish translation po/es.po | 56 ++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 40 insertions(+), 16 deletions(-) Mon Feb 6 19:57:56 2012 +0100 Piotr Drąg *Updated POTFILES.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Mon Feb 6 04:57:57 2012 +0100 Andoni Morales Alastruey *Update dutch translation po/nl.po | 2573 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 1578 insertions(+), 995 deletions(-) Mon Feb 6 12:18:34 2012 +0100 Daniel Mustieles *Updated Spanish translation po/es.po | 93 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 51 insertions(+), 42 deletions(-) Mon Feb 6 03:11:54 2012 +0100 Andoni Morales Alastruey *Update stetic changes ...LongoMatch.Gui.Component.PlayersTaggerWidget.cs | 1 - .../LongoMatch.Gui.Component.TeamTaggerWidget.cs | 1 - .../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs | 2 +- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 8 ++++---- LongoMatch.GUI/gtk-gui/gui.stetic | 12 ++---------- LongoMatch.GUI/gtk-gui/objects.xml | 16 ++++++++-------- LongoMatch.Services/Services/Core.cs | 1 + 7 files changed, 16 insertions(+), 25 deletions(-) Mon Feb 6 03:10:19 2012 +0100 Andoni Morales Alastruey *Handle forward seeks in the player LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 2 ++ LongoMatch.Services/Services/EventsManager.cs | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) Mon Feb 6 03:06:27 2012 +0100 Andoni Morales Alastruey *Add game units stats in the excel LongoMatch.Addins.COE/ExcelExporter.cs | 6 ++ LongoMatch.Addins.COE/GameUnitsStatsSheet.cs | 105 +++++++++++++++++++++++ LongoMatch.Addins.COE/LongoMatch.Addins.COE.mdp | 1 + LongoMatch.Addins.COE/ProjectStatsSheet.cs | 3 + LongoMatch.Addins.COE/TeamStatsSheet.cs | 3 + LongoMatch.Addins.COE/TimelineSheet.cs | 25 ++---- 6 files changed, 126 insertions(+), 17 deletions(-) Mon Feb 6 03:04:53 2012 +0100 Andoni Morales Alastruey *Add method to get the last game unit in the list LongoMatch.Core/Store/GameUnitsList.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) Mon Feb 6 03:03:55 2012 +0100 Andoni Morales Alastruey *Add stats for game units LongoMatch.Core/LongoMatch.Core.mdp | 2 + LongoMatch.Core/Makefile.am | 2 + LongoMatch.Core/Stats/GameUnitStats.cs | 121 +++++++++++++++++++++++++++++++ LongoMatch.Core/Stats/GameUnitsStats.cs | 94 ++++++++++++++++++++++++ LongoMatch.Core/Stats/ProjectStats.cs | 20 +++++- 5 files changed, 237 insertions(+), 2 deletions(-) Mon Feb 6 03:03:14 2012 +0100 Andoni Morales Alastruey *Add new operator * for Time LongoMatch.Core/Store/Time.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) Mon Feb 6 03:02:51 2012 +0100 Andoni Morales Alastruey *Add new constructor for Time with mseconds as arguments LongoMatch.Core/Store/Time.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) Mon Feb 6 03:02:24 2012 +0100 Andoni Morales Alastruey *Format results in a better way LongoMatch.Core/Stats/ProjectStats.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Thu Feb 2 23:36:15 2012 +0100 Andoni Morales Alastruey *Load game unit in player when selected LongoMatch.Services/Services/GameUnitsManager.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Thu Feb 2 23:35:29 2012 +0100 Andoni Morales Alastruey *Update game units timeline too LongoMatch.GUI/Gui/MainWindow.cs | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) Thu Feb 2 23:35:05 2012 +0100 Andoni Morales Alastruey *Enable key actions in the new window LongoMatch.GUI/Gui/MainWindow.cs | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) Mon Jan 30 22:21:04 2012 +0100 Andoni Morales Alastruey *Make playlists work again LongoMatch.Services/Services/Core.cs | 11 +++++--- LongoMatch.Services/Services/PlaylistManager.cs | 33 ++++++++++++++++------ 2 files changed, 31 insertions(+), 13 deletions(-) Mon Jan 30 22:19:40 2012 +0100 Andoni Morales Alastruey *Don't try to render a playlist if it's empty LongoMatch.GUI/Gui/GUIToolkit.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) Mon Jan 30 22:18:55 2012 +0100 Andoni Morales Alastruey *fix duplication of entries in the categories list LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Sun Jan 29 23:50:32 2012 +0100 Andoni Morales Alastruey *Fix warning .../Store/Templates/CategoriesTemplate.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) Sat Jan 28 10:28:11 2012 +0100 Andoni Morales Alastruey *Print properly hotkeys when using GDK LongoMatch.Core/Store/HotKey.cs | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) Sun Feb 5 19:29:20 2012 +0100 Daniel Mustieles *Updated Spanish translation po/es.po | 143 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 70 insertions(+), 73 deletions(-) Sun Feb 5 01:25:16 2012 +0100 Mario Blättermann *[l10n] Updated German translation po/de.po | 190 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 117 insertions(+), 73 deletions(-) Fri Feb 3 22:48:36 2012 +0100 Marek Černocký *Updated Czech translation po/cs.po | 133 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 64 insertions(+), 69 deletions(-) Fri Feb 3 19:15:48 2012 +0100 Piotr Drąg *Updated POTFILES.in po/POTFILES.in | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) Fri Jan 27 22:54:37 2012 +0100 Andoni Morales Alastruey *Fix tagging of players subcategories with both teams LongoMatch.GUI/Gui/Component/PlayersTagger.cs | 32 ++++-- .../Gui/Component/PlayersTaggerWidget.cs | 7 +- LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 12 +-- .../LongoMatch.Gui.Component.PlayersTagger.cs | 38 ++++++- LongoMatch.GUI/gtk-gui/gui.stetic | 113 +++++++++++++++----- 5 files changed, 148 insertions(+), 54 deletions(-) Fri Jan 27 22:33:19 2012 +0100 Andoni Morales Alastruey *Add players list in the tagger dialog LongoMatch.GUI/Gui/Component/PlayersTagger.cs | 106 +++++++++++ .../Gui/Component/PlayersTaggerWidget.cs | 27 +--- .../Gui/Dialog/PlayersSelectionDialog.cs | 102 ---------- LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 2 +- LongoMatch.GUI/LongoMatch.GUI.mdp | 4 +- LongoMatch.GUI/Makefile.am | 4 +- .../LongoMatch.Gui.Component.PlayersTagger.cs | 27 +++ ...LongoMatch.Gui.Component.PlayersTaggerWidget.cs | 41 +---- ...LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs | 73 -------- LongoMatch.GUI/gtk-gui/gui.stetic | 196 +++++--------------- LongoMatch.GUI/gtk-gui/objects.xml | 20 ++- 11 files changed, 206 insertions(+), 396 deletions(-) Fri Jan 27 21:51:30 2012 +0100 Andoni Morales Alastruey *Initialize string tags with the first option LongoMatch.GUI/Gui/Component/StringTaggerWidget.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) Fri Jan 27 21:34:32 2012 +0100 Andoni Morales Alastruey *Connect signals after setting the team LongoMatch.GUI/Gui/Component/TaggerWidget.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Fri Jan 27 21:18:32 2012 +0100 Andoni Morales Alastruey *Fix warning LongoMatch.GUI/Gui/MainWindow.cs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Fri Jan 27 21:18:08 2012 +0100 Andoni Morales Alastruey *Fix edition of lead and lag time LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Fri Jan 27 21:17:26 2012 +0100 Andoni Morales Alastruey *Dont allow editing the hotkey with a project loaded LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 7 +++++++ LongoMatch.GUI/Gui/Dialog/EditCategoryDialog.cs | 1 + .../LongoMatch.Gui.Component.CategoryProperties.cs | 1 + LongoMatch.GUI/gtk-gui/gui.stetic | 1 + 4 files changed, 10 insertions(+), 0 deletions(-) Fri Jan 27 21:06:41 2012 +0100 Andoni Morales Alastruey *Fix category edition fro the plays list LongoMatch.Core/Interfaces/GUI/IMainWindow.cs | 1 + .../Gui/Component/PlaysListTreeWidget.cs | 6 +----- LongoMatch.GUI/Gui/MainWindow.cs | 6 ++++++ LongoMatch.Services/Services/Core.cs | 1 + 4 files changed, 9 insertions(+), 5 deletions(-) Fri Jan 27 20:45:53 2012 +0100 Andoni Morales Alastruey *Fix crash doing searchs with a project selected LongoMatch.GUI/Gui/Dialog/OpenProjectDialog.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) Fri Jan 27 20:34:13 2012 +0100 Andoni Morales Alastruey *Re attach player when resetting the GUI LongoMatch.GUI/Gui/MainWindow.cs | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) Fri Jan 27 20:23:44 2012 +0100 Andoni Morales Alastruey *Add new button to detach the video player LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 3 + .../gtk-gui/LongoMatch.Gui.PlayerBin.cs | 361 ++++++++++-------- LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic | 408 +++++++++++--------- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- 4 files changed, 418 insertions(+), 356 deletions(-) Thu Jan 26 09:28:21 2012 +0100 Andoni Morales Alastruey *Add support for detaching the video player LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 6 ++++ LongoMatch.GUI.Multimedia/gtk-gui/objects.xml | 1 + LongoMatch.GUI/Gui/MainWindow.cs | 41 +++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 0 deletions(-) Thu Jan 26 08:54:07 2012 +0100 Andoni Morales Alastruey *Add new widget to configure duration of video steps LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 15 +++- .../gtk-gui/LongoMatch.Gui.PlayerBin.cs | 104 +++++++++++++------- LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic | 53 +++++++++- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 4 +- 4 files changed, 133 insertions(+), 43 deletions(-) Thu Jan 26 08:28:25 2012 +0100 Andoni Morales Alastruey *Fix updating teams plays' list .../Gui/Component/PlayersListTreeWidget.cs | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) Thu Jan 26 08:17:41 2012 +0100 Andoni Morales Alastruey *Pass version to the GUI toolkit LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 1 + LongoMatch.GUI/Gui/Dialog/About.cs | 6 ++---- LongoMatch.GUI/Gui/GUIToolkit.cs | 8 +++++++- LongoMatch.GUI/Gui/MainWindow.cs | 2 +- LongoMatch/LongoMatchGtk.mdp | 1 + LongoMatch/Main.cs | 5 +++-- 6 files changed, 15 insertions(+), 8 deletions(-) Thu Jan 26 08:08:55 2012 +0100 Andoni Morales Alastruey *Check if project is null before saving it LongoMatch.Services/Services/ProjectsManager.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Thu Jan 26 08:06:46 2012 +0100 Andoni Morales Alastruey *Add stats to makefiles LongoMatch.Core/Makefile.am | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) Thu Jan 26 08:02:43 2012 +0100 Andoni Morales Alastruey *Expose title property and add it to the encoding settings LongoMatch.Core/Common/CaptureSettings.cs | 2 +- LongoMatch.Core/Common/EncodingSettings.cs | 4 ++- .../Gui/Dialog/VideoEditionProperties.cs | 2 + libcesarplayer/gst-video-editor.c | 32 ++++++++++++++++--- 4 files changed, 33 insertions(+), 7 deletions(-) Thu Jan 26 08:01:12 2012 +0100 Andoni Morales Alastruey *Export team stats by player in the excel LongoMatch.Addins.COE/ExcelExporter.cs | 14 +- LongoMatch.Addins.COE/LongoMatch.Addins.COE.mdp | 3 +- LongoMatch.Addins.COE/ProjectStatsSheet.cs | 3 +- LongoMatch.Addins.COE/TeamStatsSheet.cs | 142 ++++++++++++++ LongoMatch.Addins.COE/TeamStatsSheets.cs | 226 ----------------------- LongoMatch.Addins.COE/TimelineSheet.cs | 221 ++++++++++++++++++++++ 6 files changed, 376 insertions(+), 233 deletions(-) Thu Jan 26 08:00:35 2012 +0100 Andoni Morales Alastruey *Add players stats LongoMatch.Core/LongoMatch.Core.mdp | 1 + LongoMatch.Core/Stats/CategoryStats.cs | 1 + LongoMatch.Core/Stats/PlayersStats.cs | 44 ++++++++++++++++ LongoMatch.Core/Stats/ProjectStats.cs | 81 ++++++++++++++++++++++-------- LongoMatch.Core/Stats/SubCategoryStat.cs | 38 ++++++++++++++ 5 files changed, 143 insertions(+), 22 deletions(-) Fri Jan 20 21:24:16 2012 +0100 Matej Urbančič *Updated Slovenian translation po/sl.po | 154 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 87 insertions(+), 67 deletions(-) Mon Jan 16 18:27:02 2012 +0100 Daniel Mustieles *Updated Spanish translation po/es.po | 160 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 90 insertions(+), 70 deletions(-) Mon Jan 16 12:42:38 2012 +0100 Marek Černocký *Updated Czech translation po/cs.po | 2035 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1058 insertions(+), 977 deletions(-) Mon Jan 16 00:06:12 2012 +0100 Andoni Morales Alastruey *Add missing files to POTFILES.in po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Mon Jan 16 00:03:34 2012 +0100 Andoni Morales Alastruey *Update Stetic files .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- LongoMatch.GUI/gtk-gui/gui.stetic | 4 +- LongoMatch.GUI/gtk-gui/objects.xml | 46 ++++++++++---------- 3 files changed, 26 insertions(+), 26 deletions(-) Sun Jan 15 23:52:37 2012 +0100 Andoni Morales Alastruey *Add overal stats and sheets per team in the Excel LongoMatch.Addins.COE/ExcelExporter.cs | 205 ++------------------ LongoMatch.Addins.COE/LongoMatch.Addins.COE.mdp | 2 + LongoMatch.Addins.COE/Main.cs | 2 +- LongoMatch.Addins.COE/ProjectStatsSheet.cs | 130 +++++++++++++ LongoMatch.Addins.COE/TeamStatsSheets.cs | 226 +++++++++++++++++++++++ 5 files changed, 380 insertions(+), 185 deletions(-) Sun Jan 15 23:50:47 2012 +0100 Andoni Morales Alastruey *Add support for statistics LongoMatch.Core/LongoMatch.Core.mdp | 6 + LongoMatch.Core/Stats/CategoryStats.cs | 46 +++++++++ LongoMatch.Core/Stats/PercentualStat.cs | 41 ++++++++ LongoMatch.Core/Stats/ProjectStats.cs | 156 ++++++++++++++++++++++++++++++ LongoMatch.Core/Stats/Stat.cs | 53 ++++++++++ LongoMatch.Core/Stats/SubCategoryStat.cs | 53 ++++++++++ 6 files changed, 355 insertions(+), 0 deletions(-) Sun Jan 15 23:37:44 2012 +0100 Andoni Morales Alastruey *Remove unused print LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) Sun Jan 15 23:36:44 2012 +0100 Andoni Morales Alastruey *Allow tagging plays by team by default without need for subcategories LongoMatch.Core/Store/Play.cs | 8 +- .../Store/Templates/CategoriesTemplate.cs | 8 - LongoMatch.GUI/Gui/Component/TaggerWidget.cs | 28 ++++ LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 13 +- LongoMatch.GUI/Gui/GUIToolkit.cs | 3 +- .../LongoMatch.Gui.Component.TaggerWidget.cs | 66 +++++++++- .../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs | 2 + LongoMatch.GUI/gtk-gui/gui.stetic | 136 +++++++++++++++----- 8 files changed, 209 insertions(+), 55 deletions(-) Sun Jan 15 23:29:42 2012 +0100 Andoni Morales Alastruey *Use proper class for the templates provider LongoMatch.Services/Services/TemplatesService.cs | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) Sun Jan 15 23:28:56 2012 +0100 Andoni Morales Alastruey *Add BOTH to team Enum LongoMatch.Core/Common/Enums.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Sun Jan 15 23:28:28 2012 +0100 Andoni Morales Alastruey *Remove unused print LongoMatch.Core/Common/Color.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) Mon Jan 2 22:34:31 2012 +0100 Andoni Morales Alastruey *Enable subcat templates provider LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 2 +- .../Gui/Component/CategoriesTemplateEditor.cs | 7 ++++- LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 21 ++++++------------- .../Gui/Component/PlaysListTreeWidget.cs | 17 +++++++++++++++- .../Gui/Component/ProjectDetailsWidget.cs | 7 +++-- LongoMatch.GUI/Gui/Dialog/EditCategoryDialog.cs | 7 +++++- LongoMatch.GUI/Gui/GUIToolkit.cs | 12 +++++++--- LongoMatch.Services/Services/ProjectsManager.cs | 2 +- 8 files changed, 48 insertions(+), 27 deletions(-) Mon Jan 9 14:43:59 2012 +0100 Daniel Mustieles *Updated Spanish translation po/es.po | 81 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 48 insertions(+), 33 deletions(-) Sat Jan 7 22:09:35 2012 +0100 Matej Urbančič *Updated Slovenian translation po/sl.po | 64 ++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 44 insertions(+), 20 deletions(-) Sat Jan 7 18:49:19 2012 +0100 Daniel Mustieles *Missing file in POTFILEs.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Mon Jan 2 12:51:26 2012 +0100 Joe Hansen *Updated Danish translation po/da.po | 2394 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 1404 insertions(+), 990 deletions(-) Wed Dec 28 11:30:46 2011 +0100 Mario Blättermann *[l10n] Updated German translation po/de.po | 39 +++++++++++++++++++++------------------ 1 files changed, 21 insertions(+), 18 deletions(-) Mon Dec 26 18:01:40 2011 +0100 Matej Urbančič *Updated Slovenian translation po/sl.po | 1927 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1001 insertions(+), 926 deletions(-) Fri Dec 23 17:41:25 2011 +0100 Daniel Mustieles *Updated Spanish translation po/es.po | 2038 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1063 insertions(+), 975 deletions(-) Thu Dec 22 22:38:51 2011 +0100 Andoni Morales Alastruey *Fix build LongoMatch.Core/LongoMatch.Core.mdp | 1 + LongoMatch.Core/Store/Category.cs | 2 +- Makefile.win32 | 1 + 3 files changed, 3 insertions(+), 1 deletions(-) Thu Dec 22 22:36:04 2011 +0100 Andoni Morales Alastruey *Fix Color conversion LongoMatch.GUI/Gui/Helpers.cs | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) Thu Dec 22 22:35:34 2011 +0100 Andoni Morales Alastruey *Fix serialization/deserialization of colors in templates LongoMatch.Core/Store/Category.cs | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) Thu Dec 22 22:34:58 2011 +0100 Andoni Morales Alastruey *Add a conversion helper for Color LongoMatch.Core/Common/Color.cs | 36 ++++++++++++++++++++++++++++++++++++ LongoMatch.Core/Makefile.am | 1 + 2 files changed, 37 insertions(+), 0 deletions(-) Thu Dec 22 22:34:16 2011 +0100 Andoni Morales Alastruey *Use minutes as the basic unit LongoMatch.Addins.COE/ExcelExporter.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) Tue Dec 20 00:46:38 2011 +0100 Andoni Morales Alastruey *Pause player when tagging LongoMatch.Services/Services/EventsManager.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) Tue Dec 20 00:46:08 2011 +0100 Andoni Morales Alastruey *Enable exportation to file from the tools menu LongoMatch.Services/Services/ProjectsManager.cs | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 deletions(-) Tue Dec 20 00:45:13 2011 +0100 Andoni Morales Alastruey *Use a constant for exported projects LongoMatch.Core/Common/Constants.cs | 1 + LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) Tue Dec 20 00:44:24 2011 +0100 Andoni Morales Alastruey *Make the exporter decide it's file LongoMatch.Addins.COE/ExcelExporter.cs | 21 +++++++++++++++++-- LongoMatch.Addins.COE/LongoMatch.Addins.COE.mdp | 5 +-- LongoMatch.Addins/AddinsManager.cs | 2 +- .../ExtensionPoints/IExportProject.cs | 2 +- LongoMatch.Core/Interfaces/GUI/IMainWindow.cs | 2 +- LongoMatch.GUI/Gui/MainWindow.cs | 16 +------------- 6 files changed, 25 insertions(+), 23 deletions(-) Mon Dec 19 23:57:54 2011 +0100 Andoni Morales Alastruey *Use team name from template LongoMatch.GUI/Gui/MainWindow.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Mon Dec 19 23:42:57 2011 +0100 Andoni Morales Alastruey *Update deploy script win32/deploy_win32.py | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) Mon Dec 19 23:42:26 2011 +0100 Andoni Morales Alastruey *Add makefile cor COE addins LongoMatch.Addins.COE/Makefile.win32 | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) Mon Dec 19 23:41:51 2011 +0100 Andoni Morales Alastruey *Update windows makefiles Makefile.win32 | 485 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 245 insertions(+), 240 deletions(-) Mon Dec 19 23:41:18 2011 +0100 Andoni Morales Alastruey *Init core before initializing gstreamer LongoMatch/Main.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Mon Dec 19 23:40:35 2011 +0100 Andoni Morales Alastruey *Fix name of dll import LongoMatch.Multimedia/MultimediaFactory.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Mon Dec 19 23:38:08 2011 +0100 Andoni Morales Alastruey *Make TimelineNode serializable LongoMatch.Core/Store/TimelineNode.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Thu Sep 15 22:18:47 2011 +0200 Andoni Morales Alastruey *Add adpcm decoder and fix mingw deps win32/deploy_win32.py | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) Sat Aug 27 11:46:35 2011 +0200 Andoni Morales Alastruey *Add missing deps win32/deploy_win32.py | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) Mon Dec 19 00:29:37 2011 +0100 Andoni Morales Alastruey *Update makefiles Makefile.win32 | 531 +++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 330 insertions(+), 201 deletions(-) Mon Dec 19 21:19:27 2011 +0100 Mario Blättermann *[l10n] Updated German translation po/de.po | 2027 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1050 insertions(+), 977 deletions(-) Sun Dec 18 21:27:31 2011 +0100 Andoni Morales Alastruey *Update project files LongoMatch.Core/LongoMatch.Core.mdp | 5 ++--- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 4 ++-- LongoMatch.Services/LongoMatch.Services.mdp | 9 +++++---- 3 files changed, 9 insertions(+), 9 deletions(-) Sun Dec 18 21:26:48 2011 +0100 Andoni Morales Alastruey *Add makefile for LongoMatch.Addins LongoMatch.Addins/Makefile.am | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) Sun Dec 18 20:23:20 2011 +0100 Andoni Morales Alastruey *Remove unused import LongoMatch.Services/Services/Core.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) Sun Dec 18 20:21:35 2011 +0100 Andoni Morales Alastruey *Abtract key pressed events LongoMatch.Core/Handlers/Handlers.cs | 2 + LongoMatch.Core/Interfaces/GUI/IMainWindow.cs | 2 + LongoMatch.GUI/Gui/MainWindow.cs | 11 +++++++- LongoMatch.Services/Services/Core.cs | 7 +--- LongoMatch.Services/Services/HotKeysManager.cs | 35 +++++++++++++++++------- 5 files changed, 41 insertions(+), 16 deletions(-) Sun Dec 18 20:20:11 2011 +0100 Andoni Morales Alastruey *Use team's name instead of the template name LongoMatch.Addins.COE/ExcelExporter.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Sun Dec 18 20:19:32 2011 +0100 Andoni Morales Alastruey *Refactor cells formatting LongoMatch.Addins.COE/ExcelExporter.cs | 39 ++++++++++++------------------- 1 files changed, 15 insertions(+), 24 deletions(-) Sun Dec 18 20:18:26 2011 +0100 Andoni Morales Alastruey *Update makefiles LongoMatch.Core/Makefile.am | 18 +++++++++++++----- LongoMatch.GUI.Multimedia/Makefile.am | 1 - LongoMatch.GUI/Makefile.am | 9 ++++++--- LongoMatch.Multimedia/Makefile.am | 13 ++++++------- LongoMatch.Services/Makefile.am | 12 ++++++------ Makefile.am | 1 + build/build.environment.mk | 18 +++++++++++++----- build/build.rules.mk | 2 +- configure.ac | 4 ++++ 9 files changed, 50 insertions(+), 28 deletions(-) Sun Dec 18 20:17:43 2011 +0100 Andoni Morales Alastruey *Update POTFILES LongoMatch.GUI.Multimedia/AssemblyInfo.cs | 50 ---- .../CesarPlayer.dll.config.in | 3 - .../LongoMatch.Multimedia.dll.config.in | 3 + po/POTFILES.in | 292 +++++++++++--------- 4 files changed, 160 insertions(+), 188 deletions(-) Fri Dec 16 02:48:34 2011 +0100 Andoni Morales Alastruey *WIP LongoMatch.Addins.COE/ExcelExporter.cs | 277 ++++++++++++++++++++ LongoMatch.Addins.COE/LongoMatch.Addins.COE.mdp | 11 +- LongoMatch.Addins.COE/Main.cs | 46 ++++ LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 1 + .../LongoMatch.Gui.Dialog.EditCategoryDialog.cs | 2 +- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 4 +- LongoMatch.GUI/gtk-gui/gui.stetic | 4 +- LongoMatch.GUI/gtk-gui/objects.xml | 16 +- 8 files changed, 346 insertions(+), 15 deletions(-) Fri Dec 16 02:47:52 2011 +0100 Andoni Morales Alastruey *Use an assembly file for assebmly attributes LongoMatch.Addins.COE/Assembly.cs | 23 +++++++++++++++++++++++ LongoMatch.Addins.COE/GameUnitsEnabler.cs | 2 -- 2 files changed, 23 insertions(+), 2 deletions(-) Fri Dec 16 02:45:39 2011 +0100 Andoni Morales Alastruey *Update stetic gui .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 24 +++++++++++++++--- LongoMatch.GUI/gtk-gui/gui.stetic | 26 ++++++++++++++++++- LongoMatch.GUI/gtk-gui/objects.xml | 12 --------- 3 files changed, 44 insertions(+), 18 deletions(-) Fri Dec 16 02:44:38 2011 +0100 Andoni Morales Alastruey *Handle nulls in filters LongoMatch.GUI/Gui/GUIToolkit.cs | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) Fri Dec 16 02:42:55 2011 +0100 Andoni Morales Alastruey *Add method to list elements in subcategories LongoMatch.Core/Interfaces/ISubCategory.cs | 3 +++ LongoMatch.Core/Store/SubCategory.cs | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) Fri Dec 16 02:41:42 2011 +0100 Andoni Morales Alastruey *Allow adding export addins to the GUI LongoMatch.Addins/AddinsManager.cs | 7 +++- .../ExtensionPoints/IExportProject.cs | 5 ++- LongoMatch.Core/Interfaces/GUI/IMainWindow.cs | 1 + LongoMatch.GUI/Gui/GUIToolkit.cs | 2 +- LongoMatch.GUI/Gui/MainWindow.cs | 37 +++++++++++++++++-- LongoMatch/Main.cs | 1 + 6 files changed, 45 insertions(+), 8 deletions(-) Wed Dec 14 22:36:56 2011 +0100 Andoni Morales Alastruey *Don't enable the game units timeline if the template don't use it LongoMatch.GUI/Gui/MainWindow.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) Wed Dec 14 22:29:56 2011 +0100 Andoni Morales Alastruey *Set back the exceptions catcher LongoMatch/Main.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) Wed Dec 14 22:28:32 2011 +0100 Andoni Morales Alastruey *Add GameUnitsEnabler addin LongoMatch.Addins.COE/GameUnitsEnabler.cs | 36 +++++++++++++++++++++++ LongoMatch.Addins.COE/LongoMatch.Addins.COE.mdp | 24 +++++++++++++++ LongoMatch.mds | 4 ++ 3 files changed, 64 insertions(+), 0 deletions(-) Thu Dec 1 20:07:09 2011 +0100 Andoni Morales Alastruey *Add addins support LongoMatch.Addins/AddinsManager.cs | 50 ++++++++++++++++++++ .../ExtensionPoints/IConfigModifier.cs | 31 ++++++++++++ .../ExtensionPoints/IExportProject.cs | 33 +++++++++++++ LongoMatch.Addins/LongoMatch.Addins.mdp | 26 ++++++++++ LongoMatch.Core/LongoMatch.Core.mdp | 3 +- LongoMatch.Services/LongoMatch.Services.mdp | 7 ++- LongoMatch.Services/Services/Core.cs | 7 ++- LongoMatch.mds | 4 ++ LongoMatch/LongoMatchGtk.mdp | 1 + LongoMatch/Main.cs | 3 + 10 files changed, 160 insertions(+), 5 deletions(-) Thu Dec 1 20:07:09 2011 +0100 Andoni Morales Alastruey *Remove unused file LongoMatch.Core/LongoMatch.Core.mdp | 1 - LongoMatch.Core/Store/Templates/Template.cs | 44 --------------------------- 2 files changed, 0 insertions(+), 45 deletions(-) Wed Dec 14 14:15:40 2011 +0100 Andoni Morales Alastruey *Make use of gameunits configurable LongoMatch.Core/Config.cs | 4 ++++ .../Gui/Component/CategoriesTemplateEditor.cs | 4 +++- LongoMatch.GUI/Gui/MainWindow.cs | 17 ++++++++++++----- 3 files changed, 19 insertions(+), 6 deletions(-) Mon Dec 12 01:56:39 2011 +0100 Andoni Morales Alastruey *Save fake live projects directly into the DB .../Gui/Component/ProjectDetailsWidget.cs | 9 ++- LongoMatch.GUI/Gui/GUIToolkit.cs | 14 ++-- LongoMatch.Services/Services/ProjectsManager.cs | 70 +++++++++----------- 3 files changed, 45 insertions(+), 48 deletions(-) Sun Dec 11 23:36:44 2011 +0100 Andoni Morales Alastruey *Use stetic to load the icon LongoMatch.GUI/Gui/GUIToolkit.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Sun Dec 11 23:36:11 2011 +0100 Andoni Morales Alastruey *Set the home dir properly LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) Sun Dec 11 21:45:07 2011 +0100 Andoni Morales Alastruey *Only set images after scalling LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) Sun Dec 11 21:44:48 2011 +0100 Andoni Morales Alastruey *Add method to scale the image LongoMatch.Core/Common/Image.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) Sun Dec 11 21:44:19 2011 +0100 Andoni Morales Alastruey *Check for null setting images LongoMatch.Core/Store/PixbufTimeNode.cs | 2 +- LongoMatch.GUI/Gui/Component/PlayerProperties.cs | 2 +- LongoMatch.GUI/Gui/Component/ProjectListWidget.cs | 2 +- LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs | 14 +++++++++----- .../Gui/TreeView/PlayerPropertiesTreeView.cs | 2 +- 5 files changed, 13 insertions(+), 9 deletions(-) Sat Dec 10 02:06:01 2011 +0100 Andoni Morales Alastruey *Handle project type None LongoMatch.Services/Services/ProjectsManager.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Sat Dec 10 02:05:44 2011 +0100 Andoni Morales Alastruey *Check for null value LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Sat Dec 10 01:55:46 2011 +0100 Andoni Morales Alastruey *add last modified filed LongoMatch.Core/Store/ProjectDescription.cs | 5 +++++ LongoMatch.Services/Services/DataBase.cs | 2 ++ LongoMatch.Services/Services/FileDB.cs | 3 +++ 3 files changed, 10 insertions(+), 0 deletions(-) Sat Dec 10 01:40:47 2011 +0100 Andoni Morales Alastruey *Add a sqlite based DB (not working) LongoMatch.Services/Services/SQLiteDB.cs | 265 ++++++++++++++++++++++++++++++ 1 files changed, 265 insertions(+), 0 deletions(-) Sat Dec 10 01:40:29 2011 +0100 Andoni Morales Alastruey *Add a file based DataBase LongoMatch.Services/Services/FileDB.cs | 92 ++++++++++++++++++++++++++++++++ 1 files changed, 92 insertions(+), 0 deletions(-) Fri Dec 9 19:55:25 2011 +0100 Andoni Morales Alastruey *Use new toolkits LongoMatch/Main.cs | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) Fri Dec 9 19:54:43 2011 +0100 Andoni Morales Alastruey *Adapt GUI to last changes LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 67 ++++------ LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 53 ++++---- LongoMatch.GUI.Multimedia/Gui/VolumeWindow.cs | 1 + LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic | 1 - LongoMatch.GUI/Gui/Component/ButtonsWidget.cs | 5 +- LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 4 +- LongoMatch.GUI/Gui/Component/DrawingToolBox.cs | 2 +- LongoMatch.GUI/Gui/Component/PlayListWidget.cs | 11 ++- LongoMatch.GUI/Gui/Component/PlayerProperties.cs | 16 +-- .../Gui/Component/PlayersListTreeWidget.cs | 22 +++- .../Gui/Component/PlaysListTreeWidget.cs | 24 +++- .../Gui/Component/ProjectDetailsWidget.cs | 6 +- LongoMatch.GUI/Gui/Component/ProjectListWidget.cs | 2 +- LongoMatch.GUI/Gui/Component/RenderingStateBar.cs | 4 +- LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs | 10 +- .../Gui/Component/TimelineLabelsWidget.cs | 2 +- LongoMatch.GUI/Gui/Dialog/BusyDialog.cs | 4 +- LongoMatch.GUI/Gui/Dialog/DrawingTool.cs | 10 +- .../Gui/Dialog/FramesCaptureProgressDialog.cs | 8 +- LongoMatch.GUI/Gui/Dialog/HotKeySelectorDialog.cs | 4 +- LongoMatch.GUI/Gui/Dialog/RenderingJobsDialog.cs | 5 +- LongoMatch.GUI/Gui/MainWindow.cs | 55 +++----- LongoMatch.GUI/Gui/TreeView/CategoriesTreeView.cs | 3 +- LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs | 10 +- .../Gui/TreeView/PlayerPropertiesTreeView.cs | 2 +- LongoMatch.GUI/LongoMatch.GUI.mdp | 8 +- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 10 +- LongoMatch.GUI/gtk-gui/gui.stetic | 1 - LongoMatch.GUI/gtk-gui/objects.xml | 148 +++++++++++--------- 29 files changed, 270 insertions(+), 228 deletions(-) Fri Dec 9 19:54:21 2011 +0100 Andoni Morales Alastruey *Adapt Multimedia to last changes LongoMatch.Multimedia/Common/Enum.cs | 4 -- LongoMatch.Multimedia/Common/Handlers.cs | 11 +---- LongoMatch.Multimedia/Editor/EditorState.cs | 32 ----------- LongoMatch.Multimedia/Editor/GstVideoSplitter.cs | 6 ++- .../Interfaces/IFramesCapturer.cs | 38 ------------- LongoMatch.Multimedia/Interfaces/IPlayer.cs | 14 ++--- LongoMatch.Multimedia/Interfaces/IVideoEditor.cs | 58 -------------------- LongoMatch.Multimedia/LongoMatch.Multimedia.mdp | 8 ++-- LongoMatch.Multimedia/MultimediaFactory.cs | 29 ++++++++--- LongoMatch.Multimedia/Player/GstPlayer.cs | 17 +++--- LongoMatch.Multimedia/Utils/FramesCapturer.cs | 30 ++++------- LongoMatch.Multimedia/Utils/PreviewMediaFile.cs | 7 ++- 12 files changed, 60 insertions(+), 194 deletions(-) Fri Dec 9 19:47:11 2011 +0100 Andoni Morales Alastruey *Adapt to last changes in Core to implement better MVC LongoMatch.Services/LongoMatch.Services.mdp | 7 +- LongoMatch.Services/Services/Core.cs | 39 ++- LongoMatch.Services/Services/DataBase.cs | 2 +- LongoMatch.Services/Services/EventsManager.cs | 90 ++----- LongoMatch.Services/Services/GameUnitsManager.cs | 8 +- LongoMatch.Services/Services/HotKeysManager.cs | 6 +- LongoMatch.Services/Services/PlaylistManager.cs | 80 ++---- LongoMatch.Services/Services/ProjectsManager.cs | 297 +++++--------------- .../Services/RenderingJobsManager.cs | 63 +---- LongoMatch.Services/Services/TemplatesService.cs | 47 ++-- .../Services/VideoDrawingsManager.cs | 39 ++-- 11 files changed, 222 insertions(+), 456 deletions(-) Fri Dec 9 19:46:15 2011 +0100 Andoni Morales Alastruey *Make some changes to Core to implement better the MVC LongoMatch.Core/Common/Cairo.cs | 81 ----- LongoMatch.Core/Common/Constants.cs | 4 + LongoMatch.Core/Common/Enums.cs | 13 + LongoMatch.Core/Common/Image.cs | 130 +++++++++ LongoMatch.Core/Common/Images.cs | 88 ------ LongoMatch.Core/Common/PlayList.cs | 4 +- LongoMatch.Core/Handlers/Handlers.cs | 2 +- LongoMatch.Core/Handlers/Multimedia.cs | 43 +++ LongoMatch.Core/Interfaces/GUI/IBusyDialog.cs | 29 ++ LongoMatch.Core/Interfaces/GUI/ICapturer.cs | 44 +++ LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 70 +++++ LongoMatch.Core/Interfaces/GUI/IMainWindow.cs | 87 ++++++ LongoMatch.Core/Interfaces/GUI/IPlayer.cs | 74 +++++ LongoMatch.Core/Interfaces/GUI/IPlaylistWidget.cs | 32 ++ .../Interfaces/GUI/IRenderingStateBar.cs | 33 ++ LongoMatch.Core/Interfaces/IPlayList.cs | 3 - LongoMatch.Core/Interfaces/IPlaylistWidget.cs | 32 -- .../Interfaces/IRenderingJobsManager.cs | 3 +- LongoMatch.Core/Interfaces/ITemplates.cs | 8 + LongoMatch.Core/Interfaces/ITemplatesService.cs | 8 +- .../Interfaces/Multimedia/IFramesCapturer.cs | 38 +++ .../Interfaces/Multimedia/IMultimediaToolkit.cs | 37 +++ .../Interfaces/Multimedia/IVideoEditor.cs | 58 ++++ LongoMatch.Core/LongoMatch.Core.mdp | 27 ++- LongoMatch.Core/Store/Category.cs | 19 +- LongoMatch.Core/Store/Drawing.cs | 13 +- LongoMatch.Core/Store/HotKey.cs | 17 +- LongoMatch.Core/Store/MediaFile.cs | 12 +- LongoMatch.Core/Store/PixbufTimeNode.cs | 10 +- LongoMatch.Core/Store/Play.cs | 1 - LongoMatch.Core/Store/PlayListPlay.cs | 1 - LongoMatch.Core/Store/Player.cs | 7 +- LongoMatch.Core/Store/Project.cs | 73 +---- .../Store/Templates/CategoriesTemplate.cs | 5 +- LongoMatch.Core/Store/Templates/TeamTemplate.cs | 8 +- LongoMatch.GUI/Gui/Cairo.cs | 82 ++++++ LongoMatch.GUI/Gui/GUIToolkit.cs | 307 ++++++++++++++++++++ LongoMatch.GUI/Gui/Helpers.cs | 92 ++++++ 38 files changed, 1261 insertions(+), 334 deletions(-) Wed Nov 30 22:40:30 2011 +0100 Andoni Morales Alastruey *Show timing info properly in the game units widget LongoMatch.GUI/Gui/Component/GameUnitWidget.cs | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) Wed Nov 30 22:28:58 2011 +0100 Andoni Morales Alastruey *Update current time in the game units tagger widget LongoMatch.GUI/Gui/MainWindow.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Wed Nov 30 22:28:28 2011 +0100 Andoni Morales Alastruey *Redraw after adding removing objects LongoMatch.GUI/Gui/Base/TimeScaleBase.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Tue Nov 29 22:42:33 2011 +0100 Andoni Morales Alastruey *Add game units timeline LongoMatch.GUI/Gui/MainWindow.cs | 64 ++++++++++++++++--- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 14 ++++- LongoMatch.GUI/gtk-gui/gui.stetic | 15 ++++- LongoMatch.Services/Services/GameUnitsManager.cs | 32 ++++++++++- 4 files changed, 110 insertions(+), 15 deletions(-) Tue Nov 29 22:17:19 2011 +0100 Andoni Morales Alastruey *Update stetic code LongoMatch.GUI/LongoMatch.GUI.mdp | 12 +-- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 98 +++++++++----------- LongoMatch.GUI/gtk-gui/gui.stetic | 32 +----- LongoMatch.GUI/gtk-gui/objects.xml | 52 ++++++++--- 4 files changed, 90 insertions(+), 104 deletions(-) Tue Nov 29 22:13:51 2011 +0100 Andoni Morales Alastruey *Don't make the scales fill, only expand LongoMatch.GUI/Gui/Component/TimeLineWidget.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Tue Nov 29 22:13:31 2011 +0100 Andoni Morales Alastruey *Add timeline for game units .../Gui/Component/GameUnitsTimelineWidget.cs | 120 ++++++++++++++++++++ LongoMatch.GUI/LongoMatch.GUI.mdp | 1 + LongoMatch.GUI/Makefile.am | 1 + 3 files changed, 122 insertions(+), 0 deletions(-) Tue Nov 29 22:10:37 2011 +0100 Andoni Morales Alastruey *Don't add this widget to the stetic components LongoMatch.GUI/Gui/Component/TimeLineWidget.cs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Tue Nov 29 22:10:01 2011 +0100 Andoni Morales Alastruey *Add some debug sending the event LongoMatch.GUI/Gui/Component/GameUnitWidget.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Tue Nov 29 22:08:29 2011 +0100 Andoni Morales Alastruey *Add a ref to the GameUnit in the events LongoMatch.Core/Handlers/Handlers.cs | 6 +++--- LongoMatch.GUI/Gui/Component/GameUnitTimeScale.cs | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) Tue Nov 29 22:07:45 2011 +0100 Andoni Morales Alastruey *Make the game units manager work LongoMatch.Services/Services/GameUnitsManager.cs | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) Tue Nov 29 22:05:19 2011 +0100 Andoni Morales Alastruey *Add some debug to gameunits manager LongoMatch.Services/Services/GameUnitsManager.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) Tue Nov 29 22:02:52 2011 +0100 Andoni Morales Alastruey *Connect zoom scale signal LongoMatch.GUI/Gui/Base/TimelineWidgetBase.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Mon Nov 28 19:49:50 2011 +0100 Andoni Morales Alastruey *Fixes for previous commits LongoMatch.GUI/Gui/Base/TimelineWidgetBase.cs | 4 +--- LongoMatch.GUI/Gui/Component/TimeLineWidget.cs | 3 +-- LongoMatch.GUI/Gui/MainWindow.cs | 4 ++++ LongoMatch.GUI/Makefile.am | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) Thu Nov 24 23:27:22 2011 +0100 Andoni Morales Alastruey *Make widget for categories more generic LongoMatch.GUI/Gui/Base/TimelineWidgetBase.cs | 4 +- LongoMatch.GUI/Gui/Component/CategoriesScale.cs | 95 ----------------- LongoMatch.GUI/Gui/Component/TimeLineWidget.cs | 3 +- .../Gui/Component/TimelineLabelsWidget.cs | 108 ++++++++++++++++++++ LongoMatch.GUI/LongoMatch.GUI.mdp | 2 +- 5 files changed, 113 insertions(+), 99 deletions(-) Thu Nov 24 22:50:48 2011 +0100 Andoni Morales Alastruey *Add a base class for time lines LongoMatch.GUI/Gui/Base/TimelineWidgetBase.cs | 200 ++++++++++++ LongoMatch.GUI/Gui/Component/TimeLineWidget.cs | 147 +-------- LongoMatch.GUI/LongoMatch.GUI.mdp | 3 +- LongoMatch.GUI/Makefile.am | 5 +- .../LongoMatch.Gui.Base.TimelineWidgetBase.cs | 160 +++++++++ .../LongoMatch.Gui.Component.TimeLineWidget.cs | 162 --------- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- LongoMatch.GUI/gtk-gui/gui.stetic | 341 ++++++++++---------- LongoMatch.GUI/gtk-gui/objects.xml | 58 +++- 9 files changed, 592 insertions(+), 486 deletions(-) Thu Nov 24 21:39:13 2011 +0100 Andoni Morales Alastruey *Add missing project file LongoMatch/LongoMatchGtk.mdp | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) Thu Nov 24 00:13:01 2011 +0100 Andoni Morales Alastruey *Fix makefiles LongoMatch.GUI/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Thu Nov 24 00:10:01 2011 +0100 Andoni Morales Alastruey *Add a timescale for game units LongoMatch.Core/Handlers/Handlers.cs | 6 ++ LongoMatch.GUI/Gui/Component/GameUnitTimeScale.cs | 85 +++++++++++++++++++++ LongoMatch.GUI/LongoMatch.GUI.mdp | 1 + LongoMatch.GUI/Makefile.am | 1 + LongoMatch.GUI/gtk-gui/objects.xml | 17 ++--- 5 files changed, 100 insertions(+), 10 deletions(-) Wed Nov 23 23:06:52 2011 +0100 Andoni Morales Alastruey *Remove warnings LongoMatch.GUI/Gui/Component/TimeScale.cs | 1 - LongoMatch.Services/Services/GameUnitsManager.cs | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) Wed Nov 23 23:02:53 2011 +0100 Andoni Morales Alastruey *Fix thinko LongoMatch.Services/Services/GameUnitsManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Wed Nov 23 23:02:40 2011 +0100 Andoni Morales Alastruey *update makefiles LongoMatch.Core/Makefile.am | 1 + LongoMatch.GUI/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) Wed Nov 23 22:54:33 2011 +0100 Andoni Morales Alastruey *Move TemplatesEditorBase to the Base folder LongoMatch.GUI/Gui/Base/TemplatesEditorBase.cs | 206 ++++++++++++++++ .../Gui/Component/CategoriesTemplateEditor.cs | 1 + LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs | 1 + .../Gui/Component/TemplatesEditorBase.cs | 206 ---------------- LongoMatch.GUI/LongoMatch.GUI.mdp | 4 +- .../LongoMatch.Gui.Base.TemplatesEditorBase.cs | 252 ++++++++++++++++++++ ...LongoMatch.Gui.Component.TemplatesEditorBase.cs | 252 -------------------- LongoMatch.GUI/gtk-gui/gui.stetic | 2 +- 8 files changed, 463 insertions(+), 461 deletions(-) Wed Nov 23 22:53:02 2011 +0100 Andoni Morales Alastruey *Add base class for timelines LongoMatch.Core/Interfaces/ITimelineNode.cs | 38 +++ LongoMatch.Core/LongoMatch.Core.mdp | 2 + LongoMatch.Core/Makefile.am | 1 + LongoMatch.Core/Store/GameUnit.cs | 2 +- LongoMatch.Core/Store/Play.cs | 3 +- LongoMatch.Core/Store/TimelineNode.cs | 119 ++++++++ LongoMatch.GUI/Gui/Base/TimeScaleBase.cs | 355 ++++++++++++++++++++++ LongoMatch.GUI/Gui/Component/TimeScale.cs | 329 ++------------------- LongoMatch.GUI/LongoMatch.GUI.mdp | 3 + LongoMatch.GUI/Makefile.am | 1 + LongoMatch.GUI/gtk-gui/objects.xml | 177 ++++------- LongoMatch.Services/Services/GameUnitsManager.cs | 4 +- LongoMatch/LongoMatch.mdp | 36 --- 13 files changed, 615 insertions(+), 455 deletions(-) Wed Nov 23 22:47:57 2011 +0100 Andoni Morales Alastruey *Update projects with new assembly names LongoMatch.Core/LongoMatch.Core.mdp | 4 ++-- LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic | 2 +- LongoMatch.GUI/gtk-gui/gui.stetic | 1 + LongoMatch.Services/LongoMatch.Services.mdp | 4 ++-- LongoMatch.mds | 10 +++++----- 5 files changed, 11 insertions(+), 10 deletions(-) Wed Nov 23 20:40:59 2011 +0100 Andoni Morales Alastruey *Delete the dll config file .../LongoMatch.Gui.Multimedia.dll.config | 3 --- LongoMatch.GUI.Multimedia/Makefile.am | 2 -- 2 files changed, 0 insertions(+), 5 deletions(-) Wed Nov 23 20:40:03 2011 +0100 Andoni Morales Alastruey *Name LongoMatch.Core.dll as LongoMatch.dll to allow migration from the previous version LongoMatch.Core/Makefile.am | 2 +- LongoMatch.GUI/gtk-gui/gui.stetic | 1 - LongoMatch/Makefile.am | 2 +- build/build.environment.mk | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) Tue Nov 22 21:34:12 2011 +0100 Andoni Morales Alastruey *Add tagger for game units LongoMatch.Core/Common/Enums.cs | 6 + LongoMatch.Core/Handlers/Handlers.cs | 3 + LongoMatch.Core/Store/Project.cs | 16 ++- LongoMatch.GUI/Gui/Component/GameUnitWidget.cs | 121 ++++++++++++++++++++ LongoMatch.GUI/Gui/Component/GameUnitsTagger.cs | 71 ++++++++++++ LongoMatch.GUI/Gui/MainWindow.cs | 26 ++++- LongoMatch.GUI/LongoMatch.GUI.mdp | 4 + LongoMatch.GUI/Makefile.am | 4 + .../LongoMatch.Gui.Component.GameUnitWidget.cs | 52 +++++++++ .../LongoMatch.Gui.Component.GameUnitsTagger.cs | 26 ++++ .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 51 +++++---- LongoMatch.GUI/gtk-gui/gui.stetic | 63 ++++++++++- LongoMatch.GUI/gtk-gui/objects.xml | 54 ++++++---- LongoMatch.Services/LongoMatch.Services.mdp | 5 +- LongoMatch.Services/Makefile.am | 1 + LongoMatch.Services/Services/Core.cs | 6 + LongoMatch.Services/Services/GameUnitsManager.cs | 107 +++++++++++++++++ 17 files changed, 567 insertions(+), 49 deletions(-) Fri Nov 11 02:13:53 2011 +0100 Andoni Morales Alastruey *Add Game Units and a way to edit them LongoMatch.Core/LongoMatch.Core.mdp | 2 + LongoMatch.Core/Makefile.am | 2 + LongoMatch.Core/Store/GameUnit.cs | 43 ++ LongoMatch.Core/Store/GameUnitsList.cs | 61 +++ .../Store/Templates/CategoriesTemplate.cs | 18 +- .../Gui/Component/CategoriesTemplateEditor.cs | 10 +- LongoMatch.GUI/Gui/Component/GameUnitsEditor.cs | 114 +++++ LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs | 2 +- .../Gui/Component/TemplatesEditorBase.cs | 21 +- .../Gui/Component/TimeReferenceWidget.cs | 2 +- LongoMatch.GUI/LongoMatch.GUI.mdp | 2 + LongoMatch.GUI/Makefile.am | 2 + .../LongoMatch.Gui.Component.GameUnitsEditor.cs | 126 ++++++ ...LongoMatch.Gui.Component.TemplatesEditorBase.cs | 222 ++++++----- LongoMatch.GUI/gtk-gui/gui.stetic | 431 ++++++++++++++------ LongoMatch.GUI/gtk-gui/objects.xml | 56 ++-- LongoMatch/LongoMatch.mdp | 6 + 17 files changed, 856 insertions(+), 264 deletions(-) Sat Nov 5 17:50:24 2011 +0100 Andoni Morales Alastruey *Use the shield's scalled pixbuf LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Sat Nov 5 17:46:06 2011 +0100 Andoni Morales Alastruey *Fix names of player in the default template LongoMatch.Core/Store/Templates/TeamTemplate.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Sat Nov 5 17:35:11 2011 +0100 Andoni Morales Alastruey *Fix time units in the time ruler .../Gui/Component/TimeReferenceWidget.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Sat Nov 5 17:24:53 2011 +0100 Andoni Morales Alastruey *Handle projects deletion from the UI LongoMatch.Core/Handlers/Handlers.cs | 1 + LongoMatch.GUI/Gui/MainWindow.cs | 37 +++++++++------------- LongoMatch.Services/Services/ProjectsManager.cs | 1 + 3 files changed, 17 insertions(+), 22 deletions(-) Sat Nov 5 17:08:32 2011 +0100 Andoni Morales Alastruey *Remove debug code deleting projects LongoMatch.Services/Services/DataBase.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) Sat Nov 5 17:08:02 2011 +0100 Andoni Morales Alastruey *Set the tempaltes services the projects manager LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs | 3 ++- LongoMatch.Services/Services/ProjectsManager.cs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) Fri Nov 4 23:35:43 2011 +0100 Andoni Morales Alastruey *Fill the list of projects in the manager LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Fri Nov 4 23:35:19 2011 +0100 Andoni Morales Alastruey *Make playlist rendering work again LongoMatch.Core/Common/Job.cs | 5 +++-- LongoMatch.Core/Handlers/Handlers.cs | 4 +--- LongoMatch.GUI/Gui/Component/PlayListWidget.cs | 6 ++++-- .../Gui/Component/PlaysListTreeWidget.cs | 9 ++++----- LongoMatch.GUI/Gui/MainWindow.cs | 12 ++++++------ LongoMatch.GUI/gtk-gui/objects.xml | 3 +-- LongoMatch.Services/Services/Core.cs | 3 ++- .../Services/RenderingJobsManager.cs | 6 ++++-- 8 files changed, 25 insertions(+), 23 deletions(-) Fri Nov 4 22:24:07 2011 +0100 Andoni Morales Alastruey *Fix lead/lag time changes not beeing applied LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) Fri Nov 4 21:40:22 2011 +0100 Andoni Morales Alastruey *Update POTFILES.in po/POTFILES.in | 370 +++++++++++++++++++++++++++++--------------------------- 1 files changed, 190 insertions(+), 180 deletions(-) Fri Nov 4 21:39:57 2011 +0100 Andoni Morales Alastruey *Fix make distcheck Makefile.am | 1 + configure.ac | 1 + images/Makefile.am | 9 +++++++++ 3 files changed, 11 insertions(+), 0 deletions(-) Tue Nov 1 22:57:08 2011 +0100 Andoni Morales Alastruey *"Small" refactoring CesarPlayer/AssemblyInfo.cs.in | 50 - CesarPlayer/Capturer/FakeCapturer.cs | 134 - CesarPlayer/Capturer/GstCameraCapturer.cs | 489 -- CesarPlayer/Capturer/ICapturer.cs | 93 - CesarPlayer/Capturer/LiveSourceTimer.cs | 87 - CesarPlayer/Capturer/ObjectManager.cs | 39 - CesarPlayer/CesarPlayer.csproj | 138 - CesarPlayer/CesarPlayer.dll.config.in | 3 - CesarPlayer/CesarPlayer.mdp | 82 - CesarPlayer/Common/CaptureSettings.cs | 41 - CesarPlayer/Common/Constants.cs | 28 - CesarPlayer/Common/EncodingProfiles.cs | 59 - CesarPlayer/Common/EncodingSettings.cs | 45 - CesarPlayer/Common/Enum.cs | 160 - CesarPlayer/Common/Handlers.cs | 106 - CesarPlayer/Common/VideoStandards.cs | 54 - CesarPlayer/Editor/EditorState.cs | 32 - CesarPlayer/Editor/GstVideoSplitter.cs | 412 -- CesarPlayer/Editor/IVideoEditor.cs | 58 - CesarPlayer/Editor/VideoSegment.cs | 82 - CesarPlayer/Gui/CapturerBin.cs | 353 -- CesarPlayer/Gui/PlayerBin.cs | 649 -- CesarPlayer/Gui/VolumeWindow.cs | 70 - CesarPlayer/Makefile.am | 54 - CesarPlayer/MultimediaFactory.cs | 108 - CesarPlayer/Player/GstPlayer.cs | 1415 ----- CesarPlayer/Player/IPlayer.cs | 146 - CesarPlayer/Player/ObjectManager.cs | 38 - CesarPlayer/Utils/Device.cs | 92 - CesarPlayer/Utils/FramesCapturer.cs | 115 - CesarPlayer/Utils/IFramesCapturer.cs | 38 - CesarPlayer/Utils/IMetadataReader.cs | 37 - CesarPlayer/Utils/MediaFile.cs | 205 - CesarPlayer/Utils/MpegRemuxer.cs | 137 - CesarPlayer/Utils/PreviewMediaFile.cs | 120 - CesarPlayer/Utils/TimeString.cs | 83 - CesarPlayer/cesarplayer.key | Bin 596 -> 0 bytes CesarPlayer/cesarplayer.pc.in | 6 - CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs | 161 - CesarPlayer/gtk-gui/LongoMatch.Gui.PlayerBin.cs | 329 - CesarPlayer/gtk-gui/LongoMatch.Gui.VolumeWindow.cs | 77 - CesarPlayer/gtk-gui/generated.cs | 116 - CesarPlayer/gtk-gui/gui.stetic | 451 -- CesarPlayer/gtk-gui/objects.xml | 31 - LongoMatch.Core/Common/Cairo.cs | 81 + LongoMatch.Core/Common/CaptureSettings.cs | 40 + LongoMatch.Core/Common/Cloner.cs | 40 + LongoMatch.Core/Common/ConsoleCrayon.cs | 280 + LongoMatch.Core/Common/Constants.cs | 98 + LongoMatch.Core/Common/Device.cs | 61 + LongoMatch.Core/Common/EncodingProfiles.cs | 59 + LongoMatch.Core/Common/EncodingSettings.cs | 45 + LongoMatch.Core/Common/Enums.cs | 114 + LongoMatch.Core/Common/Images.cs | 88 + LongoMatch.Core/Common/Job.cs | 87 + LongoMatch.Core/Common/Log.cs | 443 ++ LongoMatch.Core/Common/PlayList.cs | 161 + LongoMatch.Core/Common/SerializableObject.cs | 53 + LongoMatch.Core/Common/VideoStandards.cs | 54 + LongoMatch.Core/Config.cs | 67 + LongoMatch.Core/Handlers/Handlers.cs | 122 + LongoMatch.Core/Interfaces/IDatabase.cs | 39 + LongoMatch.Core/Interfaces/IPlayList.cs | 60 + LongoMatch.Core/Interfaces/IPlaylistWidget.cs | 32 + .../Interfaces/IRenderingJobsManager.cs | 38 + LongoMatch.Core/Interfaces/ISubCategory.cs | 33 + LongoMatch.Core/Interfaces/ITag.cs | 29 + LongoMatch.Core/Interfaces/ITemplates.cs | 60 + LongoMatch.Core/Interfaces/ITemplatesService.cs | 42 + LongoMatch.Core/LongoMatch.Core.mdp | 83 + LongoMatch.Core/Makefile.am | 54 + LongoMatch.Core/Store/Category.cs | 162 + LongoMatch.Core/Store/Drawing.cs | 72 + LongoMatch.Core/Store/HotKey.cs | 137 + LongoMatch.Core/Store/MediaFile.cs | 177 + LongoMatch.Core/Store/PixbufTimeNode.cs | 60 + LongoMatch.Core/Store/Play.cs | 206 + LongoMatch.Core/Store/PlayListPlay.cs | 79 + LongoMatch.Core/Store/Player.cs | 125 + LongoMatch.Core/Store/Project.cs | 312 + LongoMatch.Core/Store/ProjectDescription.cs | 133 + LongoMatch.Core/Store/SubCategory.cs | 163 + LongoMatch.Core/Store/Tag.cs | 103 + LongoMatch.Core/Store/TagStore.cs | 97 + .../Store/Templates/CategoriesTemplate.cs | 121 + .../Store/Templates/SubCategoryTemplate.cs | 52 + LongoMatch.Core/Store/Templates/TeamTemplate.cs | 101 + LongoMatch.Core/Store/Templates/Template.cs | 44 + LongoMatch.Core/Store/Time.cs | 157 + LongoMatch.Core/Store/TimeNode.cs | 86 + LongoMatch.GUI.Multimedia/AssemblyInfo.cs | 50 + LongoMatch.GUI.Multimedia/AssemblyInfo.cs.in | 50 + LongoMatch.GUI.Multimedia/CesarPlayer.csproj | 138 + .../CesarPlayer.dll.config.in | 3 + LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 354 ++ LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 650 ++ LongoMatch.GUI.Multimedia/Gui/VolumeWindow.cs | 70 + .../LongoMatch.GUI.Multimedia.mdp | 49 + .../LongoMatch.Gui.Multimedia.dll.config | 3 + LongoMatch.GUI.Multimedia/Makefile.am | 23 + LongoMatch.GUI.Multimedia/a.dll | Bin 0 -> 110080 bytes LongoMatch.GUI.Multimedia/a.dll.mdb | Bin 0 -> 32860 bytes LongoMatch.GUI.Multimedia/cesarplayer.key | Bin 0 -> 596 bytes LongoMatch.GUI.Multimedia/cesarplayer.pc | 6 + LongoMatch.GUI.Multimedia/cesarplayer.pc.in | 6 + .../gtk-gui/LongoMatch.Gui.CapturerBin.cs | 153 + .../gtk-gui/LongoMatch.Gui.PlayerBin.cs | 313 + .../gtk-gui/LongoMatch.Gui.VolumeWindow.cs | 74 + LongoMatch.GUI.Multimedia/gtk-gui/generated.cs | 115 + LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic | 453 ++ LongoMatch.GUI.Multimedia/gtk-gui/objects.xml | 31 + LongoMatch.GUI/Gui/Component/ButtonsWidget.cs | 153 + LongoMatch.GUI/Gui/Component/CategoriesScale.cs | 95 + .../Gui/Component/CategoriesTemplateEditor.cs | 120 + LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 240 + LongoMatch.GUI/Gui/Component/DrawingToolBox.cs | 129 + LongoMatch.GUI/Gui/Component/DrawingWidget.cs | 386 ++ LongoMatch.GUI/Gui/Component/NotesWidget.cs | 78 + LongoMatch.GUI/Gui/Component/PlayListWidget.cs | 123 + LongoMatch.GUI/Gui/Component/PlayerProperties.cs | 174 + .../Gui/Component/PlayersListTreeWidget.cs | 103 + .../Gui/Component/PlayersTaggerWidget.cs | 61 + .../Gui/Component/PlaysListTreeWidget.cs | 203 + .../Gui/Component/ProjectDetailsWidget.cs | 569 ++ LongoMatch.GUI/Gui/Component/ProjectListWidget.cs | 188 + LongoMatch.GUI/Gui/Component/RenderingStateBar.cs | 74 + LongoMatch.GUI/Gui/Component/StringTaggerWidget.cs | 90 + LongoMatch.GUI/Gui/Component/TaggerWidget.cs | 55 + LongoMatch.GUI/Gui/Component/TagsTreeWidget.cs | 257 + LongoMatch.GUI/Gui/Component/TeamTaggerWidget.cs | 77 + LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs | 170 + .../Gui/Component/TemplatesEditorBase.cs | 187 + LongoMatch.GUI/Gui/Component/TimeLineWidget.cs | 246 + .../Gui/Component/TimeReferenceWidget.cs | 161 + LongoMatch.GUI/Gui/Component/TimeScale.cs | 367 ++ LongoMatch.GUI/Gui/Dialog/About.cs | 48 + LongoMatch.GUI/Gui/Dialog/BusyDialog.cs | 44 + LongoMatch.GUI/Gui/Dialog/DrawingTool.cs | 128 + LongoMatch.GUI/Gui/Dialog/EditCategoryDialog.cs | 73 + LongoMatch.GUI/Gui/Dialog/EditPlayerDialog.cs | 43 + LongoMatch.GUI/Gui/Dialog/EndCaptureDialog.cs | 44 + LongoMatch.GUI/Gui/Dialog/EntryDialog.cs | 108 + .../Gui/Dialog/FramesCaptureProgressDialog.cs | 68 + LongoMatch.GUI/Gui/Dialog/HotKeySelectorDialog.cs | 79 + LongoMatch.GUI/Gui/Dialog/NewProjectDialog.cs | 75 + LongoMatch.GUI/Gui/Dialog/OpenProjectDialog.cs | 54 + .../Gui/Dialog/PlayersSelectionDialog.cs | 102 + .../Gui/Dialog/ProjectSelectionDialog.cs | 46 + LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs | 201 + LongoMatch.GUI/Gui/Dialog/RenderingJobsDialog.cs | 98 + LongoMatch.GUI/Gui/Dialog/SnapshotsDialog.cs | 64 + LongoMatch.GUI/Gui/Dialog/SubCategoryTagsEditor.cs | 130 + LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 97 + LongoMatch.GUI/Gui/Dialog/TemplateEditorDialog.cs | 80 + LongoMatch.GUI/Gui/Dialog/TemplatesManager.cs | 274 + LongoMatch.GUI/Gui/Dialog/UpdateDialog.cs | 43 + .../Gui/Dialog/VideoEditionProperties.cs | 173 + LongoMatch.GUI/Gui/Dialog/Win32CalendarDialog.cs | 51 + LongoMatch.GUI/Gui/MainWindow.cs | 743 +++ LongoMatch.GUI/Gui/Popup/CalendarPopup.cs | 59 + LongoMatch.GUI/Gui/Popup/MessagePopup.cs | 54 + LongoMatch.GUI/Gui/TransparentDrawingArea.cs | 261 + LongoMatch.GUI/Gui/TreeView/CategoriesTreeView.cs | 161 + LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs | 319 + LongoMatch.GUI/Gui/TreeView/PlayListTreeView.cs | 172 + .../Gui/TreeView/PlayerPropertiesTreeView.cs | 200 + LongoMatch.GUI/Gui/TreeView/PlayersTreeView.cs | 160 + LongoMatch.GUI/Gui/TreeView/PlaysTreeView.cs | 261 + .../Gui/TreeView/RenderingJobsTreeView.cs | 83 + .../Gui/TreeView/SubCategoriesTreeView.cs | 133 + LongoMatch.GUI/Gui/TreeView/TagsTreeView.cs | 79 + LongoMatch.GUI/LongoMatch.GUI.mdp | 165 + LongoMatch.GUI/Makefile.am | 125 + .../LongoMatch.Gui.Component.ButtonsWidget.cs | 61 + .../LongoMatch.Gui.Component.CategoryProperties.cs | 382 ++ .../LongoMatch.Gui.Component.DrawingToolBox.cs | 302 + .../LongoMatch.Gui.Component.DrawingWidget.cs | 42 + .../LongoMatch.Gui.Component.NotesWidget.cs | 60 + .../LongoMatch.Gui.Component.PlayListWidget.cs | 176 + .../LongoMatch.Gui.Component.PlayerProperties.cs | 307 + ...ngoMatch.Gui.Component.PlayersListTreeWidget.cs | 34 + ...LongoMatch.Gui.Component.PlayersTaggerWidget.cs | 77 + ...LongoMatch.Gui.Component.PlaysListTreeWidget.cs | 37 + ...ongoMatch.Gui.Component.ProjectDetailsWidget.cs | 560 ++ .../LongoMatch.Gui.Component.ProjectListWidget.cs | 71 + .../LongoMatch.Gui.Component.RenderingStateBar.cs | 69 + .../LongoMatch.Gui.Component.StringTaggerWidget.cs | 44 + .../LongoMatch.Gui.Component.TaggerWidget.cs | 37 + .../LongoMatch.Gui.Component.TagsTreeWidget.cs | 114 + .../LongoMatch.Gui.Component.TeamTaggerWidget.cs | 44 + ...LongoMatch.Gui.Component.TemplatesEditorBase.cs | 228 + .../LongoMatch.Gui.Component.TimeLineWidget.cs | 162 + .../gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs | 52 + .../gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs | 149 + .../LongoMatch.Gui.Dialog.EditCategoryDialog.cs | 56 + .../LongoMatch.Gui.Dialog.EditPlayerDialog.cs | 58 + .../LongoMatch.Gui.Dialog.EndCaptureDialog.cs | 177 + .../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs | 159 + ...Match.Gui.Dialog.FramesCaptureProgressDialog.cs | 93 + .../LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs | 58 + .../LongoMatch.Gui.Dialog.NewProjectDialog.cs | 77 + .../LongoMatch.Gui.Dialog.OpenProjectDialog.cs | 75 + ...LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs | 73 + ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs | 170 + .../LongoMatch.Gui.Dialog.ProjectsManager.cs | 196 + .../LongoMatch.Gui.Dialog.RenderingJobsDialog.cs | 165 + .../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 138 + .../LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs | 217 + .../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs | 99 + .../LongoMatch.Gui.Dialog.TemplateEditorDialog.cs | 59 + .../LongoMatch.Gui.Dialog.TemplatesManager.cs | 178 + .../gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs | 102 + ...LongoMatch.Gui.Dialog.VideoEditionProperties.cs | 248 + .../LongoMatch.Gui.Dialog.Win32CalendarDialog.cs | 61 + .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 390 ++ .../gtk-gui/LongoMatch.Gui.Popup.CalendarPopup.cs | 39 + .../LongoMatch.Gui.Popup.TransparentDrawingArea.cs | 38 + LongoMatch.GUI/gtk-gui/generated.cs | 115 + LongoMatch.GUI/gtk-gui/gui.stetic | 6579 +++++++++++++++++++ LongoMatch.GUI/gtk-gui/objects.xml | 318 + LongoMatch.Multimedia/Capturer/FakeCapturer.cs | 136 + .../Capturer/GstCameraCapturer.cs | 525 ++ LongoMatch.Multimedia/Capturer/LiveSourceTimer.cs | 87 + LongoMatch.Multimedia/Capturer/ObjectManager.cs | 39 + LongoMatch.Multimedia/Common/Constants.cs | 28 + LongoMatch.Multimedia/Common/Enum.cs | 125 + LongoMatch.Multimedia/Common/Handlers.cs | 106 + LongoMatch.Multimedia/Editor/EditorState.cs | 32 + LongoMatch.Multimedia/Editor/GstVideoSplitter.cs | 414 ++ LongoMatch.Multimedia/Editor/VideoSegment.cs | 82 + LongoMatch.Multimedia/Interfaces/ICapturer.cs | 94 + .../Interfaces/IFramesCapturer.cs | 38 + LongoMatch.Multimedia/Interfaces/IPlayer.cs | 145 + LongoMatch.Multimedia/Interfaces/IVideoEditor.cs | 58 + LongoMatch.Multimedia/LongoMatch.Multimedia.mdp | 68 + LongoMatch.Multimedia/Makefile.am | 33 + LongoMatch.Multimedia/MultimediaFactory.cs | 117 + LongoMatch.Multimedia/Player/GstPlayer.cs | 1416 +++++ LongoMatch.Multimedia/Player/ObjectManager.cs | 38 + LongoMatch.Multimedia/Utils/FramesCapturer.cs | 116 + LongoMatch.Multimedia/Utils/GStreamer.cs | 121 + LongoMatch.Multimedia/Utils/IMetadataReader.cs | 37 + LongoMatch.Multimedia/Utils/MpegRemuxer.cs | 137 + LongoMatch.Multimedia/Utils/PreviewMediaFile.cs | 88 + LongoMatch.Multimedia/Utils/TimeString.cs | 83 + LongoMatch.Multimedia/Utils/VideoDevice.cs | 62 + LongoMatch.Services/LongoMatch.Services.mdp | 39 + LongoMatch.Services/Makefile.am | 17 + LongoMatch.Services/Services/Core.cs | 179 + LongoMatch.Services/Services/DataBase.cs | 434 ++ LongoMatch.Services/Services/EventsManager.cs | 321 + LongoMatch.Services/Services/HotKeysManager.cs | 71 + LongoMatch.Services/Services/PlaylistManager.cs | 219 + LongoMatch.Services/Services/ProjectsManager.cs | 523 ++ .../Services/RenderingJobsManager.cs | 264 + LongoMatch.Services/Services/TemplatesService.cs | 253 + .../Services/VideoDrawingsManager.cs | 159 + LongoMatch.mds | 38 +- LongoMatch/Common/Cairo.cs | 81 - LongoMatch/Common/Cloner.cs | 40 - LongoMatch/Common/ConsoleCrayon.cs | 280 - LongoMatch/Common/Constants.cs | 97 - LongoMatch/Common/Enums.cs | 64 - LongoMatch/Common/GStreamer.cs | 115 - LongoMatch/Common/GuiUtils.cs | 53 - LongoMatch/Common/Images.cs | 88 - LongoMatch/Common/Log.cs | 443 -- LongoMatch/Common/ProjectUtils.cs | 298 - LongoMatch/Common/SerializableObject.cs | 53 - LongoMatch/Gui/Component/ButtonsWidget.cs | 153 - LongoMatch/Gui/Component/CategoriesScale.cs | 95 - .../Gui/Component/CategoriesTemplateEditor.cs | 125 - LongoMatch/Gui/Component/CategoryProperties.cs | 232 - LongoMatch/Gui/Component/DrawingToolBox.cs | 128 - LongoMatch/Gui/Component/DrawingWidget.cs | 397 -- LongoMatch/Gui/Component/NotesWidget.cs | 78 - LongoMatch/Gui/Component/PlayListWidget.cs | 262 - LongoMatch/Gui/Component/PlayerProperties.cs | 174 - LongoMatch/Gui/Component/PlayersListTreeWidget.cs | 103 - LongoMatch/Gui/Component/PlayersTaggerWidget.cs | 61 - LongoMatch/Gui/Component/PlaysListTreeWidget.cs | 205 - LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 566 -- LongoMatch/Gui/Component/ProjectListWidget.cs | 190 - LongoMatch/Gui/Component/RenderingStateBar.cs | 74 - LongoMatch/Gui/Component/StringTaggerWidget.cs | 90 - LongoMatch/Gui/Component/TaggerWidget.cs | 55 - LongoMatch/Gui/Component/TagsTreeWidget.cs | 258 - LongoMatch/Gui/Component/TeamTaggerWidget.cs | 77 - LongoMatch/Gui/Component/TeamTemplateEditor.cs | 171 - LongoMatch/Gui/Component/TemplatesEditorBase.cs | 187 - LongoMatch/Gui/Component/TimeLineWidget.cs | 246 - LongoMatch/Gui/Component/TimeReferenceWidget.cs | 161 - LongoMatch/Gui/Component/TimeScale.cs | 367 -- LongoMatch/Gui/Dialog/BusyDialog.cs | 44 - LongoMatch/Gui/Dialog/DrawingTool.cs | 127 - LongoMatch/Gui/Dialog/EditCategoryDialog.cs | 73 - LongoMatch/Gui/Dialog/EditPlayerDialog.cs | 43 - LongoMatch/Gui/Dialog/EndCaptureDialog.cs | 44 - LongoMatch/Gui/Dialog/EntryDialog.cs | 108 - .../Gui/Dialog/FramesCaptureProgressDialog.cs | 68 - LongoMatch/Gui/Dialog/HotKeySelectorDialog.cs | 79 - LongoMatch/Gui/Dialog/Migrator.cs | 133 - LongoMatch/Gui/Dialog/NewProjectDialog.cs | 68 - LongoMatch/Gui/Dialog/OpenProjectDialog.cs | 55 - LongoMatch/Gui/Dialog/PlayersSelectionDialog.cs | 102 - LongoMatch/Gui/Dialog/ProjectSelectionDialog.cs | 46 - LongoMatch/Gui/Dialog/ProjectsManager.cs | 199 - LongoMatch/Gui/Dialog/RenderingJobsDialog.cs | 98 - LongoMatch/Gui/Dialog/SnapshotsDialog.cs | 64 - LongoMatch/Gui/Dialog/SubCategoryTagsEditor.cs | 130 - LongoMatch/Gui/Dialog/TaggerDialog.cs | 97 - LongoMatch/Gui/Dialog/TemplateEditorDialog.cs | 80 - LongoMatch/Gui/Dialog/TemplatesManager.cs | 272 - LongoMatch/Gui/Dialog/UpdateDialog.cs | 43 - LongoMatch/Gui/Dialog/VideoEditionProperties.cs | 174 - LongoMatch/Gui/Dialog/Win32CalendarDialog.cs | 51 - LongoMatch/Gui/MainWindow.cs | 643 -- LongoMatch/Gui/Popup/CalendarPopup.cs | 59 - LongoMatch/Gui/Popup/MessagePopup.cs | 53 - LongoMatch/Gui/TransparentDrawingArea.cs | 261 - LongoMatch/Gui/TreeView/CategoriesTreeView.cs | 161 - LongoMatch/Gui/TreeView/ListTreeViewBase.cs | 319 - LongoMatch/Gui/TreeView/PlayListTreeView.cs | 158 - .../Gui/TreeView/PlayerPropertiesTreeView.cs | 200 - LongoMatch/Gui/TreeView/PlayersTreeView.cs | 160 - LongoMatch/Gui/TreeView/PlaysTreeView.cs | 261 - LongoMatch/Gui/TreeView/RenderingJobsTreeView.cs | 83 - LongoMatch/Gui/TreeView/SubCategoriesTreeView.cs | 133 - LongoMatch/Gui/TreeView/TagsTreeView.cs | 79 - LongoMatch/Handlers/DrawingManager.cs | 80 - LongoMatch/Handlers/EventsManager.cs | 430 -- LongoMatch/Handlers/Handlers.cs | 99 - LongoMatch/Handlers/HotKeysManager.cs | 70 - LongoMatch/Handlers/VideoDrawingsManager.cs | 161 - LongoMatch/IO/CSVExport.cs | 184 - LongoMatch/IO/XMLReader.cs | 88 - LongoMatch/Interfaces/ISubCategory.cs | 33 - LongoMatch/Interfaces/ITag.cs | 29 - LongoMatch/Interfaces/ITemplates.cs | 60 - LongoMatch/LongoMatch.csproj | 207 - LongoMatch/LongoMatch.mdp | 221 +- LongoMatch/Main.cs | 179 +- LongoMatch/Makefile.am | 171 +- LongoMatch/Playlist/IPlayList.cs | 56 - LongoMatch/Playlist/PlayList.cs | 145 - LongoMatch/Services/DataBase.cs | 429 -- LongoMatch/Services/JobsManager/Job.cs | 91 - .../Services/JobsManager/RenderingJobsManager.cs | 235 - LongoMatch/Services/TemplatesService.cs | 253 - LongoMatch/Store/Category.cs | 162 - LongoMatch/Store/Drawing.cs | 72 - LongoMatch/Store/HotKey.cs | 138 - LongoMatch/Store/PixbufTimeNode.cs | 60 - LongoMatch/Store/Play.cs | 206 - LongoMatch/Store/PlayListPlay.cs | 88 - LongoMatch/Store/Player.cs | 125 - LongoMatch/Store/Project.cs | 312 - LongoMatch/Store/ProjectDescription.cs | 134 - LongoMatch/Store/SubCategory.cs | 163 - LongoMatch/Store/Tag.cs | 103 - LongoMatch/Store/TagStore.cs | 97 - LongoMatch/Store/Templates/CategoriesTemplate.cs | 121 - LongoMatch/Store/Templates/SubCategoryTemplate.cs | 52 - LongoMatch/Store/Templates/TeamTemplate.cs | 101 - LongoMatch/Store/Templates/Template.cs | 44 - LongoMatch/Store/Time.cs | 157 - LongoMatch/Store/TimeNode.cs | 76 - LongoMatch/Updates/Updater.cs | 104 - LongoMatch/Updates/XmlUpdateParser.cs | 74 - .../LongoMatch.Gui.Component.ButtonsWidget.cs | 64 - .../LongoMatch.Gui.Component.CategoryProperties.cs | 416 -- .../LongoMatch.Gui.Component.DrawingToolBox.cs | 324 - .../LongoMatch.Gui.Component.DrawingWidget.cs | 43 - .../LongoMatch.Gui.Component.NotesWidget.cs | 63 - .../LongoMatch.Gui.Component.PlayListWidget.cs | 186 - .../LongoMatch.Gui.Component.PlayerProperties.cs | 329 - ...ngoMatch.Gui.Component.PlayersListTreeWidget.cs | 35 - ...LongoMatch.Gui.Component.PlayersTaggerWidget.cs | 83 - ...LongoMatch.Gui.Component.PlaysListTreeWidget.cs | 38 - ...ongoMatch.Gui.Component.ProjectDetailsWidget.cs | 605 -- .../LongoMatch.Gui.Component.ProjectListWidget.cs | 76 - .../LongoMatch.Gui.Component.RenderingStateBar.cs | 72 - .../LongoMatch.Gui.Component.StringTaggerWidget.cs | 47 - .../LongoMatch.Gui.Component.TaggerWidget.cs | 38 - .../LongoMatch.Gui.Component.TagsTreeWidget.cs | 122 - .../LongoMatch.Gui.Component.TeamTaggerWidget.cs | 47 - ...LongoMatch.Gui.Component.TemplatesEditorBase.cs | 238 - .../LongoMatch.Gui.Component.TimeLineWidget.cs | 175 - .../gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs | 54 - .../gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs | 155 - .../LongoMatch.Gui.Dialog.EditCategoryDialog.cs | 57 - .../LongoMatch.Gui.Dialog.EditPlayerDialog.cs | 59 - .../LongoMatch.Gui.Dialog.EndCaptureDialog.cs | 185 - .../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs | 168 - ...Match.Gui.Dialog.FramesCaptureProgressDialog.cs | 97 - .../LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs | 59 - .../gtk-gui/LongoMatch.Gui.Dialog.Migrator.cs | 188 - .../LongoMatch.Gui.Dialog.NewProjectDialog.cs | 79 - .../LongoMatch.Gui.Dialog.OpenProjectDialog.cs | 77 - ...LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs | 75 - ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs | 181 - .../LongoMatch.Gui.Dialog.ProjectsManager.cs | 209 - .../LongoMatch.Gui.Dialog.RenderingJobsDialog.cs | 172 - .../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 145 - .../LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs | 232 - .../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs | 106 - .../LongoMatch.Gui.Dialog.TemplateEditorDialog.cs | 60 - .../LongoMatch.Gui.Dialog.TemplatesManager.cs | 186 - .../gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs | 107 - ...LongoMatch.Gui.Dialog.VideoEditionProperties.cs | 267 - .../LongoMatch.Gui.Dialog.Win32CalendarDialog.cs | 62 - LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 448 -- .../gtk-gui/LongoMatch.Gui.Popup.CalendarPopup.cs | 39 - .../LongoMatch.Gui.Popup.TransparentDrawingArea.cs | 38 - ...ongoMatch.Gui.TreeView.RenderingJobsTreeView.cs | 19 - LongoMatch/gtk-gui/generated.cs | 120 - LongoMatch/gtk-gui/gui.stetic | 6593 -------------------- LongoMatch/gtk-gui/objects.xml | 307 - LongoMatch/images/background.png | Bin 53472 -> 0 bytes LongoMatch/images/background.svg | 382 -- LongoMatch/images/camera-video.png | Bin 1660 -> 0 bytes LongoMatch/images/logo.svg | 255 - LongoMatch/images/logo_48x48.png | Bin 3045 -> 0 bytes LongoMatch/images/longomatch.png | Bin 3045 -> 0 bytes LongoMatch/images/minilogo.ico | Bin 9662 -> 0 bytes LongoMatch/images/minilogo.png | Bin 3045 -> 0 bytes LongoMatch/images/minilogo.rc | 66 - LongoMatch/images/resource.h | 15 - LongoMatch/images/stock_draw-circle-unfilled.png | Bin 418 -> 0 bytes LongoMatch/images/stock_draw-freeform-line.png | Bin 276 -> 0 bytes LongoMatch/images/stock_draw-line-45.png | Bin 113 -> 0 bytes .../images/stock_draw-line-ends-with-arrow.png | Bin 155 -> 0 bytes .../images/stock_draw-rectangle-unfilled.png | Bin 123 -> 0 bytes LongoMatch/images/video.png | Bin 2044 -> 0 bytes Makefile.am | 11 +- build/build.environment.mk | 54 +- configure.ac | 12 +- images/background.png | Bin 0 -> 53472 bytes images/background.svg | 382 ++ images/camera-video.png | Bin 0 -> 1660 bytes images/logo.svg | 255 + images/logo_48x48.png | Bin 0 -> 3045 bytes images/longomatch.png | Bin 0 -> 3045 bytes images/minilogo.ico | Bin 0 -> 9662 bytes images/minilogo.png | Bin 0 -> 3045 bytes images/minilogo.rc | 66 + images/resource.h | 15 + images/stock_draw-circle-unfilled.png | Bin 0 -> 418 bytes images/stock_draw-freeform-line.png | Bin 0 -> 276 bytes images/stock_draw-line-45.png | Bin 0 -> 113 bytes images/stock_draw-line-ends-with-arrow.png | Bin 0 -> 155 bytes images/stock_draw-rectangle-unfilled.png | Bin 0 -> 123 bytes images/video.png | Bin 0 -> 2044 bytes libcesarplayer/liblongomatch.mdp | 20 +- libcesarplayer/video-utils.c | 7 + libcesarplayer/video-utils.h | 8 + po/Translations.mdse | 6 +- tools/deb-pkg.sh | 2 +- 458 files changed, 37214 insertions(+), 37738 deletions(-) Sun Dec 18 22:18:38 2011 +0100 Andoni Morales Alastruey *Add .libs to LD_LIBRARY_PATH in the env script env.in | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Tue Oct 4 10:20:55 2011 +0200 Marek Černocký *Updated Czech translation po/cs.po | 52 +++++++++++++++++++++++++++------------------------- 1 files changed, 27 insertions(+), 25 deletions(-) Sun Oct 2 10:48:44 2011 +0200 Mario Blättermann *[l10n] Updated German translation po/de.po | 81 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 42 insertions(+), 39 deletions(-) Sat Oct 1 14:08:42 2011 +0200 Jorge González *Updated Spanish translation po/es.po | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) Sat Oct 1 10:58:18 2011 +0200 Daniel Mustieles *Updated Spanish translation po/es.po | 28 ++++------------------------ 1 files changed, 4 insertions(+), 24 deletions(-) Sat Oct 1 10:51:59 2011 +0200 Daniel Mustieles *Updated Spanish translation po/es.po | 2327 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 1224 insertions(+), 1103 deletions(-) Fri Sep 30 10:58:40 2011 +0200 Martin Srebotnjak *Updated Slovenian translation po/sl.po | 21 ++++++++------------- 1 files changed, 8 insertions(+), 13 deletions(-)