summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-064-81/+160
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-066-8/+167
* Blacklist flaky QGraphicsWidget test function for macOSVolker Hilsheimer2021-09-061-0/+2
* Add test-case for QWidget closing exits event loopVolker Hilsheimer2021-09-061-0/+31
* CMake: Allow opting out of building examples as ExternalProjectsAlexandru Croitor2021-09-063-2/+16
* qt_pixmap_thread_test(): Simplify logic, merge warningsSze Howe Koh2021-09-061-12/+6
* Doc: mark documentation of internal functions as such to silence qdocVolker Hilsheimer2021-09-062-1/+4
* Fix segfault when closing widget and destroying window in QDialog::doneVolker Hilsheimer2021-09-061-3/+7
* macOS: Report preedit cursor position and cursor visibility correctlyTor Arne Vestbø2021-09-061-2/+9
* Fix cases of output variables not being passed back to calling scopeCraig Scott2021-09-061-2/+26
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-064-60/+69
* CMake: Fix 'Cannot find source file' error with older CMakesAlexandru Croitor2021-09-061-0/+5
* Add more QDialog unit test related to closing a dialogVolker Hilsheimer2021-09-051-0/+170
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-052-0/+24
* doc: Add the PixelScroll device capability (new in 6.2)Shawn Rutledge2021-09-041-0/+5
* QSslCertificate(OpenSSL plugin): fix memory leaks in extension 'parser'Timur Pocheptsov2021-09-043-12/+63
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-042-8/+5
* QPixmap: Fix crash if created without gui app in secondary threadSze Howe Koh2021-09-041-1/+1
* macOS: Don't rely on invalidateCursorRectsForView when mouse is over viewTor Arne Vestbø2021-09-031-0/+14
* Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-032-3/+13
* Doc: add note that hiding a window doesn't close a full screen spaceVolker Hilsheimer2021-09-031-0/+7
* Add Qt PrintSupport to the configure summaryJoerg Bornemann2021-09-031-0/+1
* CMake: Don't cache QT_SYNCQT across buildsJoerg Bornemann2021-09-032-10/+13
* Fix QMAKE_LIBS_OPENSSL/NOLINK entries in qt_lib_network_private.priJoerg Bornemann2021-09-031-1/+1
* rhi: Add a way to tell an srb that only the resources have changedLaszlo Agocs2021-09-0311-0/+70
* rhi: Correct a doc noteLaszlo Agocs2021-09-031-2/+6
* rhi: Include resource count in srb layout compatibility checksLaszlo Agocs2021-09-032-6/+13
* cocoa: use TouchPad deviceType for trackpadShawn Rutledge2021-09-031-0/+1
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* Add binary compatibility files for 6.1Milla Pohjanheimo2021-09-0311-0/+93568
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-025-1/+96
* Remove a redundant checkEdward Welbourne2021-09-021-1/+1
* Clean up output target handling left behind by earlier changesCraig Scott2021-09-021-8/+6
* Fix build on riscv32Fabrice Fontaine2021-09-021-0/+5
* Fix QListView assert when the last row is moved in IconModev6.2.0-beta4ChunLin Wang2021-09-012-2/+221
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-012-6/+40
* Update bundled libjpeg-turbo to version 2.1.1Eirik Aavitsland2021-09-0112-24/+81
* When clearing QPixmapCache, stop its flushing timerEirik Aavitsland2021-09-011-0/+5
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-012-2/+9
* Fix documentation of QNetworkAccessBackendMårten Nordheim2021-09-011-0/+111
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-011-14/+18
* Refine QLocale constructor documentationEdward Welbourne2021-09-011-4/+4
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-09-013-14/+10
* wasm: fail when configuring for wasm and EMSDK is not foundLorn Potter2021-09-011-1/+6
* QFileDialogComboBox: member variable is not initializedYang Yuyin2021-08-312-11/+4
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-08-314-69/+60
* qmake: Add support for C17/C18Joerg Bornemann2021-08-314-1/+9
* Painting: handle large and negative dash offset valuesEirik Aavitsland2021-08-302-3/+6
* Move QGraphicsProxyWidget test into correct test caseVolker Hilsheimer2021-08-302-310/+315
* Reactivate QGraphics(Proxy)Widget unit testsVolker Hilsheimer2021-08-305-543/+301