summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove htmlinfo exampleØystein Heskestad2023-03-0211-3494/+1
* Remove the 'sdi' exampleVolker Hilsheimer2023-03-0219-646/+5
* DNS Lookup: Use ideomatic cstdio includeMårten Nordheim2023-03-021-19/+21
* DNS Lookup: Change local function to return struct instead of enumMårten Nordheim2023-03-022-42/+46
* DNS Lookup: Use standard functions to print version/helpMårten Nordheim2023-03-021-4/+3
* DNS Lookup: reflow some code to avoid exceeding column limitMårten Nordheim2023-03-021-15/+31
* DNS Lookup: Use std::optional instead of casting enum to intMårten Nordheim2023-03-021-5/+5
* DNS Lookup: Avoid unneeded allocations in parsing functionMårten Nordheim2023-03-021-11/+11
* Delete the Network Download (Manager)? examplesMårten Nordheim2023-03-0215-624/+0
* QRegion: upgrade Q_ASSUME to Q_ASSERTThiago Macieira2023-03-021-3/+2
* QDebug: fix std::string/view stream operators; add u8 versionsMarc Mutz2023-03-023-81/+141
* Move Weather Anchor Layout example to manual testsJan Arve Sæther2023-03-0217-72/+35
* qobjectdefs.h: properly disable rvalue qReturnArg()Marc Mutz2023-03-021-1/+1
* QBasicTimer: replace new qint64 overloads with chrono onesMarc Mutz2023-03-023-29/+41
* Don't mark non-copyable QFontEngineFT::QGlyphSet as Q_RELOCATABLE_TYPEMarc Mutz2023-03-011-2/+0
* Doc: fix link to Widgets TutorialVolker Hilsheimer2023-03-011-1/+1
* Doc: point at tetrix example for QBasicTimer usageVolker Hilsheimer2023-03-012-3/+3
* Doc: move snippet for implicit translation contextVolker Hilsheimer2023-03-013-3/+3
* Doc: fix qdoc warningVolker Hilsheimer2023-03-011-1/+1
* doc: Fix spelling of 'equivalent' in QString documentationTor Arne Vestbø2023-03-011-3/+3
* a11y: even checkable buttons are pressableHarald Sitter2023-03-012-7/+14
* q_core_unix: take timespec args by valueAhmad Samir2023-03-012-19/+14
* QVarLengthArray: move a static_assert() to the correct placeMarc Mutz2023-03-011-1/+1
* qobjectdefs.h: optimize AreOldStyleArgsMarc Mutz2023-03-011-3/+3
* Apply q20::remove_cvref_t around the codeMarc Mutz2023-03-014-11/+11
* Android: fix and document QStandardPaths behavior on different versionsAssam Boudjelthia2023-03-012-15/+78
* Doc: we no longer provide a list of common mnemonicsVolker Hilsheimer2023-03-011-5/+0
* tst_QMutex: use constexpr variables instead of 'enum-trick'Marc Mutz2023-03-011-2/+2
* tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-011-0/+44
* Doc: fix links to renamed network examplesVolker Hilsheimer2023-03-017-11/+10
* Silence a warning caused by Concatenation of char16_t and QByteArrayAmir Masoud Abdol2023-03-011-1/+1
* Doc: point at fetchmore example for QDir usageVolker Hilsheimer2023-03-011-1/+2
* a11y: Add new relations DescriptionFor, Described, Flows{From,To}Michael Weghorn2023-03-013-6/+23
* Long live QMessageAuthenticationCode::resultView()!Marc Mutz2023-03-014-10/+26
* Android: document limitation for QFile::copy() operation for content uriAssam Boudjelthia2023-03-011-0/+6
* Rely on Windows to generate CF_TEXT when active code page is UTF-8Ilya Fedin2023-03-011-2/+3
* Doc: rewrite shortcut focus sectionPaul Wicking2023-03-011-4/+9
* Document tracing location android meta-dataAntti Määttä2023-03-011-0/+7
* Update QLocale docs of "single character" token functionsEdward Welbourne2023-03-011-7/+48
* QMessageAutenticationCode: add some Q_ASSUME()s to xored()Marc Mutz2023-03-011-0/+26
* QMessageAuthenticationCode: statically assert HMAC works for all algorithmsMarc Mutz2023-03-011-1/+8
* QMessageAuthenticationCode: use QSmallByteArray for the keyMarc Mutz2023-03-011-23/+42
* Update to Freetype 2.13.0Eskil Abrahamsen Blomfeldt2023-03-01514-7721/+6158
* Update Harfbuzz to 7.0.1Eskil Abrahamsen Blomfeldt2023-03-01218-8939/+13973
* tst_QTimer: suppress the cross-thread timer stopping warningsThiago Macieira2023-02-281-0/+1
* QWindowsXPStyle: use QVarLengthArray instead new for memory allocationChristian Ehrlicher2023-02-281-21/+21
* SQL: small optimization for SQLDriver::escapeIdentifier()Christian Ehrlicher2023-02-286-8/+9
* SQL/OCI: use QDateTime::toString("ttt")Christian Ehrlicher2023-02-281-10/+1
* Record a recent discovery: Suzhou isn't hanidecEdward Welbourne2023-02-281-1/+2
* Add API in QWindowsPrivate to provide window paletteSanthosh Kumar2023-02-282-4/+8