summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-067-13/+16
* Small fixes to the QList documentationLars Knoll2020-07-062-4/+4
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-063-0/+102
* Port QString to qsizetypeLars Knoll2020-07-069-375/+360
* Use qsizetype in QListLars Knoll2020-07-0633-177/+178
* Help qtestlib with int -> qsizetype changesLars Knoll2020-07-061-2/+17
* Allow allocating more than 2G items in a vectorLars Knoll2020-07-064-97/+98
* 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-068-123/+22
* Get rid of QArrayData::isMutable()Lars Knoll2020-07-061-11/+2
* Get rid of unused flags in QArrayDataLars Knoll2020-07-064-45/+13
* Avoid allocating a d-pointer for empty stringsLars Knoll2020-07-063-24/+15
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-068-96/+21
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-0618-215/+202
* 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
* CMake: Support configure -force_debug_infoJoerg Bornemann2020-07-061-0/+6
* CMake: Support build config-related configure optionsJoerg Bornemann2020-07-061-0/+21
* CMake: Support -bindir, -libdir, -*dir configure argumentsJoerg Bornemann2020-07-061-0/+10
* CMake: Re-work configure flags for CMake generatorsJoerg Bornemann2020-07-062-5/+34
* CMake: Teach configure.bat the -cmake argumentJoerg Bornemann2020-07-063-104/+147
* Windows: Fix trailing blank in native file dialog filterFriedemann Kleint2020-07-061-1/+4
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-066-38/+33
* Qmake: Share QMAKE_LINK_OBJECT_SCRIPT definitionOrgad Shaneh2020-07-063-2/+2
* Remove documentation reference to standalone KMS pluginTor Arne Vestbø2020-07-061-3/+0
* MinGW: Use a response file for long include pathsOrgad Shaneh2020-07-063-7/+28
* Remove OpenWFD platform pluginTor Arne Vestbø2020-07-0625-2327/+0
* Makefile: Deduplicate logic for response file nameOrgad Shaneh2020-07-064-40/+32
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-065-1/+132
* Use QList instead of QVector in statemachineJarek Kobus2020-07-067-47/+42
* 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
* QMake: fixup a mistake when porting to QREGiuseppe D'Angelo2020-07-061-1/+1
* Use QList instead of QVector in printsupportJarek Kobus2020-07-068-32/+31
* CMake: Re-run tests in CI like we do for the qmake buildJoerg Bornemann2020-07-061-1/+1
* Add QInputDevice::availableVirtualGeometry()Shawn Rutledge2020-07-063-0/+40
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-0651-42/+185
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-0621-63/+63
* Refactor tst_CollectionsLars Schmertmann2020-07-061-20/+50
* 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
* CMake: Don't propagate private defines for Qt header modulesAlexandru Croitor2020-07-051-7/+15