summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies on 'dev' in qt/qtdocHEADdevQt Submodule Update Bot3 days1-10/+10
| | | | | Change-Id: Icbb96e49552ab98406171c4b7e902b07877d3b06 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Correct the qsTr() plural form documentationJan Arve Sæther3 days1-2/+3
| | | | | | | | | | Use the actual qsTr() plural overload, and be more specific about what's happening in its documentation. (It's not *only* replacing %n) Pick-to: 6.7 6.5 Fixes: QTBUG-124844 Change-Id: Ia58aeb034c40926e6244d42cbb84844b508c1c9d Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
* Update dependencies on 'dev' in qt/qtdocQt Submodule Update Bot4 days1-10/+10
| | | | | Change-Id: I2b952b6cb71aafdbafbedb680776e9154033f34d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update documentation of third-Party code changes in Qt 6.7.1Jani Heikkinen6 days1-6/+0
| | | | | | | | | | | FFmpeg won't be updated because of found regression Pick-to: 6.7 Task-number: QTBUG-124030 Change-Id: Ie97621372cf17694b7b8150256110bc4de96db45 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 326df8b64a0fe2bc81ee21b2e3d0780d11e97e61) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update supported Qt versions documentationJani Heikkinen6 days1-2/+2
| | | | | | | | | Task-number: QTBUG-124029 Pick-to: 6.7 Change-Id: I1eb06c410681516d2dcce51aa56507adac89c914 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit edd6da247c1332c5e65d8e29014f81bb4468b962) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtdocQt Submodule Update Bot6 days1-10/+10
| | | | | Change-Id: I19c9ab411e389847cd31614285b42f4f39c9367d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix Coffee Machine example coffee cup imageKonsta Alajärvi7 days1-0/+0
| | | | | | | | | | | | | | | | | Coffee Machine coffee cup image is broken with Qt 6.7.0 for unknown reasons, more descriptive explanation in the linked bug ticket. Modified the broken dark_cup.svgz image to expose the hidden parts of the image. Before Qt 6.7, Qt only supported SVG Tiny 1.2 standard. From Qt 6.7, we added some of the most used features in SVG 1.1. The file in this example uses <filter> element which was not support before, and since it was not supported it was never parsed. In Qt 6.7, this <filter> element is parsed. However, we only support a subset of the filter primitives that can be used inside the <filter> element, and since this file uses an unsupported filter primitive <feBlend>, it causes an issue. Simply removing the reference to the <filter> element from the Svg file, fixes the issue. Fixes: QTBUG-124707 Pick-to: 6.7 6.7.1 Change-Id: I62391fa4fc320f440045958e0ef0dc2eef69d21c Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Document third-Party code changes in Qt 6.7.1Jani Heikkinen7 days1-0/+38
| | | | | | | | | | | | | | | | The changes were obtained by running qtattributionsscanner -output-format json in the sources of both Qt 6.7.0 and Qt 6.7.1, and diff'ing these. Pick-to: 6.7 Task-number: QTBUG-124027 Change-Id: I43f7e578ceb575eb7cb4fc9197ea0c28504aa108 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> (cherry picked from commit 79a62739e70b6e55d867cb0bdeca60ea4903691f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* b2qt: update supported platforms listMikko Gronoff8 days1-4/+6
| | | | | | | | | | | | Updates for 6.8.0: * New tier1 device Raspberry Pi 5 added * Raspberry Pi 4 moved to tier2 * New tier3 device Jetson Orin Nano added * NVIDIA Kit names corrected Change-Id: I3223d7c8014ca2ae5767cb44a788ce9d6b9d7acf Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update dependencies on 'dev' in qt/qtdocQt Submodule Update Bot10 days1-10/+10
| | | | | Change-Id: Id2d378fdda2fd390a52eb47690ea9b846c22459b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Document Windows 11 default style in Widgets section of 6.7's whatsnewOliver Wolff10 days1-0/+2
| | | | | | Pick-to: 6.7 6.7.1 Change-Id: I89b7074d1c54912add8b0637ec48c24ab5cfc0c1 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Mention QSqlDatabase::moveToThread() in the threads documentationChristian Ehrlicher11 days1-3/+3
| | | | | | | | Now that a QSqlDatabase instance (or better: the underlying sql driver instance) can be moved to another thread, we should mention it here also. Change-Id: I7400395dc54dc9569ba40920cc585314753c0c08 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Link to new "Building Qt Multimedia from sources" pageJøger Hansegård12 days1-0/+1
| | | | | | | | | | | | | | | This patch adds link to doc pages that describes how to build Qt Multimedia from sources under the "Module-specific System Requirements" section. Building Qt Multimedia has additional build requirements compared to most Qt modules. Making this documentation easily accessible helps working with Qt Multimedia. Task-number: QTBUG-118713 Pick-to: 6.7 6.5 Change-Id: I5e635dd0103b7597aa07772d1120d703b1d83971 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* b2qt: Update Yocto version in supported platforms listMikko Gronoff12 days1-15/+15
| | | | | | | | | For Boot2Qt 6.8 & lts-6.5 branches the Yocto version has been updated from Nanbield (4.3) to Scarthgap (5.0). Change-Id: I06e5132c6a1f093e94c6aa485d297ab565b13aef Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update dependencies on 'dev' in qt/qtdocQt Submodule Update Bot13 days1-10/+10
| | | | | Change-Id: Ia1827f41f45ef8dc7870be43ebf9d04a9aec925a Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix another occurrence of a hard coded Qt versionOliver Wolff2024-04-201-1/+1
| | | | | Change-Id: I4e8736c7ddb189bcc89b8dd836323f6a7a3e84eb Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io>
* calqlatr: Use qt_standard_project_setupFabian Kosmale2024-04-191-3/+2
| | | | | | | Pick-to: 6.7 Change-Id: I673572b691554c90057296871f87c9cab2c1237c Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
* Doc: The debian packages documentation has incorrect exampleInkamari Harjula2024-04-191-2/+2
| | | | | | | | | | Fixed two instances of focal to jammy. Task-number: QTBUG-124518 Pick-to: 6.7 Change-Id: Ic123aa465621861136fda55e5e6f5c561aa0cff0 Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io> Reviewed-by: Joni Poikelin <joni.poikelin@qt.io>
* Update dependencies on 'dev' in qt/qtdocQt Submodule Update Bot2024-04-181-10/+10
| | | | | Change-Id: Idadaaeb69b19faf465926f6ad15794cdfdf0988f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Add missing sound files to dice qmake buildEven Oscar Andersen2024-04-171-0/+2
| | | | | | Pick-to: 6.7 6.6 Change-Id: I56de4c78fdf979cd43be067e402a8ff90df2ba8b Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* MediaPlayer demo: Add FileNameProvider for PlayListBartlomiej Moskal2024-04-164-4/+34
| | | | | | | | | | | | | | | There is an issue on Android where QFileDialog does not return real filenames. Instead, it returns content URIs that do not seem appropriete for displaying in playlist. To ensure that filenames are displayed correctly, we need to use QFileInfo. Since there is no QML type for QFileInfo, additional FileNameProvider singleton type has been registered for QML use. Fixes: QTBUG-122273 Pick-to: 6.7 6.5 Change-Id: Ib6bd152856a6979788bcbb203d58a38810ea0682 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* Link from "Building Qt Sources" to "Get and Install Qt" doc pagesJøger Hansegård2024-04-161-1/+1
| | | | | | | | If you want to get Qt, but ended up on the Building Qt Sources page, easy navigation to the doc for getting and installing Qt can be nice. Change-Id: I8456630ed664acee51f27b3133981c9c00c4cefb Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Add qmldir file to calqlatr exampleEd Cooke2024-04-153-10/+9
| | | | | | | | | | | | | In order for the calqlatr example to successfully load Main.qml when building with qmake, a qmldir file needs to be added. In addition, the files listed in OTHER_FILES, were redundant, since those files were already listed as qrc resources. Fixes: QTBUG-123714 Pick-to: 6.6 6.7 Change-Id: Id773ecf93c9b113385121da62de99ced3f8debdf Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io>
* Doc: Add missing CMake instructionsAndreas Eliasson2024-04-151-6/+25
| | | | | | | | | | The current page only mentions how add modules using qmake. Let's add a CMake section and make use of tabs. Fixes: QTBUG-122682 Pick-to: 6.7 6.6 6.5 6.2 Change-Id: I8bac5e5759730b3ab88c34567357ae4657652547 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Docs: Mark Debian 11 on ARM as Technology PreviewTero Heikkinen2024-04-151-3/+3
| | | | | | | | | | And add missing header names for Notes Task-number: QTBUG-123543 Change-Id: I69af923f3c8b1e9cd6f1c59a789b4877b24aa88b (cherry picked from commit 151ffd67c7a22fb93e1ac9258ca31440d2c41375) Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Fix outdated documentation on configure's default intall directoryJøger Hansegård2024-04-151-1/+2
| | | | | | Change-Id: I84ade5e7095f571e6794445020d17c99b34f8da9 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io>
* calqlatr: remove special charactersSamuli Piippo2024-04-132-29/+29
| | | | | | | | | | | The demo's buttons were using Mathematical Alphanumeric Symbols, which are not available in all fonts. Replace them with regular characters. Fixes: QTBUG-122605 Pick-to: 6.7 Change-Id: I24e61eb11f8df34149d0d0fd962054ea759729c1 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
* Doc: Update incorrect linkSafiyyah Moosa2024-04-111-1/+1
| | | | | | | | | | | | | | The Data Input Output page contains a section on File Archiving, and contains a link about compressing and uncompressing files. The link https://contribute.qt-project.org/faq/answer/how_to_compress_data_with_qt takes the user to the How To Contribute page instead. This fix applies the correct link,https://wiki.qt.io/Technical_FAQ#How_to_compress_data_with_Qt?. Fixes: QTBUG-123305 Pick-to: 6.7 Change-Id: I9a9d682fd27d676b7da212928f502fa03a3c3aff Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
* Fix Coffee Machine example initial size on big displaysKonsta Alajärvi2024-04-112-6/+8
| | | | | | | | | | | | | | | | Fix the issue with the Coffee Machine example application window filling the whole virtual desktop screen space, which is wrong. Set initial application window size to some hardcoded values which will be used on desktop. On mobile platforms the window size will be maximized. Update docs to reflect this change. Fixes: QTBUG-123414 Pick-to: 6.7 Change-Id: If8323c0c1ada4aa5230aa94cf624b2a0ff859b5e Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Update dependencies on 'dev' in qt/qtdocQt Submodule Update Bot2024-04-051-10/+10
| | | | | Change-Id: I0598d856b5f135685aa4546778efaf51c4695455 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Set up InAppPurchaseBackend for platforms other than Android and IOSChris Lerner2024-04-051-1/+1
| | | | | | | | | | | | | | | | | | The hangman example relies on a backend for in-app purchases. This backend was not properly set up for platforms other than IOS and Android. This lead to an invalid memory access when utilizing the backend which resulted in a crash. Inside the function that does the backend setup, instead of immediately returning on other platforms, assign an InAppPurchaseBackend object to the backend variable. This will allow the application to keep running, and warn the user that InAppPurchaseBackend is not implemented on the platform. Fixes: QTBUG-124146 Pick-to: 6.7 6.6 6.5 6.2 Change-Id: I77f64849bf16132f8380fd5b25db89098f86e2e5 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Update Enterprise Qt Debian Packages tablesInkamari Harjula2024-04-051-8/+8
| | | | | | | | | | Tables updated with correct distribution and repo info. Task-number: QTBUG-123723 Change-Id: I26cf4567519bd42622e99927393c10cee0ce7560 Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit 775eef36182e3b716dae4ab177b385fba57ac3ca)
* Correct doc snippet licenseLucie Gérard2024-04-0411-11/+11
| | | | | | | | | | | | | | All files under doc/snippet should be licensed as documentation snippets and according to QUIP-18 [1] this is LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I043e09eea06e18784886676602b54bb3291c39bb Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Correct a typo in Thermostat exampleChris Lerner2024-04-041-1/+1
| | | | | | Pick-to: 6.7 6.6 6.5 Change-Id: Ifcfb7005fb95ad7851e701fd7cbb287f4341f086 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Change license for examples filesLucie Gérard2024-04-041-1/+1
| | | | | | | | | | | | According to QUIP-18 [1], all example files should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I527c8178b83116fde9b83242bc2977acf0f2a8fc Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Change license for tests fileLucie Gérard2024-04-042-2/+2
| | | | | | | | | | | | According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I6c16797a88702de06726a78511f71a62a5c91e13 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Update What's new Qt 6.7 with Embe QMLRami Potinkara2024-04-031-0/+5
| | | | | | | | Task-number: QTBUG-123465 Pick-to: 6.7 Change-Id: Ica233bc94241878bfc1126336ca82383a8cc22da Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Dice demo: Add missing menu icon to qmake projectEven Oscar Andersen2024-04-031-1/+2
| | | | | | Pick-to: 6.7 6.6 Change-Id: I6e463cf04d0e4ca6d7015e17241d657940a01613 Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* Add video to Android Studio plugin docsNicholas Bennett2024-04-023-4/+9
| | | | | | | | | Added the getting started Youtube in the plugin docs Task-number: QTBUG-123140 Pick-to: 6.7 6.7.0 Change-Id: I4807d3eecde65b1dcda50070f4c2ee8705d4088b Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Android: add IntelliJ Marketplace url and replace Hedgehog with GiraffeRami Potinkara2024-03-281-3/+4
| | | | | | | | Task-number: QTBUG-123465 Pick-to: 6.7 6.7.0 Change-Id: Ic2b4b6b1b40644c3f70dcdecce6e7e373d28cf14 Reviewed-by: Soheil Armin <soheil.armin@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
* Add Qt Android Studio Plugin DocumentationNicholas Bennett2024-03-2816-3/+234
| | | | | | | | | | | Add the page with all the info for the plugin. Add a link in on the Qt for Android home page. The plugin UI help menu and IntelliJ market website should link to this as the master. Task-number: QTBUG-121447 Pick-to: 6.7 6.7.0 Change-Id: Icb27903c2c64f0b68e1479a394cd2f150c920a0b Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>
* Add Qt 6.2.12 to the list of supported Qt versionsTarja Sundqvist2024-03-281-1/+1
| | | | | | | | | Qt 6.2.12 is the latest Qt 6.2 release. Task-number: QTBUG-121253 Pick-to: 6.7 6.5 6.2 Change-Id: Iec8a517f961a163c2a2f0963cd55970d3b9d4f27 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Document dynamic linking to FFmpeg in What's new for Qt 6.7Jøger Hansegård2024-03-261-0/+5
| | | | | | | | | | With Qt 6.7, the FFmpeg multimedia backend for Windows is linking dynamically to FFmpeg. This patch updates the What's new for Qt 6.7 to reflect this change, along with implications for deployment. Pick-to: 6.7 6.7.0 Change-Id: I030f3996c09b745c7086ade8497b138f14625b4a Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* Doc: Link Qt6::LinguistTools properties on "Build with CMake" pageJoerg Bornemann2024-03-261-0/+1
| | | | | | Pick-to: 6.7 Change-Id: Ia6c0bcff6753bb2280749e63ad2df4d2e482a20a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* StocQt clarify user api usageSakaria Pouke2024-03-251-1/+4
| | | | | | | | Clarify the needed api and where to put it Pick-to: 6.7 6.6 Change-Id: I7678abd02be2f9154ecfc5d3c2a003c35de2013b Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Add 6.7 section for Boot to Qt and webOSInkamari Harjula2024-03-221-0/+22
| | | | | | | | | | Boot to Qt and webOS info added. Pick-to: 6.7 Change-Id: I89f417a90da5286a5a1e43ba7c165d054107c6da Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 65a59eb7ab38033bfbecba85271d2cac15cb0f14) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* WhatNew: remove "nothing to see here" sectionsVolker Hilsheimer2024-03-221-30/+0
| | | | | | Pick-to: 6.7 6.7.0 Change-Id: I35b941ec630c77a0a825af9fa0a6c46854b83a23 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Move QtGraphs out of the tech preview sectionTomi Korpipaa2024-03-221-6/+7
| | | | | | Fixes: QTBUG-123605 Change-Id: Iaa3ed9adac8cdea4caa3ff2baed9fdc85337a7a4 Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
* MediaPlayer: Remove restrictions of protocols in URLMikko Hallamaa2024-03-211-1/+1
| | | | | | | | | | | | | The URL input field had a validation that limited the possible protocols to only http, https, rtp, rtsp and udp. This patch modifies the validation regular expression to allow for more protocols supported by FFmpeg. Pick-to: 6.7 Change-Id: I84861673a78d4317592f96b4a92d8e676b05660f Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io>
* Update What's New 6.7 page to include Qt Quick Timeline featureAndy Nichols2024-03-201-0/+6
| | | | | | | | | | | Just a mention of the new BlendTrees submodule for Qt Quick Timline. This module is mostly for enabling tooling like Qt Design Studio and asset importing in Qt Quick 3D, but it is still new public API so it is nice to mention it is a new feature. Pick-to: 6.7 Change-Id: Ie0dc6605819640a97942522ddffa0192f3f88466 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>