summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move inside guardsAaron Kennedy2009-05-151-3/+2
|
* Add more resiliant TEST_FILE() methodAaron Kennedy2009-05-152-4/+25
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-153-6/+6
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * class exportsWarwick Allison2009-05-153-6/+6
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-1521-1245/+1281
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Make test compile.Michael Brasser2009-05-151-0/+1
| |
| * 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
| |
* | Add id shortcut testAaron Kennedy2009-05-143-0/+41
|/
* Add another binding testAaron Kennedy2009-05-142-1/+67
|
* Deleted context property testAaron Kennedy2009-05-141-0/+14
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-144-13/+33
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-1424-455/+661
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-149-11/+142
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Flickr demo: Scale the image about the center of the visible area.Martin Jones2009-05-141-2/+17
| | | |
| | * | 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-145-112/+149
| |_|/ |/| |
* | | Add some expression testsAaron Kennedy2009-05-141-0/+95
| | |
* | | Cleanup testcaseAaron Kennedy2009-05-148-11/+43
| | |
* | | Add gcov flagsAaron Kennedy2009-05-141-0/+4
| |/ |/|
* | Custom string converter testAaron Kennedy2009-05-143-2/+35
| |
* | Fixup gcov lib linesAaron Kennedy2009-05-142-1/+2
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-1422-79/+246
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * qdoc3: Removed const from static cast.Martin Smith2009-05-131-1/+1
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-132-0/+41
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-3/+3
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-132-10/+8
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-2/+33
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-132-6/+46
| |
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-1/+34
| |
| * 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-136-41/+37
| |/
| * Work with no initial file (open dialog).Warwick Allison2009-05-133-4/+8
| | | | | | | | Resize correctly on open new file.
| * fix bug 253385 fixWarwick Allison2009-05-131-1/+1
| |
| * spelWarwick Allison2009-05-132-2/+2
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-1311-8/+36
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-1337-45/+313
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | fix bug 253385Warwick Allison2009-05-121-4/+6
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-12312-13367/+3612
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui