| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix TextEdit with no color property defined is drawn with wrong color | Joona Petrell | 2010-07-06 | 1 | -0/+18 |
|
|
* | Fix inconsistent reporting of module import errors when using versions. | Warwick Allison | 2010-07-05 | 5 | -3/+13 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-07-05 | 33 | -82/+168 |
|\ |
|
| * | Prepare for QTest persistent store for visual tests. | Warwick Allison | 2010-07-05 | 1 | -22/+22 |
|
|
| * | Loosen font-sensitive test. | Warwick Allison | 2010-07-05 | 1 | -1/+2 |
|
|
| * | Fix test for N900 (ARM-specific SVG results). | Warwick Allison | 2010-07-02 | 4 | -8/+6 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-07-02 | 9 | -7/+86 |
| |\ |
|
| | * | Fix TextEdit bitmap tests testing the wrong element | Joona Petrell | 2010-07-02 | 2 | -4/+4 |
|
|
| | * | Fix TextInput text getting improperly clipped | Joona Petrell | 2010-07-02 | 7 | -3/+82 |
|
|
| * | | Make autotests work with qreal == float (in addition to double). | Warwick Allison | 2010-07-02 | 13 | -47/+54 |
|
|
| * | | Don't accept *files* that exist when *directory* is required. | Warwick Allison | 2010-07-02 | 3 | -0/+5 |
| |/ |
|
| * | Get WebView tests passing again | Alan Alpert | 2010-07-01 | 1 | -2/+0 |
|
|
| * | Remove arbitrary width checks | Alan Alpert | 2010-07-01 | 1 | -2/+0 |
|
|
| * | Fix webkit import for webkit tests. | Martin Jones | 2010-07-01 | 7 | -7/+7 |
|
|
* | | Make declarative pixmap cache easier to use | Aaron Kennedy | 2010-07-05 | 1 | -58/+41 |
|/ |
|
* | Added SET_BINDING message to QDeclarative debugger protocol | Lasse Holmstedt | 2010-06-30 | 1 | -1/+1 |
|
|
* | Add ListView.nextSection attached property | Martin Jones | 2010-06-30 | 2 | -5/+12 |
|
|
* | Avoid duplicate code for testing initial sizes | Bea Lam | 2010-06-29 | 1 | -21/+15 |
|
|
* | Fix flow layout not taking into account whether it's width and height are imp... | Joona Petrell | 2010-06-29 | 2 | -0/+39 |
|
|
* | Ensure Loader item change listener is removed when Loader is destroyed | Martin Jones | 2010-06-29 | 1 | -5/+4 |
|
|
* | Adapt all qmlviewer testcases to the code changes in the actual viewer. | Robert Griebl | 2010-06-28 | 1 | -10/+18 |
|
|
* | Test QTBUG-11222 | Warwick Allison | 2010-06-25 | 1 | -0/+12 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-06-25 | 13 | -7/+72 |
|\ |
|
| * | Handle enums in method arguments in the same way as QtScript | Aaron Kennedy | 2010-06-25 | 2 | -0/+11 |
|
|
| * | Allow custom parsers to handle attached properties | Aaron Kennedy | 2010-06-25 | 1 | -1/+0 |
|
|
| * | Allow components to be created from .pragma library JS files | Aaron Kennedy | 2010-06-25 | 3 | -4/+8 |
|
|
| * | Fix assert | Aaron Kennedy | 2010-06-25 | 3 | -0/+20 |
|
|
| * | Disallow global object properties as property names | Aaron Kennedy | 2010-06-25 | 5 | -2/+11 |
|
|
| * | Reading a property that doesn't exist throws a ReferenceError test | Aaron Kennedy | 2010-06-25 | 2 | -0/+22 |
|
|
* | | Test only on X11, not only on Linux (which includes embedded). | Warwick Allison | 2010-06-25 | 2 | -4/+4 |
|/ |
|
* | Force font selection (and so ensure visual test passes). | Warwick Allison | 2010-06-25 | 22 | -4/+14 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-24 | 2 | -0/+45 |
|\ |
|
| * | Prevent value source animations from being registered to start twice. | Michael Brasser | 2010-06-24 | 2 | -0/+45 |
|
|
* | | Update tests following QDeclarativeFlickable::viewport() -> contentIem() | Martin Jones | 2010-06-24 | 3 | -214/+214 |
|/ |
|
* | Expose the Flickable's internal contentItem | Martin Jones | 2010-06-24 | 2 | -0/+10 |
|
|
* | Use ugly but reliable bitmaps fonts in test. | Warwick Allison | 2010-06-24 | 20 | -0/+2 |
|
|
* | Fix unstable qdeclarativeviewer tests | Bea Lam | 2010-06-23 | 1 | -2/+2 |
|
|
* | Fix and better test Text / TextEdit alignments. | Warwick Allison | 2010-06-23 | 22 | -0/+204 |
|
|
* | Ensure the view is correctly positioned at component complete. | Martin Jones | 2010-06-23 | 4 | -45/+48 |
|
|
* | References to undefined variables throws a ReferenceError | Aaron Kennedy | 2010-06-23 | 4 | -7/+20 |
|
|
* | Allow QT_TR_NOOP (as a no-op) in ListModel values. | Warwick Allison | 2010-06-22 | 1 | -3/+7 |
|
|
* | Fix test | Bea Lam | 2010-06-18 | 1 | -0/+3 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-06-17 | 5 | -1/+107 |
|\ |
|
| * | Auto test for QTBUG-11507 | Bea Lam | 2010-06-17 | 3 | -0/+28 |
|
|
| * | Properly update childrenRect for position changes and shrinking. | Michael Brasser | 2010-06-17 | 2 | -1/+79 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-06-17 | 2 | -3/+5 |
|\ \
| |/
|/| |
|
| * | Usefully convert from QtScript object/array to QVariant | Kent Hansen | 2010-06-17 | 2 | -3/+5 |
|
|
* | | Add test for model data changes. | Martin Jones | 2010-06-17 | 2 | -2/+47 |
|
|
* | | Minor demo fixes | Alan Alpert | 2010-06-16 | 1 | -4/+5 |
|
|
* | | Fix autoScroll implementation | Alan Alpert | 2010-06-16 | 1 | -1/+0 |
|/ |
|