- 14 Apr, 2011 19 commits
-
-
Tobias Hunger authored
Make sure we have a proper tool chain when restoring a project.
-
Tobias Hunger authored
The plain BuildConfiguration aleady does that for us.
-
Tobias Hunger authored
Cause less update signals to be sent when changing the compiler path.
-
Tobias Hunger authored
This unconfuses restoration of some tool chains.
-
Tobias Hunger authored
Remove the invalid toolchain from the combobox when it is no longer needed.
-
Tobias Hunger authored
In toolchain configuration widget: Move abi in front of debugger again
-
hjk authored
-
hjk authored
-
dt authored
Instead of assuming that it is true. (Which is actually true, but well.)
-
Friedemann Kleint authored
Reformat existing documentation to qdoc.
-
Jarek Kobus authored
Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- 13 Apr, 2011 21 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
toolbutton is not used, while formeditorstylesheet and outputpane-style are used but were not actually linked.
-
hjk authored
-
Tobias Hunger authored
Always export SBS_HOME when building with SBSv2, even though that is no longer required. Not doing so breaks Qt 4.6.3 support in the SDK for some people. Task-number: QTCREATORBUG-4487 Reviewed-by: Robert Loehning
-
Christian Kandeler authored
Took inactive targets into account.
-
Christian Kandeler authored
External functions need to access the real device config, internal ones need the cached one during deployment. Task-number: QTCREATORBUG-4514
-
Tobias Hunger authored
Set up UI elements before they are used. No crash since the elements are guarded by QTC_ASSERTs, but annoying output.
-
Tobias Hunger authored
Update the projects mode on tool chain changes. Task-number: QTCREATORBUG-4431
-
Kai Koehne authored
We changed the semantics of an empty 'mainScript' in the .user file: In 2.1 it translated to 'use current file', while in 2.2 the default is now to use the file specified in .qmlproject. However, if there is no mainFile specified in .qmlproject we should fall back to the current file in editor. Reviewed-by: Christiaan Janssen
-
Christian Kandeler authored
Can't use MADDE, because it is outdated. Reviewed-by: Tobias Hunger Task-number: QTCREATORBUG-4299
-
Christian Kandeler authored
The MADDE in the SDK is six months old...
-
Friedemann Kleint authored
Also add function lines as comment. Fix offset display.
-
Friedemann Kleint authored
Parse CDB's ASM output, set it up with source line. Move convenience to add source lines into DisassemblerLines (cached).
-
Jarek Kobus authored
Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Task-number: QTCREATORBUG-4127
-
dt authored
Reviewed-By: hunger
-
dt authored
We never noticed that we had run cmake Reviewed-By: hunger
-
dt authored
Reviewed-By: hunger
-
dt authored
Do really disable the symbian emulator if there's no toolchain supporting it. Reviewed-By: hunger
-
dt authored
Reviewed-By: hunger
-
Friedemann Kleint authored
Snapped back to source mode as the pending variable was not set. Reviewed-by: hjk
-