aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: disambiguate section titlesMitch Curtis2022-02-221-8/+8
* QQmlJSImportVisitor: handle ids correctlyFabian Kosmale2022-02-211-2/+12
* QQuickWindow: improve docs for activeFocusItemRichard Moe Gustavsen2022-02-211-0/+2
* Doc: Turn notes into section in QQuickWidget overviewKai Köhne2022-02-192-7/+13
* QQuickIcon: Resolve source URL relative to outermost property ownerYuya Nishihara2022-02-185-22/+25
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-161-0/+2
* Document that all required types must be implemented by custom stylesMitch Curtis2022-02-151-0/+8
* CMake: Document source file propertiesAlexandru Croitor2022-02-151-0/+187
* Use QSGRendererInterface::OpenGL in documentation and examplesKai Köhne2022-02-151-2/+2
* QQuickTableView: don't position the table contents outside the viewportRichard Moe Gustavsen2022-02-152-0/+71
* QQmlStrongJSQObjectReference: rename setObject() argument o → objMarc Mutz2022-02-151-5/+5