Tue Mar 30 23:33:17 2010 +0200 Andoni Morales Alastruey *Update RELEASE and NEWS NEWS | 18 +++++++++++++++ RELEASE | 75 ++++++++++++++++++++++++++++++++------------------------------ 2 files changed, 57 insertions(+), 36 deletions(-) Tue Mar 30 00:47:20 2010 +0200 Andoni Morales Alastruey *Bump version 0.15.2.2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Tue Mar 30 20:52:54 2010 +0200 Jorge González *Updated Spanish translation po/es.po | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) Mon Mar 29 23:55:09 2010 +0200 Andoni Morales Alastruey *Fix typo ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs | 2 +- LongoMatch/gtk-gui/gui.stetic | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) Mon Mar 29 23:48:36 2010 +0200 Andoni Morales Alastruey *Add missing files to the windows makefile Makefile.win32 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Mon Mar 29 23:42:33 2010 +0200 Andoni Morales Alastruey *Update translators string LongoMatch/Common/Constants.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) Mon Mar 29 23:33:53 2010 +0200 Andoni Morales Alastruey *Update GUI related files .../LongoMatch.Gui.Dialog.NewProjectDialog.cs | 2 +- ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs | 127 ++++++++------------ LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 5 +- LongoMatch/gtk-gui/gui.stetic | 3 +- 4 files changed, 57 insertions(+), 80 deletions(-) Mon Mar 29 23:33:11 2010 +0200 Andoni Morales Alastruey *Override the DeleteEvent to ask before quiting LongoMatch/Gui/MainWindow.cs | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) Mon Mar 29 22:58:44 2010 +0200 Mario Blättermann *Updated German translation po/de.po | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) Mon Mar 29 21:26:29 2010 +0200 Andoni Morales Alastruey *Update spanish translation po/es.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Mon Mar 29 21:15:26 2010 +0200 Andoni Morales Alastruey *Add missing file to POTFILES.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Mon Mar 29 21:08:38 2010 +0200 Andoni Morales Alastruey *Update windows build/deploy scripts Makefile.win32 | 20 ++++++++++++++++---- win32/deploy_win32.py | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) Mon Mar 29 17:46:17 2010 +0200 Petr Kovar *Update Czech translation by Marek Cernocky po/cs.po | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) Sun Mar 28 19:50:40 2010 +0200 Mario Blättermann *Updated German translation po/de.po | 42 +++++++++++++++++++----------------------- 1 files changed, 19 insertions(+), 23 deletions(-) Sun Mar 28 19:14:47 2010 +0200 Marek Černocký *Update Czech translation po/cs.po | 392 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 243 insertions(+), 149 deletions(-) Sun Mar 28 16:10:43 2010 +0200 Andoni Morales Alastruey *Change icons's position in the project selection dialog .../LongoMatch.Gui.Dialog.NewProjectDialog.cs | 2 +- LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +- LongoMatch/gtk-gui/gui.stetic | 79 ++++++------------- 3 files changed, 27 insertions(+), 56 deletions(-) Sun Mar 28 13:42:05 2010 +0200 Jorge González *Updated Spanish translation po/es.po | 21 ++++++++------------- 1 files changed, 8 insertions(+), 13 deletions(-) Sun Mar 28 12:17:52 2010 +0200 Matej Urbančič *Updated Slovenian translation po/sl.po | 383 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 232 insertions(+), 151 deletions(-) Sat Mar 27 14:23:03 2010 +0100 Andoni Morales Alastruey *Remove 'New' from the project type enum. LongoMatch/Common/Enums.cs | 6 +++--- LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 14 +++++++------- LongoMatch/Gui/Dialog/ProjectSelectionDialog.cs | 4 ++-- LongoMatch/Gui/MainWindow.cs | 14 +++++++------- LongoMatch/Handlers/EventsManager.cs | 12 ++++++------ LongoMatch/Utils/ProjectUtils.cs | 2 +- 6 files changed, 26 insertions(+), 26 deletions(-) Sat Mar 27 14:09:25 2010 +0100 Andoni Morales Alastruey *Prompt to close the project even if it's a file project LongoMatch/Gui/MainWindow.cs | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) Sat Mar 27 09:21:24 2010 +0100 Andoni Morales Alastruey *Ungrab the pointer after clicking the player's event box CesarPlayer/Gui/PlayerBin.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) Fri Mar 26 22:38:38 2010 +0100 Mario Blättermann *Updated German translation po/de.po | 397 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 245 insertions(+), 152 deletions(-) Fri Mar 26 20:03:21 2010 +0100 Jorge González *Updated Spanish translation po/es.po | 397 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 245 insertions(+), 152 deletions(-) Fri Mar 26 02:10:51 2010 +0100 Andoni Morales Alastruey *Added new tagging mode using start and stop time LongoMatch/Common/Enums.cs | 5 + LongoMatch/Gui/Component/ButtonsWidget.cs | 53 ++++++- LongoMatch/Gui/MainWindow.cs | 31 ++-- LongoMatch/Handlers/EventsManager.cs | 31 ++++- LongoMatch/Handlers/Handlers.cs | 4 + LongoMatch/LongoMatch.mdp | 2 +- .../LongoMatch.Gui.Component.ButtonsWidget.cs | 41 +++++- LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 14 ++- LongoMatch/gtk-gui/gui.stetic | 178 +++++++++++++------- LongoMatch/gtk-gui/objects.xml | 56 ++++--- 10 files changed, 304 insertions(+), 111 deletions(-) Fri Mar 26 00:38:00 2010 +0100 Andoni Morales Alastruey *Refactor prepareing for the new mark event based on duration LongoMatch/Handlers/EventsManager.cs | 63 ++++++++++++++++++---------------- 1 files changed, 33 insertions(+), 30 deletions(-) Sat Mar 20 21:29:57 2010 +0100 Andoni Morales Alastruey *Update POTFILES.in with last changes po/POTFILES.in | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) Sat Mar 20 21:17:59 2010 +0100 Andoni Morales Alastruey *Added extra keyboard shortcuts to the video player CesarPlayer/Gui/PlayerBin.cs | 35 ++++++++++++++++-- CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs | 12 +++--- CesarPlayer/gtk-gui/LongoMatch.Gui.PlayerBin.cs | 39 ++++++++++---------- CesarPlayer/gtk-gui/gui.stetic | 3 +- LongoMatch/Common/Constants.cs | 15 ++++++++ LongoMatch/Gui/MainWindow.cs | 27 ++++++++++++-- ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs | 12 +++++- 7 files changed, 106 insertions(+), 37 deletions(-) Sat Mar 20 11:47:36 2010 +0100 Andoni Morales Alastruey *Display the logo scaled and filling all the window. CesarPlayer/Gui/CapturerBin.cs | 20 +++++++++++----- CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs | 16 ++++++------ CesarPlayer/gtk-gui/gui.stetic | 25 +++++++++----------- 3 files changed, 33 insertions(+), 28 deletions(-) Sat Mar 20 10:36:44 2010 +0100 Andoni Morales Alastruey *Created dialog with progress bar to show the thumbnailing progress LongoMatch/Gui/Dialog/BusyDialog.cs | 44 ++++++++++++++ LongoMatch/LongoMatch.mdp | 2 + LongoMatch/Makefile.am | 2 + LongoMatch/Utils/ProjectUtils.cs | 13 ++++- .../gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs | 62 ++++++++++++++++++++ LongoMatch/gtk-gui/gui.stetic | 39 ++++++++++++ 6 files changed, 161 insertions(+), 1 deletions(-) Sat Mar 20 02:29:29 2010 +0100 Andoni Morales Alastruey *Add icons to new project selection dialog LongoMatch/LongoMatch.mdp | 2 ++ LongoMatch/Makefile.am | 4 +++- .../LongoMatch.Gui.Dialog.NewProjectDialog.cs | 2 +- LongoMatch/gtk-gui/gui.stetic | 14 ++++++++------ LongoMatch/images/camera-video.png | Bin 0 -> 1660 bytes LongoMatch/images/video.png | Bin 0 -> 2044 bytes Makefile.win32 | 5 ++++- 7 files changed, 18 insertions(+), 9 deletions(-) Sat Mar 20 02:05:55 2010 +0100 Andoni Morales Alastruey *Factor out some constants from to Common/Constants LongoMatch/Common/Constants.cs | 17 +++++++++++++++-- LongoMatch/Gui/MainWindow.cs | 15 +++------------ 2 files changed, 18 insertions(+), 14 deletions(-) Mon Mar 15 22:36:12 2010 +0100 Andoni Morales Alastruey *Refactor to clean up MainWindow LongoMatch/Common/Constants.cs | 4 + LongoMatch/Gui/Dialog/ProjectsManager.cs | 12 +- LongoMatch/Gui/MainWindow.cs | 454 +++++++++--------------------- LongoMatch/LongoMatch.mdp | 2 + LongoMatch/Makefile.am | 3 +- LongoMatch/Utils/ProjectUtils.cs | 269 ++++++++++++++++++ 6 files changed, 415 insertions(+), 329 deletions(-) Sun Mar 14 15:10:29 2010 +0100 Andoni Morales Alastruey *Change the message type to "Info" enabling only the OK button LongoMatch/Gui/MainWindow.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Sat Mar 13 14:22:07 2010 +0100 Andoni Morales Alastruey *Use the new dialog EndCaptureDialog when closing a capture project LongoMatch/Gui/MainWindow.cs | 55 +++++++++++++++++++++++++---------------- 1 files changed, 33 insertions(+), 22 deletions(-) Sat Mar 13 13:51:26 2010 +0100 Andoni Morales Alastruey *Add Logo property to the capturer bin CesarPlayer/Gui/CapturerBin.cs | 61 +++++++++- CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs | 139 +++++++++++---------- CesarPlayer/gtk-gui/gui.stetic | 27 +++- 3 files changed, 152 insertions(+), 75 deletions(-) Sat Mar 13 13:45:34 2010 +0100 Andoni Morales Alastruey *Add background to the capturer bin LongoMatch/Gui/MainWindow.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Sat Mar 13 13:44:51 2010 +0100 Andoni Morales Alastruey *Refactor MainWindow LongoMatch/Gui/MainWindow.cs | 29 +++++++++++++++-------------- 1 files changed, 15 insertions(+), 14 deletions(-) Sat Mar 13 13:21:44 2010 +0100 Andoni Morales Alastruey *Added new dialog to prompt when closing a capture project LongoMatch/Common/Enums.cs | 6 + LongoMatch/Gui/Dialog/EndCaptureDialog.cs | 44 +++++ LongoMatch/LongoMatch.mdp | 2 + LongoMatch/Makefile.am | 2 + .../LongoMatch.Gui.Dialog.EndCaptureDialog.cs | 194 ++++++++++++++++++++ LongoMatch/gtk-gui/gui.stetic | 152 +++++++++++++++ 6 files changed, 400 insertions(+), 0 deletions(-) Sun Mar 7 18:53:57 2010 +0100 Andoni Morales Alastruey *Alwasy close the current project after SaveFakeProject LongoMatch/Gui/MainWindow.cs | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) Sun Mar 7 18:41:49 2010 +0100 Andoni Morales Alastruey *Save the database before setting the openedProject to null. LongoMatch/Gui/MainWindow.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Sun Mar 7 18:40:56 2010 +0100 Andoni Morales Alastruey *Improve user interaction when closing a fake live capture project. LongoMatch/Gui/MainWindow.cs | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) Sun Mar 7 18:08:03 2010 +0100 Andoni Morales Alastruey *Open a NewProjectDialog when importing a fake live project LongoMatch/Gui/MainWindow.cs | 79 ++++++++++++++++++++++++++++-------------- 1 files changed, 53 insertions(+), 26 deletions(-) Sun Mar 7 18:07:03 2010 +0100 Andoni Morales Alastruey *Return a null project if File is null LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) Sun Mar 7 18:06:22 2010 +0100 Andoni Morales Alastruey *Remove redundant check. UpdateProject() will only be called for EditProject type LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) Sun Mar 7 17:43:18 2010 +0100 Andoni Morales Alastruey *Allow setting projects with null File object LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Sun Mar 7 17:26:17 2010 +0100 Andoni Morales Alastruey *Added Project property LongoMatch/Gui/Dialog/NewProjectDialog.cs | 13 +++++++++---- LongoMatch/Gui/MainWindow.cs | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) Sun Mar 7 16:12:40 2010 +0100 Andoni Morales Alastruey *Reset Capture Mode for live projects LongoMatch/Gui/MainWindow.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Sun Mar 7 16:09:28 2010 +0100 Andoni Morales Alastruey *Add a dummy file for fkae live projects LongoMatch/Common/Constants.cs | 5 ++++- LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 9 ++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) Sat Mar 6 23:58:11 2010 +0100 Andoni Morales Alastruey *Save fake live projects to a file when the capture finishes LongoMatch/Gui/MainWindow.cs | 46 ++++++++++++++++++++++++++++++++++++----- 1 files changed, 40 insertions(+), 6 deletions(-) Sat Mar 6 23:57:13 2010 +0100 Andoni Morales Alastruey *Rename StopEvent to CaptureFinished and fire the event CesarPlayer/Gui/CapturerBin.cs | 9 +++++---- CesarPlayer/gtk-gui/gui.stetic | 1 - CesarPlayer/gtk-gui/objects.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) Sat Mar 6 23:24:37 2010 +0100 Andoni Morales Alastruey *Hide menus options for live projects LongoMatch/Gui/MainWindow.cs | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) Sat Mar 6 19:09:07 2010 +0100 Andoni Morales Alastruey *Disable menu options for live projects. LongoMatch/Gui/Component/PlayersListTreeWidget.cs | 6 +++++ LongoMatch/Gui/Component/PlaysListTreeWidget.cs | 9 +++++-- LongoMatch/Gui/Component/TagsTreeWidget.cs | 6 +++++ LongoMatch/Gui/MainWindow.cs | 8 ++++++ LongoMatch/Gui/TreeView/PlayersTreeView.cs | 25 ++++++++++++++++---- LongoMatch/Gui/TreeView/PlaysTreeView.cs | 18 ++++++++++++-- LongoMatch/Gui/TreeView/TagsTreeView.cs | 19 ++++++++++++--- LongoMatch/Handlers/EventsManager.cs | 8 ++++-- 8 files changed, 81 insertions(+), 18 deletions(-) Sat Mar 6 17:15:03 2010 +0100 Andoni Morales Alastruey *Don't hide the file column if the project is beeing edited LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) Sat Mar 6 16:14:52 2010 +0100 Andoni Morales Alastruey *Update gui files .../LongoMatch.Gui.Component.DrawingToolBox.cs | 1 - .../LongoMatch.Gui.Component.PlayListWidget.cs | 5 ---- .../LongoMatch.Gui.Component.TimeAdjustWidget.cs | 1 - .../LongoMatch.Gui.Component.TimeLineWidget.cs | 1 - ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs | 1 - .../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 1 - .../LongoMatch.Gui.Dialog.TemplatesManager.cs | 3 -- LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 24 ++++++++++---------- LongoMatch/gtk-gui/gui.stetic | 2 +- 9 files changed, 13 insertions(+), 26 deletions(-) Thu Mar 4 23:29:47 2010 +0100 Andoni Morales Alastruey *Close the player before unsetting anything in the EventsManager LongoMatch/Gui/MainWindow.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) Thu Mar 4 23:24:08 2010 +0100 Andoni Morales Alastruey *Retrieve the current time on a new marl using the apropiate device LongoMatch/Gui/MainWindow.cs | 4 ++- LongoMatch/Handlers/EventsManager.cs | 45 +++++++++++++++++++++++++-------- 2 files changed, 37 insertions(+), 12 deletions(-) Thu Mar 4 00:31:47 2010 +0100 Andoni Morales Alastruey *Set a null pixbuf for new plays with the fake capturer LongoMatch/Handlers/EventsManager.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Thu Mar 4 00:29:32 2010 +0100 Andoni Morales Alastruey *Set a default framerate for projects with unknnown files LongoMatch/DB/Project.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Wed Mar 3 23:38:12 2010 +0100 Andoni Morales Alastruey *Add new 'None' enum type for projects LongoMatch/Common/Enums.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Wed Mar 3 22:21:18 2010 +0100 Andoni Morales Alastruey *Fix timing in fake capturer CesarPlayer/Capturer/FakeCapturer.cs | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) Wed Mar 3 21:38:30 2010 +0100 Andoni Morales Alastruey *Allow projects with NULL MediaFile. LongoMatch/DB/Project.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Wed Mar 3 23:40:01 2010 +0100 Andoni Morales Alastruey *Initial support for fake live projects LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 37 +++-- LongoMatch/Gui/MainWindow.cs | 169 +++++++++++++++------- LongoMatch/Handlers/EventsManager.cs | 8 + 3 files changed, 150 insertions(+), 64 deletions(-) Sat Feb 20 19:54:27 2010 +0100 Andoni Morales Alastruey *Add dialog for new project selection LongoMatch/Gui/Dialog/ProjectSelectionDialog.cs | 44 +++++ LongoMatch/LongoMatch.mdp | 2 + LongoMatch/Makefile.am | 2 + ...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs | 170 ++++++++++++++++++ LongoMatch/gtk-gui/gui.stetic | 183 +++++++++++++++++++- 5 files changed, 397 insertions(+), 4 deletions(-) Sat Feb 20 19:51:38 2010 +0100 Andoni Morales Alastruey *Add fake live project type LongoMatch/Common/Enums.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Thu Feb 18 01:14:25 2010 +0100 Andoni Morales Alastruey *Update monodevelop solution and Stetic genereated files CesarPlayer/CesarPlayer.mdp | 2 +- CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs | 5 ++--- CesarPlayer/gtk-gui/gui.stetic | 5 ++++- CesarPlayer/gtk-gui/objects.xml | 12 ++++++++---- .../LongoMatch.Gui.Component.DrawingToolBox.cs | 1 + .../LongoMatch.Gui.Component.PlayListWidget.cs | 5 +++++ .../LongoMatch.Gui.Component.TimeAdjustWidget.cs | 1 + .../LongoMatch.Gui.Component.TimeLineWidget.cs | 1 + .../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 1 + .../LongoMatch.Gui.Dialog.TemplatesManager.cs | 3 +++ LongoMatch/gtk-gui/gui.stetic | 2 ++ 11 files changed, 29 insertions(+), 9 deletions(-) Thu Feb 18 00:40:15 2010 +0100 Andoni Morales Alastruey *Add StopEvent to signal the stop of the capture CesarPlayer/Gui/CapturerBin.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) Thu Feb 18 00:38:41 2010 +0100 Andoni Morales Alastruey *Show a warning message before stopping the capture CesarPlayer/Gui/CapturerBin.cs | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) Thu Feb 18 00:31:56 2010 +0100 Andoni Morales Alastruey *Toggle visibility of control volume depending on the state CesarPlayer/Gui/CapturerBin.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) Thu Feb 18 00:26:42 2010 +0100 Andoni Morales Alastruey *Delete redundant code CesarPlayer/Gui/CapturerBin.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) Thu Feb 18 00:24:32 2010 +0100 Andoni Morales Alastruey *Update ellpased time using EllapasedTime event CesarPlayer/Gui/CapturerBin.cs | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) Wed Feb 17 22:34:08 2010 +0100 Andoni Morales Alastruey *Add property to set the capturer type CesarPlayer/Gui/CapturerBin.cs | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) Wed Feb 17 22:24:28 2010 +0100 Andoni Morales Alastruey *Change capturer factory to add new capturer types CesarPlayer/MultimediaFactory.cs | 100 +++++++++++++++++-------------------- 1 files changed, 46 insertions(+), 54 deletions(-) Wed Feb 17 22:19:33 2010 +0100 Andoni Morales Alastruey *Add enum for capturer types CesarPlayer/Capturer/GccType.cs | 29 +++++++++++++++++++++++++++++ CesarPlayer/CesarPlayer.mdp | 1 + CesarPlayer/Makefile.am | 1 + 3 files changed, 31 insertions(+), 0 deletions(-) Wed Feb 17 22:15:41 2010 +0100 Andoni Morales Alastruey *Delete unused code CesarPlayer/MultimediaFactory.cs | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) Wed Feb 17 22:06:20 2010 +0100 Andoni Morales Alastruey *Add a timer to notify the ellapsed time CesarPlayer/Capturer/FakeCapturer.cs | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) Wed Feb 17 22:01:06 2010 +0100 Andoni Morales Alastruey *Add EllpasedTime event to capturers CesarPlayer/Capturer/FakeCapturer.cs | 3 +++ CesarPlayer/Capturer/GstCameraCapturer.cs | 3 +++ CesarPlayer/Capturer/ICapturer.cs | 4 +++- CesarPlayer/Handlers/Handlers.cs | 1 + 4 files changed, 10 insertions(+), 1 deletions(-) Wed Feb 17 21:53:14 2010 +0100 Andoni Morales Alastruey *Add a timer to the CapturerBin CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs | 32 ++++++- CesarPlayer/gtk-gui/gui.stetic | 95 +++++++++++++-------- 2 files changed, 89 insertions(+), 38 deletions(-) Wed Feb 17 21:18:19 2010 +0100 Andoni Morales Alastruey *Add FakeCapturer, which simulate a capture device for fake live analysis CesarPlayer/Capturer/FakeCapturer.cs | 110 ++++++++++++++++++++++++++++++++++ CesarPlayer/CesarPlayer.mdp | 3 +- CesarPlayer/Makefile.am | 1 + 3 files changed, 113 insertions(+), 1 deletions(-) Wed Feb 17 21:21:12 2010 +0100 Andoni Morales Alastruey *Addapt GstCameraCapturer and CaptrurerBin to new ICapturer interface CesarPlayer/Capturer/GstCameraCapturer.cs | 13 +++++++++++-- CesarPlayer/Gui/CapturerBin.cs | 21 +++++++++------------ 2 files changed, 20 insertions(+), 14 deletions(-) Wed Feb 17 21:15:43 2010 +0100 Andoni Morales Alastruey *Clean up the capturer interface, remove run() and add CurrentTime property CesarPlayer/Capturer/ICapturer.cs | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) Tue Mar 23 23:16:49 2010 +0100 Andoni Morales Alastruey *Query duration in the READY to PAUSED state transition. libcesarplayer/src/bacon-video-widget-gst-0.10.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) Tue Mar 23 23:13:48 2010 +0100 Andoni Morales Alastruey *Add missing zlib1.dll dependency to the win32 deploy script win32/deploy_win32.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Mon Mar 15 15:04:15 2010 +0100 Kjartan Maraas *Add Norwegian language entry. po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Mon Mar 15 15:04:04 2010 +0100 Kjartan Maraas *Added Norwegian bokmål translation po/nb.po | 1100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1100 insertions(+), 0 deletions(-) Sat Mar 6 16:56:42 2010 +0100 Andoni Morales Alastruey *Prevent cancelling the edition using an already deallocated Handle CesarPlayer/Editor/GstVideoSplitter.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) Sat Mar 6 16:26:36 2010 +0100 Andoni Morales Alastruey *Fix print of hotkeys without modifier LongoMatch/Time/HotKey.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Mon Mar 1 21:56:18 2010 +0100 Petr Kovar *Update Czech help translation by Marek Cernocky po/cs.po | 76 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 33 insertions(+), 43 deletions(-) Tue Feb 23 23:12:31 2010 +0100 Joe Hansen *Updated Danish translation po/da.po | 1113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1113 insertions(+), 0 deletions(-) Tue Feb 23 23:12:31 2010 +0100 Kenneth Nielsen *Added da to list of languages po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Mon Feb 22 15:25:26 2010 +0100 Matej Urbančič *Updated Slovenian translation po/sl.po | 56 +++++++++++++++++++++++++++----------------------------- 1 files changed, 27 insertions(+), 29 deletions(-) Sun Feb 21 17:13:18 2010 +0100 Mario Blättermann *Updated German translation po/de.po | 63 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 32 insertions(+), 31 deletions(-) Sun Feb 21 11:32:48 2010 +0100 Jorge González *Updated Spanish translation po/es.po | 69 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 35 insertions(+), 34 deletions(-) Sat Feb 20 20:05:23 2010 +0100 Andoni Morales Alastruey *Fix string typos LongoMatch/DB/DataBase.cs | 2 +- LongoMatch/Gui/Component/ProjectTemplateWidget.cs | 2 +- LongoMatch/Handlers/EventsManager.cs | 2 +- LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 6 +++--- LongoMatch/gtk-gui/gui.stetic | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) Mon Feb 15 21:46:12 2010 +0100 Jorge González *Updated Spanish translation po/es.po | 34 +++++++++++++++++++--------------- 1 files changed, 19 insertions(+), 15 deletions(-) Mon Feb 15 19:59:14 2010 +0100 Andoni Morales Alastruey *Don't hide the playlist when project is closed LongoMatch/Gui/MainWindow.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) Mon Feb 15 01:21:44 2010 +0100 Andoni Morales Alastruey *Revert "Don't try to set the xoverlay window in expose()." libcesarplayer/src/bacon-video-widget-gst-0.10.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) Sun Feb 14 21:38:13 2010 +0100 Andoni Morales Alastruey *Don't try to set the xoverlay window in expose(). This should be handled with the "prepare-xwindow-id" message libcesarplayer/src/bacon-video-widget-gst-0.10.c | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) Sun Feb 14 12:02:55 2010 +0100 Mario Blättermann *Updated German translation po/de.po | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) Wed Feb 10 16:36:56 2010 +0100 Matej Urbančič *Updated Slovenian translation po/sl.po | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) Sat Feb 6 15:34:47 2010 +0100 Andoni Morales Alastruey *Fix typos LongoMatch/Common/Constants.cs | 10 ++++++---- LongoMatch/Gui/Dialog/ProjectsManager.cs | 2 +- LongoMatch/Gui/MainWindow.cs | 4 ++-- LongoMatch/Handlers/EventsManager.cs | 2 +- LongoMatch/gtk-gui/gui.stetic | 8 ++++---- 5 files changed, 14 insertions(+), 12 deletions(-) Sat Feb 6 15:13:21 2010 +0100 Andoni Morales Alastruey *Update tags list when a new tag has been added LongoMatch/Gui/Component/TagsTreeWidget.cs | 6 +++--- LongoMatch/Handlers/EventsManager.cs | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) Sat Feb 6 15:12:38 2010 +0100 Andoni Morales Alastruey *Add Common/Constants.cs to the project file LongoMatch/LongoMatch.mdp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Sat Feb 6 15:10:04 2010 +0100 Andoni Morales Alastruey *Added README file for translators po/README.translators | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) Thu Feb 4 22:58:49 2010 +0100 Daniel Nylander *Added Swedish translation po/LINGUAS | 1 + po/sv.po | 1070 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1071 insertions(+), 0 deletions(-) Thu Feb 4 13:42:29 2010 +0100 Mario Blättermann *Updated German translation po/de.po | 678 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 333 insertions(+), 345 deletions(-) Tue Jan 26 16:58:13 2010 +0100 Andoni Morales Alastruey *Don't try to save the loaded project after a crash. Objects can be in an unrecoverable state and we might end saving a corrupt project in the database. LongoMatch/Main.cs | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) Tue Feb 2 13:25:58 2010 +0100 Marek Černocký *Update Czech translation po/cs.po | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) Sun Jan 31 18:28:12 2010 +0100 Jorge González *Updated Spanish translation po/es.po | 851 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 429 insertions(+), 422 deletions(-) Wed Jan 27 12:00:31 2010 +0100 Matej Urbančič *Updated Slovenian translation po/sl.po | 670 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 339 insertions(+), 331 deletions(-) Mon Jan 25 18:57:26 2010 +0100 Marek Černocký *Update Czech translation po/cs.po | 997 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 497 insertions(+), 500 deletions(-) Sun Jan 24 20:57:26 2010 +0100 Andoni Morales Alastruey *More fixes to make distcheck happy LongoMatch/Makefile.am | 13 +- po/POTFILES.in | 390 +++++++++++++++++++++++------------------------- po/POTFILES.skip | 16 ++- 3 files changed, 210 insertions(+), 209 deletions(-) Sun Jan 24 20:56:46 2010 +0100 Andoni Morales Alastruey *Delete unused file .../LongoMatch.Gui.Component.PlayersTreeView.cs | 27 -------------------- 1 files changed, 0 insertions(+), 27 deletions(-) Sun Jan 24 19:36:02 2010 +0100 Andoni Morales Alastruey *Use intltool to translate the desktop file LongoMatch/Makefile.am | 14 ++++++++------ LongoMatch/longomatch.desktop.in | 9 --------- LongoMatch/longomatch.desktop.in.in | 15 +++++++++++++++ configure.ac | 2 +- 4 files changed, 24 insertions(+), 16 deletions(-) Sun Jan 24 19:11:11 2010 +0100 Andoni Morales Alastruey *Use intltool to handle all the translations stuff autogen.sh | 14 ++++++++++++++ configure.ac | 13 +++++++++++-- po/Makefile.am | 40 ---------------------------------------- 3 files changed, 25 insertions(+), 42 deletions(-) Sun Jan 24 02:38:28 2010 +0100 Andoni Morales Alastruey *Remove unused file from POTFILES.in po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) Sun Jan 24 02:37:48 2010 +0100 Andoni Morales Alastruey *Remove trailing whitespace to POTFILES.skip po/POTFILES.skip | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) Sun Jan 24 02:34:02 2010 +0100 Andoni Morales Alastruey *Use POTFILES.skip instead of the deprecated POTFILES.ignore po/POTFILES.ignore | 6 ------ po/POTFILES.skip | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) Sun Jan 24 02:31:38 2010 +0100 Andoni Morales Alastruey *Add Slovenian translation to makefiles po/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Sat Jan 23 15:11:13 2010 +0100 Andoni Morales Alastruey *Update AUTHORS files AUTHORS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Sat Jan 23 15:09:34 2010 +0100 Andoni Morales Alastruey *Move translators string to a more accesible place LongoMatch/Common/Constants.cs | 30 ++++++++++++++++++++++++++++++ LongoMatch/Gui/MainWindow.cs | 6 ++---- LongoMatch/Makefile.am | 1 + Makefile.win32 | 1 + 4 files changed, 34 insertions(+), 4 deletions(-) Sat Jan 23 14:53:46 2010 +0100 Andoni Morales Alastruey *Updated Spanish translation po/es.po | 1624 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 762 insertions(+), 862 deletions(-) Sat Jan 23 14:53:24 2010 +0100 Andoni Morales Alastruey *Add old unused file to POTFILES.ignore po/POTFILES.ignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Sat Jan 23 14:42:33 2010 +0100 Andoni Morales Alastruey *Addes POTFILES.ignore po/POTFILES.ignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) Sat Jan 23 14:41:41 2010 +0100 Andoni Morales Alastruey *Add desktop file to POTFILES.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Sat Jan 23 14:30:25 2010 +0100 Stefan Sebner *Fix desktop file LongoMatch/longomatch.desktop.in | 21 ++++++--------------- 1 files changed, 6 insertions(+), 15 deletions(-) Wed Jan 20 19:34:12 2010 +0100 Matej Urbančič *Updated Slovenian translation po/sl.po | 199 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 87 insertions(+), 112 deletions(-) Mon Jan 18 17:24:37 2010 +0100 Matej Urbančič *Added sl for Slovenian translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Mon Jan 18 17:24:11 2010 +0100 Matej Urbančič *Updated Slovenian translation po/sl.po | 1110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1110 insertions(+), 0 deletions(-) Sun Jan 17 12:38:51 2010 +0100 Mario Blättermann *Updated German translation po/de.po | 1514 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 856 insertions(+), 658 deletions(-) Fri Jan 15 23:12:25 2010 +0100 Andoni Morales Alastruey *Update french translation po/fr.po | 1090 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 636 insertions(+), 454 deletions(-) Fri Jan 15 21:38:53 2010 +0100 Andoni Morales Alastruey *Finally fix the bug resizing the drawing tool LongoMatch/Gui/Component/DrawingWidget.cs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Fri Jan 15 00:22:25 2010 +0100 Andoni Morales Alastruey *Add translator to the About dialog LongoMatch/Gui/MainWindow.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) Fri Jan 15 00:04:27 2010 +0100 Andoni Morales Alastruey *Added Czech translation AUTHORS | 1 + po/LINGUAS | 1 + po/Makefile.am | 3 +- po/cs.po | 1108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1112 insertions(+), 1 deletions(-) Thu Jan 14 23:48:45 2010 +0100 Andoni Morales Alastruey *Update POTFILES.in po/POTFILES.in | 383 ++++++++++++++++++++++++++++++-------------------------- 1 files changed, 203 insertions(+), 180 deletions(-) Thu Jan 14 01:13:52 2010 +0100 Andoni Morales Alastruey *Fix drawing widget resizing LongoMatch/Gui/Component/DrawingWidget.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) Wed Jan 13 23:59:29 2010 +0100 Andoni Morales Alastruey *Add translations to win32 deploy dir win32/deploy_win32.py | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) Wed Jan 13 23:36:28 2010 +0100 Andoni Morales Alastruey *Add translations ro win32 makefile and clean-up Makefile.win32 | 85 +++++++++++++++++++++++++++++++++----------------------- 1 files changed, 50 insertions(+), 35 deletions(-)