summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Test that Component {} is allowed as the root elementAaron Kennedy2009-10-123-0/+23
|
* Composite types should assign to object propertiesAaron Kennedy2009-10-126-0/+48
| | | | Fixes QT-956
* The root object is always last default objectAaron Kennedy2009-10-122-0/+48
| | | | Fix for QT-2301
* Add id aliasesAaron Kennedy2009-10-092-0/+37
|
* Support aliases to enum propertiesAaron Kennedy2009-10-093-0/+24
|
* Tweak scope ordering (again)Aaron Kennedy2009-10-092-13/+70
| | | | | | ids and methods shadow properties. The reasoning is that the user explicitly declared these names, whereas they might not even know a property by that name exists.
* Output file/line for script errorsAaron Kennedy2009-10-093-0/+32
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-0818-136/+277
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * Update list of testsWarwick Allison2009-10-081-8/+16
| |
| * FixWarwick Allison2009-10-081-1/+1
| |
| * UpdateWarwick Allison2009-10-081-3/+7
| | | | | | | | Repeater is now *after* items.
| * Follow -> SpringFollowWarwick Allison2009-10-081-2/+2
| |
| * QuietenWarwick Allison2009-10-081-4/+13
| | | | | | | | expect net error
| * UpdateWarwick Allison2009-10-081-47/+2
| | | | | | | | NumberFormatter now only goes from number to (formatted) text.
| * Remove spurious errors.Warwick Allison2009-10-082-6/+16
| | | | | | | | Others seem real.
| * Update.Warwick Allison2009-10-087-65/+77
| |
| * WebView auto sizing test.Warwick Allison2009-10-083-0/+143
| | | | | | | | (image is just for doc, not in testscript)
* | Fix crashAaron Kennedy2009-10-082-0/+23
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-089-302/+370
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-083-1/+150
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-085-0/+119
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0717-43/+48
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0649-115/+1309
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Auto tests for QmlTimerMartin Jones2009-10-063-1/+150
| | | | | |
| * | | | | Font-portable.Warwick Allison2009-10-086-301/+220
| | |_|_|/ | |/| | |
* | | | | Self deleting binding testAaron Kennedy2009-10-084-0/+63
| | | | |
* | | | | Fix test caseAaron Kennedy2009-10-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | qWait() enters a nested event loop, so delete laters weren't being processed.
* | | | | Fix test caseAaron Kennedy2009-10-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | qWait() enters a nested event loop, so delete laters weren't being processed.
* | | | | Fix testAaron Kennedy2009-10-071-1/+2
| | | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-0774-162/+1616
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp
| * | | | Get two of those new autotests to pass.Alan Alpert2009-10-074-21/+19
| | | | | | | | | | | | | | | | | | | | The third will not pass until QT-2240 is fixed.
| * | | | Add three failing tests to the QML ECMAscript autotestAlan Alpert2009-10-075-0/+121
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Tests the creation, deletion and toString functions for QML objects. Task-number: QT-2252
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-0749-115/+1309
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-0649-115/+1309
| | |\ \ | | | |/ | | |/| | | | | kinetic-declarativeui
| | | * Merge branch '4.5' into 4.6Thiago Macieira2009-10-061-6/+80
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: tests/auto/networkselftest/tst_networkselftest.cpp
| | | | * Autotest: add a few more tests, with IP address and actual hostnameThiago Macieira2009-10-061-4/+74
| | | | |
| | | | * Autotest: use port 12346 instead of 1, to ensure that it's not aThiago Macieira2009-10-061-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | firewall issue Also check if we're not timing out instead of being able to fail.
| | | * | QScriptContext::parentContext: don't skip unessecary framesOlivier Goffart2009-10-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling QScriptValue::call doesn't create a fake frame. We can detect a real fake frame as it does not have a callee. Task-number: QT-2270 Reviewed-by: Kent Hansen
| | | * | tst_qnetworkreply: httpConnectionCount test improvementsMarkus Goetz2009-10-061-3/+7
| | | | | | | | | | | | | | | | | | | | Reviewed-by: TrustMe
| | | * | add test for QT-2270Kent Hansen2009-10-061-0/+17
| | | | |
| | | * | tst_qhttpnetworkconnection: Some more checksMarkus Goetz2009-10-061-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some more checks (test still passes) Reviewed-by: TrustMe
| | | * | Merge commit 'origin/4.5' into 4.6Joerg Bornemann2009-10-062-0/+3
| | | |\ \ | | | | |/ | | | | | | | | | | | | | | | Conflicts: tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
| | | | * tst_QGraphicsItem::QTBUG_4233_updateCachedWithSceneRect WinCE fixJoerg Bornemann2009-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need some more time on Windows mobile to receive all events. Reviewed-by: thartman
| | | | * tst_QGraphicsView::task245469_itemsAtPointWithClip Windows mobile fixJoerg Bornemann2009-10-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We must make sure that the graphics view scene is centered to make this test work. On Windows mobile, the widget was too wide and the scene wasn't centered. Reviewed-by: thartman
| | | | * tst_QGraphicsLinearLayout::layoutDirection fixed for Windows mobileJoerg Bornemann2009-10-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test depends on a layout spacing set to 6. The Windows mobile style has layout spacing 8. Reviewed-by: mauricek
| | | * | tst_qnetworkreply: Add ioPostToHttpsUploadProgressMarkus Goetz2009-10-063-0/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a currently failing testcase. Related to task 261806 and others. Reviewed-by: Peter Hartmann
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-0614-24/+657
| | | |\ \
| | | | * | Span update after row and column insertion and removal in QTableView.Gabriel de Dietrich2009-10-062-1/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The feature had not been implemented yet. Auto-test and benchmark included. As a bonus, single cell spans are no longer added to the span collection. Reviewed-by: Thierry Task-number: 245327 Task-number: QTBUG-3610
| | | | * | QParallelAnimationGroup: set the correct state for the animationsThierry Bastian2009-10-061-1/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were cases (now covered by autotests) where the state of the animations could be wrong. Reviewed-by: janarve
| | | | * | implement property getters&setters for setProperty(quint32) overloadKent Hansen2009-10-061-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's better that this works rather than asserts. Reviewed-by: Olivier Goffart