banshee r2414 - in branches/banshee/windows-port/banshee: . libbanshee src/Core/Banshee.Base src/Core/Banshee.Base/Banshee.Cdrom src/Core/Banshee.Base/Banshee.Cdrom.Nautilus src/Core/Banshee.Base/Banshee.Cdrom.Windows src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop



Author: scottp
Date: 2007-07-30 07:05:17 +0100 (Mon, 30 Jul 2007)
New Revision: 2414
ViewCVS link: http://svn.gnome.org/viewcvs/banshee?rev=2414&view=rev

Added:
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/DiscMaster.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/DiscMasterProgressEvents.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/DiscRecorder.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/DiscRecorderProperties.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/DiscRecorders.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/EventArgClasses.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/IMAPIException.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/IMAPIInterop.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/IStreamOnFileStream.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/IStreamOnStream.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/JolietDiscMaster.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/JolietDiscMasterProperties.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/JolietDiscMasterStorage.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/JolietIEnumStatStg.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/JolietIStorage.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/MediaDetails.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/PinnedByteBuffer.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/Property.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/PropertyStorage.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows.Interop/RedbookDiscMaster.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows/
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom/AudioCdDisk.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom/DriveFactory.cs
Removed:
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windwos/
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom/IAudioCdDisk.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom/IDriveFactory.cs
Modified:
   branches/banshee/windows-port/banshee/ChangeLog
   branches/banshee/windows-port/banshee/libbanshee/gst-misc-0.10.c
   branches/banshee/windows-port/banshee/libbanshee/gst-transcode-0.10.c
   branches/banshee/windows-port/banshee/libbanshee/libbanshee.def
   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.Cdrom.Nautilus/NautilusDrive.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows/WindowsDrive.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows/WindowsDriveFactory.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom.Windows/WindowsRecorder.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom/IDrive.cs
   branches/banshee/windows-port/banshee/src/Core/Banshee.Base/Banshee.Cdrom/IRecorder.cs
Log:
2007-08-28 Scott Peterson <scottp gnome org>
	Started work on CD burning. Managed code is begun nicely, holding on native gstreamer transcode stuff :(

	* libbanshee.def: Added transcode methods

	* Banshee.Cdrom.Windows.Interop/* IMAPI stuff. LICENSE NEEDS LOOKING INTO!!!

	* Banshee.Cdrom.Windows/* Fixed typo

	* NautilusDrive.cs, WindowsDrive.cs: Minor changes

	* WindowsRecorder.cs: The bulk of the burning code is done. Need to test to proceed.

	* IAudioCdDisk.cs, IDriveFactory.cs: Renamed to match the new class names (dropped 'I')

	* IDrive, IRecorder: Minor changes




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