Fri Feb 20 18:14:21 2015 +0100 Andoni Morales Alastruey *Fix translations LongoMatch.Core/Store/Templates/Dashboard.cs | 2 +- LongoMatch.GUI/Gui/Menu/PlaysMenu.cs | 2 +- LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs | 2 +- LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs | 1 - LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.PanelHeader.cs | 2 +- LongoMatch.GUI/gtk-gui/gui.stetic | 5 ++--- 6 files changed, 6 insertions(+), 8 deletions(-) Fri Feb 20 18:13:50 2015 +0100 Andoni Morales Alastruey *Use the shipped mono config file for the migration tool LongoMatch.Services/Services/ToolsManager.cs | 5 +++++ 1 file changed, 5 insertions(+) Wed Feb 18 19:32:51 2015 +0100 Andoni Morales Alastruey *Update translations po/ca.po | 113 ++++++++++++++++++--------------- po/cs.po | 113 ++++++++++++++++++--------------- po/da.po | 113 ++++++++++++++++++--------------- po/de.po | 181 ++++++++++++++++++++++++++++------------------------- po/el.po | 113 ++++++++++++++++++--------------- po/eo.po | 113 ++++++++++++++++++--------------- po/es.po | 113 ++++++++++++++++++--------------- po/eu.po | 113 ++++++++++++++++++--------------- po/fr.po | 115 +++++++++++++++++++--------------- po/gl.po | 113 ++++++++++++++++++--------------- po/hu.po | 113 ++++++++++++++++++--------------- po/id.po | 113 ++++++++++++++++++--------------- po/it.po | 192 +++++++++++++++++++++++++++++++-------------------------- po/nb.po | 113 ++++++++++++++++++--------------- po/nl.po | 183 +++++++++++++++++++++++++++++------------------------- po/pt.po | 113 ++++++++++++++++++--------------- po/pt_BR.po | 158 +++++++++++++++++++++++++---------------------- po/ro.po | 104 +++++++++++++++++-------------- po/ru.po | 172 +++++++++++++++++++++++++++------------------------ po/sl.po | 113 ++++++++++++++++++--------------- po/sr.po | 113 ++++++++++++++++++--------------- po/sr@latin.po | 113 ++++++++++++++++++--------------- po/sv.po | 113 ++++++++++++++++++--------------- po/tr.po | 113 ++++++++++++++++++--------------- po/zh_CN.po | 179 ++++++++++++++++++++++++++++------------------------- 25 files changed, 1765 insertions(+), 1440 deletions(-) Mon Feb 16 18:33:21 2015 +0100 Andoni Morales Alastruey *Keep DAR in images inserted in the playlist libcesarplayer/gst-nle-source.c | 8 ++++++++ 1 file changed, 8 insertions(+) Mon Feb 16 12:37:10 2015 +0100 Julien Moutte *Fix the image loading in the end capture dialog. LongoMatch.GUI/Gui/Dialog/EndCaptureDialog.cs | 2 ++ 1 file changed, 2 insertions(+) Mon Feb 16 17:06:07 2015 +0100 Andoni Morales Alastruey *Fix conversion of video files with different sizes .../Interfaces/Multimedia/IVideoConverter.cs | 2 +- .../Converter/GstVideoConverter.cs | 6 ++--- .../Services/RenderingJobsManager.cs | 3 ++- libcesarplayer/gst-video-encoder.c | 28 +++++++++++++++++++++- libcesarplayer/gst-video-encoder.h | 5 +++- libcesarplayer/test-encoder.c | 14 ++++++++++- 6 files changed, 50 insertions(+), 8 deletions(-) Mon Feb 16 14:56:36 2015 +0100 Andoni Morales Alastruey *Change invalid path characters in proposed export filename LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Mon Feb 16 14:38:37 2015 +0100 Andoni Morales Alastruey *Break lines correctly in labels .../gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs | 12 ++++++++++++ LongoMatch.GUI/gtk-gui/gui.stetic | 12 ++++++++++++ 2 files changed, 24 insertions(+) Mon Feb 16 13:58:46 2015 +0100 Andoni Morales Alastruey *Add decorations for the calendar dialog and center in mouse clicks LongoMatch.GUI/Gui/Dialog/CalendarDialog.cs | 2 +- LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CalendarDialog.cs | 3 ++- LongoMatch.GUI/gtk-gui/gui.stetic | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) Mon Feb 16 13:49:47 2015 +0100 Andoni Morales Alastruey *Fix names in language locales LongoMatch.Services/Services/CoreServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Mon Feb 16 12:14:08 2015 +0100 Andoni Morales Alastruey *Add Russian to LINGUAS po/LINGUAS | 1 + 1 file changed, 1 insertion(+) Fri Feb 13 20:58:08 2015 +0100 Andoni Morales Alastruey *Bump release 1.0.2 LongoMatch/AssemblyInfo.cs | 2 +- NEWS | 35 ++++++++++++++++++++++++++++ RELEASE | 58 ++++++++++++++++++++++++++++------------------ configure.ac | 2 +- 4 files changed, 73 insertions(+), 24 deletions(-) Fri Feb 13 17:40:19 2015 +0100 Andoni Morales Alastruey *Implement synchronous seeks LongoMatch.Multimedia/Player/GstPlayer.cs | 14 ++++---------- libcesarplayer/lgm-video-player.c | 11 +++++++---- libcesarplayer/lgm-video-player.h | 3 ++- 3 files changed, 13 insertions(+), 15 deletions(-) Fri Feb 13 14:21:32 2015 +0100 Andoni Morales Alastruey *Add a new button to rescan databases LongoMatch.Core/Interfaces/IDatabase.cs | 2 + LongoMatch.GUI/Gui/Dialog/DatabasesManager.cs | 29 +++++++- .../LongoMatch.Gui.Dialog.DatabasesManager.cs | 80 +++++++++++++++------- LongoMatch.GUI/gtk-gui/gui.stetic | 38 +++++----- LongoMatch.Services/Services/FileDB.cs | 4 +- 5 files changed, 104 insertions(+), 49 deletions(-) Fri Feb 13 13:57:01 2015 +0100 Andoni Morales Alastruey *Fix database backup when the backup dir exists LongoMatch.Services/Services/FileDB.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Fri Feb 13 12:27:25 2015 +0100 Andoni Morales Alastruey *Add Russian translation and update Rumanian po/ro.po | 81 +- po/ru.po | 2528 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2569 insertions(+), 40 deletions(-) Fri Feb 13 12:08:51 2015 +0100 Andoni Morales Alastruey *Bump pre-release 1.0.1.2 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thu Feb 12 18:49:47 2015 +0100 Piotr Drąg *Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) Thu Feb 12 17:29:50 2015 +0100 Andoni Morales Alastruey *Fix devices changing image sizes libcesarplayer/gst-camera-capturer.c | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) Thu Feb 12 17:49:12 2015 +0100 Andoni Morales Alastruey *Update translations po/ca.po | 320 ++++++++++++++++++++++++++++++++++++++-------------- po/cs.po | 324 +++++++++++++++++++++++++++++++++++++--------------- po/da.po | 320 ++++++++++++++++++++++++++++++++++++++-------------- po/de.po | 326 ++++++++++++++++++++++++++++++++++++++--------------- po/el.po | 320 ++++++++++++++++++++++++++++++++++++++-------------- po/eo.po | 320 ++++++++++++++++++++++++++++++++++++++-------------- po/es.po | 324 +++++++++++++++++++++++++++++++++++++--------------- po/eu.po | 324 +++++++++++++++++++++++++++++++++++++--------------- po/fr.po | 350 ++++++++++++++++++++++++++++++++++++++++----------------- po/gl.po | 320 ++++++++++++++++++++++++++++++++++++++-------------- po/hu.po | 324 +++++++++++++++++++++++++++++++++++++--------------- po/id.po | 320 ++++++++++++++++++++++++++++++++++++++-------------- po/it.po | 326 ++++++++++++++++++++++++++++++++++++++--------------- po/nb.po | 324 +++++++++++++++++++++++++++++++++++++--------------- po/nl.po | 324 +++++++++++++++++++++++++++++++++++++--------------- po/pt.po | 320 ++++++++++++++++++++++++++++++++++++++-------------- po/pt_BR.po | 328 ++++++++++++++++++++++++++++++++++++++--------------- po/ro.po | 326 ++++++++++++++++++++++++++++++++++++++--------------- po/sl.po | 320 ++++++++++++++++++++++++++++++++++++++-------------- po/sr.po | 324 +++++++++++++++++++++++++++++++++++++--------------- po/sr@latin.po | 324 +++++++++++++++++++++++++++++++++++++--------------- po/sv.po | 338 +++++++++++++++++++++++++++++++++++++++---------------- po/tr.po | 320 ++++++++++++++++++++++++++++++++++++++-------------- po/zh_CN.po | 326 ++++++++++++++++++++++++++++++++++++++--------------- 24 files changed, 5672 insertions(+), 2120 deletions(-) Thu Feb 12 11:56:10 2015 +0100 Andoni Morales Alastruey *Bump pre-release configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thu Feb 12 11:55:43 2015 +0100 Andoni Morales Alastruey *Fix handling of dv sources libcesarplayer/lgm-device.c | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) Thu Feb 12 01:45:24 2015 +0100 Andoni Morales Alastruey *Handle devices returning caps templates LongoMatch.Core/Common/Device.cs | 3 +++ libcesarplayer/gst-camera-capturer.c | 12 +++++++----- libcesarplayer/lgm-device.c | 18 ++++++++++++++++-- 3 files changed, 26 insertions(+), 7 deletions(-) Thu Feb 12 00:45:42 2015 +0100 Andoni Morales Alastruey *Increase wait for frames capture LongoMatch.Multimedia/Player/GstPlayer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Wed Feb 11 19:06:52 2015 +0100 Julien Moutte *Use style config for text colors in Plotter. LongoMatch.Plugins.Stats/Stats/Plotter.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) Wed Feb 11 18:19:15 2015 +0100 Julien Moutte *We need to use a widget that already has a style to find stock. LongoMatch.GUI/Gui/Dialog/EventTypeTagsEditor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Wed Feb 11 19:16:44 2015 +0100 Piotr Drąg *Updated POTFILES.in po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) Wed Feb 11 17:07:04 2015 +0100 Julien Moutte *Fix loading of stock icons. LongoMatch.GUI/Gui/Dialog/EventTypeTagsEditor.cs | 10 +++++----- LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) Wed Feb 11 17:36:10 2015 +0100 Andoni Morales Alastruey *Fix exception when the capturer can't get a frame LongoMatch.Services/Services/RenderingJobsManager.cs | 8 ++++++++ 1 file changed, 8 insertions(+) Wed Feb 11 17:25:17 2015 +0100 Andoni Morales Alastruey *Move gdk includes to lgm-utils.m LongoMatch.GUI.Multimedia/Gui/Utils/FramesCapturer.cs | 3 +-- libcesarplayer/lgm-utils.h | 7 ------- libcesarplayer/lgm-utils.m | 8 ++++++++ 3 files changed, 9 insertions(+), 9 deletions(-) Wed Feb 11 17:21:54 2015 +0100 Andoni Morales Alastruey *Don't delete LongoMatch.Multimedia.dll.config in make clean LongoMatch.Multimedia/Makefile.am | 1 - 1 file changed, 1 deletion(-) Wed Feb 11 17:20:51 2015 +0100 Andoni Morales Alastruey *Update translations po/ca.po | 137 +++---- po/cs.po | 119 ++---- po/da.po | 137 +++---- po/de.po | 588 +++++++++++++++--------------- po/el.po | 137 +++---- po/eo.po | 137 +++---- po/es.po | 2 +- po/eu.po | 139 +++---- po/fr.po | 144 ++++---- po/gl.po | 137 +++---- po/hu.po | 139 +++---- po/id.po | 137 +++---- po/it.po | 600 +++++++++++++++--------------- po/nb.po | 139 +++---- po/nl.po | 366 ++++++++++--------- po/pt.po | 137 +++---- po/pt_BR.po | 492 ++++++++++++------------- po/ro.po | 141 +++---- po/sl.po | 137 +++---- po/sr.po | 139 +++---- po/sr@latin.po | 139 +++---- po/sv.po | 1113 ++++++++++++++++++++++++++++---------------------------- po/tr.po | 137 +++---- po/zh_CN.po | 1076 +++++++++++++++++++++++++++--------------------------- 24 files changed, 3319 insertions(+), 3250 deletions(-) Wed Feb 11 17:05:10 2015 +0100 Andoni Morales Alastruey *Update spanish translation po/es.po | 157 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 81 insertions(+), 76 deletions(-) Wed Feb 11 16:56:40 2015 +0100 Andoni Morales Alastruey *Fix index selection after moving playlist items LongoMatch.Core/Store/Playlists/Playlist.cs | 19 ++++++++++++++++++- LongoMatch.GUI/Gui/TreeView/PlayListTreeView.cs | 23 +++++++++++++++++------ 2 files changed, 35 insertions(+), 7 deletions(-) Wed Feb 11 15:49:26 2015 +0100 Andoni Morales Alastruey *Fix moves of elements between playlists LongoMatch.GUI/Gui/TreeView/PlayListTreeView.cs | 35 ++++++++++++++++++------- 1 file changed, 25 insertions(+), 10 deletions(-) Wed Feb 11 15:39:41 2015 +0100 Andoni Morales Alastruey *Don't expand/collapse playlists row after drags LongoMatch.GUI/Gui/TreeView/PlayListTreeView.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) Sat Feb 7 11:25:36 2015 +0100 Andoni Morales Alastruey *Add support to select capture cards output format LongoMatch.Core/Common/CaptureSettings.cs | 15 +- LongoMatch.Core/Common/Device.cs | 19 + LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs | 56 ++- .../LongoMatch.Gui.Panel.NewProjectPanel.cs | 489 +++++++++++---------- LongoMatch.GUI/gtk-gui/gui.stetic | 315 ++++++++----- .../Capturer/GstCameraCapturer.cs | 25 +- LongoMatch.Multimedia/LongoMatch.Multimedia.csproj | 2 +- LongoMatch.Multimedia/Makefile.am | 2 +- LongoMatch.Multimedia/Utils/Devices.cs | 85 ++++ LongoMatch.Multimedia/Utils/MultimediaFactory.cs | 2 +- LongoMatch.Multimedia/Utils/VideoDevice.cs | 60 --- libcesarplayer/Makefile.am | 2 + libcesarplayer/gst-camera-capturer.c | 145 ++---- libcesarplayer/gst-camera-capturer.h | 4 + libcesarplayer/lgm-device.c | 329 ++++++++++++++ libcesarplayer/lgm-device.h | 75 ++++ libcesarplayer/liblongomatch.cproj | 4 +- libcesarplayer/test-capturer.c | 3 +- 18 files changed, 1062 insertions(+), 570 deletions(-) Mon Feb 9 17:34:26 2015 +0100 Andoni Morales Alastruey *Don't wrap teams names into a scrolled window LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs | 1 + 1 file changed, 1 insertion(+) Sat Feb 7 13:02:51 2015 +0100 Andoni Morales Alastruey *Reorganize code and remove unused files libcesarplayer/Makefile.am | 6 +- libcesarplayer/common.h | 146 ----- libcesarplayer/gst-camera-capturer.c | 3 +- libcesarplayer/gst-camera-capturer.h | 2 +- libcesarplayer/gst-nle-source.c | 2 +- libcesarplayer/gst-nle-source.h | 2 +- libcesarplayer/gst-remuxer.h | 2 +- libcesarplayer/gst-video-editor.c | 2 +- libcesarplayer/gst-video-editor.h | 2 +- libcesarplayer/gst-video-encoder.c | 2 +- libcesarplayer/gst-video-encoder.h | 2 +- libcesarplayer/gstscreenshot.c | 2 +- libcesarplayer/gstvideowidget.c | 1193 ---------------------------------- libcesarplayer/gstvideowidget.h | 123 ---- libcesarplayer/lgm-utils.h | 173 +++++ libcesarplayer/lgm-utils.m | 414 ++++++++++++ libcesarplayer/lgm-video-player.c | 12 - libcesarplayer/lgm-video-player.h | 2 +- libcesarplayer/liblongomatch.cproj | 8 +- libcesarplayer/macros.h | 39 -- libcesarplayer/test-capturer.c | 11 +- libcesarplayer/test-discoverer.c | 2 +- libcesarplayer/video-utils.h | 71 -- libcesarplayer/video-utils.m | 430 ------------ 24 files changed, 604 insertions(+), 2047 deletions(-) Tue Feb 10 23:10:13 2015 +0100 Julien Moutte *Workaround stetic code generation bug. Indeed translatable tooltips are not marked as such in generated code. LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 12 ++++++++++++ LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 14 ++++++++++++++ LongoMatch.GUI/Gui/Component/PlayListWidget.cs | 8 ++++++++ LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs | 7 +++++++ 4 files changed, 41 insertions(+) Tue Feb 10 22:51:32 2015 +0100 Julien Moutte *Workaround stetic code generation bug. Indeed translatable tooltips are not marked as such in generated code. LongoMatch.GUI/Gui/Dialog/DrawingTool.cs | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) Mon Feb 9 22:43:00 2015 +0100 Julien Moutte *Add a small border between frame label and content. .../gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs | 4 ++++ LongoMatch.GUI/gtk-gui/gui.stetic | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) Mon Feb 9 21:33:34 2015 +0100 Julien Moutte *Add rate information to timeline and playlist desc Ideally we might want to add some more visual representation of the playback rate, that will be for a future improvement. LongoMatch.Core/Store/Playlists/PlaylistPlayElement.cs | 12 +++++++++++- LongoMatch.Core/Store/TimeNode.cs | 6 ++++++ LongoMatch.Core/Store/TimelineEvent.cs | 6 +++++- 3 files changed, 22 insertions(+), 2 deletions(-) Mon Feb 9 21:31:46 2015 +0100 Julien Moutte *Remove the heading dash character for play rate. LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Sun Feb 8 23:38:10 2015 +0100 Marek Černocký *Updated Czech translation po/cs.po | 133 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 69 insertions(+), 64 deletions(-) Fri Feb 6 17:31:28 2015 +0100 Julien Moutte *Make sure the scale value is properly calculated from the rate. This was corrupting the event playback rate stored and used for rendering. LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Fri Feb 6 16:42:33 2015 +0100 Julien Moutte *Don't expose the audio branch if the current item playback rate is not 1x libcesarplayer/gst-nle-source.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Fri Feb 6 15:44:33 2015 +0100 Julien Moutte *Use the config font instead of hardcoding Ubuntu LongoMatch.Core/StyleConf.cs | 2 +- LongoMatch.Drawing.Cairo/CairoBackend.cs | 2 +- LongoMatch.Drawing/CanvasObjects/LabelObject.cs | 2 +- LongoMatch.Drawing/Widgets/Blackboard.cs | 2 +- LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 2 +- LongoMatch.GUI/Gui/Component/GameDescriptionHeader.cs | 4 ++-- LongoMatch.GUI/Gui/Component/TeamsComboBox.cs | 2 +- LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) Wed Feb 4 18:38:45 2015 +0100 Julien Moutte *Use clear color for text to improve readability. data/theme/gtk-2.0/gtkrc | 4 ++-- data/theme/longomatch-dark.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Fri Feb 6 16:07:21 2015 +0100 Andoni Morales Alastruey *Resort events after an event is edited LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs | 2 ++ 1 file changed, 2 insertions(+) Fri Feb 6 16:05:36 2015 +0100 Andoni Morales Alastruey *Update lineup after a editing a substitution LongoMatch.Core/Common/EventsBroker.cs | 8 ++++++++ LongoMatch.Core/Handlers/Handlers.cs | 2 ++ LongoMatch.GUI/Gui/Component/CodingWidget.cs | 19 +++++++++++++++++++ LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs | 1 + 4 files changed, 30 insertions(+) Fri Feb 6 15:42:58 2015 +0100 Andoni Morales Alastruey *Only emit the teams changed signal when a player changed in the list LongoMatch.GUI/Gui/TreeView/ListTreeViewBase.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Fri Feb 6 12:58:43 2015 +0100 Andoni Morales Alastruey *Change TimeNodeChanged signature to use Time LongoMatch.Core/Common/EventsBroker.cs | 4 ++-- LongoMatch.Core/Handlers/Handlers.cs | 2 +- LongoMatch.Services/Services/PlaylistManager.cs | 9 ++++----- 3 files changed, 7 insertions(+), 8 deletions(-) Fri Feb 6 12:58:07 2015 +0100 Andoni Morales Alastruey *Only fill devices list when choosing the capture project LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fri Feb 6 11:56:47 2015 +0100 Andoni Morales Alastruey *Add a new description field to projects description LongoMatch.Core/Common/Enums.cs | 8 + LongoMatch.Core/Store/ProjectDescription.cs | 113 +++++- LongoMatch.GUI/Gui/Component/NotesWidget.cs | 1 + LongoMatch.GUI/Gui/Component/ProjectListWidget.cs | 59 +-- LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs | 4 + LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs | 8 +- .../LongoMatch.Gui.Component.CategoryProperties.cs | 2 +- .../LongoMatch.Gui.Panel.NewProjectPanel.cs | 406 +++++++++++---------- .../LongoMatch.Gui.Panel.ProjectsManagerPanel.cs | 200 +++++----- LongoMatch.GUI/gtk-gui/gui.stetic | 123 ++++++- 10 files changed, 569 insertions(+), 355 deletions(-) Fri Feb 6 11:54:32 2015 +0100 Andoni Morales Alastruey *Fix project's description corruption LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs | 1 + 1 file changed, 1 insertion(+) Wed Feb 4 12:46:02 2015 +0100 Andoni Morales Alastruey *Support tagging players from a keypad LongoMatch.Services/Services/HotKeysManager.cs | 3 +++ 1 file changed, 3 insertions(+) Wed Feb 4 12:09:23 2015 +0100 Andoni Morales Alastruey *Fix typo in action name LongoMatch.GUI/Gui/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Wed Feb 4 12:03:08 2015 +0100 Andoni Morales Alastruey *Move about menu to app menu LongoMatch.GUI/Gui/MainWindow.cs | 6 ++++++ LongoMatch/Main.cs | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) Wed Feb 4 11:53:53 2015 +0100 Andoni Morales Alastruey *Factorize window creation and make shortcut work everywhere LongoMatch.GUI.Helpers/ExternalWindow.cs | 54 ++++++++++++++++++++++ .../LongoMatch.GUI.Helpers.csproj | 1 + LongoMatch.GUI.Helpers/Makefile.am | 5 +- LongoMatch.GUI/Gui/Component/AnalysisComponent.cs | 19 ++------ LongoMatch.GUI/Gui/Component/CodingWidget.cs | 10 ++-- 5 files changed, 70 insertions(+), 19 deletions(-) Wed Feb 4 11:21:02 2015 +0100 Andoni Morales Alastruey *Only draw expanders when count > 0 LongoMatch.Drawing/PlayslistCellRenderer.cs | 34 +++++++++++++++-------------- 1 file changed, 18 insertions(+), 16 deletions(-) Wed Feb 4 10:47:38 2015 +0100 Andoni Morales Alastruey *Propose better filenames in the media file chooser LongoMatch.GUI/Gui/Component/MediaFileChooser.cs | 36 +++++++++++++++++----- LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs | 2 ++ .../Gui/Dialog/VideoEditionProperties.cs | 11 +++++++ LongoMatch.GUI/Gui/GUIToolkit.cs | 1 + LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs | 3 +- LongoMatch.GUI/gtk-gui/objects.xml | 2 ++ 6 files changed, 46 insertions(+), 9 deletions(-) Tue Feb 3 19:22:12 2015 +0100 Marek Černocký *Updated Czech translation po/cs.po | 133 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 91 insertions(+), 42 deletions(-) Tue Feb 3 18:17:47 2015 +0100 Andoni Morales Alastruey *Fix cancelling imports with more than 1 option LongoMatch.Services/Services/ToolsManager.cs | 3 +++ 1 file changed, 3 insertions(+) Tue Feb 3 18:17:36 2015 +0100 Andoni Morales Alastruey *Fix typo LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs | 4 ++-- LongoMatch.GUI/gtk-gui/gui.stetic | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Tue Feb 3 16:33:28 2015 +0100 Andoni Morales Alastruey *Load playlist elements using the recorded rate LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tue Feb 3 16:33:13 2015 +0100 Andoni Morales Alastruey *Use float for Rate as in TimeNode LongoMatch.Core/Store/Playlists/PlaylistPlayElement.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tue Feb 3 16:10:00 2015 +0100 Andoni Morales Alastruey *Update transifex translations po/ca.po | 136 +++++++++++++++++++++++--------------- po/cs.po | 120 ++++++++++------------------------ po/da.po | 140 ++++++++++++++++++++++++--------------- po/de.po | 142 ++++++++++++++++++++++++---------------- po/el.po | 142 ++++++++++++++++++++++++---------------- po/eo.po | 136 +++++++++++++++++++++++--------------- po/es.po | 203 +++++++++++++++++++++------------------------------------ po/eu.po | 150 +++++++++++++++++++++++++----------------- po/fr.po | 153 ++++++++++++++++++++++++++----------------- po/gl.po | 140 ++++++++++++++++++++++++--------------- po/hu.po | 150 +++++++++++++++++++++++++----------------- po/id.po | 136 +++++++++++++++++++++++--------------- po/it.po | 150 +++++++++++++++++++++++++----------------- po/nb.po | 142 ++++++++++++++++++++++++---------------- po/nl.po | 150 +++++++++++++++++++++++++----------------- po/pt.po | 136 +++++++++++++++++++++++--------------- po/pt_BR.po | 150 +++++++++++++++++++++++++----------------- po/ro.po | 144 ++++++++++++++++++++++++---------------- po/sl.po | 142 ++++++++++++++++++++++++---------------- po/sr.po | 193 ++++++++++++++++++++---------------------------------- po/sr@latin.po | 194 ++++++++++++++++++++---------------------------------- po/sv.po | 136 +++++++++++++++++++++++--------------- po/tr.po | 140 ++++++++++++++++++++++++--------------- po/zh_CN.po | 136 +++++++++++++++++++++++--------------- 24 files changed, 1994 insertions(+), 1567 deletions(-) Tue Feb 3 16:08:04 2015 +0100 Andoni Morales Alastruey *Set the correct property name for the capture device in OS X libcesarplayer/gst-camera-capturer.c | 2 ++ 1 file changed, 2 insertions(+) Tue Feb 3 16:07:10 2015 +0100 Andoni Morales Alastruey *Retry taking snapshot 3 times LongoMatch.Multimedia/Player/GstPlayer.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) Tue Feb 3 10:11:26 2015 +0100 Marek Černocký *Updated Czech translation po/cs.po | 141 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 87 insertions(+), 54 deletions(-) Mon Feb 2 18:01:11 2015 +0100 Andoni Morales Alastruey *Fix focus for the event name LongoMatch.GUI/Gui/Dialog/PlayEditor.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Mon Feb 2 18:00:54 2015 +0100 Andoni Morales Alastruey *Use current lineup when editing an event LongoMatch.Drawing/CanvasObjects/PlayersTaggerObject.cs | 1 + LongoMatch.GUI/Gui/Dialog/PlayEditor.cs | 3 +++ 2 files changed, 4 insertions(+) Mon Feb 2 18:00:31 2015 +0100 Andoni Morales Alastruey *Return start time for events without event time LongoMatch.Core/Store/TimeNode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fri Jan 30 16:40:59 2015 +0100 Andoni Morales Alastruey *Use autovideosink as the default video sink libcesarplayer/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Sat Jan 31 19:16:29 2015 +0100 Мирослав Николић *Added Serbian translation po/LINGUAS | 2 + po/sr.po | 2429 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr@latin.po | 2429 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 4860 insertions(+) Fri Jan 30 15:50:04 2015 +0100 Andoni Morales Alastruey *Use f for the fullscreen accelerator LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- LongoMatch.GUI/gtk-gui/gui.stetic | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Fri Jan 30 15:23:25 2015 +0100 Andoni Morales Alastruey *Move the Quit and Preferences menu item to the app menu LongoMatch.GUI/Gui/GtkOSXApplication.cs | 393 ++++++++++++++++++++++++++++++++ LongoMatch.GUI/Gui/MainWindow.cs | 13 ++ LongoMatch/GtkOSXApplication.cs | 7 + LongoMatch/Main.cs | 35 ++- 4 files changed, 437 insertions(+), 11 deletions(-) Fri Jan 30 11:28:25 2015 +0100 Andoni Morales Alastruey *Run backend callbacks from the main thread LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Fri Jan 30 13:19:09 2015 +0100 Andoni Morales Alastruey *Add debug dot dump for capturer errors libcesarplayer/gst-camera-capturer.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Fri Jan 30 11:52:56 2015 +0100 Andoni Morales Alastruey *Add OS X integration for menus and dock LongoMatch.GUI/Gui/MainWindow.cs | 22 ++- LongoMatch/GtkOSXApplication.cs | 386 +++++++++++++++++++++++++++++++++++++++ LongoMatch/LongoMatch.csproj | 1 + LongoMatch/Main.cs | 13 ++ LongoMatch/Makefile.am | 1 + 5 files changed, 415 insertions(+), 8 deletions(-) Thu Jan 29 17:09:43 2015 +0100 Andoni Morales Alastruey *Set the pipeline to NULL after an error in the editor libcesarplayer/gst-video-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thu Jan 29 16:39:37 2015 +0100 Andoni Morales Alastruey *Make mdptomakefile.py executable tools/mdptomakefile.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) Thu Jan 29 16:39:07 2015 +0100 Andoni Morales Alastruey *Fix directory name for live automatic exports LongoMatch.Core/Store/ProjectDescription.cs | 15 +++++++++++++++ LongoMatch.Services/Services/EventsManager.cs | 9 ++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) Thu Jan 29 16:32:57 2015 +0100 Andoni Morales Alastruey *Add a helper funtion to sanitize paths LongoMatch.Core/Common/Utils.cs | 38 ++++++++++++++++++++++++++++++++++ LongoMatch.Core/LongoMatch.Core.csproj | 1 + LongoMatch.Core/Makefile.am | 1 + LongoMatch/Main.cs | 4 +--- 4 files changed, 41 insertions(+), 3 deletions(-) Thu Jan 29 16:04:23 2015 +0100 Julien Moutte *Return a copy to prevent system template modification. LongoMatch.Services/Services/TemplatesService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Thu Jan 29 15:57:33 2015 +0100 Julien Moutte *Fix translatable strings Use dashboards all around. LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Thu Jan 29 15:56:57 2015 +0100 Julien Moutte *Don't reuse cached templates to avoid persisting changes Reload the original template When the template is not saved LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs | 36 +++++++++++++++--------- 1 file changed, 22 insertions(+), 14 deletions(-) Tue Jan 27 17:00:45 2015 +0100 Andoni Morales Alastruey *Only force par=1/1 when width or height are not set libcesarplayer/gst-video-encoder.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Tue Jan 27 15:31:30 2015 +0100 Andoni Morales Alastruey *Increase x264 speed-preset to "fast" libcesarplayer/video-utils.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tue Jan 27 12:12:16 2015 +0100 Andoni Morales Alastruey *Add a dot dump on errors and use same naming scheme libcesarplayer/gst-video-editor.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Tue Jan 27 12:11:54 2015 +0100 Andoni Morales Alastruey *Use h264parse for fluvah264enc too libcesarplayer/video-utils.m | 49 +++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 23 deletions(-) Mon Jan 26 15:07:09 2015 +0100 Andoni Morales Alastruey *Remove borders in the logo data/icons/hicolor/scalable/apps/longomatch.svg | 96 +++++++++++++++++-------- 1 file changed, 66 insertions(+), 30 deletions(-) Mon Jan 26 15:05:57 2015 +0100 Andoni Morales Alastruey *Add support for fluh264enc libcesarplayer/video-utils.m | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) Fri Jan 23 11:44:20 2015 +0100 Daniel Mustieles *Updated Spanish translation po/es.po | 83 +++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 53 insertions(+), 30 deletions(-) Wed Jan 21 17:21:38 2015 +0100 Piotr Drąg *Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) Wed Jan 21 16:12:55 2015 +0100 Andoni Morales Alastruey *Fix exception saving project after chaning its name LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) Wed Jan 21 11:48:54 2015 +0100 Andoni Morales Alastruey *Set the current teams in the combobox for fake live projects LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs | 37 ++++++++++++++++++----------- 1 file changed, 23 insertions(+), 14 deletions(-) Tue Jan 20 07:42:43 2015 -0500 Julien Moutte *When we are forced to upscale, propose the minimum supported resolution. LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs | 9 +++++++++ 1 file changed, 9 insertions(+) Mon Jan 19 14:26:30 2015 +0100 Julien Moutte *Do not use SVG icons for the dialog boxes as GTK is not scaling them properly. data/theme/Makefile.am | 3 ++- data/theme/gtk-2.0/Stock/gtk-dialog-info.png | Bin 0 -> 1119 bytes data/theme/gtk-2.0/Stock/gtk-dialog-info.svg | 13 ------------- data/theme/gtk-2.0/Stock/gtk-dialog-warning.png | Bin 0 -> 2465 bytes data/theme/gtk-2.0/gtkrc | 3 ++- 5 files changed, 4 insertions(+), 15 deletions(-) Mon Jan 19 14:08:21 2015 +0100 Julien Moutte *Make sure panel headers title string get translated. LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs | 6 +++--- LongoMatch.GUI/Gui/Panel/OpenProjectPanel.cs | 3 ++- LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs | 2 +- LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs | 2 +- LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) Mon Jan 19 13:44:47 2015 +0100 Julien Moutte *Make sure eraser resource has a logical name. Fix Xamarin Studio build. LongoMatch.Drawing.Cairo/LongoMatch.Drawing.Cairo.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Thu Jan 15 17:18:08 2015 +0100 Julien Moutte *Try to remove I420 from the caps filter to fix Windows HW video encoding. libcesarplayer/gst-video-encoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Mon Jan 12 15:37:33 2015 +0100 Julien Moutte *Only apply the visibility hack on Microsoft Windows. Indeed this tries to address a GDK bug only visible on Windows, no need to use it on other platforms as it could create some problems like a crash observed in the capturerbin on OSX. LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs | 3 +++ 1 file changed, 3 insertions(+) Tue Jan 20 13:47:56 2015 +0100 Daniel Mustieles *Updated Spanish translation po/es.po | 161 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 113 insertions(+), 48 deletions(-) Mon Jan 19 00:46:23 2015 +0100 Marek Černocký *Updated Czech translation po/cs.po | 127 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 88 insertions(+), 39 deletions(-) Fri Jan 16 17:48:50 2015 +0100 Piotr Drąg *Fix some minor typos in translatable strings LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 4 ++-- LongoMatch.GUI/Gui/Dialog/DatabasesManager.cs | 2 +- LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs | 2 +- LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) Fri Jan 9 16:14:31 2015 +0100 Andoni Morales Alastruey *Let the application handle the aspect ratio libcesarplayer/gst-camera-capturer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fri Jan 9 14:52:21 2015 +0100 Andoni Morales Alastruey *Update version in Assembly.cs LongoMatch/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fri Jan 9 14:52:21 2015 +0100 Andoni Morales Alastruey *Bump release 1.0.1 NEWS | 22 ++++++++++++++++++++++ RELEASE | 36 ++++++++++++++++++++----------------