summaryrefslogtreecommitdiff
path: root/Sidebar.qml
AgeCommit message (Collapse)Author
2021-09-16Sidebar: add shortcut for description boxTimotej Lazar
2021-09-16Sidebar: add left border to event listTimotej Lazar
2021-09-16Sidebar: add shortcuts for filter / events controlsTimotej Lazar
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-16Event: reset values on editing startTimotej Lazar
2021-09-16Redecorate sidebarTimotej Lazar
Use a single dialog for loading event and tag files. Inline Tags. Also do various other things.
2021-09-16Implement filterTimotej Lazar
Add a proxy model class with filter logic, and use it as the model for events ListView.
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.