- 13 Apr, 2018 - 1 commit
-
-
Paul Wicking authored
Based on the wiki entries here: https://wiki.qt.io/New_Features_in_Qt_5.11 Also added links to the new page from relevant pages, based on the similar commit for version 5.9. Task-number: QTBUG-67560 Change-Id: I927db8fec99fd9949534e54f0e3378af77f58a53 Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 12 Apr, 2018 - 1 commit
-
-
Simon Hausmann authored
As 5.11 provides the migration path for what used to be the Qt Quick Compiler add-on in qtdeclarative itself, we might as well document it to be the official way of doing ahead-of-time compilation. The CONFIG+=qmlcache approach turned out to have one grave disadvantage that was overlooked during the initial release: It ends up working only inside Qt modules as qml_module.prf is private qmake API. The CONFIG+=qqc approach on the other hand has been public since its introduction and it also comes with a CMake integration. Change-Id: I9bbf4cda1b0a5ff0aa3ac522d77205699255c571 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 27 Mar, 2018 - 1 commit
-
-
Topi Reinio authored
Clang tries to find a module header <QtDoc> for this project and warns about it. Use an empty 'moduleheader' variable to clear the warning. Change-Id: Iee7ae73339f5e345c25d2e9ded0050378b476356 Reviewed-by:
Martin Smith <martin.smith@qt.io>
-
- 23 Mar, 2018 - 1 commit
-
-
Kevin Funk authored
Include notes about how to work with .ui files using CMake's AUTOUIC feature. Use CMake 3.1 as minimum required CMake version as this is required since 5.10 anyway. Also note that CMAKE_AUTOUIC requires CMake >= v3.0.0. Task-number: QTBUG-59202 Task-number: QTBUG-63519 Change-Id: I0a0814c6dda6746f399b1c883932751e44993ebc Reviewed-by:
Kevin Funk <kevin.funk@kdab.com>
-
- 17 Mar, 2018 - 1 commit
-
-
Kai Pastor authored
Support for CMake < 3.1.0 was deprecated in Qt 5.9 and announced to be removed in Qt 5.10. Change-Id: I93358152d0c66bbb157fc561c10c3122edf8a203 Reviewed-by:
Topi Reiniö <topi.reinio@qt.io> Reviewed-by:
Kevin Funk <kevin.funk@kdab.com>
-
- 05 Mar, 2018 - 1 commit
-
-
Simon Hausmann authored
The -developer-build option is only intended for use by people developing Qt and it will result in a configuration that is sub-optimal for releasing Qt applications, by extra run-time checks being performed and symbols being exported that are not part of the public ABI. Change-Id: If83147562e3d0e6daf1039d89bb115c25ec717ba Reviewed-by:
Janne Koskinen <janne.p.koskinen@qt.io> Reviewed-by:
Kimmo Ollila <kimmo.ollila@qt.io> Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 02 Mar, 2018 - 1 commit
-
-
Friedemann Kleint authored
- Remove any mention of MSVC 2013. - Update the deployment section: - Mention style plugins required after qtbase/4f3249f32dbe5c20aabbfd9b4f9c558aaf449e48. - Standardize tables in "Creating the Application Package" - List files for dynamic OpenGL, which is the default now - Move ICU section to bottom. - Update build instructions to MSVC 2017 and add more recommended configure options. Task-number: QTBUG-66743 Change-Id: I8b97104b9d5c5429d7e79248dd97e89bd270d65d Reviewed-by:
Martin Smith <martin.smith@qt.io> Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
- 01 Mar, 2018 - 1 commit
-
-
Alex Blasche authored
Task-number: QTBUG-66573 Change-Id: Ica4b804ea55b7d4bd21a60a83db6f841d7453eb8 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 28 Feb, 2018 - 2 commits
-
-
Friedemann Kleint authored
Remove MSVC 2013. Task-number: QTBUG-66743 Change-Id: Id00f0a2a67771ceb00d9e0786f5ce2f751871922 Reviewed-by:
Martin Smith <martin.smith@qt.io>
-
Topi Reinio authored
A link to 'Qt 3D' may in some cases lead to a wrong page. Change-Id: I7b05bcb7c31a63316c5936a165c72d83111f7783 Reviewed-by:
Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by:
Martin Smith <martin.smith@qt.io>
-
- 19 Feb, 2018 - 1 commit
-
-
Andre Hartmann authored
There are several Windows CAN plugins available, and Modbus can be used usable on Windows also. Change-Id: Ia5fb2561db4f0b97547ec7ed4fe4ed48ebb8e283 Reviewed-by:
Alex Blasche <alexander.blasche@qt.io>
-
- 18 Feb, 2018 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I5dddaeccea669a562913d63b0b31d5b58a81cb87
-
- 16 Feb, 2018 - 1 commit
-
-
Martin Smith authored
From Qt 5.11, QDoc requires clang from LLVM 3.9 or later. This new dependency must be listed in the Qt documentation. This update adds a note to the Getting Started with Qt page that refers the user to the QDoc manual for further instructions. Change-Id: Ia308400c855d19b6391d9239ab74b060e931cd50 Task-number: QTBUG-65762 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 14 Feb, 2018 - 1 commit
-
-
Liang Qi authored
Change-Id: Id408afdfa84107119258a7dd8069eac98ce7f679
-
- 13 Feb, 2018 - 2 commits
-
-
BogDan Vatra authored
Change-Id: I15b97aa757c3b102c0d0a092f4b86710ea9920a9 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commit aac63b29)
-
BogDan Vatra authored
Change-Id: I15b97aa757c3b102c0d0a092f4b86710ea9920a9 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 12 Feb, 2018 - 1 commit
-
-
Liang Qi authored
Change-Id: I7d356c3beedfcfaf9d6ae88ed1cf10bf9faaac7f
-
- 05 Feb, 2018 - 1 commit
-
-
Antti Kokko authored
Change-Id: I9bbf464b226aa0e005118ce88310c5e029893043 Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 02 Feb, 2018 - 2 commits
-
-
Oswald Buddenhagen authored
Change-Id: I0797fbd1d0b05227506250713c830c96c92bb901
-
Liang Qi authored
Change-Id: I8905dedd8dbdbbedada82f1d9b5dab700935de35
-
- 27 Jan, 2018 - 2 commits
-
-
Mitch Curtis authored
Change-Id: I1101b500b7ace7b2f79adf363fc65815796fafb4 Reviewed-by:
Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-
Mitch Curtis authored
It is being moved to qtdeclarative. Task-number: QTBUG-50064 Change-Id: Ief9d89967c28001c3fd587d4db459abf0c948c8b Reviewed-by:
Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 25 Jan, 2018 - 1 commit
-
-
Venugopal Shivashankar authored
Making it easier for the reader to find its documentation. Change-Id: I4eaf992c4aeee0acf9ff734db9a317d84c01a5e9 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io>
-
- 23 Jan, 2018 - 1 commit
-
-
Samuel Gaist authored
This patch adds missing command line arguments as well as warning for the behavior of the tool regarding the use of the host file system as reference to generate .dmg. Task-number: QTBUG-65844 Change-Id: Ia0d9483fb0cf60073e0f4f5489f2fba6b5675679 Reviewed-by:
Sze Howe Koh <szehowe.koh@gmail.com>
-
- 22 Jan, 2018 - 1 commit
-
-
Simon Hausmann authored
The cache files are architecture independent and do not contain native code anymore. That also lifts some limitations. The remaining limitation of not supporting resources but only modules is something that will be removed soon but come via a separate change for the docs. Change-Id: I390ffbb1e3c5837ee120ee303964b16eb66d4903 Reviewed-by:
Lars Knoll <lars.knoll@qt.io>
-
- 20 Jan, 2018 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: If0de46e2d3f1602dc3a2bf6483d172b730fa3be4
-
- 18 Jan, 2018 - 2 commits
- 08 Jan, 2018 - 1 commit
-
-
Antti Kokko authored
Change-Id: I96c4cb64a443a6b245051bafdb246a8ea9387adc Reviewed-by:
Lars Knoll <lars.knoll@qt.io>
-
- 07 Jan, 2018 - 1 commit
-
-
Tuukka Turunen authored
Incorrectly listed initially, arm64 has always worked (Qt 5.9, QNX 7). Change-Id: I760bf4568696631c3497cd86b861b084f26a8e6e Reviewed-by:
Lars Knoll <lars.knoll@qt.io>
-
- 27 Dec, 2017 - 1 commit
-
-
Kai Koehne authored
The BSD license explicitly references 'Redistributions of source code must retain the above copyright notice', so we also have to show it. Change-Id: I9a4b3965bc94479cb403d515d97c333e0d045bc4 Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
- 21 Dec, 2017 - 1 commit
-
-
Eskil Abrahamsen Blomfeldt authored
When building with the android-clang mkspec, we will use the MIT-licensed run-time instead of the GPL-licensed one. This was not reflected in the documentation. Change-Id: Icb081218fbc5a1ac63a422dfb06e28ff077204d9 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
- 20 Dec, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I9aa3fecf2d0aa3acc91efd861279361e20fa823a
-
- 19 Dec, 2017 - 1 commit
-
-
Jake Petroules authored
Task-number: QTBUG-63628 Change-Id: I0dea341fd375c77e6fbd147c165a1f8170bbfafa Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@qt.io>
-
- 18 Dec, 2017 - 1 commit
-
-
Nico Vertriest authored
Remove from original location with commit id b6e529c0fc46718d492d915e3f827e07254efcc6 Task-number: QTBUG-60635 Change-Id: If6084dc07d890c438c1cb89065a37eb4186fdbae Reviewed-by:
Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-
- 12 Dec, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I25886c175933fe4cb0ea8afcb16f69545428c856
-
- 08 Dec, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: I483b4ae21a7b9b6b086f209bf4c9554866fbc862
-
- 23 Nov, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: I65584146bc290adea4957b9a1f5d81e3aa7a05a8
-
- 21 Nov, 2017 - 1 commit
-
- 20 Nov, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I1e8270b76fdabe0fcb3ef3475e2b51726b2359a8
-