aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Regenerate plugins namesAlexandru Croitor2020-01-2913-40/+79
* Update qmltypes to use the new metatypes dependency formatLeander Beernaert2020-01-293-50/+140
* QML Type Registrar changesLeander Beernaert2020-01-2421-0/+93
* Support for QML Types RegistrarLeander Beernaert2020-01-243-0/+179
* Post merge fixesLeander Beernaert2020-01-2429-118/+138
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-16441-29653/+3356
|\
| * Use QFlatMap in QQuickTableViewShawn Rutledge2020-01-152-13/+14
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-158-11/+186
| |\
| | * Allow overriding type registrationsUlf Hermann2020-01-151-2/+6
| | * qqmlxmlhttprequest: Add ability to disable file:// requestsMaximilian Goldstein2020-01-151-1/+35
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-147-20/+161
| | |\
| | | * Register PointerScrollEvent and document the WheelHandler.wheel signalShawn Rutledge2020-01-133-4/+142
| | | * Remove unneeded/unused signalAlbert Astals Cid2020-01-132-2/+0
| | | * QQuickItemView: Fix iteration/deletion logicUlf Hermann2020-01-101-12/+16
| | | * On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-101-2/+2
| | | * SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
| * | | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-1417-231/+188
| * | | Adapt to the removal of QObject::staticQtMetaObjectOlivier Goffart2020-01-144-29/+5
| * | | Fix maximum minor to 15 for importsUlf Hermann2020-01-1419-19/+19
| * | | WorkerScript and QmlModels plugins: Force linking of base modulesUlf Hermann2020-01-143-4/+33
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-14138-11692/+773
| |\| |
| | * | QQmlMetaObject: Don't assert on validity of list propertiesUlf Hermann2020-01-131-11/+16
| | * | Doc: Explain how to specify multiple paths in QML2_IMPORT_PATHUlf Hermann2020-01-131-0/+7
| | * | Add PointerScrollEvent QML registrationShawn Rutledge2020-01-131-1/+5
| | * | Generate registrations for all examplesUlf Hermann2020-01-132-12/+9
| | * | QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-132-9/+9
| | * | QQmlImport: Allow importing multiple versions of the same moduleUlf Hermann2020-01-101-1/+7
| | * | Generate registrations for all importsUlf Hermann2020-01-1074-11038/+158
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-0924-104/+247
| | |\|
| | | * Fix unused variable warning on big-endianShawn Rutledge2020-01-081-0/+2
| | | * V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-081-2/+5
| | | * Check stack limit in FunctionPrototype::method_apply()Ulf Hermann2020-01-081-1/+7
| | | * V4: Don't crash when iterating invalid Proxy objectsUlf Hermann2020-01-082-2/+2
| | | * V4: Don't crash when sorting arrays with non-stringifyable entriesUlf Hermann2020-01-081-0/+6
| | | * Fix unused variable warningShawn Rutledge2020-01-071-2/+1
| | | * Stabilize QQuickItemParticleLouis du Verdier2020-01-072-46/+32
| | | * QV4: Support printing arrays with circular referencesFabian Kosmale2020-01-071-4/+9
| | | * QV4: Array.includes: Support large arraysFabian Kosmale2020-01-071-1/+2
| | | * QV4: Check recursion limit in toStringFabian Kosmale2020-01-071-0/+1
| | | * QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-073-1/+8
| | | * V4: Catch error when compiling broken RegExpsUlf Hermann2020-01-071-2/+2
| | | * V4: Fix sorting of sparse arraysUlf Hermann2020-01-061-1/+1
| | | * Avoid oob access on Array.concatUlf Hermann2020-01-061-1/+1
| | | * Emit QQmlEngine::warnings when load failsFabian Kosmale2020-01-061-1/+1
| | | * QV4::Engine: replace std::function with a function pointerFabian Kosmale2020-01-062-5/+5
| | | * QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-034-2/+27
| | | * QQuickWindow: make subFocusItem a QPointerFabian Kosmale2020-01-031-1/+1
| | | * Fix the build with -no-guiLiang Qi2020-01-021-0/+2
| | | * QQmlAdaptorModel: Guard access to wrapped AIMUlf Hermann2020-01-021-32/+44
| | | * QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-201-0/+89