git@gitorious.org:tizmee/tizmee.git https://gitorious.org/tizmee/tizmee/source/4d35759efee8ee101514d103affaf4d21530fc23: https://gitorious.org/tizmee/tizmee.git

Mike Sheldon 4d35759efe Begin implementing property change listeners %!s(int64=12) %!d(string=hai) anos
debian ce25237d13 Replace individual qtm dependencies with metapackage %!s(int64=12) %!d(string=hai) anos
qml f302ebc77e Add missing files %!s(int64=12) %!d(string=hai) anos
src 4d35759efe Begin implementing property change listeners %!s(int64=12) %!d(string=hai) anos
www 4d35759efe Begin implementing property change listeners %!s(int64=12) %!d(string=hai) anos
xml 2df42c1d2d Initial customisation for Tizen specific applications (adds launcher and beginnings of Tizen API) %!s(int64=12) %!d(string=hai) anos
.gitignore 92b178b63e Fixes for qt5 in notifications and main.cpp %!s(int64=12) %!d(string=hai) anos
LICENSE d1d66cdd92 Changed to apache-2.0 license %!s(int64=13) %!d(string=hai) anos
README.md a15da9d2f0 Minor updates to README.md file. %!s(int64=12) %!d(string=hai) anos
com.mikeasoft.tizmee.spec e835c0e5ba Build against meegotouch on nemo %!s(int64=12) %!d(string=hai) anos
cordovaqt.desktop d572a5bbf2 added back *.desktop configure %!s(int64=12) %!d(string=hai) anos
cordovaqt.pro 2df42c1d2d Initial customisation for Tizen specific applications (adds launcher and beginnings of Tizen API) %!s(int64=12) %!d(string=hai) anos
cordovaqt.svg 3b96e41f9c Rename of project to cordova-qt %!s(int64=12) %!d(string=hai) anos
cordovaqt64.png 3b96e41f9c Rename of project to cordova-qt %!s(int64=12) %!d(string=hai) anos
cordovaqt80.png 3b96e41f9c Rename of project to cordova-qt %!s(int64=12) %!d(string=hai) anos
deployment.pri 2282a27061 Display splash screen when launching tizen apps %!s(int64=12) %!d(string=hai) anos
main.cpp 2df42c1d2d Initial customisation for Tizen specific applications (adds launcher and beginnings of Tizen API) %!s(int64=12) %!d(string=hai) anos
tizmee-splash.png 2282a27061 Display splash screen when launching tizen apps %!s(int64=12) %!d(string=hai) anos
tizmee.desktop 2df42c1d2d Initial customisation for Tizen specific applications (adds launcher and beginnings of Tizen API) %!s(int64=12) %!d(string=hai) anos
tizmee.py 2282a27061 Display splash screen when launching tizen apps %!s(int64=12) %!d(string=hai) anos
tizmee80.png 2df42c1d2d Initial customisation for Tizen specific applications (adds launcher and beginnings of Tizen API) %!s(int64=12) %!d(string=hai) anos
wizard.xml f393957b02 wizard tempalte for qt4, clone repo in ..QtSDK/QtCreator/share/qtcreator/tempaltes/wizards %!s(int64=12) %!d(string=hai) anos

README.md

Cordova/Qt

Cordova/Qt is the Qt port of the Cordova (formerly PhoneGap) framework. It should compile on any platform which is compatible with Qt and Qt Mobility.

Requirements

  • Qt SDK

To Create a Project

Download the source code and open the project file with Qt Creator. Add your HTML and JavaScript files to the www folder. Edit xml/plugins.xml to enable or disable any required plugins. Compiling, deployment, and packaging works as described in the Qt Creator documentation.

Supported APIs

  • Accelerometer
  • Compass
  • Connection
  • Contacts
  • Device
  • Events
  • File (Except for File Transfer API which has no direct support in Qt Mobility and is not implemented for now)
  • Geolocation (Uses the W3C Geolocation API specifications)
  • Notification (implemented for MeeGo Harmattan only)
  • Storage (Uses the W3C WebSQL Database and Web Storage API specifications)
  • Camera (Basic support on Symbian and MeeGo Harmattan but no gallery or image settings)

Unsupported APIs

  • Capture - in progress
  • Media (PhoneGap will be moving to follow the W3C specification which is supported by WebKit and these APIS are likely to be deprecated)

License

Licensed under the APACHE-2.0 license. See LICENSE file for details.