aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickText/Edit: fix C++20 -Wdeprecated-enum-enum-conversion warningsMarc Mutz2022-04-022-0/+4
* QQuickControl: let Control reject hover eventsRichard Moe Gustavsen2022-03-301-4/+3
* Doc: Improve cursorPosition description in TextInput and TextEdit docsJaishree Vyas2022-03-292-2/+23
* Add QmlModels dependency to LabsQmlModelsAndrei Golubev2022-03-291-0/+2
* QQuickMouseArea: let MouseArea reject hover eventsRichard Moe Gustavsen2022-03-291-24/+6
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-03-282-0/+14
* QML: Protect against EAGAIN when calling madvise on linuxUlf Hermann2022-03-261-3/+15
* QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the s...Marc Mutz2022-03-251-3/+3
* QML: In captureLookup(), return false if it failsUlf Hermann2022-03-251-2/+1
* V4 ArrayIterator: Protect retrieved value from GCUlf Hermann2022-03-241-3/+3
* QQuickBehavior: Force notify when first setting the bindingUlf Hermann2022-03-241-1/+6
* Styled text: Remove an unneeded QString allocation and copyMårten Nordheim2022-03-231-2/+2
* FileDialog: do not add default suffix when content scheme is usedIvan Solovev2022-03-232-2/+12
* Restructure Qt Quick Dialogs testsMitch Curtis2022-03-233-0/+165
* Clarify that a dynamic plugin is not resolvedAlexandru Croitor2022-03-221-2/+3
* qqmlimport: Log when no qmldir file is foundAlexandru Croitor2022-03-222-2/+15
* QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncationMarc Mutz2022-03-211-1/+1
* CMake: Remove INSTALL_SOURCE_QMLTYPES warning, take 2Kai Köhne2022-03-211-4/+0
* Doc: clarify CloseOnPress/Release* policy behaviorMitch Curtis2022-03-151-0/+5
* Ensure that image providers scale by defaultMitch Curtis2022-03-141-4/+2
* QQuickFlickable: use custom content item that takes extents into accountRichard Moe Gustavsen2022-03-131-1/+19
* Reset provider's texture if QQuickNinePatchImage's source is invalidSukyoung Oh2022-03-101-0/+2
* Doc: show how to make ComboBox's popup modal/manage events outside itMitch Curtis2022-03-102-0/+50
* Doc: make validator documentation more discoverableMitch Curtis2022-03-102-1/+8
* Suppress QLocale::nativeCountryName deprecationMårten Nordheim2022-03-101-1/+1
* masm: Repace bitwise | with || in bool expression in X86Assembler.hAndrei Golubev2022-03-091-1/+1
* masm: Fix whitespaces in x86Assembler.hAndrei Golubev2022-03-091-72/+72
* QNX: Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-03-091-0/+3
* QQuickScrollBar: ensure '0 ≤ size ≤ 1' and '0 ≤ minimumSize ≤ 1'Oliver Eftevaag2022-03-071-8/+9
* QQuickMaterialStyle: Fix bogus revision declarationUlf Hermann2022-03-051-1/+1
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-044-82/+271
* QML: Add indirect library dependencies for tests relying thosePasi Petäjäjärvi2022-03-041-1/+1
* qml: Add build qmldir import path of the current module in prefix buildsAndrei Golubev2022-03-031-0/+17
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-031-1/+1
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-032-15/+45
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-022-3/+9
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-021-20/+29
* Doc: state that desktop support is being improvedMitch Curtis2022-03-021-0/+5
* qquickstyleitem: Fix Q_ENUM/Q_FLAG confusionFabian Kosmale2022-03-021-1/+1
* Ensure that min <= max in qBound callOliver Eftevaag2022-03-021-1/+2
* CMake: Remove INSTALL_SOURCE_QMLTYPES warningAlexandru Croitor2022-03-021-4/+0
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-021-0/+12
* QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-021-5/+5
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-021-3/+9
* Remove PUBLIC which leads to unnecessary Qt::Gui dependenciesTatiana Borisova2022-02-281-1/+1
* Copy QML builtins in prefix buildsAndrei Golubev2022-02-251-0/+7
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-241-14/+14
* Fix tracking of sg initialized state in rendercontrolLaszlo Agocs2022-02-221-0/+1
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-226-20/+6
* Doc: link to Qt Quick Controls' Dialog type from Qt Quick Dialogs'Mitch Curtis2022-02-221-0/+1