summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Fix pens.Warwick Allison2009-05-195-65/+108
| | * | | | | | Added QmlEngine::componentSearchPath()Kai Koehne2009-05-192-0/+31
| | | |_|_|/ / | | |/| | | |
| * | | | | | Fixed #includesRoberto Raggi2009-05-1898-245/+247
* | | | | | | Add a SetProperties::restoreEntryValues property to store the state restoring...Aaron Kennedy2009-05-194-3/+24
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-05-193-2/+35
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Docs and minor fixes for the Rotation element.Michael Brasser2009-05-192-1/+32
| * | | | | Add missing clearItem() flagAaron Kennedy2009-05-191-1/+3
| | |_|/ / | |/| | |
* | | | | Fixes particle clipping bugAlan Alpert2009-05-191-8/+88
|/ / / /
* | | | Remove debug.Michael Brasser2009-05-181-1/+0
|/ / /
* | | 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
|/ / /
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-186-38/+75
|\ \ \
| * | | Better looking scale grid painting at small sizes.Michael Brasser2009-05-182-34/+54
| * | | Start work on translation support in Qml.Michael Brasser2009-05-184-4/+21
* | | | Simplify (hopefully) anchors, and make them less reliant on signalsAaron Kennedy2009-05-187-536/+344
* | | | GraphicsView preserves stacking orderAaron Kennedy2009-05-181-4/+1
|/ / /
* | | More aggressively skip calculationsAaron Kennedy2009-05-185-51/+84
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-183-50/+60
|\ \ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-1817-293/+332
| |\ \ \
| * | | | Don't traverse clipped canvas trees.Michael Brasser2009-05-183-50/+60
* | | | | Remove moc lineAaron Kennedy2009-05-181-1/+0
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-182-6/+61
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-153-6/+13
| |\ \ \
| * | | | Control resizing of content like QScrollArea::widgetResizableWarwick Allison2009-05-152-6/+61
* | | | | 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-156-133/+228
| |/ / / |/| | |
* | | | Move inside the guardsAaron Kennedy2009-05-151-3/+2
* | | | Clip text drawing to bounding rectAaron Kennedy2009-05-151-0/+9
* | | | Move inside guardsAaron Kennedy2009-05-151-3/+2
|/ / /
* | | class exportsWarwick Allison2009-05-153-6/+6
|/ /
* | Fix finishPlaying behavior for repeating animations.Michael Brasser2009-05-151-1/+9
* | 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
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-143-11/+16
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-147-75/+70
| |\
| | * GridView shall not crash when given a broken delegate.Martin Jones2009-05-141-6/+11