summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-2396-1331/+1687
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Fix cursor drawing in QFxTextInput and QFxTextEditAlan Alpert2009-09-233-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug in QFxPaintedItem that was plaguing them both. Optimizes the painting of he blinking cursor in QFxTextInput (don't redraw whole thing each blink) Fixes cursor drawing and lack thereof bugs with QFxTextEdit. Task-number: QT-669
| * | | | Fixing and refactoring of QFxLineInput updatingAlan Alpert2009-09-222-21/+34
| | | | | | | | | | | | | | | | | | | | Still not working ideally.
* | | | | Use a bitmask to track bound propertiesAaron Kennedy2009-09-238-26/+95
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-2324-129/+18
|\ \ \ \ | | |_|/ | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-2230-995/+1274
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Fix clipping bug in QFxText when text is larger than item's rect.Andreas Aardal Hanssen2009-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply an intersect clip (don't replace the clip). Reviewed-by: Henrik Hartz
| | * | | Fix crash in ~QmlEngine when using QmlDomKai Koehne2009-09-221-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QmlEngine keeps a pointer to QmlCompositeTypeData passed into QmlCompiler::compile. Therefore we have to also create QmlCompositeTypeData on the heap, and use reference counting.
| | * | | Replace begin()/end() with constBegin()/constEnd() to avoid detach inMarco Bubke2009-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~QmlEngine Reviewed-by: Kai Koehne
| | * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Marco Bubke2009-09-2278-1170/+1508
| | |\ \ \ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui