aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update qmltypes to use the new metatypes dependency formatLeander Beernaert2020-01-294-50/+150
* QML Type Registrar changesLeander Beernaert2020-01-2422-3/+104
* Support for QML Types RegistrarLeander Beernaert2020-01-243-0/+179
* Post merge fixesLeander Beernaert2020-01-2448-212/+175
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-16830-35647/+106986
|\
| * Use QFlatMap in QQuickTableViewShawn Rutledge2020-01-152-13/+14
| * Remove qmlminUlf Hermann2020-01-156-947/+1
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1518-96/+578
| |\
| | * Allow overriding type registrationsUlf Hermann2020-01-154-2/+44
| | * qqmlxmlhttprequest: Add ability to disable file:// requestsMaximilian Goldstein2020-01-153-80/+334
| | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-1410-20/+199
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-1410-20/+199
| | | |\
| | | | * Register PointerScrollEvent and document the WheelHandler.wheel signalShawn Rutledge2020-01-133-4/+142
| | | | * Remove unneeded/unused signalAlbert Astals Cid2020-01-132-2/+0
| | | | * Blacklist touchAndDragHandlerOnFlickable() on OpenSuse 15.0Ulf Hermann2020-01-101-0/+1
| | | | * QQuickItemView: Fix iteration/deletion logicUlf Hermann2020-01-101-12/+16
| | | | * On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-103-2/+39
| | | | * SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
| | * | | examples: Make qmlextensionplugins example usable without installationUlf Hermann2020-01-142-6/+17
| | |/ /
| * | | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-1420-238/+197
| * | | Adapt to the removal of QObject::staticQtMetaObjectOlivier Goffart2020-01-146-46/+7
| * | | Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-01-141-2/+2
| * | | qmlformat: Fix default construction of CommentUlf Hermann2020-01-140-0/+0
| * | | 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-14371-12834/+66504
| |\| |
| | * | qmllint: Consider failure to find imports an errorUlf Hermann2020-01-133-3/+4
| | * | qmllint: Consider attached propertiesUlf Hermann2020-01-133-0/+17
| | * | qmllint: parse simple type assertionsUlf Hermann2020-01-137-9/+63
| | * | qmllint: Assume "parent" property is always document parentUlf Hermann2020-01-137-0/+49
| | * | qmllint: Resolve aliasesUlf Hermann2020-01-1311-128/+304
| | * | qmllint: Analyze member accessUlf Hermann2020-01-139-78/+312
| | * | 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-1396-455/+667
| | * | Binding example: Fix type registrationFabian Kosmale2020-01-131-0/+2
| | * | QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-134-9/+66
| | * | QQmlImport: Allow importing multiple versions of the same moduleUlf Hermann2020-01-102-1/+24
| | * | qmlformat: Fix default construction of CommentUlf Hermann2020-01-101-2/+2
| | * | qmllint: parse JS files for methodsUlf Hermann2020-01-105-140/+206
| | * | Generate registrations for all importsUlf Hermann2020-01-1074-11038/+158
| | * | Make draganddrop example less confusingUlf Hermann2020-01-103-44/+109
| | * | tst_qqmlmetatype.cpp: Avoid memory leaksUlf Hermann2020-01-101-4/+6
| | * | tst_qquickanimations: Avoid memory leaksUlf Hermann2020-01-101-93/+125
| | * | tst_qmldiskcache: Increase compile timeoutUlf Hermann2020-01-101-1/+3
| | * | qmllint: Clean up access to m_exportedName2ScopeUlf Hermann2020-01-101-11/+12
| | * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-0937-106/+700
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-0937-106/+700
| | | |\|
| | | | * Fix unused variable warning on big-endianShawn Rutledge2020-01-081-0/+2