- Feb 01, 2010
-
-
Tobias Hunger authored
* Make use of the ProjectConfiguration base class in the BuildConfigurations and update the factories accordingly. Reviewed-by: dt
-
Tobias Hunger authored
* Use new BuildSteps interface (as seen in ProjectConfiguration). * Use new factory to construct/clone/restore them. Reviewed-by: dt
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 25, 2010
-
-
Oswald Buddenhagen authored
partly by removing unnecessary calls, partly by providing minimalistic reimplementations. this gives a quite incredible performance boost ...
-
Oswald Buddenhagen authored
qmake doesn't, either
-
Oswald Buddenhagen authored
that way the file formatting is better preserved.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
just parsing it (once ...) ought to be sufficient. we don't need to validate the syntax beyond that anyway.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- Jan 21, 2010
-
-
Friedemann Kleint authored
Extract error message string from Trk, print proper message when application crashes in run mode and terminate launcher. Use same message in Debugger for consistency. Reviewed-by: Robert Loehning <robert.loehning@nokia.com>Reviewed-by: John Doe Conflicts: src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
-
Friedemann Kleint authored
Extract error message string from Trk, print proper message when application crashes in run mode and terminate launcher. Use same message in Debugger for consistency. Reviewed-by: Robert Loehning <robert.loehning@nokia.com>Reviewed-by: John Doe
-
Friedemann Kleint authored
This reverts commit 607e5452.
-
Friedemann Kleint authored
Extract error message string from Trk, print proper message when application crashes in run mode and terminate launcher. Use same message in Debugger for consistency. Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
Friedemann Kleint authored
Add command line arguments to trklauncher. Add input field to S60DeviceRunConfiguration and pass on to RunControl and debugger.
-
kh1 authored
Reviewed-by: ck
-
ck authored
-
- Jan 20, 2010
-
-
dt authored
To simply transmit the RunConfiguration Reviewed-By: Tobias Hunger
-
Tobias Hunger authored
* Tips on welcome page still explained CTRL-6 for output mode. Remove this.
-
dt authored
Use the filemanager instead
-
ck authored
This user now also resides under /home on the device.
-
- Jan 18, 2010
-
-
ck authored
Chances are the user wants to select it anyway.
-
Tim Jenssen authored
- if there is no LastQtVersionUpdate we doesn't have a real timestamp and we are not able to check against this. - this will happen during/after installation with qt bundled versions Reviewed-by: Daniel Molkentin
-
ck authored
Chances are the user wants to select it anyway.
-
Tim Jenssen authored
- if there is no LastQtVersionUpdate we doesn't have a real timestamp and we are not able to check against this. - this will happen during/after NDK installation Reviewed-by: Daniel Molkentin
-
- Jan 15, 2010
-
-
con authored
-
- Jan 14, 2010
-
-
Daniel Molkentin authored
This assumes that new Qt version entries will be put into the System scope settings file.
-
- Jan 13, 2010
-
-
dt authored
They do what you expect them to do, that is build only a subtree. The implementation is a little bit strange. We temporarly set the sub node to be built on the BuildConfiguration, enqueue that BuildConfiguration (which calls BuildStep::init()), and then reset that temporary value. A more general way would be to have the ability to extend BuildConfiguration::buildProject() in a way that additional data can be passed to the BuildSteps. Task-Nr: QTCREATOR-5 Task-Nr: QTCREATORBUG-44
-
kh1 authored
-
ck authored
-
- Jan 12, 2010
-
-
dt authored
Task-Nr: QTCREATOR-269
-
ck authored
-
Oswald Buddenhagen authored
they were remnants of the pro editor, which was removed long time ago. they were still used for automatic editing of pro files, but were totally overengineered for that purpose (removed 1300 LOC, added 40).
-
dt authored
Instead note that it is invalid if trying to build and on the projects mode pane. Task-Nr: QTCREATORBUG-459
-
kh1 authored
-
ck authored
-
ck authored
-
dt authored
QMake passes those headers directly to gcc, so the user doesn't need to include themselves.
-
dt authored
-