summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Condition inline fromString() definitions on datestring featurev6.7.0-rc2Edward Welbourne2024-03-191-1/+1
* wasm: Dont access QNetworkReply header data through dangling pointerPiotr Wierciński2024-03-182-2/+2
* SQLite: Update SQLite to v3.45.2Christian Ehrlicher2024-03-173-85/+218
* Schannel: fix handling of empty ciphers listMårten Nordheim2024-03-171-2/+4
* Revert "QTextEngine: Protect against integer overflow with huge texts"Paul Olav Tvete2024-03-152-17/+16
* Revert "Windeployqt: remove unused library list"Timothée Keller2024-03-151-1/+12
* Update bundled libpng to version 1.6.43Eirik Aavitsland2024-03-1512-108/+133
* QProcess/Unix: fix close() on invalid file descriptorThiago Macieira2024-03-141-1/+2
* Android: don't add lib prefix to loaded libs unconditionallyAssam Boudjelthia2024-03-141-3/+6
* QTest::qWaitFor(., int): restore lost Qt::PreciseTimer'nessMarc Mutz2024-03-141-1/+1
* Android: Do Thread.sleep before loading Qt libraries in Debug ModeCristian Adam2024-03-132-4/+8
* Correct license for tools filesLucie Gérard2024-03-133-3/+3
* Android: Add Thread.sleep before loading main in Debug modeCristian Adam2024-03-133-0/+22
* QProcess/Unix: fix improper restoration of signal mask and cancel stateThiago Macieira2024-03-131-9/+9
* QCborStreamReader: rename toStringish() -> readAllStringish()Ivan Solovev2024-03-133-18/+18
* QCborStreamReader: rename appendToType() -> readAndAppendToType()Ivan Solovev2024-03-132-18/+21
* QWindows11Style: Draw ScrollArea opaque in QAbstractItemViewv6.7.0-rc1Wladimir Leuschner2024-03-071-15/+4
* QWindows11Style: Update font size in menubar items and spacing between itemsWladimir Leuschner2024-03-071-3/+14
* Android: Resize QWindow when its QtView is resizedTinja Paavoseppä2024-03-073-1/+26
* Android: Synchronize window creation in QtEmbeddedDelegateTinja Paavoseppä2024-03-071-12/+23
* QWindows11Style: Draw frames HighDPI awareWladimir Leuschner2024-03-061-50/+110
* JNI: Fix error with overload resolution when passing string typesVolker Hilsheimer2024-03-061-1/+4
* QFutureInterface: Rename "interface" variables to "iface"Nodir Temirkhodjaev2024-03-061-13/+9
* Handle drag leave when performing platform drag of docks or toolbarsDavid Redondo2024-03-061-0/+5
* Map drag event positions to global during dock/toolbar dragDavid Redondo2024-03-061-1/+2
* Add include for QT_CONFIGJuha Vuolle2024-03-061-0/+1
* QSpan: add construction from initializer_listGiuseppe D'Angelo2024-03-062-0/+24
* Revert "QStringView: simplify the constructor from QString"Marc Mutz2024-03-062-8/+10
* QLibrary: remove the unnecessary parentheses around dlerror()Thiago Macieira2024-03-061-12/+6
* Add QT_CONFIG(signaling_NaN) around the signaling_NaN limit functionJuha Vuolle2024-03-061-0/+2
* drm: Fix having more than window over the screen's lifetimeLaszlo Agocs2024-03-062-1/+9
* drm: atomic: Avoid device busy when flipping after creating a new windowLaszlo Agocs2024-03-061-2/+6
* Revert "Fix export of QDeferredDeleteEvent, should be Q_CORE_EXPORT"Marc Mutz2024-03-061-2/+1
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-051-7/+15
* Debounce QDeferredDeleteEvents in QObject::deleteLater()Tor Arne Vestbø2024-03-052-14/+18
* DRY QHttpHeaders::value() implementationJuha Vuolle2024-03-051-14/+12
* DRY QHttpHeaders::values() implementationJuha Vuolle2024-03-051-15/+14
* DRY QHttpHeaders::combinedValue() implementationJuha Vuolle2024-03-051-18/+16
* QHttpHeaders: remove unused Header::operator==()Juha Vuolle2024-03-051-6/+0
* Document QHttpHeaders::WellKnownHeaders as the recommended overloadsJuha Vuolle2024-03-051-0/+7
* Make HTTP header name a variant / union for performanceJuha Vuolle2024-03-051-47/+188
* Move few QHttpHeaders helper functions on topJuha Vuolle2024-03-051-20/+20
* Add sorted lookup table for QHttpHeaders name fieldsJuha Vuolle2024-03-051-0/+222
* Icon: work around compile optimization bugVolker Hilsheimer2024-03-051-158/+158
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-052-3/+52
* Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal}Thiago Macieira2024-03-052-15/+0
* Do not add PDF-related files to the resources if PDF is disabledAndré Klitzing2024-03-041-16/+17
* Android: Fix inverted equals condition on QtAccessibilityDelegateTinja Paavoseppä2024-03-041-1/+1
* QtXml: fix leak in QDomText::splitTextChristian Ehrlicher2024-03-042-0/+7
* QDockWidget: Use resizer without native window decorationAxel Spoerl2024-03-041-4/+4