CVSROOT:        /cvs/gnome
Module name:    banshee
Changes by:     abock   05/11/28 23:49:50

Modified files:
        .              : ChangeLog banshee.mdp 
        libbanshee     : cd-rip.c gst-encode.c hal-context.c 
                         hal-context.h 
        src            : Core.cs NotificationAreaIcon.cs 
        src/Banshee.Base: HalCore.cs 
        src/Banshee.Base/AudioCd: AudioCdCore.cs 
        src/Banshee.Base/Dap: DapCore.cs 
        src/Banshee.Widgets: Makefile.am 
Added files:
        src/Banshee.Widgets: NotificationAreaIcon.cs 

Log message:
2005-11-28  Aaron Bockover  <[EMAIL PROTECTED]>

* banshee.mdp: Updated MonoDevelop project
* libbanshee/cd-rip.c:
* libbanshee/gst-encode.c: re-phrased keywords in error messages to
be more friendly (sink->plugin, element->plugin) (BGO #321534)
* libbanshee/hal-context.c: _() around error strings, fixed minor bug where
dbus error message was freed before being strduped, so it allways rendered
as (null); error messages make more sense; removed g_warning() calls as
messages will be printed in managed land; Added MIT license header
* libbanshee/hal-context.h: Added MIT license header
* src/Core.cs: Catch anything Banshee.Base.HalCore.Initialize() may throw
and push a warning
* src/Banshee.Base/HalCore.cs: Added an Initialized property; safely handle
cases where HAL initialization may fail; throw proper exception with
verbose warnings from hal-context.c
* src/Banshee.Base/AudioCd/AudioCdCore.cs: Throw exception if HalCore is
not initialized; disables Audio CD support if that happens
* src/Banshee.Base/Dap/DapCore.cs: Same thing as AudioCdCore; do not
load DAP assemblies if HalCore is not initialized; effectively disables
DAP support in this case
* src/Banshee.Widgets/NotificationAreaIcon.cs: Better NotificationAreaIcon
class (fixes BGO #321684); recovers from panel crashing; moved from
src/NotificationAreaIcon.cs (TrayIcon->NotificationAreaIcon)
* src/Banshee.Widgets/Makefile.am: Added NotificationAreaIcon.cs
* src/NotificationAreaIcon.cs: Use new NotificationAreaIcon in
src/Banshee.Widgets/NotificationAreaIcon.cs

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=banshee&who=abock&date=explicit&mindate=2005-11-28%2023:48&maxdate=2005-11-28%2023:50

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

Reply via email to