aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlconnections.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* CleanupSimon Hausmann2014-08-151-5/+5
* Rework custom parser integrationSimon Hausmann2014-06-041-32/+21
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-18/+8
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-291-2/+1
* Remove old compiler and VMESimon Hausmann2014-03-071-48/+0
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-1/+2
* [new compiler] Initial support for custom parsersSimon Hausmann2014-01-081-0/+38
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-2/+2
* Doc: Updated imports, \qmlmodule, and \inqmlmodule versions in src/qml.Jerome Pasion2013-09-271-1/+1
* Get rid of the signal expression rewriterSimon Hausmann2013-07-031-3/+3
* Doc: Qt QML: Fix module name formatSze Howe Koh2013-04-191-1/+1
* Move QML types to types folderAlan Alpert2013-03-141-0/+321