summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-2915-38/+311
|\
| * Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2009-10-2915-38/+311
| |\
| | * Change all valid Task-Tracker references to bugreports.qt.nokia.com reference.Warwick Allison2009-10-294-4/+4
| | * Say hello to QScriptProgram :-)Kent Hansen2009-10-283-1/+253
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6axis2009-10-274-8/+87
| | |\
| | | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-274-9/+151
| | | |\
| | | * | Removed the need for extra Symbian traps after QApp construction.axis2009-10-261-0/+63
| | | * | Fix QCompleter autotest for case insensitive filesystemsShane Kearns2009-10-261-1/+1
| | | * | Make network self test fail instead of crashing in case of DNS errorShane Kearns2009-10-261-0/+5
| | | * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt-s60-public into 4.6Janne Anttila2009-10-2312-99/+786
| | | |\ \
| | | * | | Fixed softkey autotest build after 5370e5ff.Janne Anttila2009-10-231-7/+18
| | * | | | Fix integer overflow in string.remove len parameterMarkus Goetz2009-10-271-0/+9
| | * | | | Implement support for wheel delta with finer resolution than 15 deg.Richard Moe Gustavsen2009-10-271-16/+0
| | | |_|/ | | |/| |
| | * | | Fixes Oracle batchExec using strings as out params.Bill King2009-10-271-0/+54
| | * | | Autotest: fix building tst_qsqlquery.Thiago Macieira2009-10-261-1/+1
| | * | | tst_qtcpsocket: Increased some of the timeouts to increase stabilityMarkus Goetz2009-10-261-7/+7
| | * | | QPixmap::loadFromData: Do not crash on empty/invalid data/lengthMarkus Goetz2009-10-261-0/+21
* | | | | Avoid unnecessary viewport scrolling when bringing currentItem into view.Martin Jones2009-10-291-0/+1
|/ / / /
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-10-282-1/+28
|\ \ \ \
| * | | | missing commitWarwick Allison2009-10-281-0/+27
| * | | | Mac-safe sanity check.Warwick Allison2009-10-281-1/+1
* | | | | Add missing fileAlan Alpert2009-10-281-0/+8
|/ / / /
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-282-4/+44
|\ \ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-2832-7/+98
| |\ \ \ \
| * | | | | Test visibility.Warwick Allison2009-10-282-4/+16
| * | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-282-0/+14
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-278-2/+102
| |\ \ \ \ \ \
| * | | | | | | Test remote QML contentWarwick Allison2009-10-271-0/+28
* | | | | | | | Make test more robustAaron Kennedy2009-10-281-8/+17
| |_|_|/ / / / |/| | | | | |
* | | | | | | Make more mac friendlyAaron Kennedy2009-10-2829-6/+51
* | | | | | | WhoopsAaron Kennedy2009-10-281-1/+0
* | | | | | | Ensure all tests appear in pro fileAaron Kennedy2009-10-281-0/+3
* | | | | | | Test for QT-2373Aaron Kennedy2009-10-283-0/+44
| |_|/ / / / |/| | | | |
* | | | | | Support return values in synthesized methodsAaron Kennedy2009-10-272-0/+14
| |/ / / / |/| | | |
* | | | | Alias cleanup testcaseAaron Kennedy2009-10-272-0/+41
* | | | | Don't crash when requesting an attached object for non-QML objectAaron Kennedy2009-10-273-0/+41
* | | | | Error when a QVariant property is used as a grouped propertyAaron Kennedy2009-10-275-2/+20
|/ / / /
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-262-4/+95
|\ \ \ \
| * | | | Add support for value interceptors to the DOM.Michael Brasser2009-10-261-3/+27
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-261-1/+68
| |\ \ \ \ | | |/ / /
| | * | | Optimize QGraphicsRotation's use of QMatrix4x4Rhys Weatherley2009-10-261-1/+68
| | | |/ | | |/|
* | | | Merge branch 'qscriptprogram' of git@scm.dev.nokia.troll.no:qt/khansens-qt-sc...Aaron Kennedy2009-10-263-2/+211
|\ \ \ \ | |/ / / |/| | |
| * | | add benchmark for QScriptEngine::evaluate(QScriptProgram)Kent Hansen2009-10-231-1/+18
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qscriptprogramKent Hansen2009-10-2387-1491/+5888
| |\ \ \ | | |/ /
| * | | Refactor QScriptProgram and related APIKent Hansen2009-10-232-10/+122
| * | | add some autotests for QScriptProgramKent Hansen2009-10-231-0/+81
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-2543-270/+1856
|\ \ \ \ | | |/ / | |/| |
| * | | Better sql unicode tests (still not working correctly tho).Bill King2009-10-232-11/+9
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kurt Korbatits2009-10-2220-94/+992
| |\ \ \
| | * | | Compile fix.Denis Dzyubenko2009-10-224-31/+31