summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Document Third-Party Code changes in Qt 5.12.5v5.12.5Jani Heikkinen2019-09-031-0/+11
| | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.12.4 and Qt 5.12.5 checkouts, and diff'ing these. Task-number: QTBUG-77536 Change-Id: I5778b2c5ded0eaab3ec95f533979731aa5fd5d99 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Update CMake Macro referenceKai Koehne2019-07-301-115/+15
| | | | | | | | | Use the individual command documentation that have been created inside the modules. Also rename it to 'Command Reference', because most commands are actually implemented as functions, not macros. Change-Id: I96609e9f7411de72c0353d2cf28ab8d0a0d250f7 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Android: Update OpenSSL 1.1 docsBogDan Vatra2019-07-261-2/+7
| | | | | | Task-number: QTBUG-76884 Change-Id: I3fe3fe66c05919fa2e3a3f4961cfa052e9e5408b Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Android: Update OpenSSL pageBogDan Vatra2019-06-121-67/+10
| | | | | | Fixes: QTBUG-76202 Change-Id: I0ea577fcc573ae181cda25d4860c8527dccae415 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-172-0/+21
|\ | | | | | | Change-Id: Iab79e329c9f03400a6bf7b7e2c11406262ba5180
| * Update SQLite to 3.28.0v5.12.4Andy Shaw2019-06-061-0/+4
| | | | | | | | | | Change-Id: Iefffa37dcca434c6d29d7e0d2e0734e09c034087 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Add missing X11 build dependencyRichard Weickelt2019-05-281-0/+1
| | | | | | | | | | | | | | | | | | The dependency list in https://doc.qt.io/qt-5.12/linux-requirements.html is incomplete. Since Qt 5.12, Qt does not ship libxkbcommon anymore and hence, the respective system library must be installed. Change-Id: Ic87021bfdba4c3fb5ea9a769454916472640cd59 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| * Document Third-Party Code changes in Qt 5.12.4Jani Heikkinen2019-06-041-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.12.3 and Qt 5.12.4 checkouts, and diff'ing these. Task-number: QTBUG-75687 Change-Id: I81b7c95411638bef4c499127e84c17b52f08ae5c Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | Doc: Improve CMake code exampleKai Koehne2019-05-072-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the comments, which are mostly superfluous or should rather be put into the documentation. Name the project and targets the same. Guard CMAKE_INCLUDE_CURRENT_DIR with a version check: This is only needed for CMake 3.6 and older. Add a resource file to be able to show off CMAKE_AUTORCC. Remove superfluous helloworld_SRCS variable indirection. Remove WIN32 argument to add_executable; this seems superfluous. Task-number: QTBUG-72159 Change-Id: I39f0d51d23d5dfbbd7a009c0f70c94e5d6296dab Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* | QNX: List utilities needed for deploying apps to QNX devicesLeena Miettinen2019-06-031-2/+7
| | | | | | | | | | | | | | Task-number: QTBUG-69762 Change-Id: I4111411e09b7f643258207512d1d0502ce3fb571 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: James McDonnell <jmcdonnell@blackberry.com>
* | embedded: Document more output mode values for drmLaszlo Agocs2019-04-251-3/+6
| | | | | | | | | | | | | | Including the just introduced "skip". Change-Id: Ia551776c9dadb9ccd62f53fcd58f1c36ec5aba68 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* | Adapt wording of documentation licenseKai Koehne2018-05-162-6/+5
|/ | | | | Change-Id: Ic4f12efece736362e3d5196ad7d2ee6848c45746 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Fix path in Accessiblity docsFrederik Gladhorn2019-05-151-1/+1
| | | | | | | | I'm not sure if this should be here in the first place, but at least point to a valid location. Change-Id: I72342fc53ba2ec3fc0a711c62567f63883a23f37 Reviewed-by: Martin Smith <martin.smith@qt.io>
* Simplify accessibility docsFrederik Gladhorn2019-05-151-6/+3
| | | | | | | Remove some verbose noise that doesn't say anything. Change-Id: I009e1663272354d21feda1d2ba988e4841f118ee Reviewed-by: Martin Smith <martin.smith@qt.io>
* Accessibility: We support UIA on WindowsFrederik Gladhorn2019-05-151-1/+1
| | | | | | | This seems to be the official title MS gives its framework. Change-Id: Ic686628904cc30ccc040d32895db8896121e7281 Reviewed-by: Martin Smith <martin.smith@qt.io>
* Rename 'CMake Manual' to 'Building with CMake'Kai Koehne2019-04-255-6/+6
| | | | | | | | | | The name 'CMake Manual' conflicts with upstream CMake documentation. Also, if we just talk about 'CMake' we now link to the actual CMake documentation. Task-number: QTBUG-72159 Change-Id: I209c7660fd881a7ac73b4260f4e8626225035bbf Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* CMake: Advocate find_packages(Qt5 COMPONENTS ...) styleKai Koehne2019-04-242-6/+7
| | | | | | | | | | | | This is the style cmake-qt documentation shows nowadays. For motivation see also https://blog.kitware.com/cmake-finding-qt5-the-right-way/ Change-Id: I47651c58387b8bf96a2235395f0321e54ad05a88 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Fix the EGLFS link in the QPA Plugins listTarja Sundqvist2019-04-232-1/+2
| | | | | | | | | The EGLFS link pointed to a page under VxWorks documentation when it should point to the embedded Linux documentation. Task-number: QTBUG-72530 Change-Id: Id8dc789760194db92162b6632ad1a8eae4b05994 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Change recommended command for updating Android SDKPaul Wicking2019-04-231-1/+1
| | | | | | | Fixes: QTBUG-74637 Change-Id: I1d242938695773c879426289fd578f598bf2c625 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-0/+7
|\ | | | | | | Change-Id: I15fddfb53c49385e45ecab3391b5d8125a25a96c
| * Document Third-Party Code changes in Qt 5.12.3v5.12.3Kai Koehne2019-04-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.12.2 and Qt 5.12.3 checkouts, and diff'ing these. Fixes: QTBUG-75026 Change-Id: If1b8b44c45333d33e8b163639c6d6a0e81798d53 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Document QTQUICK_COMPILER_SKIPPED_RESOURCESJüri Valdmann2019-04-021-0/+10
|/ | | | | | | | | | | Document the qmake variable for skipping resource files. Copied from the old Qt Quick Compiler docs (https://doc.qt.io/QtQuickCompiler/). Fixes: QTBUG-74078 Change-Id: I7fc2fa5171aad7ec380a46495298b29caf86b6a2 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Document that Qt Script is deprecatedMitch Curtis2019-03-271-0/+4
| | | | | Change-Id: I0646c50ea17a71ae49b630ad1cb3ddb1c12d098d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Avoid auto-linking to WebEngine, WebSocket etcTopi Reinio2019-03-279-13/+13
| | | | | | | | | | When discussing the modules, it typically makes no sense to link to QML types or external locations - prefix these words with a backslash to instruct QDoc not attempt autolinking. Task-number: QTBUG-74634 Change-Id: If134b6c8d00ed3e555834dd19c0b5a4030c9a53d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-0/+47
|\ | | | | | | Change-Id: I06014d1d05518145664d7a0628172a09eaf127eb
| * Document Third-Party Code changes in Qt 5.12.2v5.12.2Jani Heikkinen2019-02-271-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.12.1 and Qt 5.12.2 checkouts, and diff'ing these. Webengine changes is based on 8fefc0d9b8ae46d65e8c05f9cc55bbfc0e88b632 Changes that just did add incomplete metadata (like homepage of upstream)are not listed. At same time add missing Third-Party Code changes in Qt 5.12.1. Task-number: QTBUG-74094 Change-Id: I2978c95873c337df3b0e076f38d7e135d4eef9bf Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | Consistently fill out Platform columns in Qt Modules overviewKai Koehne2019-02-221-24/+24
|/ | | | | Change-Id: Ie6b023c2ec00486be55c84e027ef715d000e202b Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* Doc: Add the missing animated gifVenugopal Shivashankar2019-02-131-0/+0
| | | | | | | | | The example that demonstrated custom QML type creation was replaced in 9d88932795ff, but the corresponding animated gif was not updated/added. Change-Id: I81e85e2d1c815405164ec047d9adda4e31958429 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* List Qt Network Authorization as GPLv3 add-onKai Koehne2019-02-121-5/+5
| | | | | | Fixes: QTBUG-73705 Change-Id: Ia81b9181c28b99f454e7136c021a62666371c93e Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Doc: Add overview page to Qt for WebAssemblyNico Vertriest2019-02-062-1/+163
| | | | | Change-Id: I677255a5ad311e9bbca57d07a6e11149a14a22ce Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* Doc: Fix versioned links on All Classes/QML Types pagesTopi Reinio2019-02-011-3/+3
| | | | | Change-Id: I924c4228a3c5117d87b98ca4643dc3871d205e88 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Add documentation about QtOpenGLExtensions library and its licenseKai Koehne2019-01-231-0/+70
| | | | | | Change-Id: I1f22ddd4ff8cd801319cd9e3db1d35a2ab21d2d4 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> (cherry picked from commit 2646d39b11242088771aab9c0370a75ce8e13e8f)
* Update windeployqt documentationFriedemann Kleint2019-01-141-16/+19
| | | | | | | | | | Update options and state that it requires a build environment. Task-number: QTBUG-71334 Change-Id: I802538aee9e3e84cfe68f65944a8ace243f60d55 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* windows: Clarify dependencies for ANGLE when MSVC or MinGW is usedOliver Wolff2019-01-091-0/+4
| | | | | | | Change-Id: Id2bfc8476ddc4d46d92a2d5a27b195a60a96ab76 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Andre de la Rocha <andre.rocha@qt.io> Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* macdeployqt: document how to affect the volume nameMitch Curtis2019-01-081-0/+32
| | | | | Change-Id: Ie617fe25a33928719f290844c1533b16bf2431f0 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* macOS: improve quit menu item documentationSamuel Gaist2019-01-031-1/+7
| | | | | | | | | | | | The documentation is lacking information about how Qt handles the Quit application menu item. This patch improves that explaining how it should be handled. Change-Id: Id2e8d457f67c7c4a8857cf28e7bf69b5df4c1aa2 Fixes: QTBUG-14174 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* remove references to bundled xkbcommonGatis Paeglis2018-12-122-6/+0
| | | | | | | | ... as we don't bundle this library since qtbase/c3a963da1f9e7b1d37e63eedded61da4fbdaaf9a. Change-Id: I773ca5ce56750ade8d4dca5d2eeff93abcf5b083 Reviewed-by: Nico Vertriest <nico.vertriest@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Doc: Change the depends order in the doc configVenugopal Shivashankar2018-12-071-2/+2
| | | | | | | | The depends order affects the auto links in the doc, especially for Controls 1 and Controls 2 QML types. Change-Id: Ibf46f9dc7428cfc6e242720d437939b0b29ab518 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Doc: Replace Controls 1 and MouseArea referencesVenugopal Shivashankar2018-12-074-27/+70
| | | | | | | | Also, updated the snippet that demonstrates creating custom QML types. Change-Id: I5a385b4d2eb7d96a50f314e5c6d1304665600bb8 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* windows: Fix origin of environment setup scriptOliver Wolff2018-12-071-2/+2
| | | | | | | The mentioned setup scripts are part of the Visual Studio installation. Change-Id: I8cbb3867f892b6baee0d1e09fce89d36faae173a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Clarify target platforms of winrt portOliver Wolff2018-12-071-3/+5
| | | | | | | | | | | | Building desktop applications using the winrt port might be possible, but it is by far not the main reason for having this port. Stating that we support desktop builds using Qt for WinRT just causes confusion. Instead we further clarify the term UWP in a short sentence inside the winrt part of "supported platforms". Change-Id: I7d1762f5b450dab74ff3c4e1e1aa16586f242319 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* winrt: Update winrtrunner's help outputOliver Wolff2018-12-061-14/+20
| | | | | Change-Id: I7b416fc3a297a4af4c40e947940a8bc1d83c921a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-058-190/+331
|\ | | | | | | Change-Id: Ia08bc0e173ea1aa97e35840ce59cb8d4f4011503
| * Document Third-Party Code changes in Qt 5.12.0v5.12.0-rc2v5.12.0-rc1v5.12.0Jani Heikkinen2018-11-131-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes where obtained by running qtattributionsscanner -output-format json in the sources of both Qt 5.11.2 and Qt 5.12.0 checkouts, and diff'ing these. Webengine changes is based on ce0335c0b6c892bfdb06cd52830a705aa6d71d9b Changes that just did add incomplete metadata (like homepage of upstream project, version number....) are not listed. Task-number: QTBUG-71598 Change-Id: Id05299d40712687ede7c45dc276b374d4c2644cd Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
| * Doc: Update the all modules and what's new pagesVenugopal Shivashankar2018-11-124-14/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added Qt Remote Objects to the list of supported modules. - Marked Qt Canvas 3D as deprecated. - Renamed the \section title for the tech. preview modules as the only item listed there is a platform and not a module. - Added a link to the wiki page on Qt for WebAssembly. - Added the missing link to the What's new in Qt 5.12 page. Task-number: QTBUG-70608 Change-Id: I0ff15f85c9946e051529704050f2e6100ff9634d Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
| * Doc: Recommend using the latest NDK with Qt for AndroidTopi Reinio2018-11-102-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Since Qt 5.12, the previously recommended NDK version (r10e) no longer works with the GCC toolchain. Update the recommendation to the latest version and android-clang toolchain. Also update this information in Supported Platforms for Android. Task-number: QTBUG-71690 Change-Id: Ia74d4106db6cf71d626c5863d06ca7c629208bdc Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
| * Doc: Update Qt for QNX Platform NotesTopi Reinio2018-11-091-161/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - QNX SDP 7.0 as the primary supported QNX version - Add information for 64-bit architectures - Clarify instructions for fontconfig and QT_QPA_FONTDIR - Link to documentation archives for QNX SDP 6.6 info - Fix linking to QNX documentation, clean up formatting and language Task-number: QTBUG-71308 Task-number: QTBUG-64481 Change-Id: I216128efa35d55aedd3e9725b9984bec995dbdb6 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * Doc: Remove broken link from iOS documentationPaul Wicking2018-11-091-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The wiki page containing the example as referred to in the docs has been removed. The example code has been tracked down and will get pushed as a proper example in a separate commit. This page will be updated accordingly when the example is there. Task-number: QTBUG-55651 Change-Id: Ie25b7a6ebfe7a022bb02f3ceee9fce3c8a7326af Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> (cherry picked from commit ec6883bd7c3141ccf30cf43f3030f7468c1a6e0a)
| * Doc: Update platform/compiler versions for supported platformsv5.12.0-beta4Topi Reinio2018-11-061-8/+12
| | | | | | | | | | | | | | | | | | | | | | - Add information for Ubuntu 18.04 and update openSUSE, RHEL versions. - Update MinGW version to 7.3.0 and update the link to MinGW-builds. - Update build environment versions for Android Task-number: QTBUG-70549 Change-Id: I42d67aa89376f1b793bb3da72174f40efff6517d Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Update supported platformsJędrzej Nowacki2018-11-021-4/+0
| | | | | | | | | | | | | | | | | | RHEL 6.6 was removed some time ago, that is a fixup to "Remove RHEL 6 from the CI" 54261be7c3bde1486b5036df4058bcd9deb9dfdd. Task-number: QTBUG-70549 Change-Id: Ie292f9d1936b680c1a6fcf123bdd2f1ed627b8bb Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>