summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Treat emissionRate=0 like emitting=falseAlan Alpert2009-11-252-4/+6
| | | | | | | | Including stopping the timer because we arenæt emitting anything. Because emissionRate=0 is exactly the same as emitting=false, the emitting property has been removed. Task-number: QTBUG-6209
* Add reset function for anchors.fill and anchors.centerIn.Michael Brasser2009-11-251-0/+22
| | | | Task-number: QTBUG-5337
* Add Timer reset() method.Martin Jones2009-11-251-0/+26
|
* Test for pixmap property of Image.Martin Jones2009-11-251-0/+30
|
* Fix changing Timer interval while running.Martin Jones2009-11-251-0/+34
| | | | Task-number: QTBUG-6201
* Prevent state changes within PropertyChanges.Michael Brasser2009-11-243-0/+73
| | | | Task-number: QT-2358
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-234-24/+14
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Avoid warningsBea Lam2009-11-232-20/+6
| |
| * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-11-2328-40/+116
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix occasionally-failing debug tests.Bea Lam2009-11-232-4/+8
| | |
* | | check warningsWarwick Allison2009-11-231-14/+24
| | |
* | | Fix warningWarwick Allison2009-11-233-3/+3
| | |
* | | Check error messages returned.Warwick Allison2009-11-231-14/+20
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-231-1/+0
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-232-0/+56
| |\ \ | | | | | | | | | | | | into kinetic-declarativeui
| * | | CrashAaron Kennedy2009-11-231-1/+0
| | |/ | |/|
* | | Use console.log, not print.Warwick Allison2009-11-2325-39/+60
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-2318-6/+364
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-2341-41/+2842
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Remove deleted state operations from the state.Michael Brasser2009-11-223-0/+89
| | |
| * | Update benchmarks to run againAaron Kennedy2009-11-2315-6/+275
| | |
* | | Test error messages.Warwick Allison2009-11-231-0/+53
| | |
* | | Test one-past-end setting (not error; same as append).Warwick Allison2009-11-231-0/+1
| | |
* | | Test setting property when not set before.Warwick Allison2009-11-231-0/+1
| | |
* | | Check initial preferredHeight.Warwick Allison2009-11-221-0/+1
| |/ |/|
* | missed filesWarwick Allison2009-11-222-0/+113
| |
* | Test version mismatch checkingWarwick Allison2009-11-202-1/+16
| |
* | Fix db countWarwick Allison2009-11-202-1/+31
| | | | | | | | Test forwardOnly extension.
* | Test pixelCache.Warwick Allison2009-11-204-1/+50
| |
* | Update bad property.Warwick Allison2009-11-203-4/+34
| | | | | | | | Add a read-only error too.
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-2029-12/+2360
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-201-2/+1
| |\ \ | | | | | | | | | | | | 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-203-0/+146
| | |\ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * | | remove warningsYann Bodson2009-11-201-2/+1
| | | |/ | | |/|
| * | | TextInput echoMode visual testAlan Alpert2009-11-2015-0/+2203
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-2022-108/+138
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-1916-108/+177
| | |\ | | | | | | | | | | | | into kinetic-declarativeui
| | * | Update XMLHttpRequest tests to adapt to QNetworkAccessManager changesAaron Kennedy2009-11-1910-10/+10
| | | |
| * | | Implement TextInput::horizontalAlignmentAlan Alpert2009-11-203-0/+146
| | | | | | | | | | | | | | | | Includes visual autotest.
* | | | More SQL tests.Warwick Allison2009-11-208-34/+161
| |_|/ |/| | | | | | | | Less non-spec functionality in API.
* | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1939-2201/+4069
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | TextEdit ignores unused key navigationAlan Alpert2009-11-191-1/+0
| | | | | | | | | | | | Task-number: QT-2236
| * | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-1998-2461/+7369
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-195-31/+139
| | |\ | | | | | | | | | | | | 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-19267-4020/+8961
| | | |\ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * | More testsBea Lam2009-11-193-29/+70
| | | | |
| | | * | Set initial frame for remote image sources once they are loaded. AlsoBea Lam2009-11-192-2/+69
| | | | | | | | | | | | | | | | | | | | add more tests.
| | | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-1812-4/+294
| | | |\ \ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * | | | Add Image test to .proMartin Jones2009-11-191-0/+1
| | | |_|/ | | |/| |
| | * | | Test overshoot property in flickable visual testMartin Jones2009-11-1927-2159/+3774
| | | | |