summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 3rdparty: apply a fix to the last zlib fixv6.3.2Thiago Macieira2022-09-062-2/+35
* 3rdparty/zlib: backport the fix to CVE-2022-37434Thiago Macieira2022-08-312-2/+38
* QComboBox: Prevent recursion in hidePopupVolker Hilsheimer2022-08-262-1/+10
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-223-3/+80
* Repopulate theme fonts after invalidating CoreText font databaseTor Arne Vestbø2022-08-171-0/+7
* QUnicodeTools: fix types used around th_brk()Marc Mutz2022-08-111-2/+2
* QUnicodeTools: fix truncation in debug statementsMarc Mutz2022-08-111-5/+5
* [docs] Fix return value of QStringIterator::next()Marc Mutz2022-08-111-1/+1
* QUnicodeTools: fix types used around th_next_cellMarc Mutz2022-08-111-3/+4
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-113-10/+14
* QTranslator: generalize a UNIX-only pathGiuseppe D'Angelo2022-08-101-2/+7
* QSqlQueryModel: guard the definition of deprecated methodIvan Solovev2022-08-101-1/+2
* Doc: Remove repetition of word in textPaul Wicking2022-08-101-3/+3
* CMake: Fix detection of system double-conversionJoerg Bornemann2022-08-101-4/+9
* Add some testing of QTestEventLoopEdward Welbourne2022-08-1010-2/+333
* Remove redundant define for QT_LARGEFILE_SUPPORTSona Kurazyan2022-08-101-4/+0
* QSqlQuery: Do not use deleted constructor in docsFabian Kosmale2022-08-101-2/+2
* Ensure consistent cursor width under fractional scalingEirik Aavitsland2022-08-101-1/+14
* Documentation: Fix "Using Model Indexes" in Model View Programming guide to workFriedemann Kleint2022-08-092-29/+40
* Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-092-1/+6
* qmake: Fix installation of separate debug info for pluginsJoerg Bornemann2022-08-091-1/+1
* Doc: Drop parentheses around \since commandPaul Wicking2022-08-091-2/+2
* iOS: ensure we close inputpanel after clearing focusobjectRichard Moe Gustavsen2022-08-091-0/+9
* Polish the model/view tutorial examplesFriedemann Kleint2022-08-0911-51/+55
* QDBusMetaObjectGenerator: use qsizetype for counting thingsThiago Macieira2022-08-091-26/+28
* QGraphicsScene::render: fix int/qsizetype mismatchThiago Macieira2022-08-091-3/+3
* Basiclayouts: Add scrolling to exampleElias Hautala2022-08-081-2/+17
* Freetype: Fix underline thickness for bitmap fontsEskil Abrahamsen Blomfeldt2022-08-081-1/+1
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-084-30/+170
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-08-0821-130/+2
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-082-1/+13
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-08-062-2/+42
* QMetaType: don't create a registry just to query its emptiness [2/2]Marc Mutz2022-08-051-2/+2
* QLocale: port to qsizetype [1/N]: indexed to ranged loopsMarc Mutz2022-08-053-10/+8
* Fix QString::toHtmlEscaped() for >2Gi character stringsMarc Mutz2022-08-061-7/+7
* macOS: Check m_platformWindow before processing key event after shortcutTimur Pocheptsov2022-08-051-1/+1
* Doc: Fix return type of QLEInteger/QBEInteger post-in/decrement opsJoerg Bornemann2022-08-051-4/+4
* QStringIterator: fix UB [1/2]: use has{Next,Previous}() moreMarc Mutz2022-08-051-6/+6
* QByteDataBuffer: assert an undocumented preconditionMarc Mutz2022-08-051-0/+1
* Statically assert that the __mips_dsp code is only active on 32-bitMarc Mutz2022-08-051-0/+4
* Fix QString::arg() for format strings with a huge amount of placeholdersMarc Mutz2022-08-051-1/+1
* Port qt_doubleToAscii to qsizetypeMarc Mutz2022-08-053-5/+12
* Port QUtf8BaseTraits to qsizetypeMarc Mutz2022-08-051-2/+2
* Fix stringish::simplified() for strings > 2Gi charactersMarc Mutz2022-08-051-1/+1
* Fix QString::arg() for format strings > 2Gi charactersMarc Mutz2022-08-051-1/+1
* Port QStringIterator to qsizetypeMarc Mutz2022-08-052-8/+8
* Fix QString::toLatin1() for strings > 16Gi characters on ARM64Marc Mutz2022-08-051-2/+2
* Fix QString::vasprintf for strings > 2GiBMarc Mutz2022-08-051-2/+2
* Port qenvironmentvariables.cpp to qsizetypeMarc Mutz2022-08-051-5/+4
* macOS: Don't ifdef out code to resolve display name that might be usedTor Arne Vestbø2022-08-051-2/+0