Wed Apr 7 23:56:38 2010 +0200 Andoni Morales Alastruey *Bump version 0.15.7 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Wed Apr 7 00:30:26 2010 +0200 Andoni Morales Alastruey *Fix desktop file LongoMatch/longomatch.desktop.in.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Wed Apr 7 00:27:29 2010 +0200 Andoni Morales Alastruey *Prepare NEWS and RELEASE for the release NEWS | 7 +++++-- RELEASE | 24 ++++++++++++++++++------ 2 files changed, 23 insertions(+), 8 deletions(-) Tue Apr 6 23:29:30 2010 +0200 Andoni Morales Alastruey *Show the project title instead of the file path LongoMatch/Gui/Dialog/ProjectsManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Tue Apr 6 14:55:24 2010 +0200 Jorge González *Updated Spanish translation po/es.po | 112 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 58 insertions(+), 54 deletions(-) Tue Apr 6 02:25:23 2010 +0200 Andoni Morales Alastruey *Prepare NEWS and RELEASE NEWS | 10 ++++++++++ RELEASE | 23 ++++++++--------------- 2 files changed, 18 insertions(+), 15 deletions(-) Mon Apr 5 20:43:43 2010 +0200 Andoni Morales Alastruey *Add tooltops to the project template widget ...ngoMatch.Gui.Component.ProjectTemplateWidget.cs | 5 +++++ .../LongoMatch.Gui.Dialog.EditCategoryDialog.cs | 2 +- ...Match.Gui.Dialog.FramesCaptureProgressDialog.cs | 2 +- LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- LongoMatch/gtk-gui/gui.stetic | 9 +++++++-- 5 files changed, 15 insertions(+), 5 deletions(-) Mon Apr 5 20:34:07 2010 +0200 Andoni Morales Alastruey *Add tooltips to the projects manager .../LongoMatch.Gui.Dialog.ProjectsManager.cs | 3 +++ LongoMatch/gtk-gui/gui.stetic | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) Mon Apr 5 20:30:19 2010 +0200 Andoni Morales Alastruey *Add tooltips to the playlist widget .../LongoMatch.Gui.Component.PlayListWidget.cs | 5 +++++ LongoMatch/gtk-gui/gui.stetic | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) Mon Apr 5 20:25:43 2010 +0200 Andoni Morales Alastruey *Prevent firing a wrong seek when the current time can be retrieved libcesarplayer/src/bacon-video-widget-gst-0.10.c | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) Mon Apr 5 19:26:13 2010 +0200 Andoni Morales Alastruey *Fix bug seeking to a wrong position after releasing the timescale CesarPlayer/Gui/PlayerBin.cs | 56 ++++++++++++++++++++++++----------------- 1 files changed, 33 insertions(+), 23 deletions(-) Mon Apr 5 19:34:17 2010 +0200 Andoni Morales Alastruey *Use STEP modifier to trigger the step seek LongoMatch/Common/Constants.cs | 8 ++--- LongoMatch/Gui/MainWindow.cs | 70 +++++++++++++++++++++------------------ 2 files changed, 41 insertions(+), 37 deletions(-) Mon Apr 5 18:31:58 2010 +0200 Andoni Morales Alastruey *Enable use of arrows for frame seeking and framerate changes CesarPlayer/Gui/PlayerBin.cs | 7 +++++++ CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs | 3 --- CesarPlayer/gtk-gui/LongoMatch.Gui.PlayerBin.cs | 7 ------- CesarPlayer/gtk-gui/gui.stetic | 10 ---------- LongoMatch/Common/Constants.cs | 8 ++++---- LongoMatch/Gui/Component/ButtonsWidget.cs | 3 +++ LongoMatch/Gui/MainWindow.cs | 5 ++--- LongoMatch/Gui/TreeView/PlayersTreeView.cs | 6 +++++- LongoMatch/Gui/TreeView/PlaysTreeView.cs | 5 +++++ LongoMatch/Gui/TreeView/TagsTreeView.cs | 7 ++++++- .../LongoMatch.Gui.Component.ButtonsWidget.cs | 2 -- .../LongoMatch.Gui.Component.TimeLineWidget.cs | 2 -- LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- LongoMatch/gtk-gui/gui.stetic | 5 ----- 14 files changed, 33 insertions(+), 39 deletions(-) Mon Apr 5 17:10:16 2010 +0200 Andoni Morales Alastruey *Add tooltips to the capturer widget CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs | 3 +++ CesarPlayer/gtk-gui/gui.stetic | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) Mon Apr 5 17:07:03 2010 +0200 Andoni Morales Alastruey *Rename 'toggle_pause' to 'pause' isnce there is no toggling. CesarPlayer/Capturer/FakeCapturer.cs | 15 ++------- CesarPlayer/Capturer/GstCameraCapturer.cs | 6 ++-- CesarPlayer/Capturer/ICapturer.cs | 2 +- CesarPlayer/Gui/CapturerBin.cs | 33 ++++++++++++++------ CesarPlayer/gtk-gui/LongoMatch.Gui.PlayerBin.cs | 36 +++++++++++----------- LongoMatch/Gui/MainWindow.cs | 2 +- LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- libcesarplayer/src/gst-camera-capturer.c | 2 +- libcesarplayer/src/gst-camera-capturer.h | 2 +- 9 files changed, 52 insertions(+), 48 deletions(-) Mon Apr 5 16:48:29 2010 +0200 Andoni Morales Alastruey *Enable toggling capture state using the keyborad LongoMatch/Gui/MainWindow.cs | 54 ++++++++++++++++++++++++------------------ 1 files changed, 31 insertions(+), 23 deletions(-) Mon Apr 5 16:40:57 2010 +0200 Andoni Morales Alastruey *Disable the transparent drawing tool LongoMatch/Gui/MainWindow.cs | 5 ----- LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 4 ++-- LongoMatch/gtk-gui/gui.stetic | 3 +-- 3 files changed, 3 insertions(+), 9 deletions(-) Mon Apr 5 16:37:48 2010 +0200 Andoni Morales Alastruey *Add tooltips to the drawing tool box .../LongoMatch.Gui.Component.DrawingToolBox.cs | 10 ++++++++++ LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- LongoMatch/gtk-gui/gui.stetic | 13 ++++++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) Mon Apr 5 16:29:37 2010 +0200 Andoni Morales Alastruey *Don't save projects that wasn't loaded successfully LongoMatch/Gui/MainWindow.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Mon Apr 5 16:27:16 2010 +0200 Andoni Morales Alastruey *Always remove the logo mode after setting a project. LongoMatch/Gui/MainWindow.cs | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) Mon Apr 5 16:26:16 2010 +0200 Andoni Morales Alastruey *Check if the project is null and remove an indentation level LongoMatch/Gui/MainWindow.cs | 120 +++++++++++++++++++++-------------------- 1 files changed, 61 insertions(+), 59 deletions(-) Mon Apr 5 16:23:08 2010 +0200 Andoni Morales Alastruey *Fix regression opening projects using a file that is not available in the system LongoMatch/Gui/MainWindow.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Mon Apr 5 16:12:05 2010 +0200 Andoni Morales Alastruey *Clean-up variables declaration CesarPlayer/Utils/MediaFile.cs | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) Mon Apr 5 16:10:15 2010 +0200 Andoni Morales Alastruey *Dispose the player properly after an error opening a file CesarPlayer/Utils/MediaFile.cs | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) Mon Apr 5 16:08:09 2010 +0200 Andoni Morales Alastruey *Remove unexisting category 'Sports' from the desktop file LongoMatch/longomatch.desktop.in.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) Mon Apr 5 15:55:15 2010 +0200 Andoni Morales Alastruey *Ensure using a file with a valid video stream for new projects LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Wed Mar 31 19:47:58 2010 +0200 Matej Urbančič *Updated Slovenian translation po/sl.po | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) Wed Mar 31 00:01:47 2010 +0200 Andoni Morales Alastruey *Bump version 0.15.6 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Wed Mar 31 00:01:18 2010 +0200 Andoni Morales Alastruey *Delete gstreamer registry in the windows installation win32/installer.iss | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)