summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* QmlView doc.Michael Brasser2009-11-231-0/+3
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-11-232-4/+8
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-11-2356-187/+411
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix occasionally-failing debug tests.Bea Lam2009-11-232-4/+8
| | |
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-11-2347-158/+211
|\ \ \ | | |/ | |/| | | | into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-237-77/+82
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-11-2328-36/+588
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | cleanup slideswitch exampleYann Bodson2009-11-235-60/+66
| | | | |
| | * | | small doc fixesYann Bodson2009-11-231-16/+16
| | | | |
| * | | | Use console.log, not printWarwick Allison2009-11-232-2/+2
| | | | |
| * | | | Use console.log, not printWarwick Allison2009-11-2312-40/+40
| | | | |
| * | | | Use console.log, not print.Warwick Allison2009-11-2325-39/+60
| | | | |
| * | | | Webkit console.log() compatibility.Warwick Allison2009-11-232-1/+27
| | | | | | | | | | | | | | | | | | | | This allows avoiding the more non-standard print().
* | | | | Doc.Michael Brasser2009-11-231-5/+15
| |_|/ / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-238-28/+200
|\ \ \ \ | |/ / / | | | | | | | | into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-231-24/+68
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Documentation fixesBill King2009-11-231-24/+68
| | | | | | | | | | | | | | | | | | | | Changed html tags over to qdoc tags.
| * | | | Demonstrate "container" type objects.Warwick Allison2009-11-232-0/+71
| |/ / /
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-2320-8/+389
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Doc.Michael Brasser2009-11-231-1/+1
| | | |/ | | |/|
| * | | Test error messages.Warwick Allison2009-11-231-0/+53
| | | |
| * | | Tidy (and fix) error messages.Warwick Allison2009-11-231-3/+3
| | | |
| * | | Test one-past-end setting (not error; same as append).Warwick Allison2009-11-231-0/+1
| | | |
| * | | Test setting property when not set before.Warwick Allison2009-11-231-0/+1
| | | |
| * | | Check initial preferredHeight.Warwick Allison2009-11-221-0/+1
| | | |
| * | | ignore chart exeWarwick Allison2009-11-221-0/+1
| | |/ | |/|
* | | CrashAaron Kennedy2009-11-231-1/+0
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-2354-232/+2937
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | Remove deleted state operations from the state.Michael Brasser2009-11-224-1/+113
| |/
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-221-1/+1
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fixed the start location of an UiArrayBinding to include the qualifiedId.Erik Verbruggen2009-11-201-1/+1
| | | | | | | | | | | | Reviewed by: Roberto Raggi.
| * | missed filesWarwick Allison2009-11-222-0/+113
| |/
| * Test version mismatch checkingWarwick Allison2009-11-202-1/+16
| |
| * Check version for cached DB too.Warwick Allison2009-11-201-0/+2
| |
| * Fix db countWarwick Allison2009-11-202-1/+31
| | | | | | | | Test forwardOnly extension.
| * Test pixelCache.Warwick Allison2009-11-204-1/+50
| |
| * Fix painting onto devices with no system clip (eg. pixmaps).Warwick Allison2009-11-204-56/+18
| | | | | | | | Move pixelCacheSize to PaintedItem (remove its "cacheSize").
| * Update bad property.Warwick Allison2009-11-203-4/+34
| | | | | | | | Add a read-only error too.
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-2035-31/+2397
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-201-2/+1
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-209-19/+183
| | | |\ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * | remove warningsYann Bodson2009-11-201-2/+1
| | | | |
| | * | | TextInput echoMode visual testAlan Alpert2009-11-2015-0/+2203
| | | |/ | | |/|
| | * | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-2023-114/+157
| | |\ \ | | | |/ | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Doc tweaksAlan Alpert2009-11-205-18/+20
| | | | | | | | | | | | | | | | Minor touchups for the samegame tutorial
| | * | Implement TextInput::horizontalAlignmentAlan Alpert2009-11-204-1/+163
| | | | | | | | | | | | | | | | Includes visual autotest.
| * | | More SQL tests.Warwick Allison2009-11-209-148/+174
| | | | | | | | | | | | | | | | Less non-spec functionality in API.
* | | | Update benchmarks to run againAaron Kennedy2009-11-2315-6/+275
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-1921-202/+198
|\ \ \ | |/ / | | | | | | into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1950-2314/+4105
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui