aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-022-5/+2
|\
| * Avoid compile warning in qqmlpropertyvalidator.cppUlf Hermann2019-10-011-1/+1
| * Doc: Promote writing arrays as enum descriptions in qmltypes filesUlf Hermann2019-09-301-4/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-2720-100/+697
|\|
| * Specify parameters of type registration in class declarationsUlf Hermann2019-09-2615-90/+686
| * 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-199-35/+9
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-0520-82/+281
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-0927-85/+375
| |\ \ \
| * | | | Fix tests in qtquickcontrols 1 and 2Simon Hausmann2019-08-071-26/+1
| * | | | Remove module registration related Qt version #ifdefsSimon Hausmann2019-07-222-27/+0
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-1710-110/+153
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-12121-3498/+5106
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0819-489/+589
| |\ \ \ \ \ \
| * | | | | | | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-07-087-8/+9
* | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-1814-27/+159
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Modernize QQmlDirParser a bitUlf Hermann2019-09-172-19/+8
| * | | | | | | V4: Provide an environment variable to disable runtime stack size checksUlf Hermann2019-09-173-7/+23
| * | | | | | | Doc: Document the most relevant QV4_* environment variablesUlf Hermann2019-09-132-0/+111
| * | | | | | | qquicklistview: support required properties in sectionDelegateFabian Kosmale2019-09-122-0/+6
| * | | | | | | Increment Q_QML_PRIVATE_API_VERSIONFabian Kosmale2019-09-121-1/+1
| * | | | | | | Support required properties in model delegatesFabian Kosmale2019-09-124-0/+10
* | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-1217-103/+199
|\| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-1117-103/+199
| |\ \ \ \ \ \ \
| | * | | | | | | 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-063-0/+67
| | * | | | | | | QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-051-1/+3
| | * | | | | | | Implement lookups for qml type wrappersSimon Hausmann2019-09-053-3/+33
| | * | | | | | | Drop default parameter for qmlRegisterAnonymousTypeUlf Hermann2019-09-051-2/+2
| | * | | | | | | Use quiet NaNs instead of signalling onesEdward Welbourne2019-09-042-2/+2
* | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-1124-279/+629
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Refactor QQmlValueTypeWrapper and assert on some null pointersUlf Hermann2019-09-104-52/+75
| * | | | | | | Introduce required properties to QMLFabian Kosmale2019-09-0912-20/+293
| * | | | | | | Tighten verification of signal namesUlf Hermann2019-09-091-3/+9
| * | | | | | | qqmljs.g: deduplicate rulesFabian Kosmale2019-09-061-76/+32
| * | | | | | | 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
| * | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-0511-100/+154
| |\| | | | | |
| | * | | | | | Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-043-31/+82
| | * | | | | | QQmlType: Remove dead codeUlf Hermann2019-09-042-18/+0
| * | | | | | | qqmljs.g: reduce number of conflictsFabian Kosmale2019-09-032-62/+91
| * | | | | | | Visit lists iteratively when determining source locations in QMLFabian Kosmale2019-09-031-17/+44
| * | | | | | | qqmljs.g: reduce number of conflictsFabian Kosmale2019-08-291-0/+1
* | | | | | | | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-09-042-42/+50
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Allow semicolon after property declarationFabian Kosmale2019-09-031-7/+12