summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* QmlDom testsAaron Kennedy2009-11-116-84/+989
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-11153-9305/+8309
|\ | | | | | | into kinetic-declarativeui
| * Add qmllistmodelWarwick Allison2009-11-111-4/+5
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-11175-9319/+9614
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-11-11130-9234/+8004
| | |\ | | | | | | | | | | | | into kinetic-declarativeui
| | | * update visual testYann Bodson2009-11-114-188/+188
| | | |
| | | * another SpringFollow visual testYann Bodson2009-11-1112-0/+1199
| | | |
| | | * update visual testsYann Bodson2009-11-1127-1215/+428
| | | |
| | | * update visual testsYann Bodson2009-11-1152-5525/+5337
| | | |
| | | * update visual testsYann Bodson2009-11-114-220/+220
| | | |
| | | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-1120-2114/+493
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-113-1/+17
| | | | |\ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | | * | update SpringFollow visual testYann Bodson2009-11-1120-2114/+493
| | | | | |
| | | * | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-1115-28/+225
| | | |\ \ \ | | | | | |/ | | | | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | Make consistent timer mode more consistentAaron Kennedy2009-11-111-4/+14
| | | | | |
| | | * | | Generalize TestHTTPServerAaron Kennedy2009-11-113-3/+160
| | | | | |
| | | * | | Make test more resiliantAaron Kennedy2009-11-1012-34/+34
| | | | | |
| | * | | | Autotests.Michael Brasser2009-11-111-0/+6
| | | | | |
| | * | | | AnimatedImage cleanup and tests.Michael Brasser2009-11-119-59/+92
| | | |/ / | | |/| |
| | * | | Fix failing test.Michael Brasser2009-11-101-1/+1
| | | | |
| | * | | Add ability for viewer to slow down animations.Michael Brasser2009-11-102-0/+16
| | | |/ | | |/| | | | | | | | | This is useful for debugging complex transitions.
| | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-1029-40/+1345
| | |\ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * | | SpringFollow autotestYann Bodson2009-11-108-2/+167
| | | | |
| * | | | Revert 4bf7f90a27377f439e86d6175e5e3cdebd131be0 and implement differently.Warwick Allison2009-11-102-5/+18
| |/ / / | | | | | | | | | | | | | | | | Setting painter clip can reduce performance in some cases, so items must access system clip.
* | | | More testsBea Lam2009-11-111-5/+66
| | | |
* | | | Fix debugger crash on exitBea Lam2009-11-111-4/+5
| | | |
* | | | Change stateChanged(State) signatures to have (QmlDebugWatch::State)Bea Lam2009-11-118-14/+14
| | | | | | | | | | | | | | | | and (QmlDebugQuery::State) parameters.
* | | | Clean up, and check stateChanged() is emitted for watches.Bea Lam2009-11-116-77/+54
| | | |
* | | | Change watch state to Dead instead of Active on removal.Bea Lam2009-11-111-5/+4
| |/ / |/| |
* | | qdoc3: Allow the full signature for QML signals and methodsMartin Smith2009-11-104-25/+41
| |/ |/| | | | | | | | | | | | | ...in the \qmlmethod and \qmlsignal commands, and the corresponding "attached" ones. Previously, the type was not allowed, but it really should be there, which means the \qmlmethod and \qmlsignal commands should be updated throughout.
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-1034-63/+5718
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * saferWarwick Allison2009-11-101-1/+2
| |
| * ignore (expect) message in testWarwick Allison2009-11-102-1/+3
| |
| * Help run all tests.Warwick Allison2009-11-101-0/+22
| |
| * Avoid WebKit crash.Warwick Allison2009-11-101-0/+1
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1011-0/+5228
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Mouseregion dragging visual testAlan Alpert2009-11-1011-0/+5228
| | |
| * | Return qmlInfo(obj) << syntax.Warwick Allison2009-11-1014-57/+97
| | | | | | | | | | | | Fixes QTBUG-5480
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1046-670/+1577
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | I am not mbrasser.Warwick Allison2009-11-101-2/+2
| | |
| * | Fix test breakage from change ce14a4a0bc290018e597d0a4f8e9f279c63d4cc0Warwick Allison2009-11-101-1/+1
| | |
| * | Follow change.Warwick Allison2009-11-101-2/+0
| | |
| * | nesting data filesWarwick Allison2009-11-102-0/+363
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-1026-146/+1009
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-1024-146/+207
| |\ \ | | | | | | | | | | | | into kinetic-declarativeui
| | * | Oops...Yann Bodson2009-11-101-1/+1
| | | |
| | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-1019-631/+726
| | |\ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1012-602/+632
| | | |\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | More Loader testing.Martin Jones2009-11-108-29/+94
| | | | | |
| | * | | | Ids should be lowercaseYann Bodson2009-11-1017-118/+114
| | |/ / /