summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QLibrary: fix possible arg() format clobberingMarc Mutz2022-03-151-3/+3
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-155-0/+35
* Fix losing QOpenGLWidget paints when a child widget is invisibleLaszlo Agocs2022-03-141-0/+7
* wasm: prevent WebGL vertex attribute errorsMorten Johan Sørvig2022-03-141-0/+8
* QDataStream: make qfloat16 streaming a non-memberMarc Mutz2022-03-145-29/+69
* vulkan: Try loading libvulkan.so.1 firstLaszlo Agocs2022-03-144-11/+37
* Revert "QScreen_win: retrieve user friendly monitor name"Morten Johan Sørvig2022-03-141-15/+4
* Correct handling of {next,previous}Transition before FIRST_DST_YEAREdward Welbourne2022-03-141-13/+61
* Fix inverted condition on year starting in DSTEdward Welbourne2022-03-141-3/+6
* Improve handling of newYearOffset in qtimezoneprivate_win.cppEdward Welbourne2022-03-141-9/+20
* Doc: Fix erraneous auto-link on Qt D-Bus landing pageTopi Reinio2022-03-141-1/+1
* wasm: Use % instead of vh for canvas dimensionsAleksandr Reviakin2022-03-141-1/+1
* Fix quick file dialog on androidSamuel Mira2022-03-141-0/+2
* QItemSelectionModel: avoid 24 relocationsMarc Mutz2022-03-141-35/+31
* qobjectdefs.h: DRY the SIGNAL/SLOT macrosMarc Mutz2022-03-141-18/+21
* De-inline dtors of QTextureFileHandler hierarchyMarc Mutz2022-03-148-1/+12
* Remove disappeared QIconEngine::IconNameHook from QIconChunLin Wang2022-03-141-3/+2
* gui: return first default device when seatName isNullLiang Qi2022-03-142-4/+6
* QCompleter: fix crash when setting the same model twiceDavid Faure2022-03-131-0/+2