CVSROOT:        /cvs/gnome
Module name:    banshee
Changes by:     abock   05/12/01 04:22:30

Modified files:
        .              : ChangeLog banshee.mdp configure.ac 
        data/glade     : player.glade 
        hal-sharp      : HalContext.cs HalDevice.cs hal-sharp.sources 
        libbanshee     : hal-context.c hal-context.h 
        src            : AboutBox.cs Core.cs Library.cs Makefile.am 
                         PlayerInterface.cs PlaylistModel.cs 
                         PlaylistView.cs SourceView.cs 
        src/Banshee.Base: HalCore.cs 
        src/Banshee.Base/Dap: Dap.cs DapCore.cs DapTrackInfo.cs 
        src/Banshee.Dap/Ipod: IpodDap.cs Makefile.am 
        src/Banshee.MediaEngine/Vlc: Makefile.am 
Added files:
        hal-sharp      : DBusError.cs 
Removed files:
        src            : IpodCore.cs IpodNewDialog.cs 
                         IpodPropertiesWindow.cs IpodTrackInfo.cs 

Log message:
2005-12-01  Aaron Bockover  <[EMAIL PROTECTED]>

* configure.ac: Version 0.9.13; Added Danish translation (da) to
ALL_LINGUAS; ipod-sharp is now optional; detect njb-sharp, also optional;
Added --(enable|disable)-(ipod|njb)
* banshee.mdp: Updated MonoDevelop project
* data/glade/player.glade: Generalized all iPod references to DAP
* hal-sharp/*: Updated to latest hal-sharp
* libbanshee/hal-context.[ch]: Allow setting callback for property watching
* src/AboutBox.cs: Added Lasse Bang Mikkelsen to translator credits
* src/Core.cs: Removed IpodCore
* src/Library.cs: Added DapSource, removed IpodSource
* src/Makefile.am: Removed Ipod*.cs/ipod-sharp references
* src/PlayerInterface.cs: All iPod code generalized to DAP code using
new Banshee.Dap classes and DapSource. Syncing is disabled for this build
as the iPod sync code needs to be migrated to the new DAP sync model;
same thing with iPod properties dialog
* src/PlaylistModel.cs:
* src/PlaylistView.cs: iPod code generalized to DAP code
* src/SourceView.cs: Removed IpodCore code; read and listen to DapCore;
generalized iPod code to DAP code
* src/Banshee.Base/HalCore.cs: Add property watching support
* src/Banshee.Base/Dap/Dap.cs: Added more base functionality to
generic abstract DapDevice class
* src/Banshee.Base/Dap/DapCore.cs: Support queueing potential DAP devices
in a wait table; this allows mass storage DAPs to wait for
volume.is_mounted to change to true, and ask to be tested again as a DAP;
added events to notify consumer when DAPs are added/removed; added a
Devices[] property that lists all connected and initialized DAPs
* src/Banshee.Base/Dap/DapTrackInfo.cs: tiny hack added to reduce
changes needed in player interface; will fix later
* src/Banshee.Dap/Ipod/IpodDap.cs: iPod implementation of DapDevice;
currently read-only; syncing code needs to be migrated to new DAP sync
model
* src/Banshee.Dap/Ipod/Makefile.am: Link against gtk-sharp-2.0, only
build if ipod-sharp is enabled by configure
* src/Banshee.MediaEngine/Vlc/Makefile.am: fixed minor build issue

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=banshee&who=abock&date=explicit&mindate=2005-12-01%2004:21&maxdate=2005-12-01%2004:23

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to