summaryrefslogtreecommitdiffstats
path: root/src
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-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
* 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
* UDP: don't disable read notification unless we have a datagramMårten Nordheim2024-03-033-2/+9
* SQL/SQLite: Silence warning "Unsupported option ''"Friedemann Kleint2024-03-021-1/+1
* Rename qIsConstantEvaluated() to q20::is_constant_evaluated()Marc Mutz2024-03-025-32/+32
* androiddeployqt: fix QDirIterator::next() usageAhmad Samir2024-03-021-2/+3
* SQL/ODBC: escape values in connection stringChristian Ehrlicher2024-03-021-5/+17
* SQL/ODBC: Add helper class SqlStmtHandleChristian Ehrlicher2024-03-021-68/+68
* Fix previewing a preview on reentranceAllan Sandfeld Jensen2024-03-013-0/+9
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-014-17/+15
* Add QWidgetPrivate::closestParentWidgetWithWindowHandle helper methodTor Arne Vestbø2024-03-012-0/+20
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-012-3/+0
* Mark QNetworkRequestFactory as TPJuha Vuolle2024-03-011-1/+1