]> Some of my projects - aniplayer.git/commit
Initial Aniplayer3 commit
authorAPTX <marek321@gmail.com>
Sun, 26 Feb 2017 12:44:11 +0000 (13:44 +0100)
committerAPTX <marek321@gmail.com>
Sun, 26 Feb 2017 12:44:11 +0000 (13:44 +0100)
commit45897a6b3dbfc810f281e1f2994f33ff232b71c1
tree59cb54e8be66e5d6990ba3d03fd898bda70ad1c9
Initial Aniplayer3 commit
60 files changed:
.gitignore [new file with mode: 0644]
aniplayer3.pro [new file with mode: 0644]
backendplugins/backend_mpv/backend_mpv.json [new file with mode: 0644]
backendplugins/backend_mpv/backend_mpv.pro [new file with mode: 0644]
backendplugins/backend_mpv/backend_mpv_global.h [new file with mode: 0644]
backendplugins/backend_mpv/backendmpv.cpp [new file with mode: 0644]
backendplugins/backend_mpv/backendmpv.h [new file with mode: 0644]
backendplugins/backend_null/backend_null.json [new file with mode: 0644]
backendplugins/backend_null/backend_null.pro [new file with mode: 0644]
backendplugins/backend_null/backend_null_global.h [new file with mode: 0644]
backendplugins/backend_null/backendnull.cpp [new file with mode: 0644]
backendplugins/backend_null/backendnull.h [new file with mode: 0644]
backendplugins/backendbuildconfig.pri [new file with mode: 0644]
backendplugins/backendplugins.pro [new file with mode: 0644]
buildconfig.pri [new file with mode: 0644]
config.pri [new file with mode: 0644]
core/aniplayer.exe.manifest [new file with mode: 0644]
core/aniplayer.rc [new file with mode: 0644]
core/backendpluginbase.cpp [new file with mode: 0644]
core/backendpluginbase.h [new file with mode: 0644]
core/core.pri [new file with mode: 0644]
core/core.pro [new file with mode: 0644]
core/instancemanager.cpp [new file with mode: 0644]
core/instancemanager.h [new file with mode: 0644]
core/main.cpp [new file with mode: 0644]
core/player.cpp [new file with mode: 0644]
core/player.h [new file with mode: 0644]
core/playerplugininterface.cpp [new file with mode: 0644]
core/playerplugininterface.h [new file with mode: 0644]
core/pluginmanager.cpp [new file with mode: 0644]
core/pluginmanager.h [new file with mode: 0644]
core/qml.qrc [new file with mode: 0644]
core/qml/Button.qml [new file with mode: 0644]
core/qml/OpenButton.qml [new file with mode: 0644]
core/qml/PlaybackPosition.qml [new file with mode: 0644]
core/qml/PlayerControls.qml [new file with mode: 0644]
core/qml/SeekSlider.qml [new file with mode: 0644]
core/qml/VolumeSlider.qml [new file with mode: 0644]
core/qml/main.qml [new file with mode: 0644]
core/qtsingleapplication/QtLockedFile [new file with mode: 0644]
core/qtsingleapplication/QtSingleApplication [new file with mode: 0644]
core/qtsingleapplication/qtlocalpeer.cpp [new file with mode: 0644]
core/qtsingleapplication/qtlocalpeer.h [new file with mode: 0644]
core/qtsingleapplication/qtlockedfile.cpp [new file with mode: 0644]
core/qtsingleapplication/qtlockedfile.h [new file with mode: 0644]
core/qtsingleapplication/qtlockedfile_unix.cpp [new file with mode: 0644]
core/qtsingleapplication/qtlockedfile_win.cpp [new file with mode: 0644]
core/qtsingleapplication/qtsingleapplication.cpp [new file with mode: 0644]
core/qtsingleapplication/qtsingleapplication.h [new file with mode: 0644]
core/qtsingleapplication/qtsingleapplication.pri [new file with mode: 0644]
core/qtsingleapplication/qtsinglecoreapplication.cpp [new file with mode: 0644]
core/qtsingleapplication/qtsinglecoreapplication.h [new file with mode: 0644]
core/qtsingleapplication/qtsinglecoreapplication.pri [new file with mode: 0644]
core/timeformatter.cpp [new file with mode: 0644]
core/timeformatter.h [new file with mode: 0644]
core/videoelement.cpp [new file with mode: 0644]
core/videoelement.h [new file with mode: 0644]
resource/aniplayer-mikuru.ico [new file with mode: 0644]
resource/mikuru-icon-base.png [new file with mode: 0644]
resource/mikuru-icon-original.png [new file with mode: 0644]