[Alsaplayer-commits] alsaplayer commit by cvs

Alsaplayer CVS alsaplayer-commits@lists.tartarus.org
Wed, 20 Oct 1999 01:00:05 +0200


CVSROOT:	/home/cvsroot/alsaplayer
Module name:	alsaplayer
Changes by:	cvs	99/10/20 01:00:04

Modified files:
	app            : Main.cpp Playlist.cpp Playlist.h 
	                 PlaylistWindow.cpp PlaylistWindow.h 
	                 gtk_interface.cpp 

Log message:
Changed a load of lists to vectors, and now sorts files when multiple
ones are added at once.  (They were sometimes being returned from gtk
in an odd order.)
Added an "AddAndPlay" method to playlist, to add a set of files and
start playing them immediately - used by "Play" button, for a start.
Added a method to PlaylistWindow to display a given status method:
this doesn't yet get called in several places because the playlistwindow
object hasn't (yet) been passed, but it's the right way to go about doing
this.