summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use QList instead of QVector in utilJarek Kobus2020-07-0710-34/+33
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-0710-62/+101
* Fix rendering error in some glyphsPengfei Zhang2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-07187-470/+470
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-074-2/+108
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-0724-191/+130
* macOS: Get rid of QCocoaWindowFunctionsTor Arne Vestbø2020-07-079-155/+2
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-078-58/+54
* CMake: pro2cmake: Remove dead code regarding resource retainingAlexandru Croitor2020-07-071-22/+0
* CMake: pro2cmake: Fix handling of QT_SKIP_QUICKCOMPILERAlexandru Croitor2020-07-071-10/+25
* Fix another printf format warning with qsizetypeVolker Hilsheimer2020-07-071-1/+1
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-0725-86/+80
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-0750-426/+375
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-0741-118/+119
* CMake: Write EXTRA_RPATHS to qmodule.pri if QT_EXTRA_RPATHS is setJoerg Bornemann2020-07-071-0/+5
* 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-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