summaryrefslogtreecommitdiff
path: root/src/declarative/qml/qdeclarativecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Backport some enum optimizations from Qt 5Alan Alpert2013-03-271-11/+33
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Create property cache in case of Component{} rootAaron Kennedy2011-06-101-0/+6
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Fix compilation on INTEGRITYRolland Dudemaine2011-02-221-17/+17
* Correct error messageAaron Kennedy2011-02-031-2/+10
* Implement property versioning inside the declarative engineAaron Kennedy2011-01-271-50/+124
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Support property/method versions in QMLMartin Jones2011-01-051-1/+16
* | Fix PropertyChange's binding rewriting for 'dot' properties.Michael Brasser2010-12-171-1/+1
* | Rewrite/cache bindings created by PropertyChanges.Michael Brasser2010-12-171-0/+29
* | QmlDebugger: Instantiation of deferred objects moved to the debugger engineChristiaan Janssen2010-12-101-5/+1
* | QmlDebugger: avoid deferring properties when compiling in a debug environmentChristiaan Janssen2010-12-091-1/+5
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-011-26/+93
|\ \ | |/
| * Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-291-26/+93
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-231-2/+0
|\ \ | |/
| * Don't leak QML compiled data objectsAaron Kennedy2010-11-191-2/+0
* | Optimize binding rewrites.Michael Brasser2010-11-191-1/+1
* | Optimize test for sharable bindings.Michael Brasser2010-11-161-5/+2
* | Treat easing.type: Easing.InOutQuad as a literal assignment, not bindingMichael Brasser2010-11-161-9/+25
|/
* Optimization: Don't generate intermediate QDeclarativeComponent'sAaron Kennedy2010-10-141-4/+4
* Allow aliases to value type propertiesAaron Kennedy2010-10-081-4/+23
* Don't allow multiple values to be assigned to a singular propertyAaron Kennedy2010-10-081-0/+3
* Connect property alias change signals on useAaron Kennedy2010-10-071-2/+4
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-281-1/+1
* Small cleanupAaron Kennedy2010-09-061-7/+5
* Don't modify the signal order on the second dynamic meta object passAaron Kennedy2010-09-031-4/+8
* Ignore non-scriptable properties in QMLAaron Kennedy2010-08-311-3/+11
* Don't double call classBegin()Aaron Kennedy2010-08-311-1/+1
* Simplify type management codeAaron Kennedy2010-08-271-43/+32
* CleanupAaron Kennedy2010-08-271-4/+5
* Internal QML API cleanupAaron Kennedy2010-08-271-11/+7
* Remove some warningsMartin Jones2010-08-061-6/+9
* QtDeclarative: Give name to function bindings and signals.Olivier Goffart2010-07-281-0/+2
* Fix QT_NO_DATESTRINGTasuku Suzuki2010-07-271-4/+4
* QML: Let the debugger now the name of embedded functions within a QML functionOlivier Goffart2010-07-071-1/+1
* Make autotests work with qreal == float (in addition to double).Warwick Allison2010-07-021-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-251-4/+17
|\
| * Allow custom parsers to handle attached propertiesAaron Kennedy2010-06-251-4/+9
| * Disallow global object properties as property namesAaron Kennedy2010-06-251-0/+8
* | Test ListElement type via type system, not string comparison.Warwick Allison2010-06-251-0/+12
|/
* Fix QT_NO_TEXTDATE compilation errors.Andreas Aardal Hanssen2010-05-311-0/+4
|\