summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-213-3/+24
* Remove obsolete virtual method after submodules adjustedVolker Hilsheimer2022-01-211-4/+1
* JSON: Further improve the duplicate handling in the parserUlf Hermann2022-01-211-3/+15
* 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-204-72/+40
* 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-201-0/+23
* qsimd.h: move the rest of the __xxx__ definitions that MSVC lacksThiago Macieira2022-01-202-32/+15
* 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
* 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
* QtConcurrent: use variable templates for compile-time checksSona Kurazyan2022-01-203-17/+10
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-202-2/+17
* 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 queue passed to vkQueuePresentLaszlo Agocs2022-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
* Use QStylePainter when painting widgetsMorten Johan Sørvig2022-01-205-11/+15
* Doc: Cross-link QString's methodsIvan Tkachenko2022-01-191-3/+5
* 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-191-0/+2
* Doc: Remove "Docs about UI Design" book overviewKai Köhne2022-01-192-81/+4
* 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-193-6/+6
* 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
* Remove (set but) unused member from QTimerPrivateEdward Welbourne2022-01-181-3/+1
* QProcess/Unix: fallback on _POSIX_PIPE_BUF w/ missing PIPE_BUFPino Toscano2022-01-181-0/+5
* QString::toLatin1_helper_inplace: simplify the codeThiago Macieira2022-01-173-21/+43