summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Always call QPainter::end() before using the object drawn to.Trond Kjernåsen2010-09-071-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-061-0/+13
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-061-0/+13
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-031-0/+13
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-031-0/+13
| | | |\
| | | | * Accept empty authority segments in QUrl as different from not-presentThiago Macieira2010-09-031-0/+13
* | | | | Fix AnchorAnimation for multiple AnchorChanges with dependancies.Michael Brasser2010-09-063-0/+515
* | | | | Fix PathView item position on insertion and removal.Martin Jones2010-09-061-8/+11
|/ / / /
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-09-051-0/+27
|\ \ \ \ | |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-031-0/+27
| |\ \ \ | | |/ / | |/| |
| | * | Fix QStaticText copy constructor to also copy text option propertyEskil Abrahamsen Blomfeldt2010-09-031-0/+27
| | |/
* | | Add test for ListView positioning when all visible items are removed.Martin Jones2010-09-051-1/+30
|/ /
* | Missing fileAaron Kennedy2010-09-031-0/+14
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-031-0/+124
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-035-1/+64
| |\ \ | | |/ | |/|
| * | Fixed a bug where passwords would not be committed when confirming.axis2010-09-021-0/+124
* | | qreal == float fixesAaron Kennedy2010-09-031-1/+1
| |/ |/|
* | Don't modify the signal order on the second dynamic meta object passAaron Kennedy2010-09-031-0/+12
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-031-1/+1
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-028-1/+368
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-011-1/+1
| |\ \
| | * | Build fix on Solaris for an autotestThierry Bastian2010-09-011-1/+1
* | | | Support passing QObject derived types to QML methodsAaron Kennedy2010-09-034-1/+52
| |_|/ |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-028-19/+995
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-017-1/+341
| |\ \ \ | | |/ / | |/| |
| | * | Support for qsTrId and meta-data in comments for QML.Michael Brasser2010-09-013-0/+295
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-011-14/+14
| |\ \ \
| | * | | QString usage cleanupsOswald Buddenhagen2010-09-011-14/+14
| | | |/ | | |/|
| * | | Merge branch 'variousFixes' into 4.7-s60axis2010-09-014-5/+686
| |\ \ \ | | |/ / | |/| |
| | * | Fixed input context trying to squeeze content into a full widget.axis2010-09-011-3/+0
| | * | Fixed a case where a newly created native widget would lose focus.axis2010-09-012-1/+25
| | * | Cleaned up position tracking in the Symbian input methods.axis2010-09-012-2/+661
| | * | Fixed sporadically failing autotest on Symbian.axis2010-08-251-2/+3
* | | | Don't overflow the unreferenced cost counterAaron Kennedy2010-09-021-0/+27
| |_|/ |/| |
* | | Support JS "in" operator on QML objectsAaron Kennedy2010-09-012-0/+18
* | | Only emit change signal when variant properties actually changeAaron Kennedy2010-09-012-1/+28
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-3111-6/+85
|\ \
| * | Prevent calling deleteLater() from QMLAaron Kennedy2010-08-312-0/+24
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-08-314-0/+50
| |\ \
| * | | Ignore non-scriptable properties in QMLAaron Kennedy2010-08-3110-6/+61
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-311-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Make tst_image a little bit more tollerent to rounding errorsOlivier Goffart2010-08-311-8/+8
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-311-3/+3
| |\ \ \
| | * | | tst_qimage: backport fix of commit 0d7e683 into 4.7Olivier Goffart2010-08-301-3/+3
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-3115-12/+176
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Don't double call classBegin()Aaron Kennedy2010-08-315-1/+41
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-08-319-9/+325
| |\ \ \
| | * | | Revert "Add 'cached' property to Image."Yann Bodson2010-08-311-20/+9
| | * | | Add 'cached' property to Image.Yann Bodson2010-08-311-9/+20
| | * | | Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-312-0/+49