aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-2/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-1/+2
|\
| * Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-111-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-3/+5
|\|
| * Clarify the Binding.restoreMode warning messageUlf Hermann2020-02-031-7/+11
* | QML binding restoreMode warning: split into several linesFrederik Gladhorn2019-12-101-10/+10
* | Make clear how to fix QML binding restoreMode warningFrederik Gladhorn2019-12-101-0/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-102-8/+63
|\|
| * Output a message when changing the target of a Binding from elsewhereUlf Hermann2019-10-092-3/+51
| * Postpone the Binding restore mode behavior change to Qt 6.0Ulf Hermann2019-10-091-5/+12
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-082-8/+21
|\|
| * QML Binding: do not convert stringsFabian Kosmale2019-10-072-7/+7
| * Re-add the warnings about deprecated default binding restore modeUlf Hermann2019-10-041-1/+14
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-1/+1
|\|
| * QQmlBind: Mark restoreMode as explicitly also when set to default valueUlf Hermann2019-10-021-1/+1
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-263-0/+10
|/
* Merge dev into 5.14Kari Oikarinen2019-08-272-2/+4
|\
| * Harmonize meta object revisions and minor versionsUlf Hermann2019-08-261-2/+2
| * Postpone the deprecation warning for Connections onFoo until 5.15Ulf Hermann2019-08-211-0/+2
* | QQmlBind: Fix qdoc warningFriedemann Kleint2019-08-211-1/+1
* | qqmlconnections.cpp: Fix deprecation warning about QStringFriedemann Kleint2019-08-211-1/+2
|/
* Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-162-3/+73
* Fix tests in qtquickcontrols 1 and 2Simon Hausmann2019-08-071-26/+1
* Fix build without features.itemmodelTasuku Suzuki2019-07-081-4/+9
* Fix crash when binding to QML componentFabian Kosmale2019-07-041-3/+3
* Restore value bindings when disabling a Binding elementErik Verbruggen2019-05-172-5/+155
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-162-5/+5
* Move workerscript to its own moduleUlf Hermann2019-05-063-799/+0
* Move model types into their own libraryUlf Hermann2019-05-0228-13141/+2
* Clean up type registrationUlf Hermann2019-04-182-0/+42
* Remove QQmlV4HandleUlf Hermann2019-04-108-31/+25
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-0/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-091-0/+2
| |\
| | * Don't use delegate model types on -no-feature-delegate-modelUlf Hermann2019-04-081-0/+2
* | | Add TableModelColumnMitch Curtis2019-04-086-335/+884
* | | QQuickWorkerScript: remove unused includesUlf Hermann2019-04-031-4/+0
* | | QQmlInstanceModel: add variantValue()wip/propertycache-refactorMitch Curtis2019-04-026-17/+18
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-222-2/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-212-2/+10
| |\|
| | * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-2/+1
| | * Enable lookups in QMLSimon Hausmann2019-03-192-0/+9
* | | Simplify invocation of TableModel.roleDataProvider (toScriptValue)Shawn Rutledge2019-03-211-2/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-151-7/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-7/+14
| |\|
| | * Doc: Document peculiarity of sorting DelegateModelGroupsUlf Hermann2019-03-011-1/+2
| | * doc: Clarify that DelegateModel is a kind of proxy modelShawn Rutledge2019-02-261-6/+12
* | | TableModel: support built-in QML model rolesMitch Curtis2019-02-282-90/+78
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-02-254-6/+34
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-254-6/+34
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-224-6/+34
| | |\|