]> git.sesse.net Git - nageru/commit - futatabi/player.cpp
Move the to-play playlist into Player.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 27 Dec 2018 22:02:25 +0000 (23:02 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 27 Dec 2018 22:02:25 +0000 (23:02 +0100)
commitc18585d1f7b4476c74c4c5a064cb3ce357c644ae
treeb07996ce94113e40cad60fcb23c77dee432f3439
parent51a4b5d7f6121fac9a7e1440018e196750c14088
Move the to-play playlist into Player.

This eradicates the ugly callback into MainWindow to get the next clip,
gives Player much more control, and in general makes things a lot more
predictable.  Right now, this means you can no longer edit the playlist
while it's playing, but we're going to reintroduce that (in a somewhat
limited form) fairly soon.
futatabi/export.cpp
futatabi/mainwindow.cpp
futatabi/mainwindow.h
futatabi/player.cpp
futatabi/player.h