Sun Mar 24 11:29:26 2013 +0100 Andoni Morales Alastruey *Bump release 0.18.9 NEWS | 7 +++++++ RELEASE | 14 ++++---------- configure.ac | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) Sun Mar 24 11:20:24 2013 +0100 Andoni Morales Alastruey *Gui: allow selecting multiple files in the video converter LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Sun Mar 24 11:19:52 2013 +0100 Andoni Morales Alastruey *Converter: add missing methods for the GObject implementation .../Converter/GstVideoConverter.cs | 4 ++++ 1 file changed, 4 insertions(+) Sun Mar 24 11:18:45 2013 +0100 Andoni Morales Alastruey *GUIToolkit: use CurrentName to set the filename LongoMatch.GUI/Gui/GUIToolkit.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Sun Mar 24 11:18:00 2013 +0100 Andoni Morales Alastruey *GUIToolkit: add a new function to open several files LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 2 ++ LongoMatch.GUI/Gui/GUIToolkit.cs | 32 ++++++++++++++++++++----- 2 files changed, 28 insertions(+), 6 deletions(-) Sun Mar 24 01:09:18 2013 +0100 Andoni Morales Alastruey *gst-video-encoder: fix deadlock in EOS libcesarplayer/gst-video-encoder.c | 1 + 1 file changed, 1 insertion(+) Sun Mar 24 01:08:58 2013 +0100 Andoni Morales Alastruey *Remove COES project from monodevelop LongoMatch.mds | 4 ---- 1 file changed, 4 deletions(-) Wed Mar 20 04:51:19 2013 +0100 Andoni Morales Alastruey *Bump release 0.18.8 NEWS | 14 ++++++++++++++ RELEASE | 12 ++++++++---- configure.ac | 2 +- 3 files changed, 23 insertions(+), 5 deletions(-) Wed Mar 20 04:46:04 2013 +0100 Andoni Morales Alastruey *video-conversion-tool: disable quality option for now LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Wed Mar 20 03:37:33 2013 +0100 Andoni Morales Alastruey *camera-capturer: force a framerate of 25 fps libcesarplayer/gst-camera-capturer.c | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) Wed Mar 20 03:37:08 2013 +0100 Andoni Morales Alastruey *Update the play's framerate when we change the project file .../Gui/Component/ProjectDetailsWidget.cs | 7 +++++++ LongoMatch.Services/Services/ProjectsManager.cs | 3 +++ 2 files changed, 10 insertions(+) Tue Mar 19 22:50:57 2013 +0100 Andoni Morales Alastruey *Use 3 slashes for windows .../Converter/GstVideoConverter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tue Mar 19 22:37:04 2013 +0100 Andoni Morales Alastruey *Make sure to end the pipeline correctly LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 1 + libcesarplayer/gst-remuxer.c | 1 + 2 files changed, 2 insertions(+) Tue Mar 19 17:30:07 2013 +0100 Andoni Morales Alastruey *Fix tags display for subcateogires without the QuickTag options LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 2 +- LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs | 8 +++++--- LongoMatch.GUI/Gui/GUIToolkit.cs | 4 ++-- LongoMatch.Services/Services/EventsManager.cs | 9 +++++---- 4 files changed, 13 insertions(+), 10 deletions(-) Tue Mar 19 08:03:36 2013 +0100 Marek Černocký *Updated Czech translation po/cs.po | 303 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 180 insertions(+), 123 deletions(-) Mon Mar 18 13:48:21 2013 +0100 Martin Srebotnjak *Updated Slovenian translation po/sl.po | 191 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 115 insertions(+), 76 deletions(-) Mon Mar 18 11:18:43 2013 +0100 Andoni Morales Alastruey *Update POTFILES.in po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) Sun Mar 17 20:58:48 2013 +0100 Andoni Morales Alastruey *Make the fit button work again LongoMatch.GUI/Gui/Base/TimelineWidgetBase.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Sun Mar 17 20:46:19 2013 +0100 Andoni Morales Alastruey *Update the time scale ater changing the pixels' ratio .../Gui/Component/TimeReferenceWidget.cs | 1 + 1 file changed, 1 insertion(+) Sun Mar 17 20:36:08 2013 +0100 Andoni Morales Alastruey *Don't save the project after adding a new play LongoMatch.Services/Services/EventsManager.cs | 1 - 1 file changed, 1 deletion(-) Fri Mar 8 16:19:54 2013 +0100 Andoni Morales Alastruey *Add a new tool to merge and re-encode files LongoMatch.Core/Common/Enums.cs | 5 + LongoMatch.Core/Common/Job.cs | 36 +- LongoMatch.Core/Handlers/Handlers.cs | 3 + LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 2 +- LongoMatch.Core/Interfaces/GUI/IMainWindow.cs | 3 + .../Interfaces/Multimedia/IMultimediaToolkit.cs | 2 + .../Interfaces/Multimedia/IVideoConverter.cs | 45 ++ LongoMatch.Core/LongoMatch.Core.mdp | 1 + LongoMatch.Core/Makefile.am | 1 + LongoMatch.GUI/Gui/Dialog/RenderingJobsDialog.cs | 1 - LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs | 130 ++++ LongoMatch.GUI/Gui/GUIToolkit.cs | 10 +- LongoMatch.GUI/Gui/MainWindow.cs | 18 +- LongoMatch.GUI/LongoMatch.GUI.mdp | 2 + LongoMatch.GUI/Makefile.am | 2 + .../LongoMatch.Gui.Dialog.VideoConversionTool.cs | 226 ++++++ .../gtk-gui/LongoMatch.Gui.MainWindow.cs | 7 +- LongoMatch.GUI/gtk-gui/gui.stetic | 264 +++++++ .../Converter/GstVideoConverter.cs | 260 +++++++ LongoMatch.Multimedia/Converter/ObjectManager.cs | 40 + LongoMatch.Multimedia/LongoMatch.Multimedia.mdp | 3 + LongoMatch.Multimedia/Makefile.am | 2 + LongoMatch.Multimedia/MultimediaFactory.cs | 5 + LongoMatch.Services/Services/PlaylistManager.cs | 2 +- .../Services/RenderingJobsManager.cs | 88 ++- libcesarplayer/Makefile.am | 5 + libcesarplayer/gst-video-encoder.c | 803 ++++++++++++++++++++ libcesarplayer/gst-video-encoder.h | 93 +++ libcesarplayer/liblongomatch.mdp | 2 + libcesarplayer/test-encoder.c | 93 +++ 30 files changed, 2117 insertions(+), 37 deletions(-) Sun Mar 17 20:14:21 2013 +0100 Andoni Morales Alastruey *Make the GUI toolkit accessible from a static property LongoMatch.GUI/Gui/GUIToolkit.cs | 8 ++++++++ 1 file changed, 8 insertions(+) Tue Mar 12 13:01:12 2013 +0100 Andoni Morales Alastruey *Prefix the filename with the sequence LongoMatch.GUI/Gui/GUIToolkit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thu Mar 14 20:46:00 2013 +0100 Martin Srebotnjak *Updated Slovenian translation po/sl.po | 111 +++----------------------------------------------------------- 1 file changed, 4 insertions(+), 107 deletions(-) Tue Mar 12 23:10:09 2013 -0300 Rafael Ferreira *Updated Brazilian Portuguese translation po/pt_BR.po | 162 +++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 96 insertions(+), 66 deletions(-)