- 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 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
-
-
dt authored
Reviewed-By: Alessandro Portale Task-Nr: QTCREATORBUG-3566
-
- 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 1 commit
-
-
Oswald Buddenhagen authored
a line ending in two backslashes would produce a literal backslash and run off the end. Task-number: QTCREATORBUG-3360
-
- 12 Jan, 2011 2 commits
- 11 Jan, 2011 1 commit
-
-
hjk authored
Reviewed-by: Tobias Hunger
-
- 06 Jan, 2011 1 commit
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-3228
-
- 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
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 13 Dec, 2010 1 commit
-
-
Arvid Ephraim Picciani authored
Reviewed-by: hjk (cherry picked from commit 51c84911)
-
- 10 Dec, 2010 3 commits
-
-
Konstantin Tokarev authored
Merge-request: 227 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Thomas Hartmann authored
No direct support for Qt/QGraphicsWidget. Qt 4.7.1 might hold a dangling pointer for QGraphicsWidgets acnhor property. We can support it again in the future. Reviewed-by: Marco Bubke Task-number: QTCREATORBUG-3326
-
dt authored
Mea culpa
-
- 09 Dec, 2010 1 commit
-
-
dt authored
sortNodes only ensured a partial ordering, we need a total ordering. Reviewed-By: con Task-Nr: QTCREATORBUG-3317 Task-Nr: QTCREATORBUG-3302
-
- 07 Dec, 2010 3 commits
-
-
Thomas Hartmann authored
PathView creates problems and we do not properly support it anyway. We just create a dummy instance, instead. Task-number: QTCREATORBUG-3251 Reviewed-by: Marco Bubke
-
Friedemann Kleint authored
Terminate string buffer correctly. Reviewed-by: dt Task-number: QTCREATORBUG-3271
-
Kai Koehne authored
Use the 'QtQuick 1.0' namespace introduced in 4.7.1. This makes them in line with the examples/demos we ship in the SDK, but breaks for 4.7.0 (e.g. N900). Task-number: QTCREATORBUG-3243
-
- 06 Dec, 2010 5 commits
-
-
con authored
-
dt authored
On a change to the deployment folder, we need to run qmake again to recreate the pkg file, we do that by setting a flag on all qmakesteps for symbian and saving/restoring that flag. Reviewed-By: hunger Task-Nr: QTCREATORBUG-3062
-
Alessandro Portale authored
Symbians Makefiles have a "# Command:" line in the header which has two whitespaces in the middle. The line parsing bug fixed by this commit lead to a discrepency of the "Actual args" (without empty elements) and the "Parsed args" (with empty elements, otherwise same to Actual args), and thus to a call of qmake on each build. Task-Number: QTBUG-15539
-
Leandro Melo authored
Reviewed-by: Roberto Raggi
-
Christian Kandeler authored
The file is expected to be executable on Linux. However, when it was created on Windows and checked into a repository, the bit will not be set when pulling it onto a Linux system, resulting in packaging failure. Task-number: QTCREATORBUG-3277 Reviewed-by: kh1 Reviewed-by: dt
-
- 02 Dec, 2010 1 commit
-
-
con authored
-
- 30 Nov, 2010 1 commit
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-3160 Reviewed-by: con
-
- 26 Nov, 2010 2 commits
-
-
Thomas Hartmann authored
The current Qt Version might be build with mingw or even be a Symbian or Maemo target. This patch ensures that we do not try to load a plugin from the configured Qt Version anymore. Instead we only load plugins provided by Qt Creator or plugins which are specified by: QML_IMPORT_PATH Reviewed-by: Kai Koehne Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Reviewed-by: owolff Reviewed-by: Kai Koehne
-
- 25 Nov, 2010 2 commits
-
-
con authored
Local executable is put into a different folder (always 'armv5' despite it being a 'gcce' build, changed in qmake), and the symbol file is named 'foo.exe.sym' instead of 'foo.sym'. Done-by: Friedemann Kleint Reviewed-by: Pawel Polanski
-
Kai Koehne authored
Hotfix for Qt Quick Applications: Try to open the original file by stripping "X.app/Contents/Resources" from the path. Reviewed-by: Christiaan Janssen
-
- 24 Nov, 2010 1 commit
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- 23 Nov, 2010 2 commits
-
-
Christian Kandeler authored
The mode we currently use is super paranoid about prime checking, resulting in an unacceptably long key creation time of several minutes. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=200657 Reviewed-by: kh1 Reviewed-by: dt
-
Thomas Hartmann authored
Removing a property from a Flipabke back or front property resulted in a crash, because the offset of UiObjectBinding was not handled correctly. The left hand side of the binding is not part of the node anymore. Reviewed-by: Kai Koehne
-
- 22 Nov, 2010 4 commits
-
-
Tobias Hunger authored
Unset SBS_HOME when none is needed. This prevents SBS from getting confused about where its dependencies are located. Task-number: QTCREATORBUG-3145 Reviewed-by: Alessandro Portale
-
Kai Koehne authored
Buffer update calls to the project tree. Otherwise large updates (e.g. renaming a directory) will block QtCreator for up to several minutes. Reviewed-by: ckamm
-
Friedemann Kleint authored
used by CDB debugger tooltip (introduced by A 354b9712). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Rubber-stamped-by: dt
-
dt authored
Ignore folders from cumulative parse, we are recursively enumerating all the files from those folders and add watchers for them, that's too dangerous if we get the foldrs wrong and enumerate the whole project tree multiple times. Task-Nr: QTCREATORBUG-3104 Reviewed-By: con Reviewed-By: Alessandro Portale
-