summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-387/+0
| | | | QDeclarativeXXX.
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* fix includesOswald Buddenhagen2009-12-031-12/+15
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-7/+7
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Remove include styles that rely on configure.Warwick Allison2009-12-011-6/+6
| | | | May help modularization (syncqt and configure are Qt-specific).
* Support array-literal Script::source valuesAaron Kennedy2009-11-291-0/+54
|
* Remove dead codeAaron Kennedy2009-11-061-94/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-16/+16
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * fix headersWarwick Allison2009-10-291-16/+16
| |
* | Make private headers _pAaron Kennedy2009-10-301-1/+1
|/
* Support assigning scripts to QML propertiesAaron Kennedy2009-10-221-0/+10
|
* Improve Behavior reliability.Michael Brasser2009-10-111-0/+3
|
* Make Script an instrinsic typeAaron Kennedy2009-10-071-0/+2
| | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts.
* Make more qmlecmascript tests passAaron Kennedy2009-09-231-0/+9
| | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass.
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-0/+1
|
* Fix leaks.Michael Brasser2009-09-071-0/+2
|
* Expose type library information in QmlDomObjectKai Koehne2009-08-241-1/+1
| | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information.
* Add prototype value type supportAaron Kennedy2009-07-231-0/+8
|
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-1/+0
|
* Protect against overriding FINAL propertiesAaron Kennedy2009-07-161-1/+1
|
* Small cleanupsAaron Kennedy2009-07-161-3/+2
|
* Fix memory leakAaron Kennedy2009-07-151-0/+4
|
* Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-151-6/+38
|
* Support parameterized synthesized methodsAaron Kennedy2009-07-021-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-021-1/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Add parameterized synthesized signalsAaron Kennedy2009-07-021-1/+2
| | | | | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
* | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
|/
* First set of changes to add dynamic properties to the QML DOM.Erik Verbruggen2009-06-301-1/+2
|
* Renamed the QML front-end.Roberto Raggi2009-06-111-2/+2
|
* Delay the compilation of bindings until the endAaron Kennedy2009-05-281-6/+11
| | | | This way we have a better understanding of the complete context in which the binding will be executed.
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-1/+0
|
* Save the JavaScript AST in the QmlParser::Variant for use by othersAaron Kennedy2009-05-271-3/+15
|
* Fix qmlparser test failureAaron Kennedy2009-05-131-3/+6
|
* More testsAaron Kennedy2009-05-121-1/+0
|
* Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-111-2/+90
|
* Improve parser line/column trackingAaron Kennedy2009-05-061-10/+78
|
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-1/+1
|
* Fix crashAaron Kennedy2009-05-061-3/+3
| | | | As QMetaObject::indexOfProperty() downcasts QMetaObject's that have the DynamicMetaObject flag set, we must ensure that we use a QAbstractDynamicMetaObject whereever we set this flag, otherwise it may crash.
* Add parser support for object slot declarationsAaron Kennedy2009-05-051-0/+9
|
* Remove magic "properties" and "signals" property supportAaron Kennedy2009-05-051-4/+1
| | | | | | | New properties and signals should be defined using the QML syntax: [default] property <type> <name> [: <expr>] signal <name>
* Improve error handling consistencyAaron Kennedy2009-05-051-4/+4
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-10/+10
|
* Use the DUI language.Roberto Raggi2009-04-241-1/+0
|
* optional property debug output when the environment variable DUI_DEBUG is ↵mae2009-04-241-4/+6
| | | | defined.
* support public property definitionsmae2009-04-241-1/+4
|
* support both *.qml and *.whatever with autodetection. Some debug output, ↵mae2009-04-241-0/+2
| | | | some fixes. Some stuff works now, biggest omission is UiObjectBinding to get the more complex examples working.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+167