summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Compile snippets only when running testsPaul Wicking2020-09-106-32/+42
* Doc: Clean up widget snippets projectPaul Wicking2020-09-1014-27/+27
* CMake: Fix race condition in -trace configured buildJoerg Bornemann2020-09-101-0/+5
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-103-3/+45
* CMake: Re-generate configure.cmake filesJoerg Bornemann2020-09-103-2/+15
* Android: use bin for instead of QT6_HOST_INFO_BINDIRAssam Boudjelthia2020-09-101-3/+3
* [macOS] Add native virtual key code to modifier keysMichael Brüning2020-09-101-9/+18
* Doc: explain how to blacklist QML tests on certain platformsMitch Curtis2020-09-101-2/+20
* QString/QBA: change realloc*Data signatures to use qsizetypeAndrei Golubev2020-09-104-26/+26
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-102-32/+43
* Remove '\0' space reservation logic in QByteArrayAndrei Golubev2020-09-102-25/+39
* Cleanup PageSize enum for Qt6Allan Sandfeld Jensen2020-09-103-157/+8
* QOpenGLTexture: Remove obsolete data upload overloadsVolker Hilsheimer2020-09-102-145/+0
* QOpenGLFramebufferObject: merge toImage overloadsVolker Hilsheimer2020-09-102-15/+1
* Remove obsolete APIs and comments from QAbstractPrintDialogVolker Hilsheimer2020-09-104-89/+26
* Clean-up of old VC6 work-aroundAllan Sandfeld Jensen2020-09-101-54/+43
* X11: set fallback logical DPI to 96Morten Johan Sørvig2020-09-101-6/+6
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-1024-66/+66
* Doc: Fix documentation issues for event and input device classesTopi Reinio2020-09-103-181/+287
* Inline QMetaObject::cast(QObject *), as requested by ### Qt 6 commentEdward Welbourne2020-09-102-8/+5
* Remove spurious const from QVariant::convert()'s first parameterEdward Welbourne2020-09-102-4/+4
* Remove some pre-Qt6 codeEdward Welbourne2020-09-104-58/+0
* Fix possible corner cases in qarraydataops.hAndrei Golubev2020-09-101-9/+11
* Move grabbing API from QEventPoint to QPointerEventShawn Rutledge2020-09-102-64/+115
* Clean up PageSizeId enumVolker Hilsheimer2020-09-102-7/+5
* Fix ### Qt 6 commentVolker Hilsheimer2020-09-101-5/+6
* Doc: clean up the QProcess::setChildProcessModifier exampleThiago Macieira2020-09-101-3/+3
* Moc: Require complete types consistentlyUlf Hermann2020-09-101-5/+6
* Remove redundant non-const QMutex::isRecursive()Edward Welbourne2020-09-102-15/+0
* Make Q*ArrayOps erase aligned with std::vector::eraseAndrei Golubev2020-09-101-5/+5
* Cleanup QAction::visible propertyAllan Sandfeld Jensen2020-09-104-17/+27
* Revert "Do not wait in QWindowsPipe{Reader|Writer}::stop()"Alex Trotsenko2020-09-104-30/+14
* QNAM: fix stall due to edge case when connected with no request queuedMårten Nordheim2020-09-101-2/+12
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-1010-15/+15
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-103-40/+38
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-103-94/+222
* TLS utils - move runtime check to compile timeTimur Pocheptsov2020-09-091-2/+6
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-085-42/+92
* QSemaphore: Make 64-bit wideThiago Macieira2020-09-081-1/+3
* Revert "Cleanup QSemaphore and make it always 64bit large"Thiago Macieira2020-09-092-60/+104
* QNetworkInterface: disable Netlink-based Linux support on AndroidThiago Macieira2020-09-081-1/+1
* Disable operator+ and operator- for QFlagsGiuseppe D'Angelo2020-09-092-5/+23
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+1
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-092-8/+49
* Avoid crashing in offscreen with X11 builtin but not availableAllan Sandfeld Jensen2020-09-091-2/+4
* Windows QPA: Enable toggling Windows transparencyFriedemann Kleint2020-09-082-4/+7
* Initialize "uc1" variableWang Wei2020-09-081-1/+1
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-085-162/+222
* Don't use deprecated function: QVariant::canConvert(int targetTypeId)Wang Wei2020-09-081-1/+1
* Remove deprecated method QOpenGLFunctions::initializeGLFunctions()Marcel Krems2020-09-082-11/+0