- Sep 29, 2010
-
-
Lasse Holmstedt authored
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
-
Lasse Holmstedt authored
Must be compiled during runtime - otherwise, the app may not work with Qt that is compiled with another compiler. Reviewed-by: hjk
-
- Sep 28, 2010
-
-
Christian Kamm authored
This lead to the semantic checker reporting incorrect errors in these initializers. Task-number: QTCREATORBUG-2340 Reviewed-by: Roberto Raggi
-
Kai Koehne authored
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen (cherry picked from commit e871b7e3)
-
- Sep 27, 2010
-
-
Erik Verbruggen authored
(cherry picked from commit b049937ae013b47e9b86aacd60325dbd382319ed)
-
Erik Verbruggen authored
(cherry picked from commit 519f1d11947ff3109850e559fae868c4a55deb43)
-
Denis Mingulov authored
Merge-request: 179 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Thomas Hartmann authored
sci files are now supportted for BorderImage
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- Sep 24, 2010
-
-
Tobias Hunger authored
* Expand environment arguments * Introduce new kind: ExistingCommand * Use PATH to look up ExistingCommand Reviewed-by: dt
-
Tobias Hunger authored
Add a method to find an executable: * Expand environment variables * If relative: Check provided directories * If still not found: Check the path Reviewed-by: dt
-
Christian Kamm authored
It's meant to be. Reviewed-by: Daniel Molkentin
-
Friedemann Kleint authored
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
When multiple threads share the Bind instance in a Document and do lookup on the objects contained inside, that may trigger a new object creation in some situations - which needs to be synchronized.
-
Christian Kamm authored
-
Leena Miettinen authored
Fix capitalisation. Make tooltips more informative. Reviewed-by: thartman
-
- Sep 23, 2010
-
-
hjk authored
-
Christian Kamm authored
The Qt4ProjectManager now uses metacalls to inform the QmlJSModelManager about the project data. Done-with: hjk
-
Tobias Hunger authored
Reviewed-by: dt
-
dt authored
Task-Nr: QTCREATORBUG-2409
-
- Sep 22, 2010
-
-
Christiaan Janssen authored
Reviewed by: Thomas Hartmann
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Sep 21, 2010
-
-
Christiaan Janssen authored
Reviewed by: Kai Koehne
-
- Sep 20, 2010
-
-
Arvid Ephraim Picciani authored
Task-Number: QTCREATORBUG-2406 Reviewed-by: hjk
-
- Sep 17, 2010
-
-
dt authored
Reviewed-By: Friedemann Kleint
-
Arvid Ephraim Picciani authored
-
Arvid Ephraim Picciani authored
Task-Number: QTCREATORBUG-2375 Reviewed-by: hjk
-
Friedemann Kleint authored
-
Arvid Ephraim Picciani authored
Task-Number: QTCREATORBUG-2375
-
Leena Miettinen authored
-
Leena Miettinen authored
-
hjk authored
-
- Sep 16, 2010
-
-
Kai Koehne authored
-
Christian Kamm authored
Link now caches imports. That means importing the same library (say, Qt) from more than one file no longer creates an importing namespace for each one. Instead, a single one is created for the instance of Link. To make this work, the type environment in ScopeChain has been given its own type: Interpreter::TypeEnvironment. That has the added benefit of being able to carry meta-information about imports. You can use TypeEnvironment::importInfo(qmlComponentName) to get information about the import node that caused the import of the component.
-