]> git.sesse.net Git - pkanalytics/history - mainwindow.h
Support filtering passes by thrower and receiver.
[pkanalytics] / mainwindow.h
2023-08-03 Steinar H. GundersonMake it possible to edit players from the UI.
2023-08-01 Steinar H. GundersonMake the throwaway behavior more sane.
2023-07-30 Steinar H. GundersonBuild without QtMultimedia.
2023-07-27 Steinar H. GundersonCount selected number of subs in the UI.
2023-07-21 Steinar H. GundersonMake it possible to have separate videos per match...
2023-07-20 Steinar H. Gundersonplaying is used from multiple threads, so it must be...
2023-07-13 Steinar H. GundersonDrop QVideoWidget.
2023-05-30 Steinar H. GundersonMake the formation buttons actually do something.
2023-05-29 Steinar H. GundersonAdd the beginnings of formation support.
2023-05-03 Steinar H. GundersonSmall cleanup for insert_event().
2023-05-01 Steinar H. GundersonDisable irrelevant buttons.
2023-05-01 Steinar H. GundersonSplit update_status().
2023-05-01 Steinar H. GundersonAdd some defensive events.
2023-05-01 Steinar H. GundersonRename player to video, since it was confusingly close...
2023-05-01 Steinar H. GundersonMake it possible to sub (in/out events only, no real...
2023-05-01 Steinar H. GundersonShow players from the database.
2023-05-01 Steinar H. GundersonMove EventsModel into the MainWindow constructor.
2023-05-01 Steinar H. GundersonMake it possible to seek to an event by clicking on it.
2023-05-01 Steinar H. GundersonUpdate the status bar from the events.
2023-05-01 Steinar H. GundersonMake it possible to delete events.
2023-05-01 Steinar H. GundersonAdd some offense events, now working-ish.
2023-05-01 Steinar H. GundersonMake it possible to insert events in the UI (very rudim...
2023-04-30 Steinar H. GundersonBegin showing events from the database. (No modificatio...
2023-04-30 Steinar H. GundersonInitial commit; really only a (bad) video player.