summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Implement SetProperties as a custom parserAaron Kennedy2009-05-153-12/+19
* Move inside the guardsAaron Kennedy2009-05-151-3/+2
* Fix SetProperties not always setting properties correctly.Michael Brasser2009-05-153-53/+60
* Compile with gcc 4.2.Roberto Raggi2009-05-142-46/+71
* Introduced UiStatement in the QML grammar.Roberto Raggi2009-05-145-804/+827
* There's no need to record the current AST in the QML/JS engine.Roberto Raggi2009-05-141-12/+1
* Some (internal) API cleanup.Roberto Raggi2009-05-146-46/+46
* Moved Parser::DiagnosticMessage and AST::SourceLocationRoberto Raggi2009-05-146-72/+50
* Renamed JavaScriptEnginePrivate in Engine.Roberto Raggi2009-05-1410-40/+40
* Protect the QML front-end using the namespace JavaScript.Roberto Raggi2009-05-149-208/+222
* Removed javascriptvalue.hRoberto Raggi2009-05-146-18/+9
* Array expressions testAaron Kennedy2009-05-141-3/+1
* Remove AssignSignal instructionAaron Kennedy2009-05-135-69/+58
* Remove left over debuggingAaron Kennedy2009-05-131-1/+0
* Fix qmlparser test failureAaron Kennedy2009-05-133-6/+10
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-131-0/+1
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-126-74/+15
| |\
| * | More robust error handling (in ListView) and reporting (in VisualModel).Martin Jones2009-05-121-0/+1
* | | Disable code that triggers a crash at exit.Aaron Kennedy2009-05-121-3/+5
* | | Remove QWidget hackAaron Kennedy2009-05-121-5/+1
* | | More testsAaron Kennedy2009-05-125-26/+15
| |/ |/|
* | More QML testsAaron Kennedy2009-05-126-74/+15
|/
* Clean up qmlparser testAaron Kennedy2009-05-124-3/+26
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-1111-743/+820
|\
| * Automatic semicolon insertion for property and signal definitions.Roberto Raggi2009-05-116-740/+728
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-05-1115-943/+1073
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-05-115-873/+853
| | |\
| | * | Added positioning information to the dom as position+length.Erik Verbruggen2009-05-114-0/+91
| * | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-111-3/+1
* | | | Use sub-component metaobjects to improve performanceAaron Kennedy2009-05-115-16/+33
* | | | Remove outdated commentAaron Kennedy2009-05-111-2/+0
* | | | Ensure negative numeric literals are not treated as bindingsAaron Kennedy2009-05-111-10/+13
* | | | Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-117-82/+183
| |_|/ |/| |
* | | Fixed the conflicts introduced by UiArrayLiteralRoberto Raggi2009-05-115-873/+853
| |/ |/|
* | Reevaluate expressions when context properties changeAaron Kennedy2009-05-116-70/+129
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-113-88/+100
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-116-6/+75
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-111-0/+1
| | |\
| | | * CompileYann Bodson2009-05-111-0/+1
| | * | d-pointerize QmlOpenMetaObjectMartin Jones2009-05-111-0/+1
| | |/
| * | Detect binding loops.Michael Brasser2009-05-112-88/+98
* | | Fix crashAaron Kennedy2009-05-111-0/+3
| |/ |/|
* | Clean up QmlContext's and QmlExpression's when a context gets deletedAaron Kennedy2009-05-114-3/+49
* | When a QmlContext is destroyed, associated objects must be disassociatedAaron Kennedy2009-05-115-4/+25
|/
* Handle QmlParserStatus's and QmlBindableValeus being deleted during component...Aaron Kennedy2009-05-1111-31/+164
* CompileAaron Kennedy2009-05-111-2/+2
* Fixed possible crash when processing Ui object definitions.Roberto Raggi2009-05-081-3/+6
* Expose import statements in QmlDomDocumentKai Koehne2009-05-085-8/+48
* Only print error on an actual errorAaron Kennedy2009-05-081-1/+3
* Tweak debugger watchesAaron Kennedy2009-05-082-0/+12