summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-268-16/+153
| | | * | QGestureManager: fix one (of many) inefficient loop(s)Marc Mutz2020-01-261-4/+3
| | | * | Windows QPA: Provide an experimental palette for dark modeFriedemann Kleint2020-01-256-27/+118
| | | * | Windows QPA: Add setting of dark window bordersFriedemann Kleint2020-01-253-0/+52
| | | * | Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-259-2/+84
| | | * | Windows QPA: Better disambiguate Window class namesFriedemann Kleint2020-01-255-7/+26
| | | * | QCursor: Allow bitmap() and mask() to return by-valueSze Howe Koh2020-01-263-10/+95
| | | * | QLabel: Allow pixmap() and picture() to return by-valueSze Howe Koh2020-01-267-19/+117
| | | * | CMake: Add Qt6 forward compatible CMake API and targetsAlexandru Croitor2020-01-259-7/+219
| | | * | Register QColorSpace as a QtGui metatypeAllan Sandfeld Jensen2020-01-255-3/+17
| | | * | QMenu: don't crash when another popup is closed when a popup is closedChristian Ehrlicher2020-01-252-1/+59
| | | * | QTextBrowser: deprecate signal highlighted(QString)Christian Ehrlicher2020-01-252-18/+22
| | | * | Purge the dep_cd_cmd parameter from callExtraCompilerDependCommandJoerg Bornemann2020-01-244-19/+8
| | | * | De-duplicate the last occurrence of calling a depend_commandJoerg Bornemann2020-01-241-28/+16
| | | * | Fix some qdoc-warningsFriedemann Kleint2020-01-247-8/+8
| | | * | macOS: Decide enabled state of menu items correctlyVolker Hilsheimer2020-01-231-1/+1
| | | * | Mac: disable application menu items during modal sessionVolker Hilsheimer2020-01-241-1/+2
| | | * | Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-2310-1/+69
| | | * | QSslCertificate: migrate to QRegularExpressionSamuel Gaist2020-01-234-30/+245
| | | * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-23109-936/+947
| | | * | Fix positioning of dynamically populated QToolButton::MenuButtonPopup's in sc...Friedemann Kleint2020-01-233-34/+51
| | | * | QMenu: Move exec(), popup() to private classFriedemann Kleint2020-01-232-84/+98
| | | * | QNAM: Avoid compile error if QT_NO_SSLUlf Hermann2020-01-231-0/+2
| | | * | Deprecate QFont::ForceIntegerMetrics and QFont::OpenGLCompatibleEskil Abrahamsen Blomfeldt2020-01-232-6/+8
| | | * | Regenerate qsb files for auto and manual testsLaszlo Agocs2020-01-2227-5/+0
| | | * | Introduce VK_KHR_display support for i.MX8 devicesLaszlo Agocs2020-01-2214-9/+602
| | | * | eglfs: find correct framebuffer index even if device node is symlinkRolf Eike Beer2020-01-221-1/+7
| | | * | wasm: guard nonthreaded builds from using threading.hLorn Potter2020-01-221-0/+2
| | | * | QTabBar: fix QStyleOptionTab::positionChristian Ehrlicher2020-01-222-11/+27
| | | * | Mark QApplication::globalStrut as deprecatedVolker Hilsheimer2020-01-224-2/+7
| * | | | QProcess: remove deprecated signature of finished signalVitaly Fanaskov2020-01-283-111/+19
| |/ / /
| * | | Sync behavior and documentation of QFoo::setItemDelegate()Christian Ehrlicher2020-01-243-1/+9
| * | | Make QMatrix4x4::projectedRotate publicSimon Hausmann2020-01-241-4/+1
| * | | Move QOpenGLTexture and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-2417-26/+32
| * | | Handle wide images in raster engineAllan Sandfeld Jensen2020-01-221-4/+4
| * | | Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-2243-91/+90
* | | | Append to AUTO_MOC_OPTIONS in order not override existing valueLeander Beernaert2020-01-291-2/+4
* | | | Only add --automoc-json to AUTOMOC_OPTIONS for metatypes targetsLeander Beernaert2020-01-292-1/+5
* | | | Skip processing '-framework' flags in qt6_generate_meta_types_dep_fileAlexandru Croitor2020-01-291-0/+4
* | | | pro2cmake: Fix flake and mypy issuesAlexandru Croitor2020-01-291-5/+5
* | | | pro2cmake: Handle QML_IMPORT_MAJOR_VERSION and minor variantsAlexandru Croitor2020-01-291-0/+11
* | | | Generate metatypes dependency fileLeander Beernaert2020-01-293-24/+192
* | | | Fix CMAKE_BUILD_TYPE to be a cache variable in QtBuildInternalsExtraAlexandru Croitor2020-01-292-8/+2
* | | | configure: Add support for -feature and -no-feature for cmake buildsVille Voutilainen2020-01-291-0/+10
* | | | Forward CMAKE_BUILD_TYPE, if available, in qt-cmakeLeander Beernaert2020-01-291-1/+7
* | | | Fix example generation without qmldir fileLeander Beernaert2020-01-281-4/+2
* | | | pro2cmake: Don't set OUTPUT_NAME for qml pluginsAlexandru Croitor2020-01-271-2/+2
* | | | Don't create convenience plugin target when not neededAlexandru Croitor2020-01-271-1/+1
* | | | Relax rules about not having dbus sessionMichal Klocek2020-01-271-2/+6
* | | | Fix qt_import_plugins compatibility with Qt 5Alexandru Croitor2020-01-272-5/+48