summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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/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/qt into 4.6Simon Hausmann2010-01-1364-694/+441
|\ \ \
| * \ \ 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-131327-1337/+1837
| | |\|
| | * | 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-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
| | | | | | * | clean up the lupdatecmd filesOswald Buddenhagen2010-01-064-16/+3
| | | | | | * | tidy up the test .pro filesOswald Buddenhagen2010-01-0635-154/+35
| * | | | | | | Update autotest database connection settingsBill King2010-01-131-4/+10
| * | | | | | | Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121328-1338/+1838
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Significant digits were lost in QDoubleSpinBox range when changing precisionGabriel de Dietrich2010-01-121-0/+13
| * | | | | | | Fix completion in QFileDialog.Alexis Menard2010-01-121-1/+41
| * | | | | | | Add odf-writer benchmark.Thomas Zander2010-01-111-2/+77
| * | | | | | | QTreeView::selectAll() wouldn't work when first column hiddenGabriel de Dietrich2010-01-111-0/+22
| | |/ / / / / | |/| | | | |
* | | | | | | tst_qnetworkreply benchmark: Properly finish the threadMarkus Goetz2010-01-131-4/+4
| |/ / / / / |/| | | | |
* | | | | | Fix D-Bus calls with QDBus::BlockWithGui.Thiago Macieira2010-01-121-0/+17
* | | | | | Skip tst_QSystemLock::processesSimon Hausmann2010-01-121-0/+1
* | | | | | Autotest: set these files to executable. They are CGI scripts.Thiago Macieira2010-01-1210-0/+0
* | | | | | Fix an issue with HTTP headers like "private, max-age=300".Thiago Macieira2010-01-122-1/+16
* | | | | | Autotest: don't depend on QtGui just because of QDesktopServices::storageLoca...Thiago Macieira2010-01-122-3/+2
* | | | | | Revert "Fixed qxmlstream autotest when using shadow builds."Prasanth Ullattil2010-01-122-7/+3
* | | | | | tst_qhttpnetworkconnection: Test also HEAD in some testsMarkus Goetz2010-01-111-3/+10
* | | | | | tst_qhttpnetworkconnection: Relax condition in getMultipleWithPrioritiesMarkus Goetz2010-01-111-1/+1
* | | | | | QNAM HTTP: Fix readBuffer maximum size.Markus Goetz2010-01-112-0/+143
* | | | | | Autotest: the cache code no longer returns expired pages.Thiago Macieira2010-01-111-3/+3
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-091316-1330/+1652
|\ \ \ \ \ \ | |/ / / / / |/| | | | |