summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QDialogButtonBox: Don't set focus in a dialog with StrongFocus childrenAxel Spoerl2024-03-073-2/+23
* Add A2B tables, and PCSLab support to QIccAllan Sandfeld Jensen2024-03-0712-252/+1489
* Windeployqt: introduce --include-soft-plugins command line optionMichał Policht2024-03-072-21/+44
* Add a QHttpHeaders convenience method for unique header name settingJuha Vuolle2024-03-072-0/+62
* Android: Add Thread.sleep before loading main in Debug modeCristian Adam2024-03-073-0/+22
* QWindows11Style: Draw ScrollArea opaque in QAbstractItemViewWladimir Leuschner2024-03-071-15/+4
* Fix offscreen rendering in QOpenGLWidgetInho Lee2024-03-071-3/+5
* Fix menu size in multiscreen setupsFriedemann Kleint2024-03-073-4/+25
* QWindows11Style: Update font size in menubar items and spacing between itemsWladimir Leuschner2024-03-071-3/+14
* Remove 'const' from variable that may be movedJuha Vuolle2024-03-071-1/+1
* Update bundled libpng to version 1.6.43Eirik Aavitsland2024-03-0612-108/+133
* Doc: fix warning "class Qt::TimerId' specified with '\enum'"Thiago Macieira2024-03-061-1/+1
* JNI: Fix error with overload resolution when passing string typesVolker Hilsheimer2024-03-061-1/+4
* QUrl: Use new comparison helper macrosRym Bouabid2024-03-063-48/+86
* Move qAbort from qglobal.cpp to qassert.cppThiago Macieira2024-03-063-75/+67
* QtPrivate::equalStrings(): enforce matching size where applicableThiago Macieira2024-03-061-7/+15
* QLibrary: remove the unnecessary parentheses around dlerror()Thiago Macieira2024-03-061-12/+6
* Revert "QStringView: simplify the constructor from QString"Marc Mutz2024-03-062-8/+10
* QSpan: add construction from initializer_listGiuseppe D'Angelo2024-03-062-0/+24
* Add include for QT_CONFIGJuha Vuolle2024-03-061-0/+1
* Add QT_CONFIG(signaling_NaN) around the signaling_NaN limit functionJuha Vuolle2024-03-061-0/+2
* QTextMarkdownImporter::import(): don't crash if file has only yamlShawn Rutledge2024-03-051-1/+1
* Add categorized log message in QTextMarkdownWriter::writeFrontMatter()Shawn Rutledge2024-03-051-2/+4
* QFutureInterface: Rename "interface" variables to "iface"Nodir Temirkhodjaev2024-03-051-13/+9
* Map drag event positions to global during dock/toolbar dragDavid Redondo2024-03-051-1/+2
* Handle drag leave when performing platform drag of docks or toolbarsDavid Redondo2024-03-051-0/+5
* wasm: Make sure we can add screen after releaseRequestUpdateHold has been calledEven Oscar Andersen2024-03-053-9/+14
* Revert "Fix export of QDeferredDeleteEvent, should be Q_CORE_EXPORT"Marc Mutz2024-03-051-2/+1
* QLocalServer: add protected addPendingConnection functionØystein Heskestad2024-03-052-1/+20
* drm: Fix having more than window over the screen's lifetimeLaszlo Agocs2024-03-052-1/+9
* drm: atomic: Avoid device busy when flipping after creating a new windowLaszlo Agocs2024-03-051-2/+6
* Windows QPA: Include custom margins in atypical marginsTimothée Keller2024-03-051-5/+6
* QWindows11Style: Draw frames HighDPI awareWladimir Leuschner2024-03-051-50/+110
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-051-7/+15
* Improve QColorTrc::isLinear and rename it isIdentityAllan Sandfeld Jensen2024-03-055-24/+53
* Correct license for tools filesLucie Gérard2024-03-053-3/+3
* 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
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang2024-03-058-23/+49
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-042-3/+52
* Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal}Thiago Macieira2024-03-042-15/+0
* Replace some QString::fromUtf16() with QStringView::toString()Thiago Macieira2024-03-045-8/+11
* Move QLocaleData::convertDoubleToFloat to qnumeric_p.hThiago Macieira2024-03-042-20/+48
* Implement ping reply in QHttp2Connection and add testMatthias Rauter2024-03-042-6/+56