- 08 Jul, 2011 1 commit
-
-
Daniel Teske authored
Change-Id: I41f4a596ee96f24ff704e94bcec2349ebd93101f Reviewed-on: http://codereview.qt.nokia.com/1367 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 24 Jun, 2011 2 commits
-
-
Kai Koehne authored
Change-Id: I8107f1de0120f46dd428ad257f0a38ab6ebb4abc Reviewed-on: http://codereview.qt.nokia.com/694 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Kai Koehne authored
Replace the isMobileTarget, supportsShadowBuilds methods by a generic targetFeatures method which exposes features as a set of strings. Change-Id: I2ac99ff5a82280316071efaa140cd7ea35b21374 Reviewed-on: http://codereview.qt.nokia.com/692 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 24 May, 2011 1 commit
-
-
dt authored
Also adjust qmldumptool to remove the dependency on qt4project/qmlproject, by passing in the qtversion instead of figuring it out in qmldumptool. Change-Id: Ie6ac582d36bfef290313c0716b33b62fcf42630c Reviewed-on: http://codereview.qt.nokia.com/70 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 12 May, 2011 1 commit
-
-
dt authored
Split up target specific code into subclasses. Also change Qt4BuildConfiguration to allow a null qtversion. Remove code that relied on always having a qt version. Also make it possible to remove all qt versions. Completly change the qt in path autodetection to be only a fall back if no configuration was found. Note: For now the old settings are not removed, as such 2.2 and master can coexist. Reviewed-By: hunger
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 04 Apr, 2011 1 commit
-
-
dt authored
Reviewed-By: con
-
- 21 Mar, 2011 1 commit
-
-
Leena Miettinen authored
Reviewed-by: con
-
- 16 Mar, 2011 3 commits
-
-
dt authored
Task-Nr: QTCREATORBUG-4100
-
dt authored
Task-Nr: QTCREATORBUG-3864
-
Kai Koehne authored
Qt components want to provide Qt Quick Application wizards in their own repos. Allow them to use the MobileAppWizard infrastructure. Reviewed-by: Alessandro Portale
-
- 02 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 22 Feb, 2011 1 commit
-
-
dt authored
Rewrite the target setup page to look and baheve better. Noteable better at: - Disabling shadow building - Deselecting whole targets - Adding import directories Api-wise, Targets derived from Qt4BaseTarget have two ways to customize the targetsetuppage. a) Reimplement availableBuildConfigurations b) Leave createTargetSetupWidget and create(... Qt4TargetSetupWidget) in their default implementation. (Or only slightly customize like the desktop target does.) Or: a) Make a dummy implementation for availableBuildConfiguration b) Replace createTargetSetupWidget and return your own widget (It should match the look and feel from the other widgets.) It needs to be derived from Qt4TargetSetupWidget c) Also replace the create create(... Qt4TargetSetupWidget) function and set up the target anyway you want.
-
- 17 Jan, 2011 3 commits
-
-
dt authored
-
dt authored
Almost(*) all of the symbian and maemo specific code is now theoretically moveable to a separate plugin. Thus making it possible to implement new targets in a plugin. (*) Noteable missing is the qtversion, which needs to be split up per target too. Also fixes Task-Nr: QTCREATORBUG-2440 Reviewed-By: hunger Reviewed-By: ck
-
dt authored
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 07 Dec, 2010 2 commits
- 24 Nov, 2010 1 commit
-
-
Jarek Kobus authored
Task: QTCREATORBUG-1297 RevBy: dt <qtc-committer@nokia.com>
-
- 17 Nov, 2010 1 commit
-
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
- 25 Oct, 2010 1 commit
-
-
Tobias Hunger authored
The target setup page has all its buttons set to autodefault. Disable that to make pressing enter work to get passed the page (if at least one Qt version is checked). Task-number: QTCREATORBUG-2730
-
- 05 Oct, 2010 1 commit
-
-
dt authored
Pass on the makefile to make, check the right makefile for importing. Task-Nr: QTCREATORBUG-102
-
- 04 Oct, 2010 1 commit
-
-
Pawel Polanski authored
Null pointer exception when calling context menu on an empty area of Target step in new application wizard - fixed Reviewed-by: Tobias Hunger
-
- 15 Sep, 2010 1 commit
-
-
Tobias Hunger authored
-
- 03 Sep, 2010 1 commit
-
-
Robert Loehning authored
-
- 01 Sep, 2010 2 commits
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
- 25 Aug, 2010 1 commit
-
-
Olivier Goffart authored
The intended meaning is to toggle the DebugBuild flag, so the & was too much Reviewed-by: Tobias Hunger
-
- 24 Aug, 2010 1 commit
-
-
Tobias Hunger authored
* Default to the type used to create the makefile when importing * Default to the default type of the Qt version otherwise
-
- 19 Aug, 2010 1 commit
-
-
Tobias Hunger authored
* Add test for build- and sourcedirectories being at different levels Reviewed-by: dt
-
- 17 Aug, 2010 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-1876
-
- 16 Aug, 2010 1 commit
-
-
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
-
- 06 Aug, 2010 1 commit
-
-
Tobias Hunger authored
-
- 07 Jul, 2010 1 commit
-
-
dt authored
-
- 06 Jul, 2010 1 commit
-
-
Robert Loehning authored
-
- 05 Jul, 2010 1 commit
-
-
Tobias Hunger authored
-