summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-2723-153/+268
|\
| * Fixed missing forward declarations, which made gcc fail to compileErik Verbruggen2009-07-271-0/+2
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-07-274-30/+25
| |\
| | * removing Q_CORE_EXPORT for q_guard_addGuard() and q_guard_removeGuard()Thomas Hartmann2009-07-274-30/+25
| * | 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-2753-1679/+2004
| |\
| | * 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-2318-129/+471
| |\ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-231104-6479/+55121
| |\ \ \ \
| * | | | | 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-243-30/+104
|\ \ \ \
| * | | | Convert linux-g++-x11egl/qmake.conf from DOS to Unix linefeeds.Simon Hausmann2009-07-241-30/+30
| * | | | 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
| |/ / / /
* | | | | Fix assertWarwick Allison2009-07-241-1/+1
|/ / / /
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-248-37/+392
|\ \ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-232-22/+48
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Don't depend on qfxanchors.h.Michael Brasser2009-07-233-27/+29
| * | | | Compile fix after merge.Michael Brasser2009-07-231-1/+1
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-231129-6712/+56357
| |\ \ \ \
| * | | | | Get anchor change transitions working.Michael Brasser2009-07-235-54/+158
| * | | | | Add SetAnchors.Michael Brasser2009-07-233-1/+250
* | | | | | Throw in some cursory docs for QFxLineEditAlan Alpert2009-07-241-0/+37
| |_|/ / / |/| | | |
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-2316-107/+423
|\ \ \ \ \ | | |/ / / | |/| | |