summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QJniArray: add missing typedefsVolker Hilsheimer2024-01-291-7/+22
* Update public suffix listMårten Nordheim2024-01-292-4228/+4300
* QDate(Time)?::fromString(): do not use QCalendar as a default argumentIvan Solovev2024-01-292-12/+76
* Tidy up, check platform and add comments in qlocale_win.cppEdward Welbourne2024-01-291-6/+4
* QBitArray: correct inline keywordMarc Mutz2024-01-291-2/+2
* QT_C_STYLE_CAST: move the parentheses to the macro, in C modeThiago Macieira2024-01-281-2/+2
* Widgets: Add missing deprecation version markersKai Köhne2024-01-281-4/+4
* Handle EWOULDBLOCK the same way as EAGAIN when writing to sockets on UnixŁukasz Matysiak2024-01-281-0/+3
* QTest: add -[no]throwon{fail,skip} command line argumentsMarc Mutz2024-01-271-0/+12
* QTest: add opt-in changing QCOMPARE etc to exit with throw, not returnMarc Mutz2024-01-273-1/+258
* Clarify that the textmarkdownwriter feature includes GitHub featuresShawn Rutledge2024-01-271-1/+1
* QTest: hold WatchDog in optional<> instead of QScopedPointerMarc Mutz2024-01-271-5/+6
* Remove unused include from qrestaccessmanagerJuha Vuolle2024-01-271-4/+0
* moc: store the FQN in JSON superClass objectsMarc Mutz2024-01-262-2/+16
* QSpan: make adl_begin() etc SFINAE-friendlyMarc Mutz2024-01-261-3/+14
* Doc: Update Copyright in md4c license textKai Köhne2024-01-261-1/+1
* Remove obsolete md4c patchShawn Rutledge2024-01-261-40/+0
* QFileSystemModel: respect dir filtersAhmad Samir2024-01-261-2/+7
* QTest: DRY test function invocationMarc Mutz2024-01-261-22/+17
* QDataStream: add a new SizeLimitExceeded status codeIvan Solovev2024-01-264-7/+13
* QHttpHeaders: make default ctor non-allocatingMarc Mutz2024-01-262-15/+36
* moc/QMetaProperty: Remove limitation on non-own-class notify signalsFabian Kosmale2024-01-263-20/+41
* QRhi: fix a bad variable name in documentation exampleAurélien Brooke2024-01-261-1/+1
* Simplify new QIcon ThemeIcon constants and APIVolker Hilsheimer2024-01-267-308/+857
* CMake: Fix *-metatypes.json creation for non-Ninja generatorsJoerg Bornemann2024-01-261-1/+1
* CMake: Simplify default CMAKE_BUILD_TYPE logicAlexandru Croitor2024-01-261-2/+2
* QUrl IDNA: Fix typoIevgenii Meshcheriakov2024-01-261-3/+3
* QHttpHeaders: Self-Encapsulate Field d->headersMarc Mutz2024-01-261-4/+4