Commit Graph

15 Commits

Author SHA1 Message Date
Christian Kamm
1126fad923 Wizards: Use showFullScreen for Simulator builds.
Change-Id: Iad67e40f236723ddbeb7633ad950bbb2c5613c4f
Reviewed-on: http://codereview.qt.nokia.com/1507
Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
2011-07-12 12:09:10 +02:00
Alessandro Portale
3970f60814 Include touchnavigation.pri from main .pro file
And have that entry removed by the wizard. REMOVE_NEXT_LINE
is now the keyword for line removal. INCLUDE_DEPLOYMENT_PRI
was replaced by REMOVE_NEXT_LINE.
2011-04-17 09:55:17 +02:00
Keith Kyzivat
28843faa1c Split out touch navigation into separate files.
Make the html5applicationviewer class much less cluttered by splitting out all
the touch navigation classes into separate files in a subdirectory.

This should make it much more maintainable.
2011-04-16 21:13:06 +02:00
Christian Kandeler
11974a1449 Mobile wizards: Don't show orientation options for Harmattan & Meego. 2011-04-07 17:26:19 +02:00
Alessandro Portale
dece4dccc7 Added (optional) touch optimized navigation of HTML5 apps
Code provided by the Bostoner Browser team.

The HTML5 wizard shows a checkbox "Enable touch optimized navigation"
which enables flicking and enlarged click areas. By default, the
option is turned off.

Task-Number: QTCREATORBUG-3284
2011-03-18 17:34:09 +01:00
Leena Miettinen
a6fc7e8857 Doc: fix capitalization
Reviewed-by: Alessandro Portale
2011-02-15 15:57:48 +01:00
Alessandro Portale
91e04fbadc Change the path lookup from Linux style to Maemo style.
Reviewed-By: Christian Kandeler
2011-02-09 16:37:49 +01:00
Alessandro Portale
aa453c8062 Implemented "import" and "Url" options for html5 app wizard 2011-02-09 16:23:45 +01:00
Alessandro Portale
4eefeccfd7 ..actually, it was needed
/me stops hacking html
2011-02-08 15:21:37 +01:00
Alessandro Portale
fd4e6e1ad4 Remove unneeded semicolon 2011-02-08 15:20:38 +01:00
Alessandro Portale
427ea67a85 Moved Content-Type http-equiv inside the head 2011-02-03 15:51:39 +01:00
Alessandro Portale
3624311697 Adding a Content-Type http-equiv 2011-02-03 15:50:23 +01:00
Alessandro Portale
7e5fd30daf Fix CSS. first-child and nth-child selectors not supported
(by QtWebkit)
2011-02-02 20:50:27 +01:00
Alessandro Portale
7296cd0fa0 Removed Avkon from html5 template 2011-02-02 16:25:33 +01:00
Alessandro Portale
13ee1dd2d0 Dummy template for Html5 app wizards
The template code is similar to the Qt Quick App wizard
template code. It has a Viewer class +.pri which wrap the "dirty
stuff", a main .pro file and main.cpp file. In this case, there
is also a "Hello World" index.html file.

The "dirty stuff" code exposes a quit() function to the JavaScript
in the webview, which can be triggerd via the index.html.

As the 1-line-summary of this commit states, it is a dummy. Some-
one with proper knowlede about QtWebkit please provide better
template code.

Task-Number: QTCREATORBUG-3284
2011-01-26 16:37:48 +01:00