Sun Apr 21 12:30:19 2013 +0200 Andoni Morales Alastruey *Bump release 0.18.11 NEWS | 16 ++++++++++++++++ RELEASE | 13 +++++++++---- configure.ac | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) Sun Apr 21 11:34:32 2013 +0200 Andoni Morales Alastruey *Fix dialog message LongoMatch.Services/Services/ProjectsManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Sun Apr 21 11:32:58 2013 +0200 Andoni Morales Alastruey *Fix exception setting fake projects' file .../Gui/Component/ProjectDetailsWidget.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Sat Apr 20 19:22:32 2013 +0200 Andoni Morales Alastruey *Add support for filters in the timeline too LongoMatch.GUI/Gui/Base/TimeScaleBase.cs | 11 ++- LongoMatch.GUI/Gui/Component/TimeLineWidget.cs | 70 ++++++++++---------- LongoMatch.GUI/Gui/Component/TimeScale.cs | 8 ++- .../Gui/Component/TimelineLabelsWidget.cs | 35 ++++++++-- LongoMatch.GUI/Gui/MainWindow.cs | 2 +- .../Gui/TreeView/CategoriesFilterTreeView.cs | 29 ++++++-- 6 files changed, 102 insertions(+), 53 deletions(-) Sat Apr 20 19:21:25 2013 +0200 Andoni Morales Alastruey *filter: improve filter perf caching filtering results LongoMatch.Core/Common/PlaysFilter.cs | 66 ++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 10 deletions(-) Sat Apr 20 16:14:46 2013 +0200 Marek Černocký *Updated Czech translation po/cs.po | 340 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 205 insertions(+), 135 deletions(-) Fri Apr 19 21:09:21 2013 +0200 Piotr Drąg *Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) Thu Apr 18 17:46:39 2013 +0200 Gil Forcada *[l10n] Update Catalan translation po/ca.po | 2522 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 1617 insertions(+), 905 deletions(-) Tue Apr 16 23:16:26 2013 -0300 Rafael Ferreira *Updated Brazilian Portuguese translation po/pt_BR.po | 313 ++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 193 insertions(+), 120 deletions(-) Tue Apr 16 21:57:06 2013 +0200 Andoni Morales Alastruey *Add the play the main window once tagged LongoMatch.Services/Services/EventsManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tue Apr 16 21:49:16 2013 +0200 Andoni Morales Alastruey *Add players' number in the list LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tue Apr 16 21:41:08 2013 +0200 Andoni Morales Alastruey *Fix typo LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tue Apr 16 21:38:53 2013 +0200 Andoni Morales Alastruey *Don't open the dabases manager if a project is open LongoMatch.Services/Services/Core.cs | 2 +- LongoMatch.Services/Services/DataBaseManager.cs | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) Tue Apr 16 21:38:24 2013 +0200 Andoni Morales Alastruey *Add milliseconds info in the player LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Tue Apr 16 20:19:16 2013 +0200 Andoni Morales Alastruey *videoeditor: fix compiler warnings libcesarplayer/gst-video-editor.c | 4 ---- 1 file changed, 4 deletions(-) Mon Apr 15 13:32:42 2013 +0200 Andoni Morales Alastruey *Factorize messages and file chooser dialog using helpers LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 18 +-- LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic | 1 + LongoMatch.GUI/Gui/Base/TemplatesEditorBase.cs | 16 +-- LongoMatch.GUI/Gui/Component/ButtonsWidget.cs | 4 +- .../Gui/Component/CategoriesTemplateEditor.cs | 16 ++- LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 13 ++- LongoMatch.GUI/Gui/Component/DrawingToolBox.cs | 2 +- .../Gui/Component/ProjectDetailsWidget.cs | 4 +- LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs | 20 ++-- .../Gui/Component/TimelineLabelsWidget.cs | 2 +- LongoMatch.GUI/Gui/Dialog/DrawingTool.cs | 24 +--- LongoMatch.GUI/Gui/Dialog/EditCategoryDialog.cs | 5 +- LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs | 23 ++-- LongoMatch.GUI/Gui/Dialog/TemplatesManager.cs | 26 ++--- LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs | 16 +-- LongoMatch.GUI/Gui/GUIToolkit.cs | 102 +++++------------ LongoMatch.GUI/Gui/Helpers.cs | 97 ---------------- LongoMatch.GUI/Gui/Helpers/FileChooserHelper.cs | 120 ++++++++++++++++++++ LongoMatch.GUI/Gui/Helpers/MessagesHelpers.cs | 107 +++++++++++++++++ LongoMatch.GUI/Gui/Helpers/Misc.cs | 97 ++++++++++++++++ LongoMatch.GUI/Gui/MainWindow.cs | 4 +- LongoMatch.GUI/Gui/Popup/MessagePopup.cs | 54 --------- LongoMatch.GUI/Gui/TreeView/CategoriesTreeView.cs | 2 +- LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs | 16 +-- LongoMatch.GUI/LongoMatch.GUI.mdp | 6 +- LongoMatch.GUI/Makefile.am | 5 +- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- LongoMatch.GUI/gtk-gui/gui.stetic | 3 +- LongoMatch.GUI/gtk-gui/objects.xml | 34 +++--- LongoMatch.Plugins/CSVExporter.cs | 3 +- LongoMatch.Services/Services/PlaylistManager.cs | 4 +- LongoMatch.Services/Services/ProjectsManager.cs | 6 +- LongoMatch/Main.cs | 9 +- 33 files changed, 482 insertions(+), 379 deletions(-) Wed Apr 10 07:08:47 2013 +0200 Andoni Morales Alastruey *Add a new databases manager .gitignore | 5 +- LongoMatch.Addins/AddinsManager.cs | 25 ++- LongoMatch.Core/Common/Constants.cs | 2 +- LongoMatch.Core/Common/SerializableObject.cs | 47 ++++- LongoMatch.Core/Config.cs | 145 ++++++++++--- LongoMatch.Core/Handlers/Handlers.cs | 1 + LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 1 + LongoMatch.Core/Interfaces/GUI/IMainWindow.cs | 1 + LongoMatch.Core/Interfaces/IDataBaseManager.cs | 32 +++ LongoMatch.Core/Interfaces/IDatabase.cs | 10 + LongoMatch.Core/LongoMatch.Core.mdp | 1 + LongoMatch.Core/Makefile.am | 1 + LongoMatch.Core/Store/Player.cs | 2 +- .../Gui/Component/CategoriesTemplateEditor.cs | 2 +- .../Gui/Component/ProjectDetailsWidget.cs | 2 +- LongoMatch.GUI/Gui/Dialog/DatabasesManager.cs | 195 ++++++++++++++++++ LongoMatch.GUI/Gui/Dialog/DrawingTool.cs | 2 +- LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs | 2 +- LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs | 4 +- .../Gui/Dialog/VideoEditionProperties.cs | 4 +- LongoMatch.GUI/Gui/GUIToolkit.cs | 8 + LongoMatch.GUI/Gui/MainWindow.cs | 22 +- LongoMatch.GUI/LongoMatch.GUI.mdp | 2 + LongoMatch.GUI/Makefile.am | 2 + .../LongoMatch.Gui.Dialog.DatabasesManager.cs | 216 ++++++++++++++++++++ .../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs | 2 +- .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 6 +- LongoMatch.GUI/gtk-gui/gui.stetic | 182 +++++++++++++++++ LongoMatch.GUI/gtk-gui/objects.xml | 34 +-- LongoMatch.Multimedia/Utils/GStreamer.cs | 2 +- LongoMatch.Plugins/CSVExporter.cs | 2 +- LongoMatch.Services/LongoMatch.Services.mdp | 2 + LongoMatch.Services/Makefile.am | 1 + LongoMatch.Services/Services/Core.cs | 43 ++-- LongoMatch.Services/Services/DataBase.cs | 164 ++++++++------- LongoMatch.Services/Services/DataBaseManager.cs | 132 ++++++++++++ LongoMatch.Services/Services/EventsManager.cs | 2 +- LongoMatch.Services/Services/PlaylistManager.cs | 4 +- LongoMatch.Services/Services/ProjectsManager.cs | 6 +- .../Services/VideoDrawingsManager.cs | 2 +- LongoMatch/LongoMatchGtk.mdp | 2 +- LongoMatch/Main.cs | 4 +- po/POTFILES.in | 6 +- 43 files changed, 1147 insertions(+), 183 deletions(-) Wed Apr 10 07:37:01 2013 +0200 Andoni Morales Alastruey *Disable saving projects in live analysis LongoMatch.GUI/Gui/MainWindow.cs | 1 - 1 file changed, 1 deletion(-) Wed Apr 10 08:26:27 2013 +0200 Andoni Morales Alastruey *Copy instead of move the db and do it safely LongoMatch.Services/Services/DataBase.cs | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Wed Apr 10 08:25:58 2013 +0200 Andoni Morales Alastruey *Add the backup date to the database correctly LongoMatch.Services/Services/DataBase.cs | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) Wed Apr 10 07:48:21 2013 +0200 Andoni Morales Alastruey *Don't display the players notebook without players sybcategories LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 3 +++ .../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs | 4 +--- LongoMatch.GUI/gtk-gui/gui.stetic | 6 ++---- 3 files changed, 6 insertions(+), 7 deletions(-) Wed Apr 10 07:37:01 2013 +0200 Andoni Morales Alastruey *Disable saving projects in live analysis LongoMatch.GUI/Gui/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Sun Apr 14 09:09:17 2013 +0200 Marek Černocký *Updated Czech translation po/cs.po | 51 +++++++++++++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 26 deletions(-) Tue Apr 9 23:14:19 2013 -0300 Rafael Ferreira *Updated Brazilian Portuguese translation po/pt_BR.po | 258 ++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 147 insertions(+), 111 deletions(-) Tue Apr 9 18:47:52 2013 +0200 Andoni Morales Alastruey *Really fix vackup live projects files LongoMatch.Services/Services/ProjectsManager.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Tue Apr 9 18:34:28 2013 +0200 Andoni Morales Alastruey *Fix dshowvideosrc negotation forcing dv systemstream=True libcesarplayer/gst-camera-capturer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Tue Apr 9 18:32:46 2013 +0200 Andoni Morales Alastruey *capturer: do not sync in sinks to get a fluid preview libcesarplayer/gst-camera-capturer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Mon Apr 8 15:49:36 2013 +0200 Andoni Morales Alastruey *export properly function on windows libcesarplayer/video-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Mon Apr 8 13:11:40 2013 +0200 Andoni Morales Alastruey *Fix link in the capturer with dv sources libcesarplayer/gst-camera-capturer.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Sun Apr 7 19:13:29 2013 +0200 Daniel Mustieles *Updated Spanish translation po/es.po | 52 +++++++++++++++++++++++----------------------------- 1 file changed, 23 insertions(+), 29 deletions(-) Sun Apr 7 15:35:52 2013 +0200 Andoni Morales Alastruey *Clean-up warnings libcesarplayer/test-encoder.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) Sun Apr 7 15:35:34 2013 +0200 Andoni Morales Alastruey *Add new test for the capturer libcesarplayer/Makefile.am | 13 ++++-- libcesarplayer/test-capturer.c | 96 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+), 4 deletions(-) Sun Apr 7 15:35:10 2013 +0200 Andoni Morales Alastruey *Add new file capture source for testing libcesarplayer/common.h | 1 + libcesarplayer/gst-camera-capturer.c | 9 +++++++++ 2 files changed, 10 insertions(+) Thu Apr 4 22:12:39 2013 +0200 Matej Urbančič *Updated Slovenian translation po/sl.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Thu Apr 4 22:00:19 2013 +0200 Matej Urbančič *Updated Slovenian translation po/sl.po | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Thu Apr 4 21:20:24 2013 +0200 Matej Urbančič *Updated Slovenian translation po/sl.po | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) Wed Apr 3 02:18:41 2013 +0200 Andoni Morales Alastruey *Only create screenshots discovering files on request LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs | 2 +- LongoMatch.Multimedia/Utils/PreviewMediaFile.cs | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) Tue Apr 2 23:45:36 2013 +0200 Andoni Morales Alastruey *Add missing file LongoMatch.Core/Common/SysInfo.cs | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+)