aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Re-generate QML importsSimon Hausmann2019-08-097-35/+25
| * | | | | | | | | | Update qml modulesLeander Beernaert2019-08-064-0/+15
| * | | | | | | | | | Update qml modulesLeander Beernaert2019-08-0119-55/+84
| * | | | | | | | | | Update add_qml_module() call to match new requirementsLeander Beernaert2019-07-3118-0/+18
| * | | | | | | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-2418-53/+26
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Build projects from src/importAlexandru Croitor2019-07-2420-0/+552
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-113-13/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-103-13/+0
* | | | | | | | | | | 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
* | | | | | | | | | 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
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | 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
* | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-081-0/+6
|\| | | | | | |