summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QString: clarify mid/sliced/truncate ... API docsAhmad Samir10 days1-11/+17
* Remove redundant qtimer.h includesAhmad Samir10 days27-26/+6
* QWidget: do not send hide events to hidden childrenGiuseppe D'Angelo10 days2-7/+1
* JNI: port QNetworkProxyFactory to QtJniTypesVolker Hilsheimer10 days1-22/+12
* JNI: use QJniArray in ContentFileEngineVolker Hilsheimer10 days1-14/+2
* macOS: use QStyleHint to get color scheme in the styleVolker Hilsheimer10 days1-1/+5
* Widget gallery example: set color scheme before constructing UIVolker Hilsheimer10 days2-3/+2
* Move AA_QtQuickUseDefaultSizePolicy out of Tech PreviewJan Arve Sæther10 days2-4/+1
* CMake: Fix forwarding the '0' argument which is by default falseyAlexandru Croitor10 days1-2/+2
* Report 2.x scale factor for UIView on visionOSTor Arne Vestbø11 days2-1/+12
* iOS: Merge UIView initializersTor Arne Vestbø11 days1-17/+11
* iOS: Remove debug code that is no longer neededTor Arne Vestbø11 days1-25/+0
* QLocaleXml: use tabs for indentationEdward Welbourne11 days1-3/+5
* QLocaleXml: include a <?xml> preambleEdward Welbourne11 days1-1/+2
* QLocaleXml: include Qt version in the localeDatabase tagEdward Welbourne11 days4-27/+47
* Add --verbose and --quiet arguments to CLDR processing commandsEdward Welbourne11 days2-3/+28
* Use /tmp to test eq operator of qdirŁukasz Matysiak11 days1-0/+2
* QDnsTlsAssociationRecord: make move ctor default-noexceptMårten Nordheim11 days1-3/+1
* QDnsTlsAssociationRecord: Use the PURE_SWAP macro for move-assignMårten Nordheim11 days1-1/+1
* QGraphicsView: add a failing testGiuseppe D'Angelo11 days1-0/+91
* Fix SSE2-related false positives with thread sanitizerDavid Faure11 days1-2/+2
* CMake: Emit the 'msvc_obj_debug_info' feature only when MSVC is usedJoerg Bornemann11 days1-1/+1
* QHttpMultiPartPrivate: de-inline dtors of polymorphic classesMarc Mutz11 days2-7/+10
* qhttpmultipart_p.h: add missing qiodevice.h includeMarc Mutz11 days1-0/+2
* SQL/IBase: Fix some translatable messagesFriedemann Kleint11 days1-2/+2
* Fix build error from signed/unsigned mismatchVolker Hilsheimer11 days1-1/+1
* Make the access to QT_USE_TARGET_ANDROID_BUILD_DIR explicitAlexey Edelev11 days1-1/+2
* Doc: Qt Network: Fix linking issuesTopi Reinio11 days2-4/+4
* Add missing feature checks in removed APIEdward Welbourne12 days1-0/+8
* QTimeZone internals: pass by value, not const ref, when copy is trivialEdward Welbourne12 days2-13/+13
* wasm: Add qstorageinfo testsEven Oscar Andersen12 days2-0/+9
* CMake: Build dbus tools when building dbus testsJoerg Bornemann12 days2-0/+3
* Add a few improvements to the baseline testing frameworkEirik Aavitsland12 days8-58/+42
* Fix MouseButtonDblClick synthesis from touch double-tapShawn Rutledge12 days4-6/+79
* Make the new post and put methods inline in QNetworkAccessManagerMate Barany12 days2-21/+16
* QStringEn/Decoder: port (name, Flags) ctors to QAnyStringViewMarc Mutz12 days2-28/+8
* QStringConverter: port (name, Flags) ctor to QAnyStringViewMarc Mutz12 days3-1/+12
* QStringConverter: port encodingForName() to QAnyStringViewMarc Mutz12 days3-6/+35
* Fix path in Java QML component generationOlli Vuolteenaho12 days1-1/+1
* PCRE: upgrade to 10.44Giuseppe D'Angelo12 days37-5142/+7667
* QTimer: fix API docs related to QChronoTimerAhmad Samir12 days1-1/+1
* QFileSystemModel: fix leak in unittest detected by ASANAhmad Samir13 days1-14/+8
* QFileSystemModel: replace a TODO with QT{6,7}OnlyAhmad Samir13 days1-1/+7
* permissions: Add note about specifying custom Info.plistsTor Arne Vestbø13 days1-1/+6
* iOS: Compute window level when needed instead of up front in member varTor Arne Vestbø13 days2-20/+17
* Core: Clean up qstorageinfo_linux{_p.h|.cpp}Ulf Hermann14 days5-212/+217
* eglfs: Remove redundant logging category declarationsUlf Hermann14 days6-12/+12
* Android: Remove check for screen/window ascpect ratio mismatchJan Moeller2024-06-081-19/+0
* QJniArray: add deduction guide for direct construction from containerVolker Hilsheimer2024-06-083-3/+34
* JNI: clean up SFINAE constraints in QJniArrayVolker Hilsheimer2024-06-082-23/+20