You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by tr...@apache.org on 2012/03/16 14:12:30 UTC

qt commit: Update README.md to reflect current implementation status.

Updated Branches:
  refs/heads/master 7ba449ce9 -> 962bacac6


Update README.md to reflect current implementation status.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/commit/962bacac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/tree/962bacac
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/diff/962bacac

Branch: refs/heads/master
Commit: 962bacac65dfe33d656cf972b33bd02906c138b6
Parents: 7ba449c
Author: Jeff Tranter <tr...@apache.org>
Authored: Fri Mar 16 09:12:13 2012 -0400
Committer: Jeff Tranter <tr...@apache.org>
Committed: Fri Mar 16 09:12:13 2012 -0400

----------------------------------------------------------------------
 README.md |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/blob/962bacac/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 05fb210..3bd1bef 100644
--- a/README.md
+++ b/README.md
@@ -11,21 +11,30 @@ Requirements
 To Create a Project
 -------------------
 
-Download the source code and open the project file with Qt Creator. Add your html / js files to the www folder. Edit xml/plugins.xml to enable / disable any required plugins. Compiling / deployment / packaging works as described in the Qt Creator documentation.
+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
 --------------
 
-- Console
+- Accelerometer
+- Compass
 - Connection
+- Contacts
 - Device
-- File
-- Geolocation
-- Notification
-- Storage (supported by native WebKit implementation)
+- Events
+- File (File Transfer API has no direct support in Qt Mobility and is not be implemented for now)
+- Geolocation (Uses the W3C Geolocation API specification which is supported by WebKit 2)
+- Notification (implemented for MeeGo Harmattan only)
+- Storage (Uses the W3C WebSQL Database and Web Storage API specifications which are supported by WebKit 2)
+- Camera (Basic support on MeeGo Harmattan but no gallery and no 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 likley to be deprecated)
 
 License
 -------
 
 Licensed under the APACHE-2.0 license. See LICENSE file for details.
-