aircontrol

Changeset 2

Files
  • 6 edited
tube42's avatar
Timestamp:
11/28/11 23:51:00 (6 months ago)
Message:
 




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: 24 
     29         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: true 
    70              }             
     69                 value: false 
     70             } 
    71 71        } 
    72 72    } 
  • qml/js/constants.js

    r1 r2  
    32 32var APP_VERSION = "0.1.0" 
    33 33var APP_ABOUT_URL = "http://blog.tube42.se" 
     34var APP_PROJECT_URL = "http://projects.developer.nokia.com/aircontrol/" 
    34 35var APP_ABOUT_CONTACT = "av@tube42.se" 
    35 36var 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\”?? " + 
Note: See TracChangeset for help on using the changeset viewer.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2011 All rights reserved