summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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-045-191/+87
|\ \ \ \ \ \
| * | | | | | 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-043-149/+29
| * | | | | | 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
| | * | | | | | Change name of QStateMachine::animationsEnabled property to "animated"Eskil Abrahamsen Blomfeldt2009-11-031-5/+5
* | | | | | | | Fixed tst_qgraphicsitem::hitTestGraphicsEffectItem, caching makesGunnar Sletta2009-11-031-14/+0
|/ / / / / / /
* | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0367-269/+3168
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge commit 'e4bec39a139363d1ee4cf3fb15a3fe4499215e77' into 4.6Thiago Macieira2009-11-029-28/+472
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-294-19/+129
| | |\ \ \ \ \ \
| | * | | | | | | Autotest: this test is failing, enable debugging to find out why.Thiago Macieira2009-10-291-1/+4
| | * | | | | | | Merge branch '4.6' into core-4.6Thiago Macieira2009-10-297-5/+257
| | |\ \ \ \ \ \ \
| | * | | | | | | | QLocalServer: block indefinitely when timeout value is -1Peter Hartmann2009-10-281-1/+1
| | * | | | | | | | Fix Qt containers to properly support types with strict alignments.Thiago Macieira2009-10-281-0/+109
| | * | | | | | | | Autotest: add unit test for QDBusServiceWatcherThiago Macieira2009-10-282-0/+281
| | * | | | | | | | Autotest: add a test that tries to follow a service changing owners.Thiago Macieira2009-10-281-0/+56
| | * | | | | | | | Autotest: fix improper use of the serviceOwnerChanged signalThiago Macieira2009-10-281-23/+11
| | * | | | | | | | Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-289-32/+179
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | QDom autotests: test is not failing anymorePeter Hartmann2009-10-281-3/+0
| | * | | | | | | | | Autotest: Add some debugging info as to why the subprocess fails to startThiago Macieira2009-10-271-0/+10
| | * | | | | | | | | QAbstractSocket: wait with closing until all bytes have been writtenPeter Hartmann2009-10-271-3/+1
| | * | | | | | | | | QDom: make tests fail only on WindowsPeter Hartmann2009-10-261-0/+2
| * | | | | | | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-0248-117/+2567
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Manual glyph shaping test.Alessandro Portale2009-11-023-0/+525
| | * | | | | | | | | | Fixes testing of sqlite against the real(floating pt) datatypeBill King2009-11-021-0/+1
| | * | | | | | | | | | Fix a rounding error.Alessandro Portale2009-10-301-1/+1
| | * | | | | | | | | | Added manual text performance test.Alessandro Portale2009-10-302-0/+232
| | * | | | | | | | | | Merge commit '30b0902cf05b0c1dc649e9c2e7ae0415e0c1d042' into 4.6-upstreamBradley T. Hughes2009-10-301-75/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | |
| | | * | | | | | | | | Remove the unnecessary (and broken) tst_QMouseEvent::checkMouseMoveEvent() testBradley T. Hughes2009-10-301-75/+0
| | | * | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Bradley T. Hughes2009-10-306-16/+301
| | | |\ \ \ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ \ \ Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-306-16/+301
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Ensure that button returns 0 for mouse move eventsDean Dettman2009-10-291-0/+75
| | | * | | | | | | | | | Fixed the scrollarea gesture manual test.Denis Dzyubenko2009-10-282-2/+2
| | | * | | | | | | | | | Follow refactor; use QApplication:: instead of qApp->Thomas Zander2009-10-282-25/+25
| | | * | | | | | | | | | Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gesturesThomas Zander2009-10-281-0/+62
| | | * | | | | | | | | | add empty test method, should implement it fully when more important things a...Thomas Zander2009-10-281-0/+16
| | | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_...Bradley T. Hughes2009-10-282-1/+133
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / | | | |/| | | | | | | | |
| | | | * | | | | | | | | Implemented QGestureRecognizer::ConsumeEventHintDenis Dzyubenko2009-10-271-1/+20
| | | | * | | | | | | | | Improved gesture autotest reliability on X11.Denis Dzyubenko2009-10-271-0/+5
| | | | * | | | | | | | | Add QWidget::ungrabGestureThomas Zander2009-10-261-0/+71
| | | | * | | | | | | | | Unregister the temporary gesture recognizer in the gestures autotest.Denis Dzyubenko2009-10-261-0/+15
| | | | * | | | | | | | | Merge branch '4.6' into 4.6-platformDenis Dzyubenko2009-10-2624-107/+1070
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / | | | | | |/| | | | | | |
| | | | * | | | | | | | | Remove internal widgets from QApplication::topLevelWidgets()Prasanth Ullattil2009-10-231-0/+22
| | * | | | | | | | | | | Add QScriptString::toArrayIndex() functionKent Hansen2009-10-301-0/+37
| | * | | | | | | | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-10-3016-29/+247
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6Olivier Goffart2009-10-303-1/+9
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / | | | | |/| | | | | | | | |
| | | | * | | | | | | | | | Merge branch '4.6-s60' into 4.6axis2009-10-303-1/+9
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / | | | | |/| | | | | | | | |