- Sep 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Set BUILDDIR and SOURCEDIR in the build environment. Reviewed-by: dt
-
- Sep 22, 2010
-
-
Kai Koehne authored
This allows us to enable/disable the experimental observer, independent from the core javascript-debugger functionality. Reviewed-by: Christiaan Janssen
-
- Sep 16, 2010
-
-
Kai Koehne authored
Adapt Qt4ProjectManager to use QMLOBSERVER instead of QMLINSPECTOR (got changed in commit a10b2692)
-
- Sep 15, 2010
-
-
Leena Miettinen authored
Reviewed-by: dt
-
- Sep 13, 2010
-
-
Tobias Hunger authored
Now that we have 2.0 out we can be less strict when checking project consistency when loading .user files. The strictness was necessary due to upgrading non-target projects to target projects. * Allow for invalid Qt versions when loading a .user file that was not updated from the pre-target era. * Update the UI to show invalid Qt versions as invalid. Remove the Invalid version as soon as a valid one is imported. This does preserve the buildsteps, too.
-
- Sep 01, 2010
-
-
dt authored
e.g. DEFINES+=bla on the qmakestep command line now work Task-Nr: QTCREATORBUG-2091
-
- Aug 30, 2010
- Aug 16, 2010
-
-
Tobias Hunger authored
* Report what kind of build we have in the tooltip * Create only debug/release configuration for debug/release configured directories * Create debug and release configuraions for debug_and_release configured directories * Add debug_and_release to options in QMakeStep UI * Do not add CONFIG+=debug/release to CONFIG+=debug_and_release builds
-
- Aug 11, 2010
-
-
dt authored
-
- Aug 02, 2010
-
-
Tobias Hunger authored
* Add a DeployConfiguration class to hold settings related to deployment. * Add BuildStepsList to hold a list of buildsteps * Update BuildConfiguration to use BuildStepLists instead of manageing lists of buildsteps itself. * Update BuildManager to use BuildStepLists in its interfaces * Fix fallout introduced by API changes * Update .user file to new way of storing settings Task-number: QTCREATORBUG-1427 Task-number: QTCREATORBUG-1428 Task-number: QTCREATORBUG-1811 Task-number: QTCREATORBUG-1930
-
- Jul 07, 2010
-
-
dt authored
The API addtition to BuildConfiguration of knowing of the default parser is rather strange, but a necessary evil for this. Reviewed-By: Thorbjorn Task-Nr: QTCREATORBUG-514
-
- Jul 06, 2010
-
-
Tobias Hunger authored
* Move and rename the enum * Add Q_ENUMS macro Reviewed-by: dt
-
- May 21, 2010
-
-
con authored
-
- May 19, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-1164
-
- Apr 14, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-1108 Task-Nr: TOOLS-339
-
- Apr 08, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Apr 07, 2010
-
-
dt authored
Reviewed-By: hunger
-
- Mar 26, 2010
-
-
Tobias Hunger authored
* Allow for a more controlled setup of buildconfigurations inside the targets. Reviewed-by: dt
-
- Mar 25, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
... use it. Reviewed-by: dt
-
- Mar 17, 2010
-
-
Friedemann Kleint authored
-
- Mar 16, 2010
- Mar 12, 2010
-
-
Thorbjørn Lindeijer authored
The functionality was duplicated between the Qt4 and CMake build configurations and their configuration widgets. This change moves it down to BuildConfiguration, in addition also making it available for the Generic Project. Also provides an upgrade path for the configuration. Task-number: QTCREATOR-24 Reviewed-by: dt Reviewed-by: Tobias Hunger
-
- Mar 10, 2010
-
-
dt authored
This is a big change touching almost all of our .pro file parsing. With this patch we only evaluate once exact for all needs and once greedy for the filelist. That is the qt runconfigurations don't have own evaluaters but reuse the project wide exact evaluation. We reevaluate if the user changes the build directory, the qmake buildconfiguration or the qmake arguments. That is if you open src.pro (or projects.pro) of qt with a shadow build you still don't get all the files, but after correcting the build directory, we reevaluate the .pro files and find all files. So for a suitable definition of fixed, that bug is now fixed. We now get the exact defines of all .pro files instead of all defines for all buildconfigurations. We still don't distinguish in which .pro file a DEFINE is set. So the code model now knows about all the defines set for the given configuration but not for which files it is actually set. Also that includes all DEFINES set in .qmake.cache or the mkspecs. This means all defines from .pro files should now work. The intial loading is still synchronous. I haven't looked into it to deeply, but it seems possible to make it also async.There are probably a few issues which need to be solved fist. Also due to the asynchronous nature of the code, the executable is updated a few seconds after actually changing the build configuration
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 19, 2010
-
-
Tobias Hunger authored
* Add qWarnings on failures.
-
- 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.
-
Tobias Hunger authored
when not set to true in the .user-file.
-
Tobias Hunger authored
* Remove default Qt version from list of available versions
-
dt authored
-
- Feb 16, 2010
-
-
Tobias Hunger authored
* Do not use the BuildManager but have the qmakestep trigger the update via the target and project. Reviewed-by: dt
-
- Feb 10, 2010
-
-
Tobias Hunger authored
-
- 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 02, 2010
-
-
Friedemann Kleint authored
QString: Use QChar/char where appropriate, do not use QString::null
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
Tobias Hunger authored
* That is what everybody else is using now. Reviewed-by: dt
-