summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard2024-03-07247-247/+247
* 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-064-1/+73
* QUrl: Use new comparison helper macrosRym Bouabid2024-03-064-56/+102
* 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
* tst_toolsupport: make the i386 case really about i386Thiago Macieira2024-03-061-2/+3
* Revert "QStringView: simplify the constructor from QString"Marc Mutz2024-03-062-8/+10
* QSpan: add construction from initializer_listGiuseppe D'Angelo2024-03-063-1/+48
* 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-053-3/+22
* 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-054-13/+18
* 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-052-42/+20
* Improve QColorTrc::isLinear and rename it isIdentityAllan Sandfeld Jensen2024-03-055-24/+53
* wasm: remove DISABLE_EXCEPTION_CATCHING workaroundMorten Sørvig2024-03-050-0/+0
* Correct license for filesLucie Gérard2024-03-052-2/+2
* Change license for .in filesLucie Gérard2024-03-0519-0/+59
* CMake: Fix assignment in internal_get_build_vars_for_external_projectsAlexandru Croitor2024-03-051-2/+2
* CMake: Don't add default rpaths to qt qml plugins when requestedAlexandru Croitor2024-03-051-0/+18
* configure: Translate only boolean options to featuresJoerg Bornemann2024-03-051-5/+7
* CMake: Document -init-submodules option of the super configure scriptAlexandru Croitor2024-03-051-0/+9
* Correct license for tools filesLucie Gérard2024-03-0535-35/+35
* configure.bat: Fix errors on WindowsJoerg Bornemann2024-03-051-5/+5
* Correct license for test fileLucie Gérard2024-03-051-1/+1
* CMake: add options to not generate target wrappersSamuli Piippo2024-03-051-1/+1
* 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-044-8/+115