banshee r2476 - in branches/banshee/windows-port/banshee: . build build/wix data/images libbanshee src/Core/Banshee src/Core/Banshee.Base src/Core/Banshee.Base/Banshee.AudioProfiles src/Core/Banshee.Base/Banshee.Configuration src/Core/Banshee.Base/Gui src/Core/Banshee.Base/IO src/Core/Banshee.Widgets src/Engines src/Engines/Banshee.MediaEngine.DirectSound src/Engines/Banshee.MediaEngine.GStreamer src/Engines/Banshee.MediaEngine.Quicktime src/Plugins/Banshee.Plugins.NotificationAreaIcon



Author: scottp
Date: 2007-09-03 10:14:43 +0100 (Mon, 03 Sep 2007)
New Revision: 2476
ViewCVS link: http://svn.gnome.org/viewcvs/banshee?rev=2476&view=rev

Added:
   branches/banshee/windows-port/banshee/build/wix/
   branches/banshee/windows-port/banshee/build/wix/banshee.wxs
   branches/banshee/windows-port/banshee/build/wix/libcdio.la
   branches/banshee/windows-port/banshee/data/images/banshee_icon_16.ico
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.AudioProfiles/XmlProfileConfiguration.cs
   branches/banshee/windows-port/banshee/src/Engines/Banshee.MediaEngine.Quicktime/
   branches/banshee/windows-port/banshee/src/Engines/Banshee.MediaEngine.Quicktime/ActiveXControl.Designer.cs
   branches/banshee/windows-port/banshee/src/Engines/Banshee.MediaEngine.Quicktime/ActiveXControl.cs
   branches/banshee/windows-port/banshee/src/Engines/Banshee.MediaEngine.Quicktime/ActiveXControl.resx
   branches/banshee/windows-port/banshee/src/Engines/Banshee.MediaEngine.Quicktime/Banshee.MediaEngine.Quicktime.csproj
   branches/banshee/windows-port/banshee/src/Engines/Banshee.MediaEngine.Quicktime/QuicktimePlayerEngine.cs
Modified:
   branches/banshee/windows-port/banshee/Banshee.sln
   branches/banshee/windows-port/banshee/ChangeLog
   branches/banshee/windows-port/banshee/data/images/banshee_icon.ico
   branches/banshee/windows-port/banshee/libbanshee/libbanshee.vcproj
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Base.csproj
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Configuration/ConfigurationClient.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Globals.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Gui/LogCoreDialog.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/IO/IOProxy.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/LogCore.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Paths.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/PlayerEngineCore.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Widgets/Banshee.Widgets.csproj
   branches/banshee/windows-port/banshee/src/Core/Banshee.Widgets/HigMessageDialog.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee/Banshee.csproj
   branches/banshee/windows-port/banshee/src/Core/Banshee/Main.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee/PlayerInterface.cs
   branches/banshee/windows-port/banshee/src/Engines/Banshee.MediaEngine.DirectSound/DirectSoundPlayerEngine.cs
   branches/banshee/windows-port/banshee/src/Engines/Banshee.MediaEngine.GStreamer/GstPlayerEngine.cs
   branches/banshee/windows-port/banshee/src/Plugins/Banshee.Plugins.NotificationAreaIcon/Banshee.Plugins.NotificationAreaIcon.csproj
   branches/banshee/windows-port/banshee/src/Plugins/Banshee.Plugins.NotificationAreaIcon/Banshee.Plugins.NotificationAreaIcon.mdp
   branches/banshee/windows-port/banshee/src/Plugins/Banshee.Plugins.NotificationAreaIcon/Makefile.am
   branches/banshee/windows-port/banshee/src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs
   branches/banshee/windows-port/banshee/src/Plugins/Banshee.Plugins.NotificationAreaIcon/SystemTray.cs
Log:
2007-09-03 Scott Peterson <scottp gnome org>
	
	* build/wix/libcdio.la: Added. Needed by Gstreamer to play media from CDs. Not included with
	  Gstreamer for Windows by default.
	  
	* build/wix/banshee.wxs: Added Wix build file. You need to put the Wix executable files in
	  that folder, and you also need to install all of the Gstreamer Windows packages from here:
	  http://gstreamer.freedesktop.org/pkg/windows/releases/ (with the exception of ffmpeg)
	  
	* data/images/banshee_icon.ico: Updated with all recommended resolutions and sizes.
	
	* data/images/banshee_icon_16.ico: Added. Windows loves to fuck up the icon sizes in the
	  system tray so this one is used to force the correct size for the NotificationAreaIcon plugin.
	  
	* Banshee.AudioProfiles/XmlProfileConfiguration.cs: Added. This is just a stub.
	
	* Banshee.Base/Gui/LogCoreDialog.cs:
	* Banshee.Base/LogCore.cs:
	* Banshee.Widgets/HigMessageDialog.cs:
	* Main.cs:
	  Added the ability to suppress an error message with a "Do not show this again" checkbox.
	  This is done because the "Dbus is not availible" error box shows up every time on Windows.
	  
	* Banshee.MediaEngine.Quicktime/*: Added Quicktime playback engine. It currently uses a stupid
	  stupid ActiveX control (which I'm looking into), but it does play DRMed files (any all others).
	  
	* Minor other changes (mostly conformance of line-endings).




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]