summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1046-670/+1577
|\ | | | | | | 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
| | |/ /
| * | | Missing filesBea Lam2009-11-102-0/+802
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-10728-10993/+27508
| |\ \ | | |/ | | | | | | into kinetic-declarativeui
| | * Fix docs missed after properties -> matchProperties rename.Michael Brasser2009-11-101-3/+3
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-108-1/+203
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Add scrollbar to flickable to test visualAreaMartin Jones2009-11-1011-494/+508
| | | |
| * | | Add QmlDebugClient and QmlDebugService tests and move debugger-relatedBea Lam2009-11-109-799/+613
| | | | | | | | | | | | | | | | tests to debugger subdir.
| * | | Additional testsBea Lam2009-11-101-5/+0
| | | |
| * | | Additional testsBea Lam2009-11-101-14/+226
| | | |
| * | | Minor improvements, additional pointer checks.Bea Lam2009-11-102-10/+17
| | | |
| * | | Fix crash bug where socket is 0.Bea Lam2009-11-101-0/+2
| | | |
* | | | 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 scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-105-4/+72
|\ \ \ | | | | | | | | | | | | into kinetic-declarativeui
| * | | Fix QmlTimer to be in line with animation API changesAlan Alpert2009-11-101-1/+1
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1037-1745/+2526
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | ignore binariesWarwick Allison2009-11-101-0/+1
| | | |
| * | | ListView and GridView tests.Martin Jones2009-11-103-3/+70
| | | |
* | | | Flickable autotestsYann Bodson2009-11-107-0/+202
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-1014-82/+159
|\ \ \ | | | | | | | | | | | | into kinetic-declarativeui
| * | | binariesWarwick Allison2009-11-101-0/+6
| | | |
| * | | missed fileWarwick Allison2009-11-101-0/+7
| | | |
| * | | missed filesWarwick Allison2009-11-104-0/+28
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1099-3102/+9554
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Remove WebView::pagewidth and tidy up - it's not needed and interferedWarwick Allison2009-11-105-71/+82
| | | | | | | | | | | | | | | | with zoomFactor.
| * | | Distinguish between tranform smoothness (from Item) and smoothnessWarwick Allison2009-11-103-3/+34
| | | | | | | | | | | | | | | | of the painted chunks (often want the latter not the former).
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1039-81/+1319
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Prepare for QTBUG-5290 being fixed.Warwick Allison2009-11-091-7/+1
| | | | |
| * | | | unwarnWarwick Allison2009-11-091-1/+1
| | | | |
* | | | | renameYann Bodson2009-11-1015-791/+0
| | | | |
* | | | | improve Flickable visual testYann Bodson2009-11-1018-872/+2366
| |_|/ / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-1022-26/+2452
|\ \ \ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| * | | | Improve text edit testAlan Alpert2009-11-101-0/+52
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-1019-7/+2380
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1073-3076/+6971
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | More highlight testing.Martin Jones2009-11-106-4/+92
| | | | | | |
| | * | | | | ListView tests.Martin Jones2009-11-103-3/+11
| | | | | | |
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-103-9/+9
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Test horizontal listMartin Jones2009-11-109-0/+2243
| | | | | | |
| | * | | | | More Keys testing.Martin Jones2009-11-102-0/+34
| | | | | | |
| * | | | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-1019-5/+484
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | Fix samegame tutorial 3Alan Alpert2009-11-102-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the js file hadn't been updated to avoid global vars Also updating a missed particles element