]> git.tdb.fi Git - xinema.git/commit
Add a remote control program for Sailfish OS
authorMikko Rasa <tdb@tdb.fi>
Wed, 14 Oct 2015 23:56:51 +0000 (02:56 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 14 Oct 2015 23:56:51 +0000 (02:56 +0300)
commit1abfbdd94fa45883f6d742df00508715f79c9954
tree54141aadcbe32a9baf4a938f91427589eb2df51e
parent5a79899d5a888e9aa76f29cb889e77979062a4a1
Add a remote control program for Sailfish OS
19 files changed:
remote/.gitignore [new file with mode: 0644]
remote/harbour-xinema-remote.desktop [new file with mode: 0644]
remote/qml/main.qml [new file with mode: 0644]
remote/qml/pages/BrowsePage.qml [new file with mode: 0644]
remote/qml/pages/ConnectPage.qml [new file with mode: 0644]
remote/qml/pages/DirectoryEntry.qml [new file with mode: 0644]
remote/remote.pro [new file with mode: 0644]
remote/rpm/harbour-xinema-remote.spec [new file with mode: 0644]
remote/source/browsedirectoryitem.cpp [new file with mode: 0644]
remote/source/browsedirectoryitem.h [new file with mode: 0644]
remote/source/discovery.cpp [new file with mode: 0644]
remote/source/discovery.h [new file with mode: 0644]
remote/source/discoveryitem.cpp [new file with mode: 0644]
remote/source/discoveryitem.h [new file with mode: 0644]
remote/source/remote.cpp [new file with mode: 0644]
remote/source/xinemacontrol.cpp [new file with mode: 0644]
remote/source/xinemacontrol.h [new file with mode: 0644]
remote/source/xinemacontrolitem.cpp [new file with mode: 0644]
remote/source/xinemacontrolitem.h [new file with mode: 0644]