summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-0313-37/+32
* 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
* CMake: Enable enforcing CI tests in qtbaseAlexandru Croitor2020-07-031-1/+1
* CMake: Add support for enforcing passing CI tests per repositoryAlexandru Croitor2020-07-039-23/+94
* androiddeployqt: Fix format specifier warningsTor Arne Vestbø2020-07-031-3/+3
* macOS: Fix mapping of Qt to Carbon modifiers with AA_MacDontSwapCtrlAndMetaTor Arne Vestbø2020-07-031-5/+5
* Only use one macro per lineLars Schmertmann2020-07-0310-14/+32
* QDBusReply<void>: Fix warning about implicit copy constructorFriedemann Kleint2020-07-031-0/+2
* Windows QPA: Refactor touch device creationFriedemann Kleint2020-07-035-60/+43
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-037-3/+24
* Keep track of mouse button state in QTabBarVolker Hilsheimer2020-07-022-6/+14
* Pass modifier and button information down the call stackVolker Hilsheimer2020-07-021-4/+11
* Maintain keyboard modifier state in QAbstractSpinBox's input event handlersVolker Hilsheimer2020-07-022-3/+10
* Use QList instead of QVector in widgetsJarek Kobus2020-07-0291-456/+499
* Remove deprecated empty macroLars Schmertmann2020-07-022-4/+0
* CMake: Fix non-prefix buildsAlexandru Croitor2020-07-021-1/+1
* Doc: improve documentation about QVariant to JSON lossy conversionsThiago Macieira2020-07-022-12/+43
* Manage keyboard modifier state in QPlainTextEditVolker Hilsheimer2020-07-022-1/+7
* macOS: Simplify QCocoaKeyMapper::(to/from)CocoaKeyTor Arne Vestbø2020-07-021-67/+19
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-027-152/+148
* macOS: Move Cocoa modifier mapping logic to QCocoaKeyMapperTor Arne Vestbø2020-07-029-37/+32
* Doc: Add WebSocket(s) as words ignored for auto-linkingTopi Reinio2020-07-021-0/+2
* Add a note to qurlidna.cpp about IDNA's Unicode version being frozenEdward Welbourne2020-07-021-0/+9
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-0213-61/+70
* Update tests/auto/corelib/time/'s CMake configEdward Welbourne2020-07-025-1/+15
* CMake: Write QT_CPU_FEATURES to qmodule.priJoerg Bornemann2020-07-023-1/+20
* Add keyboardModifiers member to QStyleOptionSlider, and use it for macVolker Hilsheimer2020-07-024-3/+6
* Doc: make paragraph about access of QStyleOption members consistentVolker Hilsheimer2020-07-021-90/+122
* Remove method declaration that's not used or implementedLars Knoll2020-07-021-2/+0
* Move the reallocate() method from QArrayDataPointer to the Ops classLars Knoll2020-07-024-8/+12
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-023-147/+0