aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: make validator documentation more discoverableMitch Curtis2022-03-092-1/+8
* QML: Unify treatment of invalid revisions on registrationUlf Hermann2022-03-091-10/+12
* QQuickScrollBar: ensure '0 ≤ size ≤ 1' and '0 ≤ minimumSize ≤ 1'Oliver Eftevaag2022-03-071-8/+9
* Fix selectedFiles being empty for native FileDialogsMitch Curtis2022-03-072-0/+10
* ExecutionEngine: Move initialization of statics into separate methodUlf Hermann2022-03-052-68/+87
* QQuickMaterialStyle: Fix bogus revision declarationUlf Hermann2022-03-051-1/+1
* QNX: Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-03-052-0/+5
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-044-82/+271
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-031-1/+1
* QmlCompiler: Optimize metaobject retrieval some moreUlf Hermann2022-03-031-2/+2
* QmlCompiler: Don't generate code for untyped JS callsUlf Hermann2022-03-035-2/+23
* QmlCompiler: Correctly label return types of JS functionsUlf Hermann2022-03-031-1/+3
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-032-15/+45
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-021-2/+11
* QmlCompiler: Optimize some more type conversionsUlf Hermann2022-03-021-10/+67
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-021-0/+12
* Disable failing declarative tests on Android - Part 2Assam Boudjelthia2022-03-021-0/+3
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-022-3/+9
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-021-20/+29
* QML: Add indirect library dependencies for tests relying thosePasi Petäjäjärvi2022-03-021-1/+1
* Doc: state that desktop support is being improvedMitch Curtis2022-03-021-0/+5
* qml: Add build qmldir import path of the current module in prefix buildsAndrei Golubev2022-03-021-1/+19
* qquickstyleitem: Fix Q_ENUM/Q_FLAG confusionFabian Kosmale2022-03-021-1/+1
* CMake: Clean up deployment docs for 6.3Alexandru Croitor2022-03-023-4/+22
* Ensure that min <= max in qBound callOliver Eftevaag2022-03-021-1/+2
* CMake: Remove INSTALL_SOURCE_QMLTYPES warningAlexandru Croitor2022-03-021-4/+0
* QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-011-5/+5
* QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-011-0/+2
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-011-3/+9
* Remove PUBLIC which leads to unnecessary Qt::Gui dependenciesTatiana Borisova2022-02-281-1/+1
* Copy QML builtins in prefix buildsAndrei Golubev2022-02-281-0/+7
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-241-14/+14
* qmllint: Properly warn about calling propertiesMaximilian Goldstein2022-02-232-4/+54
* 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
* qmllint: Warn about missing property types on current scopeMaximilian Goldstein2022-02-212-16/+29
* MessageDialog: use QQuickDialog::implicitFooterHeight for implicitHeightOliver Eftevaag2022-02-215-5/+5
* tst_qmltc_examples: Fix a documentation leftover (FILES -> QML_FILES)Andrei Golubev2022-02-211-2/+2
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-213-58/+113
* QmlCompiler: Do not crash on attempts to lookup a function in the scopeUlf Hermann2022-02-211-1/+1
* QmlCompiler: Do not generate block comments into C++ codeUlf Hermann2022-02-211-9/+2
* QmlCompiler: Avoid infinite loop in dead store eliminationUlf Hermann2022-02-211-3/+6
* QQuickIcon: Resolve source URL relative to outermost property ownerYuya Nishihara2022-02-195-22/+25
* QmlCompiler: Correctly encode inf/nan/-0 into C++Ulf Hermann2022-02-181-0/+13
* Doc: Turn notes into section in QQuickWidget overviewKai Köhne2022-02-182-7/+13