summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give file and line information for script errors.Michael Brasser2009-09-281-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-283-22/+40
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-281-0/+1
| |\
| * | Auto-remove from watch table depending on watch state, and check aBea Lam2009-09-283-22/+40
* | | Add -maximized option to qmlviewer.Michael Brasser2009-09-281-2/+8
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-2811-287/+460
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-28183-3062/+13579
| |\
| * | Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-248-38/+58
| * | Change property view from table to tree like old debugger and move WatchTable...Bea Lam2009-09-248-267/+420
* | | Give more error information on failed image loading.Michael Brasser2009-09-281-0/+1
| |/ |/|
* | Fix bug with signal overrides.Michael Brasser2009-09-255-7/+8
* | compileYann Bodson2009-09-251-1/+1
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-251-0/+7
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-2523-160/+327
| |\ \
| * | | Disallow inline var definitionsAaron Kennedy2009-09-251-0/+7
* | | | Make replacing a signal handler in a state change use the right context.Michael Brasser2009-09-251-6/+60
| |/ / |/| |
* | | Fixed compile of QtDeclarative with aggressively parallel builds.Rohan McGovern2009-09-241-0/+1
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-2410-100/+0
|\ \ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-2410-60/+323
| |\ \ \
| * | | | Revert "Add some visual autotests for QFxTextEdit"Alan Alpert2009-09-2410-100/+0
| | |/ / | |/| |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-24164-2997/+13244
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-24144-2937/+12821
| |\ \ \ | | |/ /
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-2411-3/+111
| | |\ \
| | * | | Update visual autotests and visual autotest infrastructureAaron Kennedy2009-09-24144-2937/+12821
| * | | | More tests for QmlSql, more WebKit-tested-validity.Warwick Allison2009-09-247-9/+206
| * | | | Only same-as-webkit iteration example (QML actually supports more)Warwick Allison2009-09-241-8/+1
| * | | | More testing, validate tests before running them.Warwick Allison2009-09-243-28/+97
| * | | | Tidy JSWarwick Allison2009-09-241-8/+11
| * | | | Track changes from qtwebkit-4.6-snapshot-18092009Warwick Allison2009-09-242-2/+3
| | |/ / | |/| |
| * | | Add some visual autotests for QFxTextEditAlan Alpert2009-09-2410-0/+100
* | | | Mark an inefficency in TextEditAlan Alpert2009-09-241-0/+1
* | | | Prevent qmlviewer from confusing people when root items are small.Alan Alpert2009-09-241-0/+2
|/ / /
* | | Enhance QFxPainted item to work when on non-white backgrounds.Alan Alpert2009-09-241-3/+11
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-247-25/+103
|\ \
| * | Fixed compile (missing colon after public)Thorbjørn Lindeijer2009-09-231-5/+5
| * | Make QmlCompositeTypeData a class instead of a structKai Koehne2009-09-233-3/+4
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-2322-56/+267
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-23170-129/+357
| | |\
| | * | Update configure.exeAaron Kennedy2009-09-231-0/+0
| * | | Allow watching of properties to be stopped from watch table. Also fixBea Lam2009-09-233-18/+95
* | | | Fix qmlecmascript::bindingLoop testcaseAaron Kennedy2009-09-231-1/+2
* | | | Only compile time register synthesized objectsAaron Kennedy2009-09-231-5/+3
* | | | Make more qmlecmascript tests passAaron Kennedy2009-09-2316-38/+334
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-234-39/+45
|\ \ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-2310-12/+177
| |\ \ \
| | * | | Repeater is more consistent with its docsAlan Alpert2009-09-231-7/+19
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-23169-249/+1305
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | fix QFxTextInput AutotestAlan Alpert2009-09-231-28/+21
| * | | | QFxTextEdit test passes againAlan Alpert2009-09-232-4/+5
* | | | | Use new property nameAaron Kennedy2009-09-232-4/+4