summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Revert "Make an empty QUrl also be considered non-detached (d == 0)."Thiago Macieira2010-01-211-20/+0
| * | | | | | | | | | | | | | SSL Certificate: don't crash when the END CERTIFICATE line ends without CRLFThiago Macieira2010-01-214-0/+18
| * | | | | | | | | | | | | | qUncompress: Fix terminating \0Markus Goetz2010-01-211-0/+9
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2010-01-201251-2773/+2356
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Disabled some auto tests depending on private API.Mika Rautanen2010-01-201-0/+18
| | * | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | tst_qnetworkreply: There were 2 unneeded QSignalSpyMarkus Goetz2010-01-181-2/+0
| | * | | | | | | | | | | | | 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-1459-687/+278
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | | | 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-143-2/+117
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-01-1359-687/+278
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2010-01-131182-1194/+1551
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / /
| | | * | | | | | | | | | | | really, *really* fix the test :}Oswald Buddenhagen2010-01-121-1/+1
| | | * | | | | | | | | | | | remove trimming of (expected) outputOswald Buddenhagen2010-01-122-3/+4
| | | * | | | | | | | | | | | really fix the autotestOswald Buddenhagen2010-01-122-1/+1
| | | * | | | | | | | | | | | support regexp-like quantifiers of expected output linesOswald Buddenhagen2010-01-121-26/+100
| | | * | | | | | | | | | | | remove superfluous \r filteringOswald Buddenhagen2010-01-121-8/+4
| | | * | | | | | | | | | | | print actual rather than expected output for matching textOswald Buddenhagen2010-01-121-3/+3
| | | * | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-01-0958-652/+172
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | |
| | | | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-01-0858-652/+172
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | |
| | | | | * | | | | | | | | | fix test under windowsOswald Buddenhagen2010-01-071-0/+1
| | | | | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-01-0758-652/+171
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | make the lupdate tests more verbose in case of failureOswald Buddenhagen2010-01-064-251/+37
| | | | | | * | | | | | | | | | don't use qmake for test setupOswald Buddenhagen2010-01-0634-215/+5
| | | | | | * | | | | | | | | | move equivalent of output_ts test to good/Oswald Buddenhagen2010-01-068-53/+3
| | | | | | * | | | | | | | | | look for the .result file in the dir where the output is expected to goOswald Buddenhagen2010-01-063-7/+1
| | | | | | * | | | | | | | | | fix sametext and number heuristicsOswald Buddenhagen2010-01-066-0/+132
| | | | | | * | | | | | | | | | no point in specifying -ts when a .pro file is specifiedOswald Buddenhagen2010-01-063-4/+3