summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-0774-162/+1616
|\
| * Get two of those new autotests to pass.Alan Alpert2009-10-074-21/+19
| * Add three failing tests to the QML ECMAscript autotestAlan Alpert2009-10-075-0/+121
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-0749-115/+1309
| |\
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-0649-115/+1309
| | |\
| | | * Merge branch '4.5' into 4.6Thiago Macieira2009-10-061-6/+80
| | | |\
| | | | * 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
| | | * | QScriptContext::parentContext: don't skip unessecary framesOlivier Goffart2009-10-061-1/+0
| | | * | tst_qnetworkreply: httpConnectionCount test improvementsMarkus Goetz2009-10-061-3/+7
| | | * | add test for QT-2270Kent Hansen2009-10-061-0/+17
| | | * | tst_qhttpnetworkconnection: Some more checksMarkus Goetz2009-10-061-2/+14
| | | * | Merge commit 'origin/4.5' into 4.6Joerg Bornemann2009-10-062-0/+3
| | | |\ \ | | | | |/
| | | | * tst_QGraphicsItem::QTBUG_4233_updateCachedWithSceneRect WinCE fixJoerg Bornemann2009-10-061-1/+1
| | | | * tst_QGraphicsView::task245469_itemsAtPointWithClip Windows mobile fixJoerg Bornemann2009-10-061-0/+1
| | | | * tst_QGraphicsLinearLayout::layoutDirection fixed for Windows mobileJoerg Bornemann2009-10-061-0/+2
| | | * | tst_qnetworkreply: Add ioPostToHttpsUploadProgressMarkus Goetz2009-10-063-0/+143
| | | * | 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
| | | | * | QParallelAnimationGroup: set the correct state for the animationsThierry Bastian2009-10-061-1/+145
| | | | * | implement property getters&setters for setProperty(quint32) overloadKent Hansen2009-10-061-0/+27
| | | | * | statemachine: implement cloning of a whole bunch more GUI eventsKent Hansen2009-10-061-0/+27
| | | | * | Fix regression in QUrl: IPv6 hosts should be lowercased like in Qt-4.5.David Faure2009-10-061-0/+3
| | | | * | Stabilize QWaitCondition test.Olivier Goffart2009-10-061-4/+4
| | | | * | Autotest: add missing copyright attribution for tests copied fromThiago Macieira2009-10-061-0/+20
| | | | * | Merge branch '4.5' into 4.6Thiago Macieira2009-10-061-0/+1
| | | | |\ \ | | | | | |/
| | | | | * Autotest: disable the globalObjects test.Thiago Macieira2009-10-061-0/+1
| | | | * | Unified and increased some lackey timeouts in systemsemaphore test.Janne Anttila2009-10-061-11/+10
| | | | * | Decrease tst_QThreadOnce::multipleThreads test num of thread for SymbianJanne Anttila2009-10-061-1/+1
| | | | * | Increased tst_QSharedMemory::simpleProcessProducerConsumer timout.Janne Anttila2009-10-061-1/+1
| | | | * | Merge branch '4.5' into 4.6Thiago Macieira2009-10-063-5/+52
| | | | |\ \ | | | | | |/
| | | | | * tst_QCssParser::extractFontFamily fix Windows CE font deploymentJoerg Bornemann2009-10-062-3/+38
| | | | | * fix tst_QAbstractItemView::task250754_fontChange for Windows CEJoerg Bornemann2009-10-061-5/+17
| | | | | * Fixing the autotest for other platforms, hopefully...João Abecasis2009-10-051-1/+1
| | | | | * tst_QComboBox::task248169_popupWithMinimalSize() fixed for WinCEninerider2009-10-051-2/+4
| | | * | | Numerical issues on Windows CE caused some image comparisons to fail.ninerider2009-10-061-1/+8
| | | |/ /
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-066-10/+46
| | | |\ \
| | | | * | Stabilize tests on X11Olivier Goffart2009-10-065-10/+12
| | | | * | Don't output redundant setPen command when reusing PS printerEskil Abrahamsen Blomfeldt2009-10-061-0/+34
| | | * | | Skipped enter/leave test for Windows CEninerider2009-10-061-0/+3
| | | |/ /
| | | * | Fix the pad navigator demo.Alexis Menard2009-10-061-0/+71
| | | * | Fix auto test for QSound; find test wav file.Justin McPherson2009-10-062-2/+6
| | | * | Add autotest for mysql savepoints.Bill King2009-10-061-0/+15
| | | * | Stabilize tests on X11Olivier Goffart2009-10-055-21/+20
| | | * | Stabilize test on X11Olivier Goffart2009-10-054-9/+8
| | | * | Test fix : Move the global test model to a dir that the test won't delete.Alexis Menard2009-10-051-0/+2
| | | * | Fixed bug in X11 paint engine causing source pixmap depth to change.Samuel Rødal2009-10-051-0/+19
| | | * | use QTRY_VERIFY instead of qWait() in tst_QDialog::reject()Bradley T. Hughes2009-10-051-17/+11
| | | * | Test fix on MacOlivier Goffart2009-10-053-1/+6
| | | * | Fixes to qpixmapcache test cases, test case now adapts to cache_limit.Janne Anttila2009-10-051-9/+18