summaryrefslogtreecommitdiff
path: root/Events.qml
AgeCommit message (Collapse)Author
2021-09-16Seek to event on double click instead of highlightTimotej Lazar
2021-09-16Events: inline event delegateTimotej Lazar
Also key handling. Again allow space to pause/resume video while editing an event.
2021-09-16Implement event model in C++Timotej Lazar
Filtering events in JS is too slow with >20,000 events. This moves the event data model into C++.
2021-06-14First commitTimotej Lazar
There was history before but now there is no more.