]> git.sesse.net Git - pkanalytics/shortlog
pkanalytics
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.