aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlconnections.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix linking to Qt Qml moduleTopi Reinio2023-12-011-1/+1
* QQmlConnections: Allow connections to C++-defined methodsUlf Hermann2023-11-291-33/+169
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-3/+3
* Remove superfluous QT_VERSION_CHECK testsFabian Kosmale2023-02-031-2/+0
* Connections: Don't crash when target is deletedFabian Kosmale2022-11-281-8/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Doc: Connections: Mention old syntax and its problemsUlf Hermann2022-08-291-0/+6
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-5/+8
* Make most QQmlPropertyData constUlf Hermann2022-03-141-1/+1
* Doc: Replace \qmlproperty Object and list<> thereof with QtObjectIvan Tkachenko2021-10-221-1/+1
* Fix life cycle methods for some QML-exposed typesUlf Hermann2021-07-141-4/+0
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-121-1/+1
* 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
* | Encapsulate QQmlContextDataUlf Hermann2020-03-231-3/+3
|/
* Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-111-1/+2
* Merge dev into 5.14Kari Oikarinen2019-08-271-0/+2
|\
| * Postpone the deprecation warning for Connections onFoo until 5.15Ulf Hermann2019-08-211-0/+2
* | qqmlconnections.cpp: Fix deprecation warning about QStringFriedemann Kleint2019-08-211-1/+2
|/
* Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-161-3/+69
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-3/+3
* Clean up compilation unit string resolutionSimon Hausmann2018-07-311-2/+1
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-1/+1
* Clean up QQmlCustomParser APISimon Hausmann2018-07-301-5/+5
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Simplify handling of function expressions as signal handlersMichael Brasser2018-03-211-7/+0
* Handle function expressions as signal handlersErik Verbruggen2018-03-201-3/+11
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+1
|\
| * Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-171-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+2
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* | QQmlConnections: Don't crash (or read past bounds) if a silly prop name is givenRobin Burchell2017-04-131-3/+2
|/
* qml: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-171-2/+2
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-2/+2
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-2/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-2/+2
| | |\
| | | * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-151-2/+2
* | | | Qml types: replace 'foreach' with 'range for'Anton Kudryavtsev2016-10-071-1/+1
|/ / /
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+0
* | | Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-301-5/+5
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Add enabled property to the QML Connections elementDan Cape2015-09-091-1/+30
|/
* Save another pointer in QQmlBoundSignalLars Knoll2015-06-181-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11