- Feb 23, 2010
-
-
kh1 authored
Since we use addAutoReleasedObject we would rather unclean call the class destructor.
-
- Feb 22, 2010
-
-
Tobias Hunger authored
* Fixes update of Qt version name whne renaming a Qt version.
-
- Feb 19, 2010
-
-
Tobias Hunger authored
* We get a bogus Qt imported otherwise
-
- Feb 17, 2010
-
-
Friedemann Kleint authored
- Autodetect SDK by environment variable EPOCROOT and qt directory below. - Environment::appendOrSet/prependOrSet: Avoid duplicate entries - Rename toolchain enumeration value - Adapt S60ToolChainMixin to new GnuPoc setup, provide routines for all required variables. - RVCTToolChain: Make RVCT detection smarter (Check for RVCT<v1><v2>BIN variable). Set all required variables in case of RVCTToolChain/GnuPoc - QtVersionManager: Detect toolchain and Qt version properly, make S60 device run config accept toolchain. - Modify S60DeviceRunControl to execute 'make sis' - Modify S60Devices::detectQt...() to check for Qt installed into SDK first and symlink as fallback.
-
dt authored
-
- Feb 12, 2010
-
-
Tobias Hunger authored
-
con authored
-
- Feb 11, 2010
-
-
Tobias Hunger authored
-
- Feb 10, 2010
-
-
Tobias Hunger authored
* This is necessary as the decission on whether Symbian support is available at all depends on the ToolChain used to build. We should improve this!
-
- Feb 09, 2010
-
-
Tobias Hunger authored
* Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
-
- Feb 08, 2010
-
-
ck authored
-
- Feb 02, 2010
-
-
Friedemann Kleint authored
QString: Use QChar/char where appropriate, do not use QString::null
-
kh1 authored
Reviewed-by: ck
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
foreach()-Loops.
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 21, 2010
-
-
kh1 authored
Reviewed-by: ck
-
- Jan 18, 2010
-
-
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
-
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 14, 2010
-
-
Daniel Molkentin authored
This assumes that new Qt version entries will be put into the System scope settings file.
-
- Jan 12, 2010
-
-
dt authored
Instead note that it is invalid if trying to build and on the projects mode pane. Task-Nr: QTCREATORBUG-459
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* 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
-
- Dec 17, 2009
-
-
con authored
-
con authored
The only part that is not done if not on Windows (or explicitly specified) is the adding of the preference pane.
-
Erik Verbruggen authored
-
- Dec 11, 2009
-
-
con authored
Task-number: QTCREATORBUG-463 Reviewed-by: dt
-
- Dec 10, 2009
- Dec 08, 2009
-
-
Oswald Buddenhagen authored
no point in re-parsing them over and over during the scan of a bigger project ... shaves off another 20% of the loading time of Qt 4.6.
-
Oswald Buddenhagen authored
there is no point in throwing away and re-recreating invariant data over and over ... shaves off ~15% of the load time of Qt 4.6.
-
- Dec 07, 2009
-
-
dt authored
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.
-
- Nov 19, 2009
-
-
dt authored
Reviewed-by:
Tobias Hunger <qt-info@nokia.com>
-
Tobias Hunger authored
* Export QTDIR and path to Qt binaries with native directory separators. Reviewed-By: con
-
Tobias Hunger authored
* Handle SBSv2 by doing the same as for the older ABLD build system. Reviewed-By: con
-
dt authored
-
dt authored
-
- Nov 13, 2009
-
-
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.
-
- Nov 11, 2009
- Nov 10, 2009
-
-
dt authored
-