aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-021-1/+1
|\
| * Avoid compile warning in qqmlpropertyvalidator.cppUlf Hermann2019-10-011-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-2717-100/+687
|\|
| * Specify parameters of type registration in class declarationsUlf Hermann2019-09-2612-90/+676
| * QQmlDelegateModel: Fix QQmlDelegateModelItem::dataForObjectFabian Kosmale2019-09-253-6/+12
| * required properties: move hadRequiredProperties to shared stateFabian Kosmale2019-09-252-4/+4
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-192-27/+0
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-0514-34/+142
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-0911-19/+90
| |\ \ \
| * | | | Remove module registration related Qt version #ifdefsSimon Hausmann2019-07-222-27/+0
* | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-186-0/+16
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | qquicklistview: support required properties in sectionDelegateFabian Kosmale2019-09-122-0/+6
| * | | | Support required properties in model delegatesFabian Kosmale2019-09-124-0/+10
* | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-1212-98/+155
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-1112-98/+155
| |\ \ \ \
| | * | | | Use constructor-style casts in qmlobject_(dis)connectShawn Rutledge2019-09-101-4/+4
| | * | | | Optimize enum setupUlf Hermann2019-09-103-42/+49
| | * | | | Prefer JS stack frames over QML contexts when resolving translationsUlf Hermann2019-09-101-23/+25
| | * | | | Also check the non-file-imported type on QQmlMetaType::typeForUrlMichael Brasser2019-09-091-3/+10
| | * | | | Don't manually resolve C++ base type for attached propertiesUlf Hermann2019-09-092-23/+4
| | * | | | Implement lookups for enumsSimon Hausmann2019-09-062-0/+58
| | * | | | QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-051-1/+3
| | * | | | Drop default parameter for qmlRegisterAnonymousTypeUlf Hermann2019-09-051-2/+2
* | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-1117-117/+416
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Refactor QQmlValueTypeWrapper and assert on some null pointersUlf Hermann2019-09-103-51/+74
| * | | | Introduce required properties to QMLFabian Kosmale2019-09-097-16/+257
| * | | | QQmlVMEMetaObject::aliasTarget: fix target computation for local aliasFabian Kosmale2019-09-051-0/+2
| * | | | Remove assert when setting binding to aliasFabian Kosmale2019-09-051-1/+1
| |/ / /
| * | | Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-043-31/+82
| * | | QQmlType: Remove dead codeUlf Hermann2019-09-042-18/+0
* | | | Fix build without features.easingcurveTasuku Suzuki2019-08-302-0/+11
|/ / /
* | | Android multiarch supportBogDan Vatra2019-08-282-2/+10
* | | Merge dev into 5.14Kari Oikarinen2019-08-279-17/+102
|\ \ \
| * | | Harmonize meta object revisions and minor versionsUlf Hermann2019-08-262-5/+5
| * | | qqml.h: add qmlRegisterAnonymousTypeFabian Kosmale2019-08-211-2/+8
| * | | Introduce functions to set properties during creationFabian Kosmale2019-08-196-10/+89
* | | | Improve error message when setting to a property with unknown typeAleix Pol2019-08-231-7/+11
|/ / /
* | | Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-161-0/+4
* | | Adapt usage of QMetaCallEvent to changes in QtCoreVolker Hilsheimer2019-08-131-10/+6
| |/ |/|
* | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-312-4/+4
* | Fix debug output for QQmlError when url is a resourceJan Arve Sæther2019-07-301-2/+3
* | Fix bug in QQmlEngine::setImportPathList() when it had a resource pathJan Arve Sæther2019-07-301-1/+3
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-262-4/+21
|\ \
| * \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-241-1/+12
| |\ \
| | * | Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
| * | | Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-171-3/+9
| |\| |
| | * | Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
* | | | Support top level generator functionsFabian Kosmale2019-07-231-1/+5
* | | | Fix nullptr handling in bindingFabian Kosmale2019-07-221-2/+10
* | | | Introduce qmlRegisterSingletonInstanceFabian Kosmale2019-07-193-0/+36