Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Image auto test | Martin Jones | 2009-11-19 | 7 | -16/+243 |
| | | | | | Also fix qmlpixmapcache error reporting and Image and BorderImage progress reporting for null images. | ||||
* | Remove small inefficiency. | Martin Jones | 2009-11-19 | 1 | -1/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-19 | 9 | -39/+136 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-19 | 3 | -3/+32 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Michael Brasser | 2009-11-19 | 27 | -1399/+1258 |
| | |\ | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | | Make sure we restore the base state correctly after the base state changes. | Michael Brasser | 2009-11-19 | 2 | -2/+31 |
| | | | | | | | | | | | | | | | | | | | | This worked correctly as long as there was a transition between the states. Now it works correctly with no transition as well. | ||||
| | * | | Fix doc typo. | Michael Brasser | 2009-11-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-19 | 27 | -1399/+1258 |
| |\ \ \ | | | |/ | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Fix headers. | Warwick Allison | 2009-11-18 | 3 | -36/+66 |
| | | | | |||||
| * | | | Pass error messages through to WebView users. | Warwick Allison | 2009-11-18 | 3 | -0/+38 |
| | |/ | |/| | |||||
* | | | Test clearing the source of a BorderImage. | Martin Jones | 2009-11-19 | 1 | -0/+21 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-19 | 9 | -31/+142 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Doc. | Michael Brasser | 2009-11-18 | 5 | -10/+24 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-18 | 8 | -25/+137 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-11-18 | 22 | -28/+350 |
| | |\ | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | | Set state to QmlGraphicsBorderImage::Error if local file is not found, | Bea Lam | 2009-11-18 | 3 | -19/+114 |
| | | | | | | | | | | | | | | | | and add more unit tests. | ||||
| * | | | declarative.pro GCOV test | Aaron Kennedy | 2009-11-18 | 1 | -2/+4 |
| | | | | |||||
* | | | | Another test for Loader. | Martin Jones | 2009-11-19 | 1 | -2/+34 |
| | | | | | | | | | | | | | | | | | | | | Or rather, a potential test if this were possible. It may be possible in the future, so keep the test. | ||||
* | | | | 'when' property has to be before 'value' property in Binding element | Martin Jones | 2009-11-18 | 2 | -5/+16 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-5477 | ||||
* | | | | Update Package test and fix crash. | Martin Jones | 2009-11-18 | 24 | -1392/+1208 |
| |_|/ |/| | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-18 | 22 | -136/+770 |
| |\ \ \ | | |/ / | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Fix URL update in demo | Warwick Allison | 2009-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | If you manually typed in a url in the qml webbrowser demo the browser stopped updating the url bar with the current page your are on. | ||||
* | | | | ListView tests and fixes. | Martin Jones | 2009-11-18 | 4 | -5/+22 |
| |/ / |/| | | |||||
* | | | Make sure pathview flicks go through event filter path also. | Martin Jones | 2009-11-18 | 1 | -0/+2 |
| | | | |||||
* | | | Rename repeater -> qmlgraphicsrepeater | Martin Jones | 2009-11-18 | 8 | -3/+3 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-18 | 21 | -461/+843 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Minor doc fixes for animation elements. | Justin McPherson | 2009-11-18 | 1 | -12/+10 |
| | |/ | |/| | | | | | | | Reviewed-by: Martin Jones | ||||
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-11-18 | 18 | -335/+439 |
| |\ \ | | |/ | | | | | | | into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-18 | 68 | -302/+4590 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Update examples for new SQL API. | Warwick Allison | 2009-11-18 | 3 | -64/+29 |
| | | | | |||||
| | * | | Don't make assumptions about when SQLITE creates database files. | Warwick Allison | 2009-11-18 | 1 | -2/+2 |
| | | | | |||||
| | * | | Update SQL database support to current HTML5 specification. | Warwick Allison | 2009-11-18 | 11 | -266/+317 |
| | | | | |||||
| | * | | Partial fix for QTBUGT-5845 | Warwick Allison | 2009-11-17 | 3 | -24/+36 |
| | | | | |||||
| | * | | Test error reporting. | Warwick Allison | 2009-11-17 | 2 | -1/+28 |
| | | | | |||||
| * | | | tests | Aaron Kennedy | 2009-11-18 | 3 | -114/+443 |
| | | | | |||||
* | | | | On more Repeater test. | Martin Jones | 2009-11-18 | 1 | -1/+3 |
| | | | | |||||
* | | | | Doc. | Martin Jones | 2009-11-18 | 4 | -4/+12 |
| | | | | |||||
* | | | | More PathView testing | Martin Jones | 2009-11-18 | 5 | -2/+297 |
| |_|/ |/| | | |||||
* | | | Add missing test file. | Martin Jones | 2009-11-18 | 1 | -0/+49 |
|/ / | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-11-17 | 12 | -76/+428 |
|\ \ | | | | | | | | | | into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Yann Bodson | 2009-11-17 | 4 | -6/+211 |
| |\ \ | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | * \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-17 | 16 | -79/+589 |
| | |\ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | More repeater tests. | Martin Jones | 2009-11-17 | 4 | -6/+211 |
| | | | | | |||||
| * | | | | ParentChange autotest | Yann Bodson | 2009-11-17 | 2 | -0/+8 |
| | |/ / | |/| | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Yann Bodson | 2009-11-17 | 22 | -43/+3007 |
| |\ \ \ | | | | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | | | AnchorChanges autotests | Yann Bodson | 2009-11-17 | 7 | -73/+207 |
| | | | | | |||||
| * | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Yann Bodson | 2009-11-17 | 21 | -400/+292 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | | | | AnchorChanges test | Yann Bodson | 2009-11-17 | 2 | -0/+5 |
| | | | | | | |||||
* | | | | | | Accidentally removed some entries from declarative.pro | Bea Lam | 2009-11-17 | 1 | -1/+3 |
| |_|/ / / |/| | | | |