summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix test for get() to check for undefined return valuesBea Lam2010-07-181-4/+6
* Timing fix for slow devices.Robert Griebl2010-07-171-1/+1
* Fix an Assert in QTextTablePierre Rossi2010-07-161-0/+55
* Revert "Fix an Assert in QTextTable"Aaron McCarthy2010-07-161-54/+0
* Fix an Assert in QTextTablePierre Rossi2010-07-161-0/+54
* Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2010-07-161-0/+24
* Work around memory leak issue in grid and linear layouts.Andreas Aardal Hanssen2010-07-162-0/+14
* Fixes crash in QGraphicsScene::addItem().Yoann Lopes2010-07-151-0/+20
* Fixes QGraphicsItem::focusItem() returning incorrect value.Yoann Lopes2010-07-151-0/+27
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-154-0/+135
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-132-4/+4
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-135-3/+13
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-132-1/+71
* Remove Image::pixmap property. QML applications should useBea Lam2010-07-131-31/+0
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-134-37/+167
* Make declarative pixmap cache easier to useAaron Kennedy2010-07-131-58/+41
* Allow the debugger to modify method bodiesAaron Kennedy2010-07-131-4/+52
* Fix TextEdit with no color property defined is drawn with wrong colorJoona Petrell2010-07-131-0/+18
* Fix TextInput text getting improperly clippedJoona Petrell2010-07-137-3/+82
* Calling setMinimumSize(0, 0) on a top-level window sometimes triggers a bugRobert Griebl2010-07-131-14/+12
* Fix input methods for TextInput elements with key handlersJoona Petrell2010-07-132-8/+22
* fix autotestOswald Buddenhagen2010-07-061-0/+5
* add setNativeArguments() and nativeArguments()Oswald Buddenhagen2010-07-062-1/+58
* fix bogus return value from qprocess::execute()Oswald Buddenhagen2010-07-061-0/+9
* Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-051-0/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-0111-8/+381
|\
| * Moc: fix compilation when templated types with multiple arguments are used.Olivier Goffart2010-06-302-0/+21
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Gunnar Sletta2010-06-30258-604/+3247
| |\
| | * Add the conversion in-place for QPixmap::fromImageReader() on raster.Benjamin Poulain2010-06-302-0/+61
| | * Add missing license header.Jason McDonald2010-06-301-0/+41
| | * Fixed a crash in menubar with invisible actionsThierry Bastian2010-06-301-0/+29
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-295-8/+178
| | |\
| | | * Add a manual test for regular widget interaction with the table.Benjamin Poulain2010-06-282-0/+112
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-273-8/+66
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-253-8/+66
| | | | |\
| | | | | * Fixed autotest failure in QPainter::setOpacity when NEON is used.Samuel Rødal2010-06-251-6/+10
| | | | | * Add a new (internal) flag QGraphicsItem::ItemStopsClickFocusPropagation.Bjørn Erik Nilsen2010-06-241-0/+54
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-241-2/+2
| | | | | |\
| | | | | | * Fixed some potential index-out-of-bounds issues in QImage.Kim Motoyoshi Kalland2010-06-241-2/+2
| * | | | | | Added textureUpload benchmark to the GL benchmarksGunnar Sletta2010-06-301-0/+51
* | | | | | | Get WebView tests passing againAlan Alpert2010-07-011-2/+0
* | | | | | | Remove arbitrary width checksAlan Alpert2010-07-011-2/+0
* | | | | | | Fix webkit import for webkit tests.Martin Jones2010-07-017-7/+7
* | | | | | | Add additional text layout benchmarks.Michael Brasser2010-07-011-7/+51
* | | | | | | Added SET_BINDING message to QDeclarative debugger protocolLasse Holmstedt2010-06-301-1/+1
* | | | | | | Add ListView.nextSection attached propertyMartin Jones2010-06-302-5/+12
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-3056-310/+894
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2956-310/+894
| |\ \ \ \ \ \
| | * | | | | | Avoid duplicate code for testing initial sizesBea Lam2010-06-291-21/+15
| | * | | | | | Fix flow layout not taking into account whether it's width and height are imp...Joona Petrell2010-06-292-0/+39