]> git.sesse.net Git - nageru/history - clip_list.h
Allow symlinked frame files. Useful for testing.
[nageru] / clip_list.h
2018-11-07 Steinar H. GundersonFix a GCC warning.
2018-10-28 Steinar H. GundersonFix displaying of progress bars and time remaining...
2018-10-14 Steinar H. GundersonAssorted clang-format fixes (not complete).
2018-10-10 Steinar H. GundersonImplement fades.
2018-10-07 Steinar H. GundersonMove transitioning to the next clip away from the done...
2018-09-30 Steinar H. GundersonSerialize state to disk between runs, using SQLite.
2018-09-26 Steinar H. GundersonMark play progress with background color in the play...
2018-09-26 Steinar H. GundersonFix some instances of unneeded dataChanged() signals...
2018-06-18 Steinar H. GundersonAdd some playlist manipulation controls.
2018-06-17 Steinar H. GundersonMake it possible to edit the description in the play...
2018-06-17 Steinar H. GundersonAdd functionality for scrubbing in/out points in the...
2018-06-16 Steinar H. GundersonSupport editing descriptions.
2018-06-16 Steinar H. GundersonSplit ClipList and PlayList.
2018-06-13 Steinar H. GundersonMake it possible to play an entire playlist of clips.
2018-06-13 Steinar H. GundersonAllow playing from the playlist.
2018-06-12 Steinar H. GundersonSome refactoring of the player code, and begin working...
2018-06-11 Steinar H. GundersonMake an enum for the view columns.
2018-06-11 Steinar H. GundersonAdd some very basic playback.
2018-06-10 Steinar H. GundersonHook up some more clip modifications.
2018-06-10 Steinar H. GundersonStart working on a clip list.