summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Image auto testMartin Jones2009-11-197-16/+243
| | | | | Also fix qmlpixmapcache error reporting and Image and BorderImage progress reporting for null images.
* Remove small inefficiency.Martin Jones2009-11-191-1/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-199-39/+136
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-193-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 Brasser2009-11-1927-1399/+1258
| | |\ | | | | | | | | | | | | into kinetic-declarativeui
| | * | Make sure we restore the base state correctly after the base state changes.Michael Brasser2009-11-192-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 Brasser2009-11-191-1/+1
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1927-1399/+1258
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Fix headers.Warwick Allison2009-11-183-36/+66
| | | |
| * | | Pass error messages through to WebView users.Warwick Allison2009-11-183-0/+38
| | |/ | |/|
* | | Test clearing the source of a BorderImage.Martin Jones2009-11-191-0/+21
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-199-31/+142
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Doc.Michael Brasser2009-11-185-10/+24
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-188-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 Lam2009-11-1822-28/+350
| | |\ | | | | | | | | | | | | into kinetic-declarativeui
| | * | Set state to QmlGraphicsBorderImage::Error if local file is not found,Bea Lam2009-11-183-19/+114
| | | | | | | | | | | | | | | | and add more unit tests.
| * | | declarative.pro GCOV testAaron Kennedy2009-11-181-2/+4
| | | |
* | | | Another test for Loader.Martin Jones2009-11-191-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 elementMartin Jones2009-11-182-5/+16
| | | | | | | | | | | | | | | | Task-number: QTBUG-5477
* | | | Update Package test and fix crash.Martin Jones2009-11-1824-1392/+1208
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-181-1/+1
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1822-136/+770
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Fix URL update in demoWarwick Allison2009-11-181-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 Jones2009-11-184-5/+22
| |/ / |/| |
* | | Make sure pathview flicks go through event filter path also.Martin Jones2009-11-181-0/+2
| | |
* | | Rename repeater -> qmlgraphicsrepeaterMartin Jones2009-11-188-3/+3
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1821-461/+843
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Minor doc fixes for animation elements.Justin McPherson2009-11-181-12/+10
| | |/ | |/| | | | | | | Reviewed-by: Martin Jones
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-1818-335/+439
| |\ \ | | |/ | | | | | | into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1868-302/+4590
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Update examples for new SQL API.Warwick Allison2009-11-183-64/+29
| | | |
| | * | Don't make assumptions about when SQLITE creates database files.Warwick Allison2009-11-181-2/+2
| | | |
| | * | Update SQL database support to current HTML5 specification.Warwick Allison2009-11-1811-266/+317
| | | |
| | * | Partial fix for QTBUGT-5845Warwick Allison2009-11-173-24/+36
| | | |
| | * | Test error reporting.Warwick Allison2009-11-172-1/+28
| | | |
| * | | testsAaron Kennedy2009-11-183-114/+443
| | | |
* | | | On more Repeater test.Martin Jones2009-11-181-1/+3
| | | |
* | | | Doc.Martin Jones2009-11-184-4/+12
| | | |
* | | | More PathView testingMartin Jones2009-11-185-2/+297
| |_|/ |/| |
* | | Add missing test file.Martin Jones2009-11-181-0/+49
|/ /
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-1712-76/+428
|\ \ | | | | | | | | | into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-174-6/+211
| |\ \ | | | | | | | | | | | | into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1716-79/+589
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | More repeater tests.Martin Jones2009-11-174-6/+211
| | | | |
| * | | | ParentChange autotestYann Bodson2009-11-172-0/+8
| | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-1722-43/+3007
| |\ \ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| * | | | AnchorChanges autotestsYann Bodson2009-11-177-73/+207
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-1721-400/+292
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| * | | | | AnchorChanges testYann Bodson2009-11-172-0/+5
| | | | | |
* | | | | | Accidentally removed some entries from declarative.proBea Lam2009-11-171-1/+3
| |_|/ / / |/| | | |