summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QtConcurrent: use variable templates for compile-time checksSona Kurazyan2022-01-203-17/+10
* Add QCheckBox test in tst_baseline_widgetsAxel Spoerl2022-01-201-0/+57
* CMake: Add OUTPUT_TARGETS option to qt_internal_add_resourceUlf Hermann2022-01-201-1/+5
* CMake: Add support building Qt with the 'mold' linkerAlexandru Croitor2022-01-203-2/+89
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-203-2/+62
* QTlsBackend/QSslSocket - check the arguments we pass to QObject::connectTimur Pocheptsov2022-01-202-7/+11
* Add documentation for the Android Multi-ABI related variablesAlexey Edelev2022-01-202-0/+95
* Fix minor grammar error in configure's closing messageEdward Welbourne2022-01-201-1/+1
* Fix queue passed to vkQueuePresentLaszlo Agocs2022-01-201-1/+1
* Coin: use CMAKE_STAGING_PREFIX for cross-compilationsSamuli Piippo2022-01-201-1/+1
* wasm: fix installation when staging prefix is usedSamuli Piippo2022-01-201-1/+2
* convertDoubleTo: add an x86-64 intrinsics versionThiago Macieira2022-01-191-5/+79
* tst_QtJson: fix test for numbers above the limit of qint64Thiago Macieira2022-01-191-10/+7
* tst_QMetaType: remove call to pthread_yield()Thiago Macieira2022-01-191-3/+0
* tst_QMetaType: remove the IsInitialized checkThiago Macieira2022-01-192-28/+11
* tst_qmetatype: add a few more row for QMetaType::UknknownTypeThiago Macieira2022-01-191-0/+23
* CMake: Merge QCC with GCC and ClangThiago Macieira2022-01-201-14/+1
* Use QStylePainter when painting widgetsMorten Johan Sørvig2022-01-205-11/+15
* Doc: Cross-link QString's methodsIvan Tkachenko2022-01-191-3/+5
* tst_qeventdispatcher: avoid influence between test functionsAlex Trotsenko2022-01-191-0/+8
* QVersionNumber: don't detach() in rvalue QList/QVector ctorMarc Mutz2022-01-191-2/+2
* QColorTransform: optimize member-swap()Marc Mutz2022-01-191-1/+1
* rhi: d3d: Fix up non-vsynced presentationLaszlo Agocs2022-01-192-24/+48
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-192-3/+2
* Add more tests for event dispatcher waking upVolker Hilsheimer2022-01-191-1/+111
* Doc: Remove "Docs about UI Design" book overviewKai Köhne2022-01-192-81/+4
* Baseline test framework: follow rule of zero for PlatformInfo typeVolker Hilsheimer2022-01-192-29/+1
* Baseline test framework: fix bug in internal data structureEirik Aavitsland2022-01-192-23/+2
* QPolygon: de-inline setPoint()Marc Mutz2022-01-192-8/+8
* QPropertyBindingPrivate: move static_assert()s to .cpp fileMarc Mutz2022-01-192-2/+6
* QDBusMessage: de-inline createReply(QVariant)Marc Mutz2022-01-192-4/+5
* QString: use char16_t in ucstr{n,i,}cmp & ucstreq instead of QCharThiago Macieira2022-01-181-26/+24
* QString: optimize equalStrings() with a template in ucstrncmp()Thiago Macieira2022-01-181-6/+27
* QString: merge the two ucstrcmp overloads into a templateThiago Macieira2022-01-181-11/+8
* QString: introduce ucstreq() to optimize equalStrings()Thiago Macieira2022-01-181-2/+15
* QString: make ucstricmp() parameters match the compareStrings'Thiago Macieira2022-01-181-27/+20
* QString: add Q_NEVER_INLINE for ucstricmp()Thiago Macieira2022-01-181-3/+3
* QString: remove the old unaligned 4-byte compares in ucstrncmp()Thiago Macieira2022-01-181-60/+9
* CMake: add support for GNU/HurdPino Toscano2022-01-196-7/+10
* coin: Move AUTOGEN and tests options addition into a common locationAlexandru Croitor2022-01-196-8/+30
* Further improve QShortcut testVolker Hilsheimer2022-01-181-68/+67
* Restore std::as_const() where a qAsConst was lost between 5.15 and 6Edward Welbourne2022-01-181-2/+2
* QNetworkRequest: Document how Qt handles 301 and 302 status codesMårten Nordheim2022-01-181-0/+5
* qt-testrunner: be more clear that it was the test that crashedDimitrios Apostolou2022-01-181-4/+9
* Add QDial test in tst_baseline_widgetsAxel Spoerl2022-01-181-0/+41
* Remove (set but) unused member from QTimerPrivateEdward Welbourne2022-01-181-3/+1
* Turn a condition into a lambda to save needless evaluationEdward Welbourne2022-01-181-5/+6
* Conan: Add optional ICU Conan package dependencyIikka Eklund2022-01-181-1/+54
* CMake: Fix qt_run_linker_version_script_support to use active linkerAlexandru Croitor2022-01-182-1/+12
* CMake: Fix detection of linker availabilityAlexandru Croitor2022-01-184-19/+39