summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Keep empty lists and 1-item lists as lists instead of converting themBea Lam2010-01-201-0/+46
* Revert previous change. Does not work for statically defined list models.Bea Lam2010-01-201-5/+0
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-202-1/+19
|\
| * Add support for aliases in test http server.Martin Jones2010-01-202-1/+19
* | Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-2012-12/+108
|\ \ | |/ |/|
| * QMetaObject::disconnectOne()Aaron Kennedy2010-01-201-0/+73
| * Fix copyright year.Jason McDonald2010-01-193-3/+3
| * Bump version to 4.6.2.Jason McDonald2010-01-198-9/+9
| * Remove QtScript connection when receiver QObject has been deletedKent Hansen2010-01-191-0/+23
* | Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-1918-878/+429
|\ \ | |/
| * tst_qnetworkreply: There were 2 unneeded QSignalSpyMarkus Goetz2010-01-181-2/+0
| * Extend qfile_vs_qnetworkaccessmanager benchmarkMarkus Goetz2010-01-181-0/+35
| * Enhance QFileNetworkReplyMarkus Goetz2010-01-181-5/+16
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-182-1/+23
| |\
| | * Fix QSslCertificate issuesMarkus Goetz2010-01-181-0/+13
| | * don't assert when calling QtScript-wrapped method of deleted QObjectKent Hansen2010-01-181-1/+10
| * | Fixes: When calling QDesktopWidget::screenGeometry() with a nullAndy Shaw2010-01-181-0/+25
| |/
| * Remove unused file.Rohan McGovern2010-01-151-821/+0
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-142-1/+92
| |\
| | * QFile::remove: don't fail for unrelated errorsJoão Abecasis2010-01-141-0/+36
| | * add tests for QFlags behavior in QtScriptKent Hansen2010-01-141-1/+56
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-143-16/+77
| |\ \ | | |/ | |/|
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-143-16/+77
| | |\
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2010-01-1460-691/+282
| | | |\
| | | * | Disable some tests that require high floating point precision.Jan-Arve Sæther2010-01-132-3/+18
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2010-01-131-0/+46
| | | |\ \
| | | | * | Improved performance of translating device coordinate graphics effects.Samuel Rødal2010-01-131-0/+46
| | | * | | Replace the truncate function with fuzzierCompare().Jan-Arve Sæther2010-01-131-13/+13
| | | |/ /
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-144-3/+132
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | tst_qnetworkreply benchmark: Read HTTP headers when emulating HTTPMarkus Goetz2010-01-141-1/+15
| | * | | Add a selftest for tests/auto/auto.pro.Rohan McGovern2010-01-143-2/+117
| | | |/ | | |/|
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-144-29/+29
| |\ \ \ | | |/ / | |/| |
| | * | Revert "Frequency to SampleRate and channels to channelCount." missedKurt Korbatits2010-01-141-20/+0
| | * | Revert "Frequency to SampleRate and channels to channelCount."Kurt Korbatits2010-01-144-13/+33
| | * | Revert "Added setChannelCount() to QAudioFormat."Kurt Korbatits2010-01-144-16/+16
* | | | Fix to correctly return property values that are javascript arrays.Bea Lam2010-01-191-0/+5
* | | | Handle whitespace in Connection signal signatures.Michael Brasser2010-01-182-0/+31
* | | | Autotest for non-existent properties specified in a PropertyChanges.Michael Brasser2010-01-182-0/+25
* | | | Implement custom QML slot invokation logicAaron Kennedy2010-01-157-6/+456
* | | | Remove unnecessary webkit dependencyAaron Kennedy2010-01-152-11/+1
* | | | Test color "from" property.Warwick Allison2010-01-141-0/+9
* | | | fix testWarwick Allison2010-01-143-10/+8
* | | | message changedWarwick Allison2010-01-141-2/+2
* | | | Ref bugWarwick Allison2010-01-141-1/+1
* | | | missed fileWarwick Allison2010-01-141-0/+25
* | | | Follow change 87a939fa289a0d96c1f0eb10fa74b1cb89fc05f1Warwick Allison2010-01-141-1/+1
* | | | compileWarwick Allison2010-01-142-9/+18
* | | | More clarity if test fails.Warwick Allison2010-01-142-0/+6
* | | | More benchmark cleanup.Michael Brasser2010-01-143-73/+19
* | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Michael Brasser2010-01-141398-2572/+5904
|\ \ \ \