summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "QImage::operator==: Also compare the image colorspace"v6.3.0-rc1Allan Sandfeld Jensen2022-03-231-1/+1
* Update QTimeZone documentation on the limitations of MS's dataEdward Welbourne2022-03-221-2/+5
* Fix warning from deprecated QMouseEvent constructor on macOSVolker Hilsheimer2022-03-211-2/+2
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-1923-26/+26
* QMargins: fix a missing "full stop" in the docsMarc Mutz2022-03-191-1/+1
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-191-2/+4
* QMetaType: remove an unused static pointer variableMarc Mutz2022-03-181-2/+1
* QImage::operator==: Also compare the image colorspaceAlbert Astals Cid2022-03-181-1/+1
* QDateTime: future-proof swap()Marc Mutz2022-03-172-1/+5
* QLibrary: restore translated stringMarc Mutz2022-03-171-6/+6
* Rest of QtBase: compile-optimize inline swap functionsMarc Mutz2022-03-174-8/+6
* QtDBus: compile-optimize inline swap functionsMarc Mutz2022-03-177-11/+11
* QtNetwork: compile-optimize inline swap functionsMarc Mutz2022-03-1717-23/+23
* Avoid populating font family aliases if family matchedTor Arne Vestbø2022-03-171-9/+15
* wasm: remove compiler and linker warningsLorn Potter2022-03-171-5/+7
* QAnyStringView: fix code point -> code unit in the docsGiuseppe D'Angelo2022-03-171-1/+1
* QBitmap::fromPixmap: document \sinceGiuseppe D'Angelo2022-03-171-0/+2
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-03-171-34/+24
* Add missing install of pnglibconf.h for static buildsMichal Klocek2022-03-171-0/+1
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+1
* Doc: Fix typosRobert Löhning2022-03-161-2/+2
* QAction: Add NOTIFY changed declaration to priority propertyKai Uwe Broulik2022-03-161-1/+1
* Fix clang-cl warningAllan Sandfeld Jensen2022-03-161-3/+3
* QByteArray: fix append() with a negative lengthThiago Macieira2022-03-161-2/+2
* QLibraryInfo: remove load-time variableThiago Macieira2022-03-163-5/+7
* qglobal: Move the export macros further up in the fileThiago Macieira2022-03-161-31/+29
* QTextFormat: remove unnecessary namespace-scope stream op declarationsThiago Macieira2022-03-161-10/+0
* Logging: rejiggle the way we detect the availability of backtrace() APIThiago Macieira2022-03-163-16/+11
* Logging: remove magic constant from backtrace codeThiago Macieira2022-03-161-1/+13
* Logging: fix encoding of backtrace linesThiago Macieira2022-03-161-1/+1
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-161-0/+4
* Enable tests to turn off Windows Vista animationsVolker Hilsheimer2022-03-162-7/+24
* QMainWindow: Fix unused separator widgets blocking mouse eventsEike Ziller2022-03-162-0/+9
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-03-161-1/+1
* Fix QMetaType::typeName returning wrong result for clang-clAlexander Neumann2022-03-161-2/+4
* Correct character semantics documentation in QByteArray(View)Edward Welbourne2022-03-162-3/+9
* qDecodeDataUrl(): treat ";base64" marker as case-insensitiveMarc Mutz2022-03-161-4/+4
* Doc: Update documentation for QElapsedTimer's in WindowsKai Köhne2022-03-161-24/+3
* Doc: Remove mentioning of Windows 7, Vista from QFont documentationKai Köhne2022-03-161-7/+1
* QHostInfo/Unix: Fix resolv never unloadingMårten Nordheim2022-03-161-1/+0
* Fix compilation for wasmEirik Aavitsland2022-03-161-0/+2
* Painting: fix overriding and combining different clip typesEirik Aavitsland2022-03-163-26/+1
* QFileSystemEngine: fix potential formatting errorMarc Mutz2022-03-161-4/+1
* Painting: Fix value check in isUnclipped()Robert Löhning2022-03-161-1/+1
* QString/QByteArray: = default the move ctorsMarc Mutz2022-03-162-2/+2
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-161-13/+7
* Doc: Revise Qt GUI module landing pageAndreas Eliasson2022-03-152-125/+176
* Doc: Use new global include snippets in Qt Network landing pageAndreas Eliasson2022-03-151-6/+7
* Doc: Revise Qt Core module landing pageAndreas Eliasson2022-03-151-28/+30
* Android: guard against potential null pointer accessAssam Boudjelthia2022-03-152-18/+24