Commit Graph

9 Commits

Author SHA1 Message Date
Alessandro Portale
8363883834 Merge touchnavigation code into html5applicationviewer.cpp
The touchnavigation code had been splitted for easier development.
But we do not want the wizard to generate those many files. The
Wizard takes care of that and merges all into one.
2011-04-17 09:59:16 +02:00
hjk
8397663964 Update license. 2011-04-13 11:49:28 +02:00
Alessandro Portale
1cce35ecf5 Code deduplication.
The 'include(deployment.pri)' is now removed in a central place.
2011-03-18 17:50:15 +01: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
Thorbjørn Lindeijer
8eb0bb7507 Avoid warning about unused variable 2011-02-09 20:16:52 +01:00
Alessandro Portale
aa453c8062 Implemented "import" and "Url" options for html5 app wizard 2011-02-09 16:23:45 +01:00
Alessandro Portale
4413f9d621 Refactoring. Unduplicating code.
The loop to generate the "DEPLOYMENTFOLDERS" part in the main
.pro file is now in the base class AbstractMobileApp.
2011-02-07 17:50:21 +01:00
Alessandro Portale
661742711e Rename: bool "uncommentNextLine" -> "commentOutNextLine" 2011-02-06 19:27:57 +01:00
Alessandro Portale
7870769a30 Html5 app wizard. First steps.
Task-Number: QTCREATORBUG-3284
2011-02-06 14:08:52 +01:00