summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-052-3/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-11-0487-292/+3109
|\
| * More XmlListModel tests.Michael Brasser2009-11-045-23/+172
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-11-0411-54/+401
| |\
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Yann Bodson2009-11-0412-22/+206
| | |\
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-11-042-0/+30
| | | |\
| | | * | Start on QmlXmlListModel autotest.Michael Brasser2009-11-045-0/+154
| | | * | Fix test after rename.Michael Brasser2009-11-046-22/+22
| | * | | more autotestsYann Bodson2009-11-041-32/+225
| | |/ /
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-11-0424-4/+738
| |\ \ \ | | | |/ | | |/|
| | * | Add closestAngle function to Qt object to help with rotation animations.Alan Alpert2009-11-042-0/+30
| | |/
| | * States autotest + missing files.Michael Brasser2009-11-0410-0/+351
| | * DateTimeFormatter autotests.Michael Brasser2009-11-041-0/+10
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Yann Bodson2009-11-045-0/+165
| | |\
| | * | use same name for setter/getter and propertyYann Bodson2009-11-042-5/+5
| * | | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-0460-233/+2163
| |\ \ \
| | * | | 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 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