]> git.sesse.net Git - pkanalytics/history - mainwindow.cpp
Support filtering passes by thrower and receiver.
[pkanalytics] / mainwindow.cpp
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. GundersonIN and OUT may be reserved words.
2023-07-30 Steinar H. GundersonBuild without QtMultimedia.
2023-07-27 Steinar H. GundersonCount selected number of subs in the UI.
2023-07-27 Steinar H. GundersonSimplify lambda syntax.
2023-07-27 Steinar H. GundersonRemove an obsolete TODO.
2023-07-26 Steinar H. GundersonFix a warning in debug mode.
2023-07-26 Steinar H. GundersonImplement optional gender rule A and pull rules.
2023-07-26 Steinar H. GundersonAdd a menu.
2023-07-23 Steinar H. GundersonStore event types internally as an enum.
2023-07-23 Steinar H. GundersonFix so that we can change existing events to pulls.
2023-07-22 Steinar H. GundersonAdd support for stallouts.
2023-07-22 Steinar H. GundersonWe only need one set of soft plus/minus buttons.
2023-07-21 Steinar H. GundersonMake it possible to have separate videos per match...
2023-07-21 Steinar H. GundersonPropagate errors on video opening back to the UI.
2023-07-21 Steinar H. GundersonMove MainWindow into its own class.