summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2010-01-2714-50/+299
|\
| * Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-261-0/+86
| * Stabilize tst_QGraphicsScene::polishItems2 (new test)Bjørn Erik Nilsen2010-01-261-2/+2
| * Fixed child items with graphics effects not inheriting opacity.Samuel Rødal2010-01-251-2/+32
| * Another ASSERT while deleting spansGabriel de Dietrich2010-01-251-0/+8
| * Potential crash when adding items from QGraphicsWidget::polishEvent().Bjørn Erik Nilsen2010-01-221-2/+41
| * QGraphicsWidget is painted twice on the inital show.Bjørn Erik Nilsen2010-01-221-0/+25
| * revert parts of 10392eef4fd4f9Joerg Bornemann2010-01-221-26/+24
| * 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
| * | Fixed QBitmap::load to load into bitmap format again.Gunnar Sletta2010-01-201-0/+38
* | | Replace FreeMono by OCRA fontMartin Jones2010-01-278-90/+90
* | | Test QML doesn't hijack JS ObjectAaron Kennedy2010-01-252-0/+25
* | | Support attached properties in QmlMetaPropertyAaron Kennedy2010-01-251-0/+75
* | | Allow composite value sourcesAaron Kennedy2010-01-213-2/+35
* | | Rename ListModel::set() to ListModel::setProperty()Aaron Kennedy2010-01-201-7/+7
* | | 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-1916-877/+379
|\ \ \ | |/ /
| * | 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