- 27 May, 2014 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-12309 Change-Id: I3d6ebe84408427b5a4e499a6d38ef5f37711610e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 28 Apr, 2014 1 commit
-
-
Christian Kandeler authored
For qmake, that is. The qbs versions already have deployment support. Change-Id: I75d9bf0a36285a5e04e0fb7f13fca304d74efdc9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 03 Mar, 2014 1 commit
-
-
Joerg Bornemann authored
Change-Id: Ib639f70f2cb30842d8bce2073883979d0b67afa7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 17 Feb, 2014 1 commit
-
-
Tobias Hunger authored
Rename class type of CustomQmakeProjectWizard from "qt4project" to "qmakeproject" and document that change in the manual and changes-3.1.0. Also update all the in-tree xml files to that new class name. Change-Id: I7a9ef914a429d68e7f37a2115c03fa81d7433398 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 19 Nov, 2013 1 commit
-
-
Tobias Hunger authored
Mark the qbs flavors of the plain C and the plain C++ project as console applications. Task-number: QTCREATORBUG-10815 Change-Id: Ic143ffe4026a97d0d27e0a85e62724b26e0ea5ce Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 29 Jul, 2013 1 commit
-
-
Christian Kandeler authored
Change-Id: Idcc8459660526f972949a6f6908acc19bd52a4f7 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 26 Jul, 2013 1 commit
-
-
Christian Kandeler authored
We should not duplicate all wizard resources for every supported build system -- this will not scale. Instead, have one top-level directory for each type of wizard with build system specific data in respective subdirectories and common data in another. To support this approach, CustomWizard now traverses the template directory recursively as long as no wizard specification has been found. Change-Id: I8aad8cf36c5bf24d062f2d2c17fdb87ad12fd450 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 17 Jul, 2012 1 commit
-
-
Eike Ziller authored
Since it creates a console app also create a bundle-less app on Mac. Task-number: QTCREATORBUG-7304 Change-Id: I00749f0d8a4c02bd80d4e7468b3abea552db23dc Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 07 Mar, 2012 1 commit
-
-
hjk authored
Change-Id: I89f4c37d7b88cbe5d9fdeff7536d00f68c8035ec Reviewed-by:
hjk <qthjk@ovi.com>
-
- 14 Feb, 2012 1 commit
-
-
Thomas Hartmann authored
We want finer grained features Change-Id: Id65d58409a6960aa9d132cb29592b921ee6bcfdf Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 08 Feb, 2012 1 commit
-
-
Thomas Hartmann authored
This patch introduces platforms as a top level topic when choosing a wizard. Also I changed the categories and priorities. Details: 1. I did change the way the dialog/view is structured in newdialog.cpp 2. I added platformName() and supportsPlatform() to BaseQtVersion. I needed two functions because the Simulator does not provide a platform and therefore has no platformName but supports two platforms. I still have to turn the platform names into proper constants. 3. I changed the categories and priorities to get the layout that was discussed. (I had to touch quite alot of files but this is mostly trivial) 4. I added a combobox that allows filtering for platforms. 5. I added flags() to IWizard to indicate that a wizard is platform independent. Change-Id: I86c7ad628a431ad06505c76580885c6e6c3ddc23 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 18 Jan, 2012 1 commit
-
-
Thomas Hartmann authored
Every wizard now implements requiredFeatures() to define a feature set. If the feature set is not satisfied by the available Qt Versions, the wizard is not shown in the create file/project dialog. Every Qt version can define the provided feature set in availableFeatures() defined in BaseQtVersion. Change-Id: Ie9e2c210d19187b2296451948c36d274f2096623 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 18 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: Ie549f9843db985018af380eb6105e136f21989f7 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 03 Nov, 2011 2 commits
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-6456 Change-Id: I37cf5c8f8a91d015e6aada803ab7158a77c33e40 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 29 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: I1e3b094c70d8f887d3cd451c961ae067b4423289 Reviewed-on: http://codereview.qt-project.org/5467Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-