aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-1220-38/+40
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-1269-132/+391
|\
| * Avoid unloading plugins which register types to prevent crashesFabian Kosmale2020-03-091-1/+2
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-095-9/+13
| |\
| | * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-5/+5
| | * Move dependencies.json files into the right placesUlf Hermann2020-02-263-4/+1
| | * Export QQuickRootItem to QMLUlf Hermann2020-02-251-0/+7
| * | Provide the labs imports also under QT_VERSIONUlf Hermann2020-02-216-4/+10
| * | Fix all import versionsUlf Hermann2020-02-1917-17/+17
| * | Add major version to all Q_REVISIONsUlf Hermann2020-02-1921-17/+47
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-1733-88/+306
| |\|
| | * TestCase: deprecate mouseDoubleClick()Mitch Curtis2020-02-141-8/+9
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-134-5/+34
| | |\
| | | * Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-124-5/+34
| | * | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-074-2/+43
| | * | statemachine: Use new QQmlListProperty capabilitiesUlf Hermann2020-02-067-31/+125
| | * | Synthetically reference type registration functionsUlf Hermann2020-02-0417-43/+101
| | * | Force models and workerscript plugins to link their librariesUlf Hermann2020-01-302-4/+31
* | | | Regenerate projects to handle private deps correctlyAlexandru Croitor2020-02-0518-95/+36
* | | | Post-merge fixesAlexandru Croitor2020-01-305-10/+5
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-2912-27/+34
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-253-6/+13
| |\| |
| | * | Add support to match against QObject properties in DelegateChooserJoni Poikelin2020-01-241-3/+9
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-232-3/+4
| | |\|
| | | * Remove shadereffect dependency from shapesKarim Pinter2020-01-221-2/+3
| | | * Initialize boolean m_hasItemChangeListenersDavid Edmundson2020-01-211-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-211-4/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-201-4/+4
| | |\|
| | | * Remove unneeded/unused signalAlbert Astals Cid2020-01-131-1/+0
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-204-12/+12
| |\| |
| | * | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-174-12/+12
| * | | Drop all the .2 from import directoriesUlf Hermann2020-01-175-5/+5
* | | | QML Type Registrar changesLeander Beernaert2020-01-2412-0/+12
* | | | Post merge fixesLeander Beernaert2020-01-2415-30/+38
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-1662-10597/+1032
|\| | |
| * | | Fix maximum minor to 15 for importsUlf Hermann2020-01-1413-13/+13
| * | | WorkerScript and QmlModels plugins: Force linking of base modulesUlf Hermann2020-01-142-3/+31
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1450-10565/+940
| |\| |
| | * | Generate registrations for all importsUlf Hermann2020-01-1050-10578/+948
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-128-22/+54
| |\| |
| | * | QQuickGridLayoutEngine: Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-281-1/+1
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-261-9/+9
| | |\|
| | | * mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-231-9/+9
| | * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+1
| | * | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-223-4/+4
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-224-6/+39
| | |\|
| | | * mouseDrag(): never drag along an axis that wasn't requestedMitch Curtis2019-11-141-2/+6
| | | * Qt Quick Layouts: Do not assert when specifying an invalid row/columnJan Arve Sæther2019-11-131-2/+16
| | | * Doc: Fix documentation warningsTopi Reinio2019-11-112-2/+17
* | | | Post Merge FixesLeander Beernaert2019-11-255-8/+52