]> git.sesse.net Git - pkanalytics/shortlog
pkanalytics
2023-05-03 Steinar H.... Support having multiple matches (only set on startup...
2023-05-03 Steinar H.... Add (hidden) PgUp/PgDn shortcuts for going +/- 2 mins.
2023-05-03 Steinar H.... Small cleanup for insert_event().
2023-05-03 Steinar H.... Make a more sensible ordering of the player buttons.
2023-05-03 Steinar H.... Nicer alignment of the player table.
2023-05-03 Steinar H.... Show gender (optional free-form field) in the player...
2023-05-03 Steinar H.... Remove the “our foul” button for now.
2023-05-02 Steinar H.... Make the events view scroll the current event into...
2023-05-02 Steinar H.... Implement pulls landing.
2023-05-02 Steinar H.... Make SHOULD_PULL into an enum.
2023-05-02 Steinar H.... Make offense/defense a tristate-enum.
2023-05-02 Steinar H.... Fix a corner case around clicking event rows.
2023-05-02 Steinar H.... Make explicit offense/defense markers, by clicking.
2023-05-01 Steinar H.... Backdate substitutions so that they're a bit easier...
2023-05-01 Steinar H.... Fix pull button availability.
2023-05-01 Steinar H.... Count time spent in stoppage
2023-05-01 Steinar H.... Make it possible to end stoppages.
2023-05-01 Steinar H.... Fix up various shortcuts.
2023-05-01 Steinar H.... Disable irrelevant buttons.
2023-05-01 Steinar H.... Split update_status().
2023-05-01 Steinar H.... pull_landed is a no-player event.
2023-05-01 Steinar H.... Make the default action on offense a catch.
2023-05-01 Steinar H.... Fix an off-by-one in inserting events.
2023-05-01 Steinar H.... Their throwaways take us to offense.
2023-05-01 Steinar H.... Hook up defensive soft +/-.
2023-05-01 Steinar H.... Hook up our_defense.
2023-05-01 Steinar H.... Hook up some misc. events.
2023-05-01 Steinar H.... Fix possession counter e.g. between goals.
2023-05-01 Steinar H.... Drops and throwaways take us into defense.
2023-05-01 Steinar H.... Properly read back NULLs for non-player events.
2023-05-01 Steinar H.... Add some defensive events.
2023-05-01 Steinar H.... Make the player buttons actually fetch out the team.
2023-05-01 Steinar H.... Rename player to video, since it was confusingly close...
2023-05-01 Steinar H.... Make it possible to sub (in/out events only, no real...
2023-05-01 Steinar H.... Make the player list extend all the way down.
2023-05-01 Steinar H.... Show players from the database.
2023-05-01 Steinar H.... Move EventsModel into the MainWindow constructor.
2023-05-01 Steinar H.... Clean out the refresh-on-demand code from EventsModel.
2023-05-01 Steinar H.... Make it possible to seek to an event by clicking on it.
2023-05-01 Steinar H.... Rename stats.cpp to main.cpp.
2023-05-01 Steinar H.... Update the status bar from the events.
2023-05-01 Steinar H.... Order events coming from the database.
2023-05-01 Steinar H.... Make it possible to delete events.
2023-05-01 Steinar H.... Connect insertions/type changes to the database.
2023-05-01 Steinar H.... Add some offense events, now working-ish.
2023-05-01 Steinar H.... More EventsModel into its own file.
2023-05-01 Steinar H.... Assign player shortcuts.
2023-05-01 Steinar H.... Make it possible to insert events in the UI (very rudim...
2023-05-01 Steinar H.... Fix a newer Clang warning.
2023-05-01 Steinar H.... Move some meaty member functions out-of-line from Event...
2023-05-01 Steinar H.... Some naming adjustments.
2023-05-01 Steinar H.... Minor STL quibbles.
2023-05-01 Steinar H.... Further move around.
2023-05-01 Steinar H.... Move buttons around a bit, so that the video gets bigger.
2023-05-01 Steinar H.... Fix the all-important window title.
2023-05-01 Steinar H.... Add some buttons (inert for now).
2023-05-01 Steinar H.... Add some navigation buttons.
2023-04-30 Steinar H.... Begin showing events from the database. (No modificatio...
2023-04-30 Steinar H.... Factor out timestamp formatting.
2023-04-30 Steinar H.... Initial commit; really only a (bad) video player.