summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove redundant break;s following return;sEdward Welbourne2021-09-061-2/+0
* 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
* macOS: Report preedit cursor position and cursor visibility correctlyTor Arne Vestbø2021-09-061-2/+9
* Partially modified to use C++11 standard nullptrchenbin2021-09-061-1/+1
* Doc: fix qdoc warning, add \inmodule for qdrawutil headerVolker Hilsheimer2021-09-051-0/+1
* Doc: fix qdoc warning, function prototype missed return typeVolker Hilsheimer2021-09-051-4/+3
* 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-041-0/+1
* 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 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
* Doc: add note that hiding a window doesn't close a full screen spaceVolker Hilsheimer2021-09-031-0/+7
* Fix QMAKE_LIBS_OPENSSL/NOLINK entries in qt_lib_network_private.priJoerg Bornemann2021-09-031-1/+1
* 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-039-35/+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
* unicode: Regenerate qunicodetables{.cpp,_p.h}Ievgenii Meshcheriakov2021-09-033-5769/+5850
* QWindowsPipeWriter: suppress a warning on unexpected peer disconnectionAlex Trotsenko2021-09-031-2/+8
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-024-1/+30
* 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-021-8/+36
* xcb: support xrandr(1.5) monitor setupLiang Qi2021-09-017-119/+429
* qstrnlen: micro-optimize furtherThiago Macieira2021-09-011-6/+4
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-011-2/+4
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+30
* Add a QLocale(QStringView) constructorEdward Welbourne2021-09-013-11/+23
* When clearing QPixmapCache, stop its flushing timerEirik Aavitsland2021-09-011-0/+5
* Update bundled libjpeg-turbo to version 2.1.1Eirik Aavitsland2021-09-0112-24/+81
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-011-2/+1
* Fix documentation of QNetworkAccessBackendMårten Nordheim2021-09-011-0/+111
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-0118-56/+46
* Refine QLocale constructor documentationEdward Welbourne2021-09-011-4/+4
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-011-14/+18
* Mark QLocale's private functions [[nodiscard]]Edward Welbourne2021-09-012-94/+110
* Use QByteArrayView::toInt() instead of duplicating its implementationEdward Welbourne2021-08-311-31/+2