summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't show mnemonics in dockwidget titlesChristian Ehrlicher2024-03-093-5/+5
* QStyleSheetStyle: don't draw check indicator twiceChristian Ehrlicher2024-03-091-3/+5
* Delete QComboBoxPrivateContainer while the combo box is still aliveTor Arne Vestbø2024-03-092-1/+4
* QT_NO_QEXCHANGE: add docsGiuseppe D'Angelo2024-03-091-0/+11
* Avoid QRubberBand leaving artefacts in QListViewEirik Aavitsland2024-03-081-2/+7
* Correct documentation of QDateTime's comparisonsEdward Welbourne2024-03-081-11/+18
* QThread/Win: set the thread name on non-MSVC alsoGiuseppe D'Angelo2024-03-081-3/+11
* QObject: fix a documentation note in the destructorGiuseppe D'Angelo2024-03-081-2/+2
* XCB: Unset the connection's mousePressWindow if it's this windowAndy Shaw2024-03-081-0/+2
* wasm: send DPR change event on window updateMorten Sørvig2024-03-081-1/+6
* QGlobalStatic: suppress -Wtsan warningGiuseppe D'Angelo2024-03-081-0/+8
* Honor QPrinter::setFullPage(true) on Windows too (no margins)David Faure2024-03-081-1/+2
* QDockWidget: add notification signal to floating propertyAxel Spoerl2024-03-081-1/+1
* 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