Files
-
- 6 edited
-
aircontrol.pro (modified) (1 diff)
-
qml/MainDesktop.qml (modified) (1 diff)
-
qml/audio/02.mp3 (modified) (previous)
-
qml/audio/03.mp3 (modified) (previous)
-
qml/components/Movement.qml (modified) (1 diff)
-
qml/js/constants.js (modified) (2 diffs)
- Legend:
- Unmodified
- Added
- Removed
-
aircontrol.pro
r1 r2 1 1 # Add more folders to ship with the application, here 2 folder_01.source = qml/ 3 folder_01.target = qml/.. 4 DEPLOYMENTFOLDERS = folder_01 2 root.source = qml/*.qml 3 root.target = qml 4 5 audio.source = qml/audio/*.mp3 6 audio.target = qml/audio 7 components.source = qml/components/*.qml 8 components.target = qml/components 9 fonts.source = qml/fonts/*.ttf 10 fonts.target = qml/fonts 11 images.source = qml/images/*.png 12 images.target = qml/images 13 14 js.source = qml/js/*.js 15 js.target = qml/js 16 17 DEPLOYMENTFOLDERS = root audio components fonts images js 5 18 6 19 -
qml/MainDesktop.qml
r1 r2 27 27 property int fontSizeLarge: 48 28 28 property int fontSizeTitle: 24 29 property int fontSizeNormal: 2 429 property int fontSizeNormal: 22 30 30 property int fontSizeSmall: 12 31 31 -
qml/components/Movement.qml
r1 r2 67 67 text2: "Keep phone awake and waste battery " 68 68 enabled: false 69 value: true70 } 69 value: false 70 } 71 71 } 72 72 } -
qml/js/constants.js
r1 r2 32 32 var APP_VERSION = "0.1.0" 33 33 var APP_ABOUT_URL = "http://blog.tube42.se" 34 var APP_PROJECT_URL = "http://projects.developer.nokia.com/aircontrol/" 34 35 var APP_ABOUT_CONTACT = "av@tube42.se" 35 36 var APP_NAME = "Air Control" … … 39 40 "<p>Developed by <a href=\"" + APP_ABOUT_URL + "\"> Tube42</a>, " + 40 41 "<a href=\"mail:" + APP_ABOUT_CONTACT + "\">" + APP_ABOUT_CONTACT + "</a>" + 41 "<br><br>" + 42 "<p>BSD <A href=\"" + APP_PROJECT_URL + "\">source code</a>" + 43 "<p><hr><p>" + 42 44 "<p>So why are there no fart apps on MeeGo? "+ 43 45 "<p><p><br>Isn't the <b>mobile revolution</b> all about fart apps and connecting them to Foursquare to report things like \”I just farted at McDonalds near Time Square with 4 other people\”?? " +

