aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-121-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-22/+0
* Remove unused functionVolker Hilsheimer2020-12-041-3/+0
* Don't return reference to temporary QModelIndexVolker Hilsheimer2020-12-031-1/+1
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-4/+4
* QtQml: Use unicode character literalsUlf Hermann2020-06-031-1/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-051-2/+7
|\
| * Make Connections object qmlWarning follow a logging categoryDavid Edmundson2020-04-301-2/+7
* | Register value types declarativelyUlf Hermann2020-04-281-0/+10
* | Encapsulate QQmlContextDataUlf Hermann2020-03-231-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-2/+0
|\|
| * Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-2/+0
* | Add major version to all Q_REVISIONsUlf Hermann2020-02-193-4/+7
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-1/+2
|\|
| * 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
* | | QQmlBinding: Change the restoreMode defaultUlf Hermann2019-10-161-25/+4
|/ /
* | 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