- 18 Mar, 2011 1 commit
-
-
Alessandro Portale authored
The 'include(deployment.pri)' is now removed in a central place.
-
- 16 Mar, 2011 1 commit
-
-
Kai Koehne authored
Qt components want to provide Qt Quick Application wizards in their own repos. Allow them to use the MobileAppWizard infrastructure. Reviewed-by: Alessandro Portale
-
- 09 Feb, 2011 1 commit
-
-
Alessandro Portale authored
-
- 07 Feb, 2011 1 commit
-
-
Alessandro Portale authored
The loop to generate the "DEPLOYMENTFOLDERS" part in the main .pro file is now in the base class AbstractMobileApp.
-
- 06 Feb, 2011 2 commits
-
-
Alessandro Portale authored
-
Alessandro Portale authored
-
- 03 Feb, 2011 2 commits
-
-
Alessandro Portale authored
Less static functions, more ploymorphism.
-
Alessandro Portale authored
Locking the screen orientation was not a Qt feature of the Symbian port till Qt 4.7.2. Therefore, client applications had to do the locking themselves. That locking is right now only achievable by using Avkon Api. The template code of the Qt Quick App wizard did exactly that. Now, Qt 4.7.2 has the screen orientation lock built in. That implementation was done for QTBUG-11785. No need to do that in the application code, anymore. This patch removes Avkon usage from the templates, using new enum keys and setting QWidget flags, just like Maemo5 does. Two Qt version checks/fixes: 1) If the application tries to lock the orientation on Qt < 4.7.2, a warning is given that this won't work 2) If Qt < 4.7.2 is used to build the application, the enum keys are not used directly but casted from constants Task-Number: QTCREATORBUG-3598 Reviewed-by: ck
-
- 02 Feb, 2011 1 commit
-
-
Alessandro Portale authored
Sets the Network capabilty on by default, in the wizard. Task-Number: QTCREATORBUG-3594 reviewed-by: con
-
- 24 Jan, 2011 1 commit
-
-
Tobias Hunger authored
Fix bogus warnings about build locations when setting up a new project.
-
- 12 Jan, 2011 3 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 22 Nov, 2010 1 commit
-
-
Alessandro Portale authored
The template .pri file of the "Qt Quick Application" and "Qt Mobile Application" wizards linked against eiksrv when locking the screen orientation. That is however not necessary. The real problem is that eiksrv does not get shipped with the Symbian^1 SDK in Nokia Qt SDK 1.0/1.1. Therefore, the innecessary link attempt even fails. This patch removes the -leiksrv and bumps the version for the template. Cherrypicking into qtcreator/2.1 is highly recommended. Task-Number: QTCREATORBUG-3142 Task-Number: QTSDK-194
-
- 19 Nov, 2010 1 commit
-
-
Alessandro Portale authored
The template .pri file of the "Qt Quick Application" and "Qt Mobile Application" wizards linked against eiksrv when locking the screen orientation. That is however not necessary. The real problem is that eiksrv does not get shipped with the Symbian^1 SDK in Nokia Qt SDK 1.0/1.1. Therefore, the innecessary link attempt even fails. This patch removes the -leiksrv and bumps the version for the template. Cherrypicking into qtcreator/2.1 is highly recommended. Task-Number: QTCREATORBUG-3142 Task-Number: QTSDK-194
-
- 16 Nov, 2010 1 commit
-
-
Alessandro Portale authored
(In QtCreator the wizard would take care of that.)
-
- 01 Nov, 2010 1 commit
-
-
Alessandro Portale authored
- Renaming the screen orientation enum and keys - Explicit constructors - Virtual destructors - Renamed some occurences of 'Qml' in comments to 'QML' - Adding descriptive comments to all generated files which should not be touched by the user. - Adding missing license headers to the qmljsdebugger sources Task-Number: QTCREATORBUG-2885 Reviewed-by: Friedemann Kleint Reviewed-by: dt
-
- 04 Oct, 2010 2 commits
-
-
Alessandro Portale authored
As an project tree unclutter measure, we now append the deployment.pri to the qmlapplicationviewer.pri while generating the stub for Qt Quick Apps. At the same tame we keep te Qt Mobile App wizard intact, which continues to generate the deployment.pri file. And we also keep the qmlapp/app.pro template functioning as project, therefore we leave the include(../shared/deployment.pri) in qmlapp/app.pro and let the wizard remove that incude. Task-Number: QTCREATORBUG-2568 Reviewed-By: ck
-
Alessandro Portale authored
De-clutter the app profile: - Call the Symbian icon <project>.svg - Define the Symbian icon in the deployment .pri file Task-Number: QTCREATORBUG-2578 Reviewed-by: ck
-
- 24 Sep, 2010 1 commit
-
-
Pawel Polanski authored
-
- 23 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 20 Sep, 2010 1 commit
-
-
Christian Kandeler authored
Reviewed-by: Alessandro Portale
-
- 17 Sep, 2010 1 commit
-
-
Christian Kandeler authored
Hexadecimal format is easier to parse for humans.
-
- 16 Sep, 2010 1 commit
-
-
Christian Kandeler authored
Reviewed-by: Alessandro Portale
-