summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativescriptparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* 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
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-171-1/+1
|\
| * Qt.include() used in WorkerScript is broken on Windows.Martin Jones2011-03-161-1/+1
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-111-1/+4
|\|
| * Fix line information for dynamic slots in .qml filesKai Koehne2011-03-091-1/+4
* | Fix compilation on INTEGRITYRolland Dudemaine2011-02-221-15/+15
|/
* 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
* | Fix QtDeclarative compilation warningsJoona Petrell2011-01-181-6/+0
* | Support property/method versions in QMLMartin Jones2011-01-051-1/+0
|/
* Fix compile warnings.Friedemann Kleint2010-09-141-1/+1
* Simplify type management codeAaron Kennedy2010-08-271-6/+0
* QML JavaScript .import parserAaron Kennedy2010-08-271-0/+211
* Fix few declarative code issues discovered by static code analysisJoona Petrell2010-08-241-1/+1
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* Fix compilation with QT_NO_TEXTCODECTasuku Suzuki2010-07-291-0/+2
* Fix compiler warningAaron Kennedy2010-07-221-2/+0
* Reuse QML lexer to simplify .pragma script logicAaron Kennedy2010-07-221-62/+37
* Small cleanupsAaron Kennedy2010-04-281-56/+19
* Disallow "Qt" as namespace importAaron Kennedy2010-04-271-0/+8
* Remove "property var" supportAaron Kennedy2010-04-191-6/+0
* Remove Script {} supportAaron Kennedy2010-04-191-73/+21
* unwarnWarwick Allison2010-04-091-1/+1
* Use variant instead of var in QMLAaron Kennedy2010-04-091-2/+9
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-081-0/+1
* Fix location of error message.Warwick Allison2010-04-081-2/+2
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-3/+3
* Fixed: Declared properties cannot be assigned in declarationRoberto Raggi2010-03-311-5/+8
* Remove "variant" QML propertiesAaron Kennedy2010-03-291-2/+1
* Use QDateTime when specifying a "date" property in QMLAaron Kennedy2010-03-291-1/+7
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-4/+126
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-5/+0
* Improve grouped property error messagesAaron Kennedy2010-03-041-2/+2
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-17/+49
* Fixup tests after QDeclarative class renamesAaron Kennedy2010-02-241-1/+1
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+952