Sat Jul 30 19:15:52 2011 +0200 Andoni Morales Alastruey *Bump release 0.16.9 NEWS | 7 +++++++ RELEASE | 13 +++++++------ configure.ac | 2 +- debian/control | 3 ++- 4 files changed, 17 insertions(+), 8 deletions(-) Sat Jul 30 14:27:01 2011 +0200 Andoni Morales Alastruey *Detect AVCHD files and ask to remux them to MP4 CesarPlayer/CesarPlayer.mdp | 21 ++-- CesarPlayer/Makefile.am | 1 + CesarPlayer/Utils/MpegRemuxer.cs | 137 ++++++++++++++++++++++ LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 9 ++ Makefile.win32 | 1 + po/POTFILES.in | 1 + 6 files changed, 160 insertions(+), 10 deletions(-) Fri Jul 29 01:01:22 2011 +0200 Andoni Morales Alastruey *Add script to check installation on Windows win32/checks.sh | 13 +++++++++++++ win32/deploy_win32.py | 1 + win32/installer.iss | 2 +- 3 files changed, 15 insertions(+), 1 deletions(-) Fri Jul 29 00:36:27 2011 +0200 Andoni Morales Alastruey *Add missing dependencies to the deploy script win32/deploy_win32.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Fri Jul 29 00:23:25 2011 +0200 Andoni Morales Alastruey *Delete prints LongoMatch/Common/GStreamer.cs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Fri Jul 29 00:21:53 2011 +0200 Andoni Morales Alastruey *Don't bundle the mono dependencies anymore Makefile.win32 | 4 +++- win32/deploy_win32.py | 32 ++++++++++++++++++++++++++++---- 2 files changed, 31 insertions(+), 5 deletions(-) Thu Jul 28 23:03:35 2011 +0200 Andoni Morales Alastruey *Fix indentation win32/deploy_win32.py | 93 +++++++++++++++++++++++------------------------- 1 files changed, 45 insertions(+), 48 deletions(-) Thu Jul 28 23:02:18 2011 +0200 Andoni Morales Alastruey *Add msys deps to the deploy script win32/deploy_win32.py | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) Mon Jul 25 18:45:02 2011 +0200 Andoni Morales Alastruey *Add GStreamer utils to check for installation errors LongoMatch/Common/GStreamer.cs | 117 ++++++++++++++++++++++++++++++++++++++++ LongoMatch/LongoMatch.mdp | 1 + LongoMatch/Main.cs | 5 +- LongoMatch/Makefile.am | 1 + 4 files changed, 122 insertions(+), 2 deletions(-) Mon Jul 25 13:49:00 2011 +0200 Andoni Morales Alastruey *Update GUI code with new Stetic changes CesarPlayer/Gui/CapturerBin.cs | 4 +- CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs | 326 +++++----- CesarPlayer/gtk-gui/LongoMatch.Gui.PlayerBin.cs | 662 ++++++++++---------- CesarPlayer/gtk-gui/LongoMatch.Gui.VolumeWindow.cs | 158 +++--- CesarPlayer/gtk-gui/generated.cs | 227 ++++---- 5 files changed, 677 insertions(+), 700 deletions(-) Tue Jul 26 20:43:54 2011 +0200 Andoni Morales Alastruey *Rework the deploy script for Windows win32/deploy_win32.py | 274 +++++++++++++++++++++++++++++++++---------------- 1 files changed, 183 insertions(+), 91 deletions(-) Sun Jun 26 18:04:10 2011 +0100 Iain Lane *Allow manually set compiler to support 2.0 or 4.0 configure.ac | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) Sun May 29 14:37:00 2011 +0200 Andoni Morales Alastruey *Add desktop files to DISTCLEAN build/build.rules.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Sun May 29 14:09:10 2011 +0200 Andoni Morales Alastruey *Clean .config files properly in dist clean CesarPlayer/Makefile.am | 4 +++- build/build.rules.mk | 5 ++++- build/dll-map-makefile-verifier | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) Sun May 29 13:35:19 2011 +0200 Andoni Morales Alastruey *Add logo to EXTRA_DIST build/build.rules.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Thu May 26 01:21:01 2011 +0200 Julian Taylor *use only one variable for the compiler check configure.ac | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) Wed May 25 23:10:04 2011 +0200 Andoni Morales Alastruey *Fix compilation error LongoMatch/Gui/TreeView/PlaysTreeView.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Wed May 25 23:05:15 2011 +0200 Andoni Morales Alastruey *Clean up autotools and add check for C# 4.0 CesarPlayer/Makefile.am | 82 ++---------- LongoMatch/Makefile.am | 139 +++----------------- Makefile.am | 13 +-- autogen.sh | 3 +- build/DllMapVerifier.cs | 258 ++++++++++++++++++++++++++++++++++++ build/Makefile.am | 19 +++ build/build.environment.mk | 40 ++++++ build/build.mk | 3 + build/build.rules.mk | 100 ++++++++++++++ build/dll-map-makefile-verifier | 10 ++ build/icon-theme-installer | 177 ++++++++++++++++++++++++ build/m4/Makefile.am | 6 + build/m4/shamrock/expansions.m4 | 50 +++++++ build/m4/shamrock/gnome-doc.m4 | 23 +++ build/m4/shamrock/i18n.m4 | 10 ++ build/m4/shamrock/mono.m4 | 120 +++++++++++++++++ build/m4/shamrock/monodoc.m4 | 25 ++++ build/m4/shamrock/nunit.m4 | 29 ++++ build/m4/shamrock/programs.m4 | 13 ++ build/m4/shamrock/util.m4 | 11 ++ build/m4/shave/shave-libtool.in | 109 +++++++++++++++ build/m4/shave/shave.in | 109 +++++++++++++++ build/m4/shave/shave.m4 | 102 ++++++++++++++ build/private-icon-theme-installer | 23 +++ configure.ac | 118 +++++++--------- 25 files changed, 1318 insertions(+), 274 deletions(-)