summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-2133-33/+82
* QStringConverter: fix int/qsizetype mismatches (ex Win32)Marc Mutz2022-01-211-9/+9
* QTableWidgetSelectionRange: make relational operators noexceptMarc Mutz2022-01-211-4/+4
* Enable QStyle::State_Horizontal when initializing QStyleOptionProgressBarZhang Hao2022-01-211-1/+1
* Optimize ContinuationWrapper used for support of move-only continuationsSona Kurazyan2022-01-212-4/+12
* Create QFutures returned by QtFuture::when* methods via QPromiseSona Kurazyan2022-01-211-10/+10
* Use QPromise when creating continuations to avoid memory leaksSona Kurazyan2022-01-212-136/+103
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-214-3/+86
* Remove obsolete virtual method after submodules adjustedVolker Hilsheimer2022-01-211-4/+1
* JSON: Further improve the duplicate handling in the parserUlf Hermann2022-01-216-13/+138
* QFactoryLoader: merge the global statics into a single structThiago Macieira2022-01-211-12/+21
* QFactoryLoader: replace indexed loops with ranged onesThiago Macieira2022-01-211-16/+12
* QFactoryLoader: use RAII for QLibraryPrivateThiago Macieira2022-01-211-9/+10
* QFactoryLoader: use QDirIterator instead of QDirThiago Macieira2022-01-211-4/+4
* Work-around crash in QThreadPool QThread usageAllan Sandfeld Jensen2022-01-212-2/+6
* QFactoryLoader: remove check-before-use of a directoryThiago Macieira2022-01-201-3/+0
* QFactoryLoader: there's only one of this, so removeOne(this)Thiago Macieira2022-01-201-1/+1
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-205-76/+75
* QFactoryLoader: separate the updating of each plugin pathThiago Macieira2022-01-201-92/+97
* qsimd_p.h: add a hack to allow AVX to work with MinGWThiago Macieira2022-01-202-3/+23
* qsimd.h: move the rest of the __xxx__ definitions that MSVC lacksThiago Macieira2022-01-202-32/+15
* Document that QStandardPath::findExecutable works with absolute pathsAlbert Astals Cid2022-01-211-0/+3
* Fix version in which SH_Table_AlwaysDrawLeftTopGridLines was addedVolker Hilsheimer2022-01-211-1/+1
* QWindowPrivate: de-inline dtor and ctorMarc Mutz2022-01-202-0/+9
* Improve QAbstractButton::animateClick testVolker Hilsheimer2022-01-201-5/+28
* Windows XP style: Fix coding style violationsVolker Hilsheimer2022-01-201-375/+329
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-2043-60/+74
* QVulkanWindow: make it possible to override the enabled featuresLaszlo Agocs2022-01-203-2/+50
* Enable all supported 1.0 device features in QVulkanWindowLaszlo Agocs2022-01-201-0/+23
* Baseline: Move the paintcommands code into the shared directoryVolker Hilsheimer2022-01-205-5/+5
* 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