summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix QGraphicsScene::isActive if the view is shown while the window is active.Olivier Goffart2009-11-061-0/+178
* QGraphicsView: Fixes QGraphicsView::focusItem when scene is not activeOlivier Goffart2009-11-061-0/+22
* Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-0523-180/+465
|\
| * Merge branch '4.5' into 4.6Morten Johan Sørvig2009-11-051-0/+34
| |\
| | * Fix retrieval of SQL type "TIME" information for PostgreSQLDerick Hawcroft2009-11-051-0/+32
| | * Avoid infinite loop when laying out text with unconvertible charsEskil Abrahamsen Blomfeldt2009-10-291-0/+14
| * | Cascade delete to cleanup autotest properly.Bill King2009-11-051-2/+2
| * | Add new cross schema relation autotestBill King2009-11-051-5/+31
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Eskil Abrahamsen Blomfeldt2009-11-0421-228/+388
| |\ \
| | * \ Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-042-120/+241
| | |\ \
| | | * | Cocoa: fix q3filedialog autotestRichard Moe Gustavsen2009-11-031-0/+4
| | | * | Gesture api review.Denis Dzyubenko2009-11-031-106/+106
| | | * | Modified gesture events propagation.Denis Dzyubenko2009-11-031-25/+96
| | | * | Fix unit test and add autoCancel test for graphicsviewThomas Zander2009-10-301-26/+72
| | * | | Merge branch '4.6-s60' into 4.6axis2009-11-0416-41/+81
| | |\ \ \
| | | * | | Made xmlpatterns autotests compile for SymbianMiikka Heikkinen2009-11-0313-30/+46
| | | * | | Fix qdatetime autotest regressionShane Kearns2009-11-031-2/+3
| | | * | | Fix qclipboard autotest on s60 3.1Shane Kearns2009-11-031-2/+13
| | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-0356-264/+2398
| | | |\ \ \
| | | * | | | Fix for static QSound::play in Symbian and code style fixes.Janne Anttila2009-11-021-7/+19
| * | | | | | updates to the test after harfbuzz updateLars Knoll2009-11-043-14/+78
* | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-11-053-42/+133
|\ \ \ \ \ \ \
| * | | | | | | Always set a clip on the painter in QGraphicsView.Andreas Aardal Hanssen2009-11-051-0/+72
| * | | | | | | Fix autotest to match API changesThierry Bastian2009-11-051-42/+42
| * | | | | | | Fix textControl so that it ignores mouse press events when neededThierry Bastian2009-11-051-0/+19
* | | | | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-11-052-248/+52
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | QGAL (test): Remove expanding testsEduardo M. Fleury2009-11-041-228/+10
| * | | | | | | QGAL (test): Test parent widget size besides children sizesEduardo M. Fleury2009-11-041-8/+6
| * | | | | | | QGAL: Avoid false assertions due to floating point precision errorsEduardo M. Fleury2009-11-041-1/+16
| * | | | | | | QGAL (Test): Disable simplification test when that is offEduardo M. Fleury2009-11-041-2/+4
| * | | | | | | QGAL: Update infiniteSizes test to avoid simplificationEduardo M. Fleury2009-11-041-0/+3
| * | | | | | | QGAL: Do not restrict maximum size of layout anchorsEduardo M. Fleury2009-11-041-3/+3
| * | | | | | | QGAL: add names to the items in some testsCaio Marcelo de Oliveira Filho2009-11-042-6/+10
* | | | | | | | Result API review with JasminThierry Bastian2009-11-043-331/+331
* | | | | | | | Fix crash in QMenu when using QWidgetActionOlivier Goffart2009-11-041-0/+2
* | | | | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-0432-460/+836
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | QVideoFrame API review changes.Andrew den Exter2009-11-041-9/+9
| * | | | | | | QVideoSurfaceFormat API review changes.Andrew den Exter2009-11-041-48/+29
| * | | | | | | QAbstractVideoSurface API review changes.Andrew den Exter2009-11-041-10/+28
| | |/ / / / / | |/| | | | |
| * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-042-36/+47
| |\ \ \ \ \ \
| | * | | | | | Declarative building infrastructure.Warwick Allison2009-11-041-0/+2
| | |/ / / / /
| | * | | | | fix test for real - if the reference stream contains doubles, we must read do...Harald Fernengel2009-11-031-32/+31
| | * | | | | Make the QDataStream autotest much more robustHarald Fernengel2009-11-031-10/+20
| | | |/ / / | | |/| | |
| * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-044-189/+85
| |\ \ \ \ \
| | * | | | | Remove QMatrix4x4& return values in response to API review feedbackRhys Weatherley2009-11-041-2/+4
| | * | | | | Incorporate API review feedback for math3d classes.Rhys Weatherley2009-11-042-147/+27
| | * | | | | Merge branch 'statemachine-api-changes' into 4.6Eskil Abrahamsen Blomfeldt2009-11-031-40/+54
| | |\ \ \ \ \
| | | * | | | | Rename QState::polished() signal to "propertiesAssigned"Eskil Abrahamsen Blomfeldt2009-11-031-17/+17
| | | * | | | | Remove return type of QState::addTransition(QAbstractTransition*)Eskil Abrahamsen Blomfeldt2009-11-031-14/+28
| | | * | | | | Change name of DoNotRestoreProperties enum to DontRestorePropertiesEskil Abrahamsen Blomfeldt2009-11-031-4/+4