summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't quit automatically via QEventLoopLocker if there are open windows6.7Tor Arne Vestbø15 hours4-11/+71
* QNetworkInformation: remove redundant friend declarationMarc Mutz25 hours1-1/+0
* qfuture_impl.h: remove redundant declarationMarc Mutz25 hours1-3/+0
* QPageSize: remove redundant operator== declarationVolker Hilsheimer25 hours2-0/+13
* Android: Propagate a11y ObjectShow events to screen readerJens Trillmann42 hours7-0/+33
* QRestReply: add a few more content-type parsing testsMarc Mutz47 hours1-3/+32
* SQLite: Update identified licenseKai Köhne4 days2-2/+7
* Doc: QDataStream doc exampleJaishree Vyas4 days1-7/+20
* Windows11Style:Save unpolished palette for QAbstractScrollArea::viewportWladimir Leuschner4 days2-4/+15
* Convert "(added in)" enum warnings to [since] syntaxAllan Sandfeld Jensen4 days2-30/+50
* QCocoaMenu: fix crash when app quits while menu is openMitch Curtis4 days1-1/+3
* QVariant: fix C++20 build with older MSVC 2022Marc Mutz4 days1-0/+4
* Revert "QCommonStyle: paint arrows with anti-aliasing"Axel Spoerl5 days1-5/+3
* metal: Tie drawable's MTLTexture lifetime to MTLCommandBufferTor Arne Vestbø5 days1-0/+10
* QThread: check various ways users may use start(Priority)Marc Mutz5 days1-0/+51
* SQL/IBase: print warning in case of unsupported data typeChristian Ehrlicher5 days1-1/+6
* SQL/QSqlIndex: remove unused private function createField()Christian Ehrlicher5 days2-19/+0
* Android: Add QT_ANDROID_SURFACE_CONTAINER_TYPE env varTinja Paavoseppä5 days1-4/+13
* MSVC: improve QASV(const char(&str)[N]) compilation timeIvan Solovev5 days2-1/+12
* Update Harfbuzz to 8.4.0Eskil Abrahamsen Blomfeldt5 days78-647/+2497
* Windows: Prevent potential "crash" in setApplicationBadgeOliver Wolff6 days1-6/+10
* windeployqt: Deploy target dlls for directx and vc runtimeOliver Wolff6 days2-6/+13
* CMake: remove QT_EDITION from qconfig.priAntti Kokko6 days1-2/+0
* Gui: fix memory leak in QGuiGLThreadContextTim Blechmann6 days1-0/+3
* uic: Write fully qualified enumerations for cursors/icon pixmapsFriedemann Kleint6 days4-16/+18
* Remove check for Qt version > 4 that's not useful nowAssam Boudjelthia7 days1-2/+1
* Bump version to 6.7.2Jani Heikkinen7 days6-6/+6
* QAtomicScopedValueRollback: remove impossible constexprMarc Mutz7 days1-4/+1
* CMake: fix cross-compilation build: ${CMAKE_SYSTEM_PROCESSOR} is emptyThiago Macieira7 days1-1/+1
* QRestReply: micro-optimize optional<QStringDecoder> handlingMarc Mutz7 days1-1/+1
* QMovie: fix regression in frame delaysEirik Aavitsland7 days2-3/+15
* CMake: add licenseRule.json to IDE projectsTim Blechmann7 days1-1/+4
* tst_QDnsLookup: use the 4-argument writeDatagram() overloadThiago Macieira8 days1-1/+2
* tst_QDnsLookup: fix MSVC 'truncation of constant value' warningThiago Macieira8 days1-1/+1
* QDnsLookup/Unix: handle more error conditions from res_nsend()Thiago Macieira8 days1-8/+16
* CBOR: fix the UTF8-and-UTF16 detectionThiago Macieira8 days1-35/+17
* CBOR: fix sorting of UTF16-to-UTF16 stringsThiago Macieira8 days2-29/+155
* QMimeData: fix setData on URI list without ending CRLFThiago Macieira9 days2-0/+13
* Make use of methods defined in utils unix layerKrzysztof Sommerfeld9 days1-0/+1
* QCommonStyle: paint arrows with anti-aliasingChristian Ehrlicher9 days1-5/+6
* QGestureManager: use gesture owner target if topLevelAt returns nullptrLiang Qi9 days1-1/+2
* Add benchmarks for QDate::fromString()Edward Welbourne9 days1-0/+27
* Revise UCD-generated data files' SPDX headersEdward Welbourne9 days6-51/+29
* uic/Python: Recognize more C++ suffixes when determining the custom widget mo...Friedemann Kleint9 days1-2/+6
* Avoid crash with Windows 11 style when no widget passedMarius Kittler9 days1-2/+2
* Update the cached DPR on QWindow update requestMorten Sørvig9 days1-0/+9
* Add license exceptionLucie Gérard9 days1-0/+5
* Fix real dot in location keys regular expressionLucie Gérard9 days1-11/+11
* Http2: fix handling unsuppported authenticate challengeMårten Nordheim10 days2-10/+102
* QString: ensure multi-arg arg() parses replacement like single-arg arg()Thiago Macieira10 days2-13/+18