]> git.sesse.net Git - pkanalytics/shortlog
pkanalytics
2023-05-20 Steinar H.... Remove some obsolete logging.
2023-05-20 Steinar H.... Add offense CIs.
2023-05-20 Steinar H.... Start adding CIs for efficiency.
2023-05-20 Steinar H.... No need for :has().
2023-05-20 Steinar H.... Add some styling.
2023-05-11 Steinar H.... Count touches per-point.
2023-05-11 Steinar H.... Add a per-point stats category.
2023-05-11 Steinar H.... Fix some warnings about events we actually understand.
2023-05-11 Steinar H.... Make a hotkey for getting the video unstuck when Qt...
2023-05-11 Steinar H.... Fix some N/A displays in the viewer.
2023-05-10 Steinar H.... Correct counting of global points.
2023-05-10 Steinar H.... Add a row for some semi-interesting globals.
2023-05-10 Steinar H.... Add a playing time menu.
2023-05-10 Steinar H.... Remove some debugging.
2023-05-10 Steinar H.... Implement O and D efficiency in the viewer.
2023-05-10 Steinar H.... Fix counting of players that stayed on for a point...
2023-05-10 Steinar H.... Change pulls to defense in the viewer.
2023-05-10 Steinar H.... Make a table for the offense category.
2023-05-10 Steinar H.... Make a table for the pulls category.
2023-05-10 Steinar H.... Add some rudimentary main menu support to the viewer.
2023-05-10 Steinar H.... Add a rudimentary start of the viewer.
2023-05-09 Steinar H.... Fix export of nulls in the player JSON objects.
2023-05-05 Steinar H.... Implement JSON export. (For the time being, automatical...
2023-05-04 Steinar H.... Support requesting a given match on command line (in...
2023-05-04 Steinar H.... We want foreign key constraints enforced; duh.
2023-05-03 Steinar H.... Hook up the interception button.
2023-05-03 Steinar H.... Do not backdate substitutions to before the match start.
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.