summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Join user state of removed text blocksLeandro Melo2011-08-151-0/+18
* Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-08-041-2/+19
* Delay masking the last character in Password echo mode.Andrew den Exter2011-07-192-0/+112
* Flicking behaviour of ListView/GridView SnapOnItem is inconsistentMartin Jones2011-07-081-4/+4
* Skip flick velocity test on Mac.Martin Jones2011-07-081-0/+4
* Try again to fix flickable velocity on Mac.Martin Jones2011-07-081-0/+1
* Try to fix Mac CI test failureMartin Jones2011-07-081-2/+2
* Reduce timing dependancy in flickable testMartin Jones2011-07-082-49/+22
* Velocities reported by Flickable in onFlickStarted can be 0Martin Jones2011-07-081-0/+69
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-07-012-34/+34
|\
| * Re-apply licenseheader text in source files for qt4.7Jyri Tahtela2011-07-012-34/+34
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-06-291-0/+40
|\ \ | |/ |/|
| * Fix text color in some cases of QML and QStaticTextEskil Abrahamsen Blomfeldt2011-06-291-0/+40
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Laszlo Agocs2011-06-205-23/+344
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging into 4.7-int...Qt Continuous Integration System2011-06-162-20/+259
| |\ \
| | * | Fixes to how resize event and layout request are posted.Jan-Arve Saether2011-06-101-20/+172
| | * | Fixed move a QGraphicsWidget and invalidate its layout at the same timeJohn Tapsell2011-05-271-0/+73
| | * | Fix infinite recursion when changing geometry on MacGabriel de Dietrich2011-05-261-0/+14
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-06-091-0/+41
| |\ \
| | * | Limit the cookies count per domain to 50.Jocelyn Turcotte2011-06-091-0/+41
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-06-011-0/+20
| |\ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-06-013-74/+10
| |\ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-05-302-1/+21
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-05-281-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-271-3/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, effectiveHorizontalA...Joona Petrell2011-05-271-3/+2
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-05-264-0/+305
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge remote branch 'mainline/4.7' into 4.7Jiang Jiang2011-05-242-1/+11
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-05-201-0/+17
| | |\ \ \ \ \ \ \ \
| * | | | | | | | | | Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-231-0/+25
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Fix ligature offset in multi-line textJiang Jiang2011-05-201-0/+17
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Revert "Revert "Fix QNetworkConfigurationManager usage outside main thread fi...Shane Kearns2011-06-132-1/+74
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix QTreeWidget autotest cases on Symbian/VGASami Merila2011-06-011-0/+20
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Revert "Fix QNetworkConfigurationManager usage outside main thread first"Shane Kearns2011-05-312-74/+1
* | | | | | | Fix tst_QGraphicsItem::sorting() test case for SymbianMiikka Heikkinen2011-05-311-0/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix QHeaderView test case for VGA Symbian devices.Miikka Heikkinen2011-05-301-1/+11
* | | | | | Fix QMenuBar autotest failures for SymbianSami Merila2011-05-301-0/+10
| |_|_|_|/ |/| | | |
* | | | | QToolButton autotest trigger() fails in E6Sami Merila2011-05-271-1/+1
| |_|/ / |/| | |
* | | | Fixed CI-errors caused by qmlshadersplugin addition.Marko Niemelä2011-05-262-13/+13
* | | | Fixing Linux compatibility issues for SymbianTomi Vihria2011-05-251-1/+1
* | | | Backported QML ShaderEffectItem from QML2.0 into Qt Quick 1.1Marko Niemelä2011-05-254-0/+305
* | | | Revert "Fixing Linux compatibility issues for Symbian"Laszlo Agocs2011-05-251-1/+1
| |/ / |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-201-0/+10
|\ \ \ | | |/ | |/|
| * | Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-05-201-0/+10
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-05-181-1/+1
|\ \ \ | |_|/ |/| |
| * | Fixing Linux compatibility issues for SymbianTomi Vihria2011-05-181-1/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171325-22810/+22813
|\ \ \
| * | | Updating file with CRLF line endings for the updated headerSergio Ahumada2011-05-171-29/+29
| * | | Fix a regression in QList::mid()Liang Qi2011-05-161-0/+3
| * | | Update licenseheader text in source filesJyri Tahtela2011-05-131325-22821/+22821