summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QCborStreamReader: rename appendToType() -> readAndAppendToType()Ivan Solovev2024-03-123-24/+27
* CMake: Use qt_internal_add_example for bindablepropertiesAlexandru Croitor2024-03-111-1/+1
* CMake: Warn when examples are not added via qt_internal_add_exampleAlexandru Croitor2024-03-114-1/+32
* CMake: Adjust QT_ADDITIONAL_QML_PLUGIN_GLOB_PREFIXES for EP examplesAlexandru Croitor2024-03-111-0/+17
* CMake: Allow specifying additional glob paths for QmlPlugins.cmakeAlexandru Croitor2024-03-111-1/+22
* CMake: Disable ExternalProject examples for -debug-and-release buildsAlexandru Croitor2024-03-111-1/+5
* CMake: Adjust CMAKE_MODULE_PATH for ExternalProject examplesAlexandru Croitor2024-03-111-0/+6
* CMake: Fix syncqt IMPORTED_LOCATION path for multi-config buildsAlexandru Croitor2024-03-112-2/+26
* CMake: Pass CMAKE_MODULE_PATH to external project examplesAlexandru Croitor2024-03-111-0/+1
* CMake: Allow passing extra variables to external project examplesAlexandru Croitor2024-03-111-1/+9
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher2024-03-1011-19/+9
* SQL/MySQL: retrieve default column value for QSqlDatabase::record()Christian Ehrlicher2024-03-103-3/+39
* SQL/ODBC: sync usage of qSqlWarning()Christian Ehrlicher2024-03-101-40/+55
* PNG: preserve ICC profiles that QColorSpace does not handleGiuseppe D'Angelo2024-03-101-10/+10
* Android: Do Thread.sleep before loading Qt libraries in Debug ModeCristian Adam2024-03-092-4/+8
* 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
* Bump Android platform version in documentation to 34Juha Vuolle2024-03-081-1/+1
* 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
* configure-cmake-mapping.md: add -qt-host-path and -DQT_HOST_PATHMitch Curtis2024-03-081-0/+1
* QDialogButtonBox: Don't set focus in a dialog with StrongFocus childrenAxel Spoerl2024-03-074-2/+60
* Add A2B tables, and PCSLab support to QIccAllan Sandfeld Jensen2024-03-0716-252/+1590
* 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-073-0/+122
* 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
* Correct wasm util fileLucie Gérard2024-03-077-7/+7
* Fix menu size in multiscreen setupsFriedemann Kleint2024-03-073-4/+25
* Realign columns in the configure-cmake-mappingGiuseppe D'Angelo2024-03-071-2/+2
* wasm: Temporarily disable selenium testsPiotr Wierciński2024-03-071-1/+0
* Add a licenseRule.json file for checking of SPDX license identifiersLucie Gérard2024-03-071-0/+179
* 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