summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Aaron Kennedy2009-05-183-50/+60
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-1817-293/+332
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | 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 ↵Aaron Kennedy2009-05-182-6/+61
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into t
| * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-153-6/+13
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | 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
| |/ / |/| | | | | | | | This will allow us to remove all "Assign*" style instructions from the QML compiler and have it depend only on static data.
* | | 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
| | | | Make sure we stop at the end of the current loop.
* Fix SetProperties not always setting properties correctly.Michael Brasser2009-05-153-53/+60
| | | | | | | QmlMetaProperty no longer holds on to a QMetaProperty, as it may become invalidated for a dynamic object built using QmlOpenMetaObject. Reviewed-by: Aaron Kennedy
* Compile with gcc 4.2.Roberto Raggi2009-05-142-46/+71
|
* Introduced UiStatement in the QML grammar.Roberto Raggi2009-05-145-804/+827
| | | | | | UiStatement is a small subset of the JavaScript statements. We don't really want our users to use control flow statements in the left hand side of a binding (e.g. Item { x: return 42 }).
* 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 ↵Aaron Kennedy2009-05-143-11/+16
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-147-75/+70
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * GridView shall not crash when given a broken delegate.Martin Jones2009-05-141-6/+11
| | |
| * | Have scale grid images degrade a bit nicer.Michael Brasser2009-05-142-4/+4
| | | | | | | | | | | | | | | If a scale grid image has offsets that add up to bigger than the size, we don't paint the middle bits at all.
| * | Make compile on arm.Michael Brasser2009-05-141-1/+1
| | |
* | | Array expressions testAaron Kennedy2009-05-141-3/+1
| |/ |/|
* | Fixup gcov lib linesAaron Kennedy2009-05-141-0/+1
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-143-36/+37
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-131-2/+0
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Remove unnecessary flagMartin Jones2009-05-131-2/+0
| | |
| * | qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-30/+30
| |/
| * Work with no initial file (open dialog).Warwick Allison2009-05-131-0/+1
| | | | | | | | Resize correctly on open new file.
| * fix bug 253385 fixWarwick Allison2009-05-131-1/+1
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-134-7/+10
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-139-37/+24
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | fix bug 253385Warwick Allison2009-05-121-4/+6
| | | |
* | | | 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 ↵Aaron Kennedy2009-05-134-27/+43
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-121-10/+13
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-127-74/+19
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | More robust error handling (in ListView) and reporting (in VisualModel).Martin Jones2009-05-123-17/+30
| | |