]> Some of my projects - aniplayer.git/commit
Add annotations feature
authorAPTX <marek321@gmail.com>
Thu, 23 Nov 2017 15:56:58 +0000 (00:56 +0900)
committerAPTX <marek321@gmail.com>
Thu, 23 Nov 2017 16:24:21 +0000 (01:24 +0900)
commit59826fcbc58bc873a00c921856b2af71bd9c6373
treee4dcae25510dbb86de325753fa88b00915061526
parent70f28f7fad928237958523abd2a5e3155403ad51
Add annotations feature

This feature is work in progress. Currently it is very slow and should not be enabled by default.
15 files changed:
CMakeLists.txt
core/annotationmodel.cpp [new file with mode: 0644]
core/annotationmodel.h [new file with mode: 0644]
core/instancemanager.cpp
core/player.cpp
core/player.h
core/videoelement.cpp
core/videoelement.h
featureplugins/CMakeLists.txt
featureplugins/feature_annotations/CMakeLists.txt [new file with mode: 0644]
featureplugins/feature_annotations/feature_annotations.json [new file with mode: 0644]
featureplugins/feature_annotations/feature_annotations_global.h [new file with mode: 0644]
featureplugins/feature_annotations/featureannotations.cpp [new file with mode: 0644]
featureplugins/feature_annotations/featureannotations.h [new file with mode: 0644]
uiplugins/ui_desktop_qml_default/qml/main.qml