Initial commit for the QML client:
authorlvaatamoinen <lassi.vaatamoinen@ixonos.com>
Sun, 29 Jan 2012 14:00:40 +0000 (14:00 +0000)
committerlvaatamoinen <lassi.vaatamoinen@ixonos.com>
Sun, 29 Jan 2012 14:00:40 +0000 (14:00 +0000)
commit711f20225524f059da9296f814a06ab9332bb324
tree340cad90d6a2468842e0097d6efe0a9577eef8aa
parent678f23ebb9d4b0f2ce713be2ce7bba9cb3c42bb5
Initial commit for the QML client:
Adding data to model works, currently testdata used.
TODO: Make torrent adding work, use real data.
TODO: Add real functionality: status update, torrent removal.

git-svn-id: file:///svnroot/qtrapids/trunk@82 42ac0dd5-4c8c-4c71-bb3e-ecdfe252ffda
15 files changed:
src/client/CMakeLists.txt
src/client/main.cpp
src/client/models/Plugin.cpp [new file with mode: 0644]
src/client/models/Plugin.h [new file with mode: 0644]
src/client/models/QDeclarativeDownloadListModel.cpp [new file with mode: 0644]
src/client/models/QDeclarativeDownloadListModel.h [new file with mode: 0644]
src/client/models/QDeclarativeDownloadListModel_p.h [new file with mode: 0644]
src/client/models/qmldir [new file with mode: 0644]
src/client/proxy.cpp [new file with mode: 0644]
src/client/proxy.h [new file with mode: 0644]
src/client/qml/DownloadView.qml [new file with mode: 0644]
src/client/qml/MainPage.qml [new file with mode: 0644]
src/client/qml/SeedView.qml [new file with mode: 0644]
src/client/qml/main.qml [new file with mode: 0644]
src/client/qml/qml.qrc [new file with mode: 0644]