summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add styleName to debug outputNiklas Wenzel2022-03-112-3/+5
* GDI: Fix style name detection if font has no typographic subfamily nameNiklas Wenzel2022-03-111-1/+7
* CMake: add space between ABI name and "(default)" stringAssam Boudjelthia2022-03-111-2/+2
* Android: rephrase default value statement use in manifest doc pageAssam Boudjelthia2022-03-111-23/+23
* QProcess/Doc: update the information on how the program is foundThiago Macieira2022-03-111-13/+65
* qutf8stringview.h: don't rely on transitive include of qbytearrayview.hv6.3.0-beta3Marc Mutz2022-03-101-0/+1
* QStyle: Fix overflows and crash when converting slider positionsRobert Löhning2022-03-101-7/+7
* Consistently treat times before first rule as in its standard timeEdward Welbourne2022-03-101-38/+38
* Fix handling of out-of-range years in QTZP_winEdward Welbourne2022-03-101-9/+8
* Correct fake-DST detection and handling in QTZP_winEdward Welbourne2022-03-101-27/+56
* Correct handling of start-of-rule situations in QTZP_winEdward Welbourne2022-03-101-5/+7