0.2 version add desktop components multitouch, joystick, multicast
authorKate Alhola <kate.alhola@nokia.com>
Mon, 5 Dec 2011 17:58:44 +0000 (19:58 +0200)
committerKate Alhola <kate.alhola@nokia.com>
Mon, 5 Dec 2011 17:58:44 +0000 (19:58 +0200)
commit196f6d56fb98af5849cc98d389de421822d3d5e0
treef5d62c842bb8cd7b04c0c54084dcea50aa42728a
parent5be6584c0e26c328c88c73910bace45f87666204
0.2 version add desktop components multitouch, joystick, multicast
58 files changed:
mardrone/BarGauge.qml
mardrone/CalibrateDialog.qml [new file with mode: 0644]
mardrone/ConfigDialog.qml
mardrone/ConfigDialogDesktop.qml [new file with mode: 0644]
mardrone/JoyStick.qml [deleted file]
mardrone/JoyStickCalibrator.qml [new file with mode: 0644]
mardrone/JoyStickIndicator.qml [new file with mode: 0644]
mardrone/JoyStickTouch.qml [new file with mode: 0644]
mardrone/ardrone.meegostyle.qml [new file with mode: 0644]
mardrone/ardrone.qml [deleted file]
mardrone/ardrone_desktop.qml [new file with mode: 0644]
mardrone/ardrone_harmattan.qml [new file with mode: 0644]
mardrone/dronelib/dronecontrol.cpp [new file with mode: 0644]
mardrone/dronelib/dronecontrol.h [new file with mode: 0644]
mardrone/dronelib/dronecontrol.o [new file with mode: 0644]
mardrone/dronelib/joystick.cpp [new file with mode: 0644]
mardrone/dronelib/joystick.h [new file with mode: 0644]
mardrone/dronelib/navdata.cpp [new file with mode: 0644]
mardrone/dronelib/navdata.h [new file with mode: 0644]
mardrone/dronelib/navdata.o [new file with mode: 0644]
mardrone/dronelib/video.cpp [new file with mode: 0644]
mardrone/dronelib/video.h [new file with mode: 0644]
mardrone/dronelib/video.o [new file with mode: 0644]
mardrone/gauges/AltGauge.qml [new file with mode: 0644]
mardrone/gauges/AttitudeGauge.qml [new file with mode: 0644]
mardrone/gauges/EfisPFD.qml [new file with mode: 0644]
mardrone/gauges/alt2.png [new file with mode: 0644]
mardrone/gauges/ati1.png [new file with mode: 0644]
mardrone/gauges/ati2.png [new file with mode: 0644]
mardrone/gauges/ati3.png [new file with mode: 0644]
mardrone/gauges/ati4.png [new file with mode: 0644]
mardrone/gauges/ati5.png [new file with mode: 0644]
mardrone/gauges/ati6.png [new file with mode: 0644]
mardrone/gauges/gauge.cpp [new file with mode: 0644]
mardrone/gauges/gauge.h [new file with mode: 0644]
mardrone/gauges/gauge.o [new file with mode: 0644]
mardrone/gauges/gaugehorizon.cpp [new file with mode: 0644]
mardrone/gauges/gaugehorizon.h [new file with mode: 0644]
mardrone/gauges/gaugehorizon.o [new file with mode: 0644]
mardrone/gauges/gaugelabel.cpp [new file with mode: 0644]
mardrone/gauges/gaugelabel.h [new file with mode: 0644]
mardrone/gauges/gaugelabel.o [new file with mode: 0644]
mardrone/gauges/gaugetape.cpp [new file with mode: 0644]
mardrone/gauges/gaugetape.h [new file with mode: 0644]
mardrone/gauges/gaugetape.o [new file with mode: 0644]
mardrone/gauges/main.qml [new file with mode: 0644]
mardrone/gauges/needle1.png [new file with mode: 0644]
mardrone/gauges/needle2.png [new file with mode: 0644]
mardrone/gauges/qmldir [new file with mode: 0644]
mardrone/qdeclarativetoucharea.cpp [new file with mode: 0644]
mardrone/qdeclarativetoucharea.h [new file with mode: 0644]
mardrone/qtc_packaging/debian_harmattan/README [new file with mode: 0644]
mardrone/qtc_packaging/debian_harmattan/changelog [new file with mode: 0644]
mardrone/qtc_packaging/debian_harmattan/compat [new file with mode: 0644]
mardrone/qtc_packaging/debian_harmattan/control [new file with mode: 0644]
mardrone/qtc_packaging/debian_harmattan/copyright [new file with mode: 0644]
mardrone/qtc_packaging/debian_harmattan/manifest.aegis [new file with mode: 0644]
mardrone/qtc_packaging/debian_harmattan/rules [new file with mode: 0755]