summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update bundled libjpeg-turbo to version 2.1.1Eirik Aavitsland2021-09-0112-24/+81
* Add a repeated-failure selftest for testlibEdward Welbourne2021-09-017-33/+263
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-012-2/+9
* Fix documentation of QNetworkAccessBackendMårten Nordheim2021-09-011-0/+111
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-0120-60/+50
* tests: Add test for UTS #46 implementation using Unicode dataIevgenii Meshcheriakov2021-09-015-0/+6508
* 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
* wasm: fail when configuring for wasm and EMSDK is not foundLorn Potter2021-09-011-1/+6
* Use QByteArrayView::toInt() instead of duplicating its implementationEdward Welbourne2021-08-311-31/+2
* tst_qstringapisymmetry: Re-enable trim_trimmed_QByteArrayIevgenii Meshcheriakov2021-08-311-1/+1
* QNetworkAccessCache: Another fix to the linked list insertionMårten Nordheim2021-08-311-0/+2
* Fix text ellipsis not implemented in TibetanFan RuiJie2021-08-311-0/+5
* 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
* Fuzzing: Discard more logging output from QSslCertificateRobert Löhning2021-08-301-1/+1
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-08-303-14/+10
* Enable building and uploading tests for Android targets if tests enabledAssam Boudjelthia2021-08-301-2/+1
* Add note to QList benchmark about known bugEdward Welbourne2021-08-301-0/+1
* Standardise layout and naming in corelib benchmarksEdward Welbourne2021-08-3095-524/+359
* Clean up QLocaleData::validateChars() and fix its double-handlingEdward Welbourne2021-08-301-59/+43
* Move QGraphicsProxyWidget test into correct test caseVolker Hilsheimer2021-08-302-310/+315