summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-2819-1364/+1139
| |\ \ \
| | * | | Rewrite expressions as qualified ids.Roberto Raggi2009-07-285-1309/+1109
| * | | | qmlAttachedProperties should return the actual attached object type.Martin Jones2009-07-284-4/+6
* | | | | Initialize variableAaron Kennedy2009-07-281-1/+1
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-2812-53/+20
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-284-29/+2
| |\ \ \ | | | |/ | | |/|
| | * | Remove unused flag.Michael Brasser2009-07-284-29/+2
| | |/
| * | Revert "Make private stuff public"Alan Alpert2009-07-288-24/+18
| |/
* | Don't wait for componentComplete if never a classBegin.Warwick Allison2009-07-282-2/+10
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-2811-37/+64
|\
| * Make private stuff publicAlan Alpert2009-07-288-18/+24
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-2841-1100/+1647
| |\
| * | Fix layouts a little.Alan Alpert2009-07-273-19/+40
* | | Fix ParentChange in states.Michael Brasser2009-07-284-5/+35
| |/ |/|
* | Compile after merge.Michael Brasser2009-07-271-1/+1
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-2719-123/+241
|\ \
| * | Added utility methods firstSourceLocation/lastSourceLocation methods toErik Verbruggen2009-07-271-0/+21
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-2752-1649/+1974
| |\ \
| | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-273-3/+4
| | |\ \
| | * | | Make private stuff privateAaron Kennedy2009-07-2714-116/+90
| * | | | Don't crash in Horizontal orientation.Martin Jones2009-07-271-3/+5
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-2315-100/+416
| |\ \ \ \
| * \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-2373-1100/+1401
| |\ \ \ \ \
| * | | | | | Better not to let animation get ahead of clock.Martin Jones2009-07-231-1/+1
| * | | | | | Flesh out FolderListModelMartin Jones2009-07-232-3/+124
* | | | | | | Fix crashes on exit.Michael Brasser2009-07-273-11/+22
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-2715-56/+281
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Make privateAaron Kennedy2009-07-275-54/+61
| * | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Henrik Hartz2009-07-279-1/+219
| |\ \ \ \ \
| | * | | | | Fixed project dependenciesRoberto Raggi2009-07-262-0/+3
| | * | | | | Added formal parameters to the QML signals.Roberto Raggi2009-07-267-1/+216
| * | | | | | compile fixHenrik Hartz2009-07-271-1/+1
| |/ / / / /
* | | | | | Make sure we pass through a line number for evaluating bindings.Michael Brasser2009-07-273-3/+4
|/ / / / /
* | | | | Added objectClassName now that objectType is the fully-qualified typeErik Verbruggen2009-07-244-4/+25
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-242-0/+74
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Rhys Weatherley2009-07-2413-933/+1044
| |\ \ \ \ \
| * | | | | | Add QVector3D as a value type to QMLRhys Weatherley2009-07-242-0/+74
* | | | | | | Add the fully-qualified type name to the DOM (via QmlParser::Object)Warwick Allison2009-07-242-3/+4
* | | | | | | docWarwick Allison2009-07-241-3/+3
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-2423-1484/+1121
|\ \ \ \ \ \
| * | | | | | Recognize formal arguments in the left hand side of a binding.Roberto Raggi2009-07-245-967/+1038
| * | | | | | Accept the optional semicolon at the end of a signal declaration.Roberto Raggi2009-07-245-878/+903
| | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-2418-1470/+1011
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-07-2416-1469/+995
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Make custom string converters work for builtin variant metatypesRhys Weatherley2009-07-241-2/+1
| | | * | | | Removed support for CSS-like literals.Roberto Raggi2009-07-2410-263/+49
| | | * | | | Revert "Introduced annotations"Roberto Raggi2009-07-2410-1204/+945
| | | * | | | Revert "Fixed the semantic action of UiArrayMemberList"Roberto Raggi2009-07-242-2/+2
| | * | | | | Add a 'loading' property to fontfamily.Yann Bodson2009-07-242-1/+16
| | |/ / / /
| * | | | | Rename QmlBindableComponent to QmlComponentJS, as per Aaron's request.Alan Alpert2009-07-245-35/+35
| |/ / / /