summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-11-022-11/+51
|\
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2009-11-02136-2601/+2387
| |\
| * | Fix to send correct data for property value changes.Bea Lam2009-11-021-1/+1
| * | Make QmlBoundSignal children look like properties (instead of children)Bea Lam2009-11-022-9/+49
| * | Minor changesBea Lam2009-10-291-1/+1
* | | QmlContext testsAaron Kennedy2009-11-026-4/+51
| |/ |/|
* | Missing fileAaron Kennedy2009-10-301-0/+91
* | CleanupAaron Kennedy2009-10-3014-10/+11
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-30131-2074/+2114
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-3014-457/+141
| |\ \
| * | | fix macrosWarwick Allison2009-10-291-1/+1
| * | | fix headersWarwick Allison2009-10-29134-2121/+2161
* | | | Make private headers _pAaron Kennedy2009-10-3011-11/+11
* | | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-308-13/+13
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-299-445/+80
|\ \ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-10-2915-354/+123
| |\ \ \
| | * | | Remove duplicated docAlan Alpert2009-10-291-78/+0
| | * | | Merge QmlComponentJS into QmlComponentAlan Alpert2009-10-298-318/+68
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-10-2817-69/+256
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fill out QML global object documentationAlan Alpert2009-10-282-116/+3
| * | | | Minor cleanup of global objectAlan Alpert2009-10-282-11/+9
* | | | | Store filename as a QUrl rather than convert to QString.Martin Jones2009-10-293-12/+12
| |_|/ / |/| | |
* | | | Simple compiler statisticsAaron Kennedy2009-10-292-0/+49
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-2811-45/+70
|\ \ \
| * | | Fixed possible crash when inserting semicolon.Roberto Raggi2009-10-284-4/+4
| * | | Remove QML SQL classesAaron Kennedy2009-10-281-0/+2
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-2817-66/+250
| |\ \
| | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-2816-65/+231
| | |\ \
| | | * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2009-10-2814-30/+197
| | | |\ \
| | | * | | Show contents of list properties within the debugger (like the CreatorBea Lam2009-10-284-37/+39
| | * | | | Doc.Michael Brasser2009-10-282-1/+19
| | | |_|/ | | |/| |
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-282-2/+5
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-277-33/+12
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Fix remote content loading for absolute URLsWarwick Allison2009-10-271-3/+6
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-2812-28/+192
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Do not display transient binding errorsAaron Kennedy2009-10-287-10/+88
| * | | | Add a QmlExpression::error() methodAaron Kennedy2009-10-288-21/+107
| | |_|/ | |/| |
* | | | Use QML_DECLARE_TYPEINFO attached properties detection on all platforms.Martin Jones2009-10-281-32/+0
|/ / /
* | | Support return values in synthesized methodsAaron Kennedy2009-10-272-2/+5
| |/ |/|
* | Simplify the defaultObjects handlingAaron Kennedy2009-10-275-32/+9
* | Don't crash when requesting an attached object for non-QML objectAaron Kennedy2009-10-271-0/+2
* | Error when a QVariant property is used as a grouped propertyAaron Kennedy2009-10-271-1/+1
|/
* Fixed namespace macro.Erik Verbruggen2009-10-261-2/+2
* Compile with -no-qt3supportAaron Kennedy2009-10-262-3/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-2623-95/+289
|\
| * Fix more warnings.Michael Brasser2009-10-269-16/+22
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-265-4/+127
| |\
| | * Silence warnings.Michael Brasser2009-10-265-6/+13
| | * Add support for value interceptors to the DOM.Michael Brasser2009-10-262-0/+116
| * | qmldir not needed if types are qualified.Warwick Allison2009-10-261-2/+2