summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qxkbcommon: map XKB_KEY_XF86Calculator to Qt::Key_CalculatorYifan Zhu2024-01-311-0/+1
* [docs] Fix C'n'P error in QTRY_VERIFY2 exampleMarc Mutz2024-01-311-1/+1
* JNI: fix declaration of ElementType in QJniArray::makeObjectArrayVolker Hilsheimer2024-01-311-1/+1
* JNI: pass POD parameters by valueVolker Hilsheimer2024-01-311-4/+4
* JNI: simplify implementation of native function wrappersVolker Hilsheimer2024-01-311-5/+3
* qt6_deploy_translations: Don't deploy the "qt" meta-catalogJoerg Bornemann2024-01-311-1/+1
* QVersionNumber: make iterableMarc Mutz2024-01-312-0/+122
* Add QtPrivate::ArrowProxyMarc Mutz2024-01-312-18/+10
* QBitArray: apply Rule Of ZeroMarc Mutz2024-01-312-0/+7
* QBitArray: fix potential truncation in QDataStream op>>()Marc Mutz2024-01-311-0/+11
* SQLite: Update SQLite to v3.45.1Kai Köhne2024-01-313-93/+137
* xml: add parameter name to toString and toByteArray for PySide6Samuel Gaist2024-01-311-2/+2
* Android: Set up style also when using QtEmbeddedLoaderTinja Paavoseppä2024-01-312-4/+8
* freetype: Fix scaling layouts with bitmap fontsEskil Abrahamsen Blomfeldt2024-01-312-2/+8
* QDate(Time)?::toString(): eliminate QCalendar() defaultsEdward Welbourne2024-01-312-4/+46
* Doc: Add note to deployment variablesJoerg Bornemann2024-01-311-0/+4
* Doc: Address qt_generate_deploy_app_script issues from API reviewJoerg Bornemann2024-01-312-2/+27
* Doc: Add table for *_DIR parameters of qt_deploy_runtime_dependenciesJoerg Bornemann2024-01-311-7/+35
* Doc: Address QT_DEPLOY_LIBEXEC_DIR issues from API reviewJoerg Bornemann2024-01-312-7/+8
* Doc: Address qt_deploy_runtime_dependencies issues from API reviewJoerg Bornemann2024-01-312-2/+31
* CMake: Warn if DEPLOY_TOOL_OPTIONS is used on LinuxJoerg Bornemann2024-01-311-0/+7
* Update bundled libpng to version 1.6.41Eirik Aavitsland2024-01-3121-306/+427
* Add QWidgetPrivate::isExplicitlyHidden() helper functionTor Arne Vestbø2024-01-317-10/+19
* Add cxx11_future in QPromise tests and disable it for VxWorksKrzysztof Sommerfeld2024-01-311-1/+1
* Fusion style: add indent to groupbox titleGhenady Kuznetsov2024-01-311-0/+4
* Bootstrap: remove QBitArrayMarc Mutz2024-01-315-1/+14
* QOpenGLFramebufferObject: Avoid illegal call to glTexImage2DAleix Pol2024-01-311-3/+15
* QPainterPath: Fix boundingRect and controlPointRect ignoring start pointNoah Davis2024-01-302-3/+16
* QBitArray: avoid overflow in size-to-storage calculationsMarc Mutz2024-01-301-4/+15
* Android: Add classes to embed QML into native AndroidTinja Paavoseppä2024-01-3010-14/+376
* QMetaObject: revert adding QMetaObject::indexOfEnumerator(QBAV)Ahmad Samir2024-01-304-17/+10
* Android: Create QtWindow layout and set parent in the calling threadTinja Paavoseppä2024-01-301-2/+2
* Change QNetworkRequest/Reply rawHeader functions to take QASVJuha Vuolle2024-01-305-11/+12
* Support the named instances of Variable FontsAkira TAGOH2024-01-303-22/+83
* macOS: Don't condition deferred exec on specific NSAlert to be the modal windowTor Arne Vestbø2024-01-301-1/+1
* QGlobalStatic: fix atomics in ~HolderMarc Mutz2024-01-301-2/+3
* Take QJsonDocument as a parameterJuha Vuolle2024-01-304-94/+24
* Rename QRestReply data accessors as read* functionsJuha Vuolle2024-01-303-14/+14
* QJsonArray: symmetrize QDataStream op>>/<<Marc Mutz2024-01-291-3/+1
* Http2: don't barf on > 4GiB cumulative headersMarc Mutz2024-01-291-2/+2
* Update QRestAccessManager documentationJuha Vuolle2024-01-293-131/+92
* Update QRestReply documentationJuha Vuolle2024-01-291-8/+38
* Make QRest* APIs non-owning and non-duplicatingJuha Vuolle2024-01-296-443/+173
* Fix infinite loop in QTextLayout with setNumColumns()Eskil Abrahamsen Blomfeldt2024-01-291-1/+1
* Move WellKnownHeaders code to topJuha Vuolle2024-01-291-35/+35
* QJniObject: fix signature of LocalFrame::newLocalRefVolker Hilsheimer2024-01-291-1/+1
* QJniArray: don't subclass QJniObjectVolker Hilsheimer2024-01-292-8/+17
* QJniArray: assert that source container is not too largeVolker Hilsheimer2024-01-291-0/+3
* QJniArray: make reverse-iterableVolker Hilsheimer2024-01-291-8/+24
* QJniArray: add missing post-increment operatorVolker Hilsheimer2024-01-291-0/+6