]> git.sesse.net Git - pkanalytics/shortlog
pkanalytics
2023-07-13 Steinar H.... Support dragging the picture around when we are zoomed.
2023-07-13 Steinar H.... Make zooming a bit less sensitive.
2023-07-13 Steinar H.... Make it possible to zoom the VideoWidget.
2023-07-13 Steinar H.... Drop QVideoWidget.
2023-07-10 Steinar H.... Fix some -Wsign-compare warnings.
2023-07-10 Steinar H.... Fix a warning.
2023-05-30 Steinar H.... Make the formation buttons actually do something.
2023-05-29 Steinar H.... Tweak formation backdating.
2023-05-29 Steinar H.... Support filtering on formation.
2023-05-29 Steinar H.... Fix formation JSON export.
2023-05-29 Steinar H.... Fix handling of multiple filters.
2023-05-29 Steinar H.... Export formations to the JSON.
2023-05-29 Steinar H.... Show formation name in the status bar.
2023-05-29 Steinar H.... Fix sorting after inserting a new formation.
2023-05-29 Steinar H.... Format events slightly more nicely.
2023-05-29 Steinar H.... Fix various issues with setting the special “none/unkno...
2023-05-29 Steinar H.... Better backdating of formations.
2023-05-29 Steinar H.... Small typo.
2023-05-29 Steinar H.... Make it possible to insert new formations from the UI.
2023-05-29 Steinar H.... Add the beginnings of formation support.
2023-05-28 Steinar H.... Implement filter-by-player-on-field.
2023-05-27 Steinar H.... Begin supporting filters.
2023-05-21 Steinar H.... Count time on offense and on defense.
2023-05-21 Steinar H.... Add a CI for OOB pulls.
2023-05-21 Steinar H.... Make soft +/- span both columns.
2023-05-21 Steinar H.... Add a filler SVG to make things line up.
2023-05-20 Steinar H.... Add per-point CIs.
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.
next