- 18 May, 2010 2 commits
- 12 May, 2010 1 commit
-
-
dt authored
-
- 30 Apr, 2010 2 commits
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
- 27 Apr, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 26 Apr, 2010 1 commit
-
-
dt authored
-
- 23 Apr, 2010 1 commit
-
-
con authored
Reviewed-by: Alessandro Portale
-
- 21 Apr, 2010 1 commit
-
-
Friedemann Kleint authored
Try to find matching version for mkspec. Rubber-stamped-by:
Joerg Bornemann <qtc-committer@nokia.com>
-
- 20 Apr, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- 14 Apr, 2010 1 commit
-
-
Tobias Hunger authored
Handle qmake with or without trailing .exe on windows. Looks like the extension got lost recently in the generated Makefiles. Reviewed-by: dt
-
- 13 Apr, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- 12 Apr, 2010 1 commit
-
-
dt authored
Reviewed-By: hunger
-
- 08 Apr, 2010 3 commits
-
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
This patch marks up invalid Qt versions as Desktop. Make sure we add a the always existing invalid Qt version in the path available in the targetselectionpage if no valid Qt versions could be found. This way a project can be set up and loaded without a valid Qt version set up. Trying to build this will fail of course. This is basically how we handled this situation before we had targets, too. Task-number: QTCREATORBUG-1066 Reviewed-by: dt
-
- 07 Apr, 2010 3 commits
- 30 Mar, 2010 1 commit
-
-
Tobias Hunger authored
-
- 26 Mar, 2010 1 commit
-
-
Tobias Hunger authored
-
- 22 Mar, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Fixes creating these pages unnecessarily when the Welcome plugin is not loaded, as well as "leaking" them in that case. Reviewed-by: con
-
- 19 Mar, 2010 1 commit
-
-
dt authored
-
- 18 Mar, 2010 2 commits
- 17 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 16 Mar, 2010 1 commit
-
-
con authored
-
- 15 Mar, 2010 3 commits
-
-
Robert Loehning authored
-
dt authored
Some mkspecs do have a QMAKESPEC_ORIGINAL and yet that directory doesn't exist. In that case ignore it. Task-Nr: QTCREATORBUG-586
-
dt authored
Only if we need the information.
-
- 10 Mar, 2010 1 commit
-
-
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
-
- 05 Mar, 2010 2 commits
- 26 Feb, 2010 2 commits
-
-
Friedemann Kleint authored
-
Tobias Hunger authored
* kh1 says there is no such thing as there is no technical destinction between Maemo devices and the Maemo emulator. Reviewed-by: kh1
-
- 25 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 23 Feb, 2010 1 commit
-
-
kh1 authored
Since we use addAutoReleasedObject we would rather unclean call the class destructor.
-
- 22 Feb, 2010 1 commit
-
-
Tobias Hunger authored
* Fixes update of Qt version name whne renaming a Qt version.
-
- 19 Feb, 2010 1 commit
-
-
Tobias Hunger authored
* We get a bogus Qt imported otherwise
-
- 17 Feb, 2010 1 commit
-
-
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.
-