summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-078-58/+54
* Fix another printf format warning with qsizetypeVolker Hilsheimer2020-07-071-1/+1
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-0725-86/+80
* Clean up data members and initialization in QAbstractSpinBoxVolker Hilsheimer2020-07-072-26/+25
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-073-11/+0
* SPI Accessibility: Remove global variableFriedemann Kleint2020-07-065-9/+33
* Try to workaround bogus compiler warning in gcc 9 for ARMv7Lars Knoll2020-07-063-4/+6
* Rename from() to sliced()Lars Knoll2020-07-066-11/+14
* Small fixes to the QList documentationLars Knoll2020-07-062-4/+4
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-062-0/+72
* Port QString to qsizetypeLars Knoll2020-07-066-331/+316
* Use qsizetype in QListLars Knoll2020-07-0621-144/+145
* Help qtestlib with int -> qsizetype changesLars Knoll2020-07-061-2/+17
* Allow allocating more than 2G items in a vectorLars Knoll2020-07-063-67/+59
* Implement a proper iterator for QTypedArrayDataLars Knoll2020-07-062-4/+68
* Make QArrayDataPointer::size a qsizetypeLars Knoll2020-07-065-12/+12
* Add a couple of noexceptLars Knoll2020-07-062-15/+15
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-064-44/+6
* Get rid of QArrayData::isMutable()Lars Knoll2020-07-061-11/+2
* Get rid of unused flags in QArrayDataLars Knoll2020-07-062-24/+8
* Avoid allocating a d-pointer for empty stringsLars Knoll2020-07-063-24/+15
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-065-52/+19
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-0610-175/+125
* QList: improve the range constructorsGiuseppe D'Angelo2020-07-061-4/+4
* QList: go for the rule of zeroGiuseppe D'Angelo2020-07-061-9/+2
* Q*Iterable::const_iterator: pass by const referenceGiuseppe D'Angelo2020-07-061-2/+2
* Windows: Fix trailing blank in native file dialog filterFriedemann Kleint2020-07-061-1/+4
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-066-38/+33
* Remove documentation reference to standalone KMS pluginTor Arne Vestbø2020-07-061-3/+0
* Remove OpenWFD platform pluginTor Arne Vestbø2020-07-0625-2327/+0
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-063-1/+58
* Use QList instead of QVector in statemachineJarek Kobus2020-07-066-45/+40
* qnetworkproxy_mac - do not use the deprecated APITimur Pocheptsov2020-07-061-3/+10
* Use QList instead of QVector in pluginsJarek Kobus2020-07-0681-264/+260
* Use QList instead of QVector in platformsupportJarek Kobus2020-07-0612-38/+38
* Use QList instead of QVector in printsupportJarek Kobus2020-07-068-32/+31
* Add QInputDevice::availableVirtualGeometry()Shawn Rutledge2020-07-063-0/+40
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-0650-42/+184
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-0616-27/+27
* Fix a crash in QClipBoard when copying utf16 dataLars Knoll2020-07-063-27/+4
* Cleanup qtestspontaneevent.h for Qt 6Lars Schmertmann2020-07-061-41/+0
* Use Q_DECL_UNUSED_MEMBER instead of Q_UNUSEDLars Schmertmann2020-07-061-23/+19
* Move linuxaccessibility to QtGuiFriedemann Kleint2020-07-0634-108/+120
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-0420-103/+46
* Fix workaround in pthread destructorMike Achtelik2020-07-041-19/+6
* Doc: Fix connect syntax in snippetPaul Wicking2020-07-041-1/+1
* Improve data member ordering and initialization in some private classesVolker Hilsheimer2020-07-043-93/+66
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-037-12/+10
* CMake: Re-run pro2cmake on gui, platformheadersTor Arne Vestbø2020-07-036-46/+15
* CMake: Regenerate rest of projects under src/Alexandru Croitor2020-07-033-17/+14