summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Always treat CSS-like suffix's as bindingsAaron Kennedy2009-05-261-1/+5
* roberto: Added support for CSS like numeric literals e.g. 10pAaron Kennedy2009-05-2614-35/+624
* Disable QmlDom debug output by defaultKai Koehne2009-05-251-4/+10
* Use the true metatype of attached properties in the compilerAaron Kennedy2009-05-221-0/+4
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-227-22/+44
|\
| * Naively fix handling of qreal properties for ARM.Michael Brasser2009-05-221-1/+2
| * Don't rely on qreal being a double.Michael Brasser2009-05-222-9/+16
| * fix warningsWarwick Allison2009-05-214-10/+10
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-201-0/+5
| |\
| | * Cleanup and fixes for performance logging.Michael Brasser2009-05-201-0/+5
| * | Basic qualified type support.Warwick Allison2009-05-201-4/+13
| |/
* | Store the type of the attached properties objectAaron Kennedy2009-05-223-45/+89
|/
* Remove unnecessary codeAaron Kennedy2009-05-201-2/+0
* Fix docs.Michael Brasser2009-05-192-4/+4
* Resolved reduce/reduce conflict between QML array literals and JS array liter...Roberto Raggi2009-05-195-849/+958
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Roberto Raggi2009-05-192-0/+31
|\
| * Added QmlEngine::componentSearchPath()Kai Koehne2009-05-192-0/+31
* | Fixed #includesRoberto Raggi2009-05-1819-58/+58
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-05-1810-902/+1006
|\
| * Do not store empty type names in QmlMetaTypeKai Koehne2009-05-181-1/+2
| * Renamed qualifiedObjectNameId.Roberto Raggi2009-05-183-12/+12
| * Compile.Roberto Raggi2009-05-182-3/+3
| * Introduced qualified type names in the grammar.Roberto Raggi2009-05-188-896/+989
| * Allow mapping from QMetaObject * to corresponding QmlTypeKai Koehne2009-05-182-4/+14
* | Fixed the addition of "id" to the list of QmlDomObject properties.Erik Verbruggen2009-05-181-2/+1
* | Added "id" to the list of QmlDomObject properties, so we can get to theErik Verbruggen2009-05-181-5/+1
|/
* Start work on translation support in Qml.Michael Brasser2009-05-184-4/+21
* Remove Assign*Binding VME instructionsAaron Kennedy2009-05-155-58/+21
* Remove AssignConstant VME instructionAaron Kennedy2009-05-154-84/+3
* 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
| |/ |/|