- 04 Feb, 2011 1 commit
-
-
con authored
-
- 03 Feb, 2011 2 commits
-
-
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
-
Friedemann Kleint authored
Reviewed-by: con
-
- 02 Feb, 2011 3 commits
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-3668
-
Alessandro Portale authored
Removes the "DEFINES += NETWORKACCESS" from the main .pro file replacing it by "symbian:TARGET.CAPABILITY += NetworkServices". Task-Number: QTCREATORBUG-3594 reviewed-by: con
-
Alessandro Portale authored
Sets the Network capabilty on by default, in the wizard. Task-Number: QTCREATORBUG-3594 reviewed-by: con
-
- 31 Jan, 2011 1 commit
-
-
Leena Miettinen authored
Reviewed-by: Maurice Kalinowski
-
- 24 Jan, 2011 1 commit
-
-
dt authored
Reviewed-By: Alessandro Portale Task-Nr: QTCREATORBUG-3566
-
- 21 Jan, 2011 2 commits
-
-
Leena Miettinen authored
Reviewed-by: Maurice Kalinowski
-
Leena Miettinen authored
Reviewed-by: con
-
- 20 Jan, 2011 1 commit
-
-
Daniel Molkentin authored
Reviewed-by: con
-
- 19 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
Items of subsequent combo boxes were not displayed since the counter was not reset. Reviewed-by: con Task-number: QTCREATORBUG-3523
-
- 18 Jan, 2011 2 commits
-
-
Oswald Buddenhagen authored
a line ending in two backslashes would produce a literal backslash and run off the end. Task-number: QTCREATORBUG-3360
-
Sergey Belyashov authored
Merge-request: 233 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 12 Jan, 2011 4 commits
-
-
dt authored
Task-Nr: QTCREATORBUG-3454 Reviewed-By: Alessandro Portale
-
con authored
-
František Mach authored
Task-number: QTCREATORBUG-3365 Reviewed-by: ossi
-
Leena Miettinen authored
Reviewed-by: Niels Weber
-
- 11 Jan, 2011 5 commits
-
-
Leena Miettinen authored
-
Leena Miettinen authored
Reviewed-by: Tim Jenssen
-
Leena Miettinen authored
Reviewed-by: hjk
-
Leena Miettinen authored
Reviewed-by: jbache
-
hjk authored
Reviewed-by: Tobias Hunger
-
- 06 Jan, 2011 2 commits
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3228
-
hjk authored
This works around the problem that the threadnames deduction switches the current thread and thereby invalidates the assumption that the thread mentioned in the *stopped response is the "current" thread. There's already a proper fix in master including some performance enhancements. Reviewed-by: con
-
- 05 Jan, 2011 12 commits
-
-
Sergey Belyashov authored
Merge-request: 231 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Leena Miettinen authored
Reviewed-by: Carsten Owerfeldt
-
Leena Miettinen authored
Reviewed-by: Carsten Owerfeldt
-
Leena Miettinen authored
Reviewed-by: Carsten Owerfeldt
-
Leena Miettinen authored
Reviewed-by: Carsten Owerfeldt
-
Leena Miettinen authored
Reviewed-by: Carsten Owerfeldt
-
Leena Miettinen authored
Reviewed-by: Carsten Owerfeldt
-
Leena Miettinen authored
Reviewed-by: Niels Weber
-
Leena Miettinen authored
Fix a typo
-
Leena Miettinen authored
Make the instructions clearer by adding step lists. Reviewed-by: Kai Koehne
-
Leena Miettinen authored
-
Leena Miettinen authored
-
- 04 Jan, 2011 1 commit
-
-
Christian Kandeler authored
The crash happens when the run control is stopped before a connection has been established. Task-number: QTCREATORBUG-3374 Reviewed-by: Tobias Hunger
-
- 21 Dec, 2010 1 commit
-
-
Leena Miettinen authored
Reviewed-by: David Boddie
-
- 20 Dec, 2010 1 commit
-
-
Leena Miettinen authored
To get rid of the error message in Version Control output panel Task-number: QTCREATORBUG-3382 Reviewed-by: Tobias Hunger
-