summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More Loader testing.Martin Jones2009-11-108-29/+94
|
* 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
| * 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
| | |
| * | Flickable autotestsYann Bodson2009-11-107-0/+202
| | |
* | | Add scrollbar to flickable to test visualAreaMartin Jones2009-11-1011-494/+508
| |/ |/|
* | 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
| |/
| * 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
| | |_|/ | |/| |
* | | | ListView and GridView tests.Martin Jones2009-11-103-3/+70
|/ / /
* | | 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
* | | | | | more Flipable testsYann Bodson2009-11-104-0/+131
| |/ / / / |/| | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-1054-3071/+6487
|\ \ \ \ \ | |/ / / / | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-11-1033-3063/+3647
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Clarify the role of positioner transitionsAlan Alpert2009-11-102-108/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are only for the positioner's position changes, other changes are under the designers control and the designer should animate them. Task-number: QT-2239
| | * | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-101-3/+3
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Positioners now watch for sibling order changesAlan Alpert2009-11-103-9/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-2241
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-1039-81/+1319
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Rerecord text visual testsAlan Alpert2009-11-0929-2946/+3542
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | Should have had mouse in there too.
| * | | | | Test (and fix) animation actions.Michael Brasser2009-11-1021-5/+2837
| | |_|/ / | |/| | |
| * | | | Fix animation tests.Michael Brasser2009-11-101-3/+3
| | |/ / | |/| |
* | | | More XMLHttpRequest testsAaron Kennedy2009-11-1019-5/+484
|/ / /
* | | Fix after animation API changes.Michael Brasser2009-11-093-9/+9
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-09550-6059/+13820
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-092-10/+13
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-092-5/+8
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Fix layouts testAlan Alpert2009-11-092-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | Turns out I misinterpreted QGraphicsLinearLayout's behaviour. Task-number: QT-2472
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-0961-284/+8110
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui