summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Make tst_qdbusabstractadaptor depend on qmyserverAlexandru Croitor2022-07-261-0/+1
* CMake: Ensure build instructions are always shown the first timeAlexandru Croitor2022-07-261-1/+8
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-262-2/+42
* Port qt_doubleToAscii to qsizetypeMarc Mutz2022-07-263-5/+12
* Fix stringish::simplified() for strings > 2Gi charactersMarc Mutz2022-07-261-1/+1
* Port QUtf8BaseTraits to qsizetypeMarc Mutz2022-07-261-2/+2
* Port QStringIterator to qsizetypeMarc Mutz2022-07-262-8/+8
* QStringIterator: fix UB [1/2]: use has{Next,Previous}() moreMarc Mutz2022-07-261-6/+6
* Fix QString::vasprintf for strings > 2GiBMarc Mutz2022-07-261-2/+2
* Fix QString::toLatin1() for strings > 16Gi characters on ARM64Marc Mutz2022-07-261-2/+2
* QLocale: port to qsizetype [1/N]: indexed to ranged loopsMarc Mutz2022-07-263-10/+8
* Fix QString::arg() for format strings with a huge amount of placeholdersMarc Mutz2022-07-261-1/+1
* MySQL plugin: fix escaping a QByteArrayChristian Ehrlicher2022-07-251-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-255-5/+5
* CMake: Change __qt_internal_include_plugin_packages to be a macroAlexandru Croitor2022-07-251-25/+28
* CMake: Don't look for Qt6 components that are already foundAlexandru Croitor2022-07-251-11/+13
* CMake: Don't unset Qt6Qml_FOUND when including Qml pluginsAlexandru Croitor2022-07-251-2/+2
* CMake: Record the precise package name where Private modules liveAlexandru Croitor2022-07-254-14/+46
* CMake: Split 3rd party libs to be built before and after corelibAlexandru Croitor2022-07-252-12/+16
* CMake: Don't use AUTOMOC for third party librariesAlexandru Croitor2022-07-255-0/+5
* CMake: Create aliases for Internal targets using common functionAlexandru Croitor2022-07-251-5/+5
* CMake: Export a few useful Qt module target propertiesAlexandru Croitor2022-07-251-5/+37
* CMake: Don't repeatedly look for the Qt6 dependencyAlexandru Croitor2022-07-251-8/+11
* CMake: Move QT_HOST_PATH check and computation into Qt6 packageAlexandru Croitor2022-07-255-87/+90
* CMake: Improve Qt6HostInfo package lookup conditionAlexandru Croitor2022-07-254-4/+16
* CMake: Move Qt6HostInfo lookup into a functionAlexandru Croitor2022-07-255-27/+24
* cmake: Teach qt_internal_extend_target about PLUGIN_TYPESTor Arne Vestbø2022-07-253-13/+25
* QNetworkInformation: guard deprecated method definitionsIvan Solovev2022-07-251-0/+4
* Skip some spurious parentheses on macro argument usesEdward Welbourne2022-07-251-10/+10
* Skip semicolon after uses of QTRY_IMPL() and QTRY_LOOP_IMPL()Edward Welbourne2022-07-251-6/+8
* Move the early-failure checks in QTRY_IMPL()Edward Welbourne2022-07-251-6/+8
* Test skip and fail in cleanup() as well as in cleanupTestCase()Edward Welbourne2022-07-2534-58/+312
* Use class scope to refer to static functionMårten Nordheim2022-07-251-1/+1
* Send parent_window handle to desktop portalDavid Redondo2022-07-253-14/+45
* qmake: Link static plugins even in shared Qt buildsTor Arne Vestbø2022-07-252-14/+32
* qmake: Split up logic for enumerating plugins from how they are processedTor Arne Vestbø2022-07-251-26/+30
* cmake: Generate prl and pri files for static plugins in shared Qt buildsTor Arne Vestbø2022-07-251-3/+5
* cmake: Link static plugins even in shared Qt buildsTor Arne Vestbø2022-07-253-136/+146
* Improve window dragging on WASMMikolaj Boc2022-07-2513-247/+510
* Write QProperty use in QMLJaishree Vyas2022-07-251-0/+11
* QProcess: Extend the setStandardOutputFile docLaszlo Papp2022-07-231-0/+3
* Provide more details of failed connectionAndré Klitzing2022-07-231-0/+2
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-222-3/+30
* Revert "Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactor"Thiago Macieira2022-07-224-23/+24
* QT_INLINE_SINCE: take version into accountIvan Solovev2022-07-222-5/+97
* Ensure list has elements before getting themDimitrios Apostolou2022-07-221-6/+9
* Fix test flaky-crashing on OpenSUSE with KDE window managerDimitrios Apostolou2022-07-221-1/+1
* fix AT_SPI_BUS_ADDRESS actually workingHarald Sitter2022-07-221-2/+9
* Sync and assert StandardPixmap enums in QPlatformTheme and QStyleAxel Spoerl2022-07-223-0/+15
* Update freetype to 2.12.1Volker Hilsheimer2022-07-22513-6131/+35542