summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QDBus: Document that calls to local objects are never asynchronousIevgenii Meshcheriakov2023-12-072-0/+12
* QIcon: turn platform engines on by defaultVolker Hilsheimer2023-12-076-30/+27
* CMake: Fix generation of target deployment informationJoerg Bornemann2023-12-071-0/+1
* Fix setting variable axes on FreetypeEskil Abrahamsen Blomfeldt2023-12-071-2/+5
* Fix build with -no-feature-processTasuku Suzuki2023-12-071-1/+1
* QIcon: clean up Windows and Android icon enginesVolker Hilsheimer2023-12-074-70/+54
* QIcon: Clean up documentationVolker Hilsheimer2023-12-072-39/+62
* QIcon: use (some) ThemeIcon constants in the Apple engine implementationVolker Hilsheimer2023-12-071-16/+15
* QIcon: add theme icon constantsVolker Hilsheimer2023-12-073-1/+273
* QIcon: fall back to QPA engine if themes don't provide the iconVolker Hilsheimer2023-12-071-4/+12
* Android: Give raster windows their own surface, and flush via RHITinja Paavoseppä2023-12-0719-531/+108
* QTabBar: properly calc tab positions when changing tab positionChristian Ehrlicher2023-12-071-6/+11
* Refuse to relocate non-copy/move-constructible typesMarc Mutz2023-12-072-0/+11
* QSysInfo: sanitize /etc file parsing [1/N]: properly check endsWith('"') in u...Marc Mutz2023-12-071-7/+8
* Fix QStringConverter::encodingForName() for trailing `-`, `_`Marc Mutz2023-12-071-13/+8
* qcomparehelper.h: simplify compareThreeWay() SFINAE helpersMarc Mutz2023-12-071-20/+12
* Teach Qt::compareThreeWay() to support native float16 typesIvan Solovev2023-12-071-3/+11
* qsimd_p.h: fix build with Clang 17 & -Werror,-Wconstant-logical-operandThiago Macieira2023-12-071-2/+2
* Move the definition of a native float from qfloat16.h to qtypes.hIvan Solovev2023-12-072-23/+29
* QSpan: ensure interoperability with std::spanMarc Mutz2023-12-071-0/+44
* QSpan: don't truncate QSpan::extentMarc Mutz2023-12-071-1/+1
* QSpan: make it a bit more QDoc-friendlyMarc Mutz2023-12-071-9/+12
* Avoid QWindow crashing in mapToGlobal when no platformWindowLaszlo Agocs2023-12-061-1/+6
* Create class documentation for QNtfsPermissionCheckGuardMate Barany2023-12-063-19/+102
* Use linear filtering with downscaling also with QOpenGLWidgetLaszlo Agocs2023-12-061-10/+9
* rhi: Add the more appropriate srb class name as an aliasLaszlo Agocs2023-12-062-0/+13
* rhi: Make sample count selection logic be closer to Qt 5Laszlo Agocs2023-12-0612-67/+62
* iOS: Allow raising and lowering child windowsTor Arne Vestbø2023-12-061-11/+19
* Don't clear Qt::Window/ForeignWindow of QWidget if window is not top levelTor Arne Vestbø2023-12-061-2/+0
* Remove unneeded toString(QPair) declarationMarc Mutz2023-12-062-10/+0
* QFileInfoGatherer: port away from QPairAhmad Samir2023-12-065-12/+11
* QFileInfoGatherer: fix narrowing conversion warningsAhmad Samir2023-12-061-10/+11
* QXcbWindow: protect access to m_mapped with a QMutexAxel Spoerl2023-12-062-5/+14
* QTest::toPrettyUnicode: remove magic numbersMarc Mutz2023-12-061-4/+8
* QTest: simplify toString(tuple)Marc Mutz2023-12-062-10/+3
* QSharedPointer: Remove support code for tracking weak-pointerFabian Kosmale2023-12-062-6/+9
* QUtf8StringView: make data() constexprMarc Mutz2023-12-061-1/+1
* QLatin1StringView: add missing (const_)pointer nested typedefMarc Mutz2023-12-062-0/+10
* QPartialOrdering: add missing \since to is_eq etcMarc Mutz2023-12-051-0/+1
* tst_QCompareHelpers: extract Qt/std-mapping into public headerMarc Mutz2023-12-051-0/+29
* AndroidTestRunner: fix args with quotes and spacesAssam Boudjelthia2023-12-052-5/+10
* QSslConfiguration: remove exampleTimur Pocheptsov2023-12-052-11/+1
* Doc: Settle on 'function' instead of 'method' in QMAC documentationKai Köhne2023-12-051-3/+3
* Android: fix and simplify the orientation change logicAssam Boudjelthia2023-12-053-88/+79
* QMainWindowPrivate::layout - use QPointer instead of bare pointerAxel Spoerl2023-12-052-2/+6
* macOS: Deliver touch events synchronouslyTor Arne Vestbø2023-12-051-4/+16
* Always destroy OpenGL context when the window is destroyedJacek Poplawski2023-12-041-3/+6
* SQLite: Update SQLite to v3.44.2Christian Ehrlicher2023-12-043-22/+31
* CMake: Generate deployment information for each deployable targetJoerg Bornemann2023-12-041-0/+32
* QCommonStyle: fix focus rect drawing, don't fill the backgroundDavid Faure2023-12-041-2/+1