aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Qml: Analyze qsTranslate at compile timeUlf Hermann2022-10-138-32/+113
* Add explicit dependency on 'Qml_sync_headers' for QML modulesAlexey Edelev2022-10-131-0/+7
* QV4::Scope: Forbid calling alloc with qint64Fabian Kosmale2022-10-134-13/+18
* QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-10-134-9/+27
* TableView/TreeViewDelegate: clearify the use of pointerNavigationEnabledRichard Moe Gustavsen2022-10-132-0/+10
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-139-33/+33
* Make QQuickAttachedPropertyPropagator publicMitch Curtis2022-10-1315-327/+460
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-1346-120/+120
* V4: Refactor QQmlValueType{Wrapper|Reference} and QV4::SequenceUlf Hermann2022-10-138-275/+424
* QmlCompiler: Properly check contained type for enumsUlf Hermann2022-10-121-1/+1
* TableView: Expose the flag via Q_FLAGS, not the underlying enumFabian Kosmale2022-10-121-1/+1
* QQuickStyle: Don't declare variable as staticDoris Verria2022-10-121-1/+1
* Introduce scoped property into qmltypes/enumEvgeniy A. Dushistov2022-10-113-3/+14
* qmltc: Remove broken alias optimizationSami Shalayel2022-10-111-7/+11
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4
* QQmlTranslation: Use std::nullptr_t rather than std::monostateUlf Hermann2022-10-112-5/+8
* QQmlCustomParser: Assert on validator where appropriateUlf Hermann2022-10-111-0/+1
* QObjectWrapper: Assert on m_multiplyWrappedQObjects where appropriateUlf Hermann2022-10-111-1/+3
* QuickTestUtils: Explicitly depend on NetworkFabian Kosmale2022-10-111-0/+1
* QQmlListModel: emit dataChange signal when updating the translationsUlf Hermann2022-10-111-0/+10
* Add new Quick3D event typesAntti Määttä2022-10-101-2/+3
* qqmljsimportvisitor: rename m_currentInlineComponent to m_currentRootSami Shalayel2022-10-102-6/+6
* qmltc: fix code generation for implicit componentsSami Shalayel2022-10-101-0/+3
* Doc: Fix compilation errors in snippetSze Howe Koh2022-10-081-2/+2
* Fix typo in docsShawn Rutledge2022-10-081-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-07109-314/+314
* Port from container::count() and length() to size()Marc Mutz2022-10-07251-1224/+1224
* QML: Drop the "succeeded" out parameters from SequencePrototypeUlf Hermann2022-10-076-41/+25
* V4: Drop extra QVariant parameter from fromData()Ulf Hermann2022-10-077-25/+22
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-10-072-10/+13
* sg: Enable hooking into the releaseResources call on the windowLaszlo Agocs2022-10-074-10/+20
* Remove unused QQuickGridLayoutEngine::alignment() functionJan Arve Sæther2022-10-072-8/+0
* QQuickTableView: add API to set section sizes explicitlyRichard Moe Gustavsen2022-10-073-22/+276
* CMake: fix qmlimportscanner import argumentMorten Sørvig2022-10-071-1/+1
* V4: Optimize more type conversionsUlf Hermann2022-10-062-7/+91
* masm: Treat Android as generic Posix regarding mmap and friendsUlf Hermann2022-10-062-8/+17
* QmlCompiler: Do not crash on version-mismatched property accessUlf Hermann2022-10-062-7/+16
* Doc: Mention QT_QML_SKIP_TYPE_COMPILER one more timeUlf Hermann2022-10-061-1/+2
* qmltc: warn about enums declarations in inline componentsSami Shalayel2022-10-041-0/+4
* QQmlEngine: add signal for offlineStoragePathFabian Kosmale2022-10-042-2/+10
* Doc: fix since/deprecation versions for TestCase change that missed 6.4Mitch Curtis2022-10-042-4/+4
* Doc: link to QQuickPaintedItem examplesMitch Curtis2022-10-031-0/+2
* Popup: Don't propagate unhandled mouse events beyond the overlayVolker Hilsheimer2022-10-011-0/+6
* Hide configure output about shaderKai Köhne2022-10-011-0/+1
* Do not store the accumulator in optional chaining callFabian Kosmale2022-09-301-2/+0
* Doc: fix FrameAnimation's frameTime snippetMitch Curtis2022-09-301-2/+3
* Fix build with disabled accessibilityAlexey Edelev2022-09-291-2/+3
* createTemporaryObject: account for undefined parent argumentMitch Curtis2022-09-301-0/+3
* Remove some dead codeUlf Hermann2022-09-291-8/+0
* qml: deprecate top-level componentsSami Shalayel2022-09-291-0/+20