dt
b560e24034
Fix that changing qmake arguments did not update the import label
...
Task-Nr: QTCREATOR-269
2010-01-12 17:21:20 +01:00
dt
e3188417c3
Don't silently reset the qt version if it has become invalid
...
Instead note that it is invalid if trying to build and on the projects
mode pane.
Task-Nr: QTCREATORBUG-459
2010-01-12 15:51:11 +01:00
Tobias Hunger
592e494d1a
Fix typos
...
Reviewed-by: thorbjorn
2010-01-11 10:26:13 +01:00
Tobias Hunger
a6ad773722
Make method naming more consistent.
...
* Use id() for methods returning a string used to represent
some type of object.
* Use displayName() for strings that are meant to be user
visible.
* Quieten some warnings while touching the files anyway.
* Move Factories to their products in the plugins where that
was not done before.
Reviewed-by: dt
2010-01-07 18:17:24 +01:00
con
a54205c3a0
Mostly remove the special define for Symbian support.
...
The only part that is not done if not on Windows (or explicitly
specified) is the adding of the preference pane.
2009-12-17 18:01:41 +01:00
dt
a755717649
In the EnvironmentWidget show which environment is the base.
...
Task-Nr: QTCREATORBUG-277
2009-12-14 13:40:17 +01:00
dt
14eb1f66e9
Remove BuildConfiguration::setValue/value
2009-12-08 17:59:21 +01:00
dt
97929c440f
Ensure that the environment widget is updated correctly
2009-12-08 14:42:04 +01:00
dt
b63e6e939d
Make BuildConfiguration::setValue and ::value protected
2009-12-07 15:55:41 +01:00
dt
1e46cb424e
Rework connections on the project pane for Qt4Projects.
...
Should fix a lot of corner cases, might introduce a few bugs.
Also rename functions/slots to be better named.
Generic Project Manager and CMake Project Manager are missing from this
patch.
2009-12-07 15:00:17 +01:00
dt
429a52742c
Remove function that isn't called anywhere
2009-12-07 15:00:17 +01:00
dt
aaae96a00e
Remove very old importing code
2009-12-07 15:00:17 +01:00
con
f3bdeb8c9a
Share the code for determining used qmake arguments.
...
Move the code that compares the Qt version's debug|release property
with the build configuration's debug|release property
to the new build configuration class.
Reviewed-by: dt
2009-12-02 18:16:34 +01:00
dt
d6d48fa23c
Some cleanup after BuildConfiguration refactoring
2009-11-30 15:24:32 +01:00
dt
cff2c1df6d
QMakeStep some API cleanup
...
Rename arguments to allArguments(), qmakeArguments() to userArguments()
2009-11-30 15:24:32 +01:00
dt
6e01bf6070
Move extractSpec and removeSpec to Qt4BuildConfiguration
2009-11-30 15:24:32 +01:00
dt
801e9948f5
Hide static cast in accessor methods
2009-11-30 15:24:32 +01:00
dt
a312206306
Move most of the BuildConfiguration specific functions
...
Note: I didn't fix all the connects and there are a few missing things.
This compiles, more work is coming.
2009-11-30 15:24:31 +01:00
dt
7904544b84
Remove BuildConfiguration::name()
...
The pointers can be used to distinguish BuildConfigurations
2009-11-30 15:24:31 +01:00
dt
20214787d1
Add BuildConfiguration::restore and BuildConfiguration::project()
...
More API work.
2009-11-30 15:24:31 +01:00
dt
ae633c1956
Add BuildConfiguration classes
...
Each project has it's own BuildConfiguarion * classes, they'll get a
decent type safe interface and the setValue/value stuff will be removed.
2009-11-30 15:24:31 +01:00