- 09 Jul, 2019 - 1 commit
-
-
Topi Reinio authored
Task-number: QTBUG-74391 Change-Id: If30143e106fec5a8694c47ab2376aeda36faf8e1 Reviewed-by:
Paul Wicking <paul.wicking@qt.io>
-
- 26 Oct, 2018 - 1 commit
-
-
Venugopal Shivashankar authored
This is to explicitly identify Qt Quick Controls as Controls 1, so that Controls 2 can be referred generally as Qt Quick Controls. Task-number: QTBUG-70333 Change-Id: I798c0354ad47ab96978575829322a254876529fb Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 05 Oct, 2017 - 1 commit
-
-
Venugopal Shivashankar authored
The list is currently maintained in qtbase. Task-number: QTBUG-60648 Change-Id: I38ff28e52c1274a6cfaae66ef232e482cff38e53 Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 12 May, 2016 - 1 commit
-
-
Topi Reinio authored
Examples in binary packages now directly match the install path. Change-Id: Icd9ae9ef887b99b96177ec7b590fc3f35da18c82 Task-number: QTBUG-52953 Reviewed-by:
Antti Kokko <antti.kokko@qt.io>
-
- 28 Apr, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
this includes renaming the first-level subdir of examples/. Change-Id: Idf14164533c247e5c0cc5acdb405ac97f7c33ac5 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 21 Oct, 2015 - 1 commit
-
-
Topi Reinio authored
The examplesinstallpath variable in .qdocconf files defines the path under QT_INSTALL_EXAMPLES where examples are found. To match the way examples are packaged in Qt 5.6, prefix the install path with the repository name. Task-number: QTBUG-48736 Change-Id: I5630d8d7a566d57fea84447ca6099d8ab95bc681 Reviewed-by:
Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-
- 04 Mar, 2015 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I588438a5642fade8dd092614648ba7f156388da5 Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com>
-
- 02 Mar, 2015 - 1 commit
-
-
Mitch Curtis authored
- Removes the duplicated style settings functionality in Extras and simplifies the installed styles directory structure. - Extras' Base style is now part of Controls' Base style, eliminating the need for a separate QtQuick.Extras.Styles import. The cost of doing this should be negligible: a few QML files and two images. If we didn't merge Extras' Baste style into Controls', we'd need extras-specific code in qquickcontrolssettings, as the default style search path is: qml/QtQuick/Controls/Styles/ Whereas the Extras Base style would be in: qml/QtQuick/Extras/Styles/ The Extras Base style can't go into Controls' Base style directory, either, because otherwise we'd have two qmldir files there. The Flat style doesn't have this problem because it is all contained in one plugin and gets installed into its own Flat/ folder. - Documentation now lists the Extras controls as \since QtQuick.Extras 1.4. - Adds the customcontrolsstyle aut...
-
- 13 Feb, 2015 - 1 commit
-
-
Mitch Curtis authored
Change-Id: I59c5c97c564f707da4ce617e25e13ff8124f7d4b Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com>
-