CVSROOT:        /cvs/gnome
Module name:    banshee
Changes by:     abock   06/05/22 13:01:50

Modified files:
        .              : ChangeLog 
        src            : Main.cs PlayerInterface.cs PlaylistView.cs 
        src/Banshee.Base: Database.cs PlayerEngineCore.cs 
        src/Banshee.Base/Sources: PlaylistSource.cs 

Log message:
2006-05-22  Aaron Bockover  <[EMAIL PROTECTED]>

Fixes ported up from BANSHEE_0_10_9_SL:

* src/Banshee.Base/PlayerEngineCore.cs (set_Volume): pass on value
to every loaded engine, not just active engine (BNC #176255)

* src/Main.cs: Call dbus_g_thread_init after Gtk.Application.Init();
fixes the CD burning crash seen on SMP machines (BNC #175378)

* src/PlaylistView.cs: Use a custom IComparer to sort columns by desired
order before attaching to view; use AppendColumn on sorted columns instead
of InsertColumn (BNC #120666)

* src/Banshee.Base/Database.cs: Added ViewOrder column to PlaylistEntries
table schema; check to see if ViewOrder exists on an existing
PlaylistEntries table and if not, alter the table accordingly (BNC #168653)

* src/Banshee.Base/Sources/PlaylistSource.cs: No longer sync local
playlist back to database after every minor change; operations are now
directly translated into SQL queries (append, delete, reorder) to bring
great speed improvements when handling large playlists (BNC #168653)

* src/PlayerInterface.cs: Reset vertical scroll adjustment of the
playlist view to the upper bound minus the page size if the value is
greater than that when changing sources (BNC #174406)

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=banshee&who=abock&date=explicit&mindate=2006-05-22%2013:00&maxdate=2006-05-22%2013:02

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

Reply via email to