summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-064-1/+73
* 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
* CMake: Don't add default rpaths to qt qml plugins when requestedAlexandru Croitor2024-03-061-0/+18
* CMake: Fix assignment in internal_get_build_vars_for_external_projectsAlexandru Croitor2024-03-061-2/+2
* QSpan: add construction from initializer_listGiuseppe D'Angelo2024-03-063-1/+48
* 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
* tst_toolsupport: make the i386 case really about i386Thiago Macieira2024-03-061-2/+3
* 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
* CMake: add options to not generate target wrappersSamuli Piippo2024-03-061-1/+1
* 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-052-42/+20
* Debounce QDeferredDeleteEvents in QObject::deleteLater()Tor Arne Vestbø2024-03-053-16/+19
* 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
* cmake: Allow silencing CMake generator warning from environmentTor Arne Vestbø2024-03-051-1/+2
* Icon: work around compile optimization bugVolker Hilsheimer2024-03-051-158/+158
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-054-8/+115
* Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal}Thiago Macieira2024-03-052-15/+0
* CMake/Windows: add quotes around the whole path, not just the dirRichard Moe Gustavsen2024-03-041-2/+2
* CMake/Windows: add setlocal to the Windows bat filesRichard Moe Gustavsen2024-03-042-0/+2
* 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
* QNetworkInformation: document a potential SiCMarc Mutz2024-03-040-0/+0
* QtXml: fix leak in QDomText::splitTextChristian Ehrlicher2024-03-044-0/+24
* QString: document isSimpleText() removalMarc Mutz2024-03-040-0/+0
* Revert "tests: blacklist tst_QWidget::render() on Wayland"Liang Qi2024-03-041-2/+0
* QDockWidget: Use resizer without native window decorationAxel Spoerl2024-03-041-4/+4
* Compiler detection - __attribute__((fallthrough)) for clangTim Blechmann2024-03-041-2/+2
* QProcess/Doc: remove the note that about FailedToStart after started()Thiago Macieira2024-03-031-3/+0
* qfloat16: use std::numeric_limits<std::float16> if availableThiago Macieira2024-03-031-0/+15
* qfloat16: make native std::numeric_limits<qfloat16> constexprThiago Macieira2024-03-031-1/+7
* Disconnect QWindowContainer::focusWindowChanged on destructionTor Arne Vestbø2024-03-031-0/+3
* tst_QMutex: use the new QCOMPARE_* macrosMårten Nordheim2024-03-031-24/+24