- Nov 13, 2009
-
-
Roberto Raggi authored
-
Friedemann Kleint authored
Factor out the initialization setting up the environment and headers in the RVCT/GCCE toolchains. Modify the RunControl to be able to support different package building/signing processes.
-
Roberto Raggi authored
This change breaks OSX very badly. This reverts commit 6a9e7ab0.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 12, 2009
-
-
dt authored
-
Roberto Raggi authored
-
Tobias Hunger authored
* Use Task class in addToTaskWindow(...) signal. This introduces support for task categories into the BuildParsers. * Add a task category for buildsystem issues. * Update existing BuildParsers to new API and assign their tasks to the Compile or Buildsystem task category. Reviewed-By: dt
-
Thorbjørn Lindeijer authored
There were three missing and one duplicate. Committed to master since 1.3 is currently in a hard string freeze. Task-number: QTCREATORBUG-261 Task-number: QTCREATORBUG-262 Task-number: QTCREATORBUG-263 Task-number: QTCREATORBUG-264
-
Tobias Hunger authored
Add an option to have a buildparser for the qmake step and implement a pretty simple parser. Reviewed-By: dt
-
Tobias Hunger authored
Rename BuildParserInterface to IBuildParser to comply with latest naming conventions. Reviewed-By: con
-
- Nov 11, 2009
-
-
dt authored
-
dt authored
-
dt authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Done with: Erik Verbruggen
-
con authored
-
con authored
Conflicts: src/plugins/debugger/debuggermanager.h src/plugins/qmleditor/qmleditorplugin.cpp src/plugins/qt4projectmanager/qt4runconfiguration.cpp
-
dt authored
-
Friedemann Kleint authored
Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Improved version of reverted 7aa24116. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Tobias Hunger authored
* Do not display negative line numbers in the TaskWindow. Reviewed-By: kkoehne
-
Tobias Hunger authored
* Do something more GCC like to catch problems in included files. * Small coding style fixes. * Handle the few warnings the compiler does generate * Fix cut and paste error and return the correct name when asked Reviewed-By: con
-
Kai Koehne authored
-
Oswald Buddenhagen authored
this ensures that, among other things, we won't get into this scenario: - process is running - interrupt is requested by user - termination is requested by user - before interrupt takes effect, the process terminates => shutdown is called => exit is also queued, as there is already a queued kill => nothing happens, as there will never be a stop response Reviewed-by: hjk
-
Kai Koehne authored
Icon is still missing
-
Oswald Buddenhagen authored
archer reports stops at tbreaks properly, so checking for an empty stop reason is no particularly good idea. instead, we simply skip *all* stops at the entry point, assuming the user will not really set a breakpoint there anyway. Reviewed-by: hjk
-
ck authored
The LD_PRELOAD approach does not work for Maemo, because the "set environment" command seems to have no effect whatsoever.
-
Tobias Hunger authored
* Incorporate new TaskWindow changes. Reviewed-By: kkoehne
-
Kai Koehne authored
Always recompile after a rebase :)
-
Kai Koehne authored
-
Kai Koehne authored
The category differs between e.g. TODO tasks, compiler errors/warnings, qml syntax errrors ... Idea is that every plugin can manage it's own virtual list of tasks. Reviewed-by: dt
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-