aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Add undefined to builtins.qmltypesUlf Hermann2020-10-161-2/+7
* Fix typoes in builtins.qmltypesUlf Hermann2020-10-161-16/+16
* CMake: Allow installation of qmltypes filesUlf Hermann2020-10-089-0/+9
* Add missing typeinfo to labsanimation/qmldirUlf Hermann2020-10-071-0/+1
* QmlCompiler: Use the declared typeinfos rather than the defaultUlf Hermann2020-10-074-0/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0616-19/+19
* testlib: Remove the deprecated MouseDoubleClick() methodShawn Rutledge2020-10-051-35/+0
* TestCase.qml: make mouseMove(item) move to the center of the itemShawn Rutledge2020-10-021-3/+10
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-163-7/+8
* new builtins.qmltypesFawzi Mohamed2020-08-271-1614/+826
* Follow layoutMirroring in Layout marginsDavid Edmundson2020-08-263-1/+15
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-2318-1866/+0
* Quick: Make sure the module initialization runs in static buildsUlf Hermann2020-08-101-0/+2
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-221-1/+1
* CMake: Regenerate projectsAlexandru Croitor2020-07-094-2/+52
* Make the qtquick and qtqml plugins optionalUlf Hermann2020-07-026-32/+14
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-262-2/+2
* Use QList instead of QVectorJarek Kobus2020-06-252-2/+2
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-245-7/+7
* Don't leak QQmlBoundSignalExpressions in signaltransition.cppUlf Hermann2020-06-241-5/+8
* Replace QQmlBoundSignalExpressionPointer with QQmlRefPointerUlf Hermann2020-06-242-3/+3
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-233-8/+9
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-5/+5
* Remove QtQuick.Window pluginUlf Hermann2020-06-157-258/+2
* Allow QML plugins to be optionalUlf Hermann2020-06-094-4/+4
* Remove winrtOliver Wolff2020-06-041-1/+1
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-268-15/+0
* Don't use qmlplugindump for builtins.qmltypes anymoreUlf Hermann2020-05-193-18/+0
* Clean up registration of QEasingCurveUlf Hermann2020-05-191-1/+0
* Improve performance when dynamically adding items to a layoutJan Arve Sæther2020-05-045-98/+165
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-241-4/+17
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-221-4/+17
| |\
* | | QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-232-5/+5
* | | Add _q_dumpLayoutTree() for debugging purposesJan Arve Sæther2020-04-222-0/+79
* | | Use categorized logging instead of quickLayoutDebug()Jan Arve Sæther2020-04-214-19/+21
* | | CMake: Copy builtins.qmltypes to QML import path in non-prefix buildsUlf Hermann2020-04-141-1/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-092-4/+9
|\| |
| * | Add standard casing for FolderListModel::fileUrlMichael Brasser2020-03-242-4/+9
* | | StackLayout: add attached index, isCurrentItem, and layout propertiesMitch Curtis2020-03-232-15/+199
* | | Encapsulate QQmlContextDataUlf Hermann2020-03-231-3/+2
* | | Add MatchRegularExpression flagLars Knoll2020-03-201-0/+1
* | | Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-182-6/+9
* | | CMake: Remove testlogger.js from qmldirAlexandru Croitor2020-03-172-2/+1
* | | CMake: Fix QtQuick test import failure in testsAlexandru Croitor2020-03-162-3/+2
* | | QmlFolderListModelPlugin: unregister registered typeFabian Kosmale2020-03-131-1/+10
* | | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-03-1222-0/+666
|\ \ \
| * | | 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
| |\ \ \
| * | | | Regenerate projects to handle private deps correctlyAlexandru Croitor2020-02-0518-95/+36
| * | | | Post-merge fixesAlexandru Croitor2020-01-305-10/+5