- Apr 13, 2011
-
-
hjk authored
-
Tobias Hunger authored
Use the debugger set up by the Qt SDK instead of the one shipped with Maemo/Meego. Task-number: QTCREATORBUG-4299 Reviewed-by: Christian Kandeler
-
dt authored
Temporal lapse in understanding which qt version is required for the Qt Quick Wizard. On Maemo we have the Qt Quick compat plugin which allows the generated project to work with 4.7.0. In theory that doesn't apply to symbian, but qt 4.7.0 does not support symbian. (And on the desktop everyone has upgraded.) Reviewed-By: ck
-
- Apr 12, 2011
-
-
Marco Bubke authored
Reviewed-By: Thomas Hartmann
-
dt authored
Shadow building is not supported so editing the path has no purpose. Reviewed-By: hunger
-
dt authored
That was broken by the TargetSetupPage refactoring Task-Nr: QTCREATORBUG-4486 Reviewed-By: ck
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-4285 Reviewed-by: Marco Bubke
-
Daniel Molkentin authored
The selector would sometimes be too high (if projects were removed), and sometimes show vertical scrollbars (if projects were added). This problem was limited to the first time that the widget was opened on all platforms but on OS X, where it could be observed persistently and where its lack potentially can cause problems due to ed5d10a1. Reviewed-by: con Task-Number: QTCREATORBUG-1792
-
con authored
Task-number: QTCREATORBUG-4467 Reviewed-by: Robert Loehning
-
dt authored
That's what you get for applying the patch, testing it and then applying it again.
-
dt authored
Reviewed-By: hunger Pathch-By: ppolanski
-
Leena Miettinen authored
Reviewed-by: Friedemann Kleint
-
Friedemann Kleint authored
Fix name formatting and algorithm to find uninitialized variables to use reverse order in case locals of the same name occur in a scope. Reviewed-by: hjk Task-number: QTCREATORBUG-4475
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-4481
-
Kai Koehne authored
This reverts commit d40c15ab. Was superseded by 284b0827 (QmlJS: Don't warn user about imports if static info is available).
-
Kai Koehne authored
Don't underline the import if a qmldump fails, but the typeinfo is available via a .qmltypes file. That should allow users to 'fix' qmldump issues by shipping a .qmltypes file. Reviewed-by: Erik Verbruggen
-
Thomas Hartmann authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
- Apr 11, 2011
-
-
Robert Loehning authored
Reviewed-by: Thomas Hartmann Task-number: QTCREATORBUG-4459
-
Jarek Kobus authored
-
Leena Miettinen authored
Reviewed-by: Pawel Polanski
-
Leena Miettinen authored
-
Kai Koehne authored
Work-around for what seems to be an optimization bug in i686-apple-darwin9-gcc-4.2.1 . Without it, for i = 1 i - 1 != 0 . Task-number: QTCREATORBUG-4107 Reviewed-by: hjk
-
Jarek Kobus authored
-
hjk authored
Reviewed-by: con
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
Pawel Polanski authored
Done-by: Tobias Hunger Task-number: QTCREATORBUG-4461
-
Marco Bubke authored
Reviewed-by: Thomas Hartmann
-
Tobias Hunger authored
Fix detection of static libraries, add unit test with a known broken version. Task-number: QTCREATORBUG-4453 Reviewed-by: con
-
Tobias Hunger authored
Find QtCore library on mac when not in a framework. Task-number: QTCREATOR-4452 Reviewed-by: con
-
Alessandro Portale authored
The "isEmpty(QMAKE_SH)" test is nonsense in the case of an msvc build, because for msvc, sh.exe is never executed (although QMAKE_SH is set. "isEqual(QMAKE_DIR_SEP, \\)" is now the ultimate test. QMAKE_DIR_SEP will only be "/" if sh.exe is in the path AND win32-g++ is used. Task-Number: QTCREATORBUG-4455
-
Leena Miettinen authored
Task-number: QTCREATORBUG-3475 Reviewed-by: hjk
-
Leena Miettinen authored
Reviewed-by: Pawel Polanski
-
Thomas Hartmann authored
-
Erik Verbruggen authored
Reviewed-by: Lasse Holmstedt
-
- Apr 08, 2011
-
-
Leena Miettinen authored
-