summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-06-045-6/+203
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-06-045-6/+203
| |\
| | * Skip tst_maketestselftest::make_check by default on WindowsRohan McGovern2010-06-041-0/+3
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-06-035-6/+200
| | |\
| | | * Fixed tst_maketestselftest on QWS and Windows.Rohan McGovern2010-06-033-5/+26
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-06-035-6/+179
| | | |\
| | | | * Add a test for the `make check' feature.Rohan McGovern2010-06-025-6/+179
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-042-8/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | don't use qWarning() - or even qFatal()! - gratuitously.Oswald Buddenhagen2010-06-032-8/+0
| |/ / /
* | | | tst_qgraphicsitem: stabilize on X11Olivier Goffart2010-06-031-0/+1
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-031-0/+33
|\ \ \ \ | |/ / / |/| | |
| * | | QString: Fix severals bugs when comparing with QStringRefOlivier Goffart2010-06-031-0/+33
| |/ /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-037-0/+304
|\ \ \
| * | | Fix a corner case where a gesture sometimes doesn't start.Thomas Zander2010-06-021-0/+166
| * | | write PO files without duplicated message idsOswald Buddenhagen2010-06-021-0/+12
| * | | Fix failing bypassShaping autotest on the Mac OS XSimon Hausmann2010-06-021-0/+1
| * | | QNAM: Improve child deletion orderMarkus Goetz2010-06-021-0/+77
| * | | QSslCertificate: support large serial numbersPeter Hartmann2010-06-022-0/+27
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-022-0/+21
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-012-0/+21
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-012-0/+21
| | | |\ \
| | | | * | Add the Qt::TextBypassShaping flag.Jocelyn Turcotte2010-05-311-0/+15
| | | | * | QNetworkCookie: do not accept cookies with non-alNum domainPeter Hartmann2010-05-311-0/+6
* | | | | | QML viewer now supports TopUp, TopDown, RightUp and LeftUp orientationsBea Lam2010-06-022-6/+15
* | | | | | Take into account platform differences in input panel supportJoona Petrell2010-06-022-30/+136
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-011-3/+5
|\ \ \ \ \
| * | | | | Defines whether the cursor should keep its current position.Roberto Raggi2010-06-011-3/+5
| |/ / / /
* | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-06-016-69/+130
|\ \ \ \ \ | |/ / / /
| * | | | Missed file.Warwick Allison2010-06-011-0/+8
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-012-0/+68
| |\ \ \ \
| | * | | | Test positionAt.Warwick Allison2010-06-011-0/+43
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-014-69/+31
| | |\ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Avoid refilling view during model change.Martin Jones2010-06-011-0/+48
| | |/ / / | |/| | |
| * | | | Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-314-69/+31
| | |/ / | |/| |
* | | | Speed up QStaticText with affine transformation on GL2 engineEskil Abrahamsen Blomfeldt2010-06-011-4/+3
| |/ / |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-311-0/+25
|\ \ \ | |/ / |/| |
| * | Revert behavior of QTextLayout::boundingRect() when line width is setEskil Abrahamsen Blomfeldt2010-05-311-0/+13
| * | Fix unreasonably large width of QTextLayout::boundingRect()Eskil Abrahamsen Blomfeldt2010-05-311-0/+12
| * | Revert "Added native key support to QSharedMemory API."Andreas Aardal Hanssen2010-05-311-19/+7
| * | Added native key support to QSharedMemory API.Mirko Damiani2010-05-311-7/+19
| * | Make test work with shadow builds again.Andreas Aardal Hanssen2010-05-311-4/+4
* | | Add selection methods to TextEditWarwick Allison2010-05-303-2/+89
* | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-05-285-7/+322
|\ \ \ | |/ / |/| |
| * | tst_qtextcodec: Fix broken merge conflict resolutionOlivier Goffart2010-05-281-1/+1
| * | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-05-285-7/+322
| |\ \
| | * \ Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-275-7/+322
| | |\ \
| | | * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-05-271-0/+4
| | | |\ \
| | | | * | Fix compilation for tst_qtextcodec with QT_NO_CONCURRENT defined.Liang Qi2010-05-271-0/+4
| | | * | | Allow auto-test to compile when using namespacesJoão Abecasis2010-05-261-4/+5
| | | * | | Fix regression in QVarLengthArray::operator=João Abecasis2010-05-261-0/+297
| | | |/ /