summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-24164-2997/+13244
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-24144-2937/+12821
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-2411-3/+111
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Update visual autotests and visual autotest infrastructureAaron Kennedy2009-09-24144-2937/+12821
| | | |
| * | | More tests for QmlSql, more WebKit-tested-validity.Warwick Allison2009-09-247-9/+206
| | | |
| * | | Only same-as-webkit iteration example (QML actually supports more)Warwick Allison2009-09-241-8/+1
| | | |
| * | | More testing, validate tests before running them.Warwick Allison2009-09-243-28/+97
| | | | | | | | | | | | | | | | Run all WebKit validations first (no point testing QML if the test are wrong).
| * | | Tidy JSWarwick Allison2009-09-241-8/+11
| | | |
| * | | Track changes from qtwebkit-4.6-snapshot-18092009Warwick Allison2009-09-242-2/+3
| | |/ | |/| | | | | | | Tidy js.
| * | Add some visual autotests for QFxTextEditAlan Alpert2009-09-2410-0/+100
| | | | | | | | | | | | | | | Includes test for regression against QT-669 (but it doesn't work just yet)
* | | Mark an inefficency in TextEditAlan Alpert2009-09-241-0/+1
| | |
* | | Prevent qmlviewer from confusing people when root items are small.Alan Alpert2009-09-241-0/+2
|/ / | | | | | | Task-number: QT-711
* | Enhance QFxPainted item to work when on non-white backgrounds.Alan Alpert2009-09-241-3/+11
|/ | | | | | | Improved version of the fix in 1c011c7f70791e0a4a38bd9f8bb1988cd604305c This fixes the bug with text cursors being an unusally large white rect in the flicker demo.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-247-25/+103
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fixed compile (missing colon after public)Thorbjørn Lindeijer2009-09-231-5/+5
| |
| * Make QmlCompositeTypeData a class instead of a structKai Koehne2009-09-233-3/+4
| | | | | | | | | | | | | | | | This fixes a warning of msvc that apparently doesn't like a struct (QmlCompositeTypeData) extending a class (QmlRefCount): "warning C4099: 'QmlCompositeTypeData' : type name first seen using 'class' now seen using 'struct'"
| * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-2322-56/+267
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-23170-129/+357
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Update configure.exeAaron Kennedy2009-09-231-0/+0
| | | |
| * | | Allow watching of properties to be stopped from watch table. Also fixBea Lam2009-09-233-18/+95
| | | | | | | | | | | | | | | | bug where watch removal requests were not sent to the server side.
* | | | Fix qmlecmascript::bindingLoop testcaseAaron Kennedy2009-09-231-1/+2
| | | |
* | | | Only compile time register synthesized objectsAaron Kennedy2009-09-231-5/+3
| | | |
* | | | Make more qmlecmascript tests passAaron Kennedy2009-09-2316-38/+334
| |_|/ |/| | | | | | | | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass.
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-234-39/+45
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-2310-12/+177
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Repeater is more consistent with its docsAlan Alpert2009-09-231-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-2030 Reviewed-by: Yann Bodson
| * | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-23169-249/+1305
| |\ \ \ \ | | | |/ / | | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | fix QFxTextInput AutotestAlan Alpert2009-09-231-28/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that a test based on focus is still failing, presumably due to recent focus changes. Haven't yet investigated if it should be failing or not.
| * | | | QFxTextEdit test passes againAlan Alpert2009-09-232-4/+5
| | | | |
* | | | | Use new property nameAaron Kennedy2009-09-232-4/+4
| | | | |
* | | | | Fix crashAaron Kennedy2009-09-235-3/+41
| | | | |
* | | | | Remove binding when writing to a propertyAaron Kennedy2009-09-232-5/+19
| |_|/ / |/| | |
* | | | Add some failing autotestsAaron Kennedy2009-09-236-0/+126
| | | |
* | | | Failing autotest for Repeater bugAaron Kennedy2009-09-233-5/+32
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-231-0/+6
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-23149-70/+81
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-23171-281/+1467
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | missed fileWarwick Allison2009-09-231-0/+6
| | | | |
* | | | | Off by one bug in binding bit testAaron Kennedy2009-09-231-3/+3
| |_|/ / |/| | |
* | | | Rename testcasesAaron Kennedy2009-09-23149-70/+81
| |/ / |/| |
* | | Merge qmlengine and qmlbindengine testsAaron Kennedy2009-09-236-104/+80
| | |
* | | CompileAaron Kennedy2009-09-231-1/+1
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-2310-37/+1033
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-2311983-93596/+412581
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qml.pri
| * | | | Add some of the functionality from the old debugger (e.g. dynamic updating ↵Bea Lam2009-09-2310-37/+1033
| | | | | | | | | | | | | | | | | | | | of property values, watch table, colouring of tree widget items).
* | | | | Use .qml file extension in testAaron Kennedy2009-09-2312-11/+11
| | | | |
* | | | | Move test data into data/ subdirAaron Kennedy2009-09-2313-1/+1
| |/ / / |/| | |
* | | | vector -> Qt.vector3dAaron Kennedy2009-09-231-2/+0
| | | |
* | | | Move test data into data subdirAaron Kennedy2009-09-23128-3/+3
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-234-24/+44
|\ \ \ \ | | |_|/ | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui