summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix qdoc warning from wrong see-alsoVolker Hilsheimer2021-09-051-1/+1
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-042-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
* 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 note that hiding a window doesn't close a full screen spaceVolker Hilsheimer2021-09-030-0/+0
* Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-032-3/+13
* Doc: fix qdoc warnings from wrong parameter typeVolker Hilsheimer2021-09-031-2/+2
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-034-12/+8
* CMake: Don't cache QT_SYNCQT across buildsJoerg Bornemann2021-09-030-0/+0
* 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
* Fix QMAKE_LIBS_OPENSSL/NOLINK entries in qt_lib_network_private.priJoerg Bornemann2021-09-031-1/+1
* CMake: Don't cache QT_SYNCQT across buildsJoerg Bornemann2021-09-032-10/+13
* cocoa: use TouchPad deviceType for trackpadShawn Rutledge2021-09-031-0/+1
* rhi: Add a way to tell an srb that only the resources have changedLaszlo Agocs2021-09-0311-0/+70
* Doc: Remove unsupported customFiltersKai Köhne2021-09-0310-38/+0
* rhi: Correct a doc noteLaszlo Agocs2021-09-031-2/+6
* rhi: Include resource count in srb layout compatibility checksLaszlo Agocs2021-09-032-6/+13
* Add binary compatibility files for 6.1Milla Pohjanheimo2021-09-0311-0/+93568
* unicode: Regenerate qunicodetables{.cpp,_p.h}Ievgenii Meshcheriakov2021-09-033-5769/+5850
* unicode: Build IDNA map superstring greedilyIevgenii Meshcheriakov2021-09-031-7/+100
* unicode: Pack 2 QChar's into one entry for IDNA mappingIevgenii Meshcheriakov2021-09-031-13/+18
* unicode: More compact IDNA mapping tables implementationIevgenii Meshcheriakov2021-09-032-34/+111
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* QWindowsPipeWriter: suppress a warning on unexpected peer disconnectionAlex Trotsenko2021-09-031-2/+8
* xcb: add manual test for xrandr scaleLiang Qi2021-09-021-3/+70
* Test QWindow close() behaviorMorten Johan Sørvig2021-09-021-10/+77
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-025-1/+96
* SQL browser example: fix typoTalent Gc2021-09-021-1/+1
* QNetworkAccessCache: Style fixes and move assertsMårten Nordheim2021-09-021-6/+4
* QNetworkAccessCache: Port to QDeadlineTimerMårten Nordheim2021-09-021-13/+11
* QNetworkAccessCache: move debug logging to specific ifdefMårten Nordheim2021-09-021-1/+3
* QNetworkAccessCache: Remove the ctor and init member variables in classMårten Nordheim2021-09-022-8/+2
* QNetworkAccessCache: Rename first and last nodeMårten Nordheim2021-09-022-64/+68
* Remove a redundant checkEdward Welbourne2021-09-021-1/+1
* Replace implementation-specific zero test with plain comparisonEdward Welbourne2021-09-021-7/+2
* Clean up output target handling left behind by earlier changesCraig Scott2021-09-021-8/+6
* Fix build on riscv32Fabrice Fontaine2021-09-021-0/+5
* QLocalSocket/Win: fix waitFor...() functions for write-only socketAlex Trotsenko2021-09-022-8/+43
* xcb: support xrandr(1.5) monitor setupLiang Qi2021-09-0112-119/+561
* qstrnlen: micro-optimize furtherThiago Macieira2021-09-012-13/+11
* tst_QNetworkReply: Remove and suppress one debug messageMårten Nordheim2021-09-011-1/+4
* Test QNetworkAccessCache insertions with varying expiry timesMårten Nordheim2021-09-011-0/+106
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-012-2/+221
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-012-6/+40
* Add a QLocale(QStringView) constructorEdward Welbourne2021-09-013-11/+23
* When clearing QPixmapCache, stop its flushing timerEirik Aavitsland2021-09-011-0/+5
* Avoid senseless duplication of code in a testlib selftestEdward Welbourne2021-09-011-36/+24