- 31 May, 2016 1 commit
-
-
Alessandro Portale authored
After having been reduced drastically a while ago, deployment.pri still contained a fragment regarding deployment. This change inlines the 3 relevant lines into the main .pro file and reduces the size of generated projects. One side effect of these new qmake code lines is that if target.path is defined before them, an install target is created also on non-"unix". Change-Id: Id0893d563924c1ba9f9599c0bfe5218e82c16d1e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 09 May, 2016 1 commit
-
-
Alessandro Portale authored
With updated import versions. Change-Id: I9c69373d31c7e434eb7b9c210606a79be3d1566e Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
Remove "kind" as that is no longer necessary (even though it is still handled if that is in the wizard). Change-Id: I3e56d5e0d936b622dae5091950427f9b2db60695 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 08 Jan, 2016 1 commit
-
-
Alessandro Portale authored
...also for qmake based projects Change-Id: Ib8cab74a8b2249a13175593b27f228b4c7bc0052 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 14 Sep, 2015 1 commit
-
-
Tobias Hunger (external) authored
The QML lint does pick up the QML template files from the wizards directory and complains about those when opening Qt Creator. So rename them. Change-Id: Ifa7a6006c222bf7b30c41097b07167c845bf7a48 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 15 Jul, 2015 1 commit
-
-
Tobias Hunger authored
Qt 5.3 is the only version we are going to support that does not offer ui.qml file support. So just check for the QtQuick version shipped in Qt 5.3 to decide whether or not to display the checkbox. Task-number: QTCREATORBUG-14712 Change-Id: Ibb2204f2bcff819b749e1ed744c14a2e96769351 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 09 Jul, 2015 1 commit
-
-
Tobias Hunger authored
Always list all minimum Qt version options and pick the lowest by default. The wizard will be listed with no platform set and needs to do something then. Before it did show an empty combobox and behaved oddly from that point on when no kit with a Qt >= 5.3 was found. Now it lists all possible versions and offers to set up kits for you via the kits page when no matching kit is available. Change-Id: I978268a2b8f1dfcfc8640460d905652abe91f1ae Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 25 Jun, 2015 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-14575 Change-Id: I9ace40e71b8b1d1f753966bb73f0269c4f918afa Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 17 Jun, 2015 2 commits
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-14216 Change-Id: I7e9e760f7ba9ef6022e76f1600e473a5f54c9893 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-14487 Change-Id: Ic858b131abb2802cb7bfedf58f64c644ea2085e5 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 28 May, 2015 3 commits
-
-
Tobias Hunger authored
Change-Id: Icb8a4856dda4298b3ee901bc7a5c22190ddca5a6 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Tobias Hunger authored
That is closer to what a user expects than the "0" and "1" used before. Change-Id: I08b3a7b0361dd54b75ee7b2213b3d120fb016bf5 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Tobias Hunger authored
Now that we have the infrastructure to handle both separately it makes no more sense to merge them. Change-Id: Ia2694eef60c0fe17b025e4d6766c7a8f775513f5 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 27 May, 2015 1 commit
-
-
Tobias Hunger authored
Change-Id: I8c225ace7e8ad991e50ed5c23884f423a5cbb80d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 22 May, 2015 1 commit
-
-
Tobias Hunger authored
Replace existing wizards with new ones of the same id. Change-Id: Ia17e6a4df5e7c8b647eccbe3bfb13e1c5b2d09e0 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 20 May, 2015 2 commits
-
-
Alessandro Portale authored
Change-Id: I044a6fa2098bcd15ad2d63b3504a5d850d8a980c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Alessandro Portale authored
Let the user chose whether "native styling" via QWidgets/QApplication should be enabled or not. Change-Id: I5eaa7b3a94d5361e62ebce61ff6b7b9216e15b80 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 15 May, 2015 1 commit
-
-
Alessandro Portale authored
Using the new .json wizard engine allows us to get rid of much old custom wizard logic. As additional benefit for the end user of Qt Creator, the .qml.ui split is now optional. Change-Id: I4b5ebcc35a585fad6ebc2e994711ca23e3300717 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-