summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Basic first-working SQL database interface.Warwick Allison2009-09-164-0/+323
| | |/ | |/|
* | | Add some of the functionality from the old debugger (e.g. dynamic updating of...Bea Lam2009-09-235-5/+367
|/ /
* | Don't crash.Warwick Allison2009-09-141-1/+6
* | Fix that empty string "resolves" to empty URL.Warwick Allison2009-09-111-4/+3
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-104-19/+71
|\ \
| * | Report custom parse errors verbosely.Warwick Allison2009-09-104-19/+71
* | | Support URL resolution from within script blocksAaron Kennedy2009-09-102-4/+25
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-092-6/+3
|\ \
| * | Remove debug.Michael Brasser2009-09-091-4/+1
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-087-10/+32
| |\ \
| * | | Don't add newlines in rewriter as it messes up error reporting.Michael Brasser2009-09-081-2/+2
* | | | Move ComponentInstance functionality into LoaderMartin Jones2009-09-091-2/+3
| |/ / |/| |
* | | Added an option to the lexer to tell the engine of all comments in a QMLErik Verbruggen2009-09-086-6/+28
* | | Compilefix for win32Thomas Hartmann2009-09-081-4/+4
|/ /
* | Fix leaks.Michael Brasser2009-09-082-0/+2
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-077-5/+49
|\
| * Add status and progress properties to Loader.Martin Jones2009-09-076-5/+45
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-073-2/+2864
| |\
| * | Resolve qualified type even if not localfile.Warwick Allison2009-09-071-0/+4
* | | Fix leak.Michael Brasser2009-09-073-0/+11
* | | Fix leaks.Michael Brasser2009-09-073-0/+10
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-072-11/+12
|\ \ | |/
| * Fix warnings.Michael Brasser2009-09-072-11/+8
| * Fix leaks.Michael Brasser2009-09-071-0/+4
* | Move qmetaobjectbuilder into declarative/qml directoryMartin Jones2009-09-073-2/+2864
|/
* Remove outdated comment.Michael Brasser2009-09-041-1/+1
* Modify QML grammar to accept "readonly" as a property modifierAaron Kennedy2009-09-038-1012/+1079
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-036-91/+269
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-031-0/+1
| |\
| * | Add QML enum supportAaron Kennedy2009-09-036-19/+155
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-021-2/+5
| |\ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-027-3/+151
| |\ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-021-1/+1
| |\ \ \ \
| * | | | | Rework script binding methodAaron Kennedy2009-09-022-81/+123
* | | | | | Fix a bug in the qmlvme, which lead to an assert on valid QML.Alan Alpert2009-09-033-0/+11
| |_|_|_|/ |/| | | |
* | | | | Add an assert before we dereference a null pointerAlan Alpert2009-09-021-0/+1
| |_|_|/ |/| | |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-022-0/+116
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-027-15/+36
| |\ \ \
| * | | | Provide some color manipulation functions.Michael Brasser2009-09-022-0/+116
* | | | | Disallow using typenames as idsAaron Kennedy2009-09-021-2/+5
| |/ / / |/| | |
* | | | Save object creation line and column numberAaron Kennedy2009-09-025-3/+35
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-021-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-014-148/+989
| |\
| * | Don't leak objects.Michael Brasser2009-09-011-1/+1
* | | Remove unused member variables from QmlEnginePrivateAaron Kennedy2009-09-012-12/+1
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-012-126/+106
|\ \
| * | Rest of 44ab46a6c5dcfb14395baf173a11179839003c4cWarwick Allison2009-09-012-126/+106
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-011-4/+5
|\ \ \ | |/ /
| * | Define order - later imports override earlier imports.Warwick Allison2009-09-011-4/+5
| |/
* | Implement more of XMLHttpRequestAaron Kennedy2009-09-013-19/+879
|/