summaryrefslogtreecommitdiff
path: root/src/audio/track_queue.cpp
AgeCommit message (Expand)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-03-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-03-06Restore the previous track position when bootingjacqueline
2024-02-29Clear the drain buffer when skipping between tracksjacqueline
2024-02-19Don't mark the current track as changed when falling off the end of the queuejacqueline
2024-02-13include repeat, replay, and shuffle in persisted queue infojacqueline
2024-02-12Don't hold lock on notifyChangedailurux
2024-02-12Add buttons for shuffle + repeat trackailurux
2024-02-05Preserve the queue when going into standbyjacqueline
2024-02-01Use a single pool of bg workers instead of separate tasks per use casejacqueline
2024-01-23Fix bug where calling TrackQueue's next() repeatedly would increase the posit...Robin Howard
2023-12-08Add shuffle and repeat options for the playback queuejacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
2023-12-05Add basic track queue save/load supportjacqueline
2023-12-05Rewrite the track queue to work directly with database iteratorsjacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-20Don't crash if the current track source encounters a record with no idjacqueline
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-25fuck offjacqueline
2023-07-17Basic playlists for upcomingjacqueline
2023-07-07wire up the playing screen with some real datajacqueline