summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * \ \ \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Marco Bubke2009-09-212922-30300/+361820
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * | | | | add fix for view size changeMarco Bubke2009-09-171-8/+10
| | | | | | |
| * | | | | | Replaced by testcases.Warwick Allison2009-09-2220-117/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Was not a helpful example.
* | | | | | | Add plumbing for more advanced signal property controlAaron Kennedy2009-09-227-73/+200
| |_|_|/ / / |/| | | | |
* | | | | | Slight simplification of parameterized signalsAaron Kennedy2009-09-227-23/+45
| | | | | |
* | | | | | Recording is now on F9Aaron Kennedy2009-09-221-2/+2
| | | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-2235-178/+174
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-2251-175/+244
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-2248-171/+219
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-09-2215-22/+68
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | | | Renaming: QFxView -> QmlViewYann Bodson2009-09-2231-137/+137
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Particles no longer paints things itself.Michael Brasser2009-09-221-2/+0
| | | | | | | |
| | * | | | | | Fixes for framerate monitor.Michael Brasser2009-09-223-2/+25
| | | | | | | |
| * | | | | | | Clean up Same Game JSAlan Alpert2009-09-221-37/+12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Delayed loading is never used and is poorly implemented, so remove it.
* | | | | | | Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-2218-922/+1198
| | | | | | |
* | | | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-2220-45/+88
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/snippets/declarative/repeater.qml
| * | | | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-222-12/+14
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Repeater doc update.Yann Bodson2009-09-212-12/+14
| | |/ / / /
| * | | | | import does not currently insist on a version, it should for these casesWarwick Allison2009-09-225-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | (but not for non-installed local files)
| * | | | | Syntax updateWarwick Allison2009-09-227-20/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | id must not be a type Image::fillMode change
| * | | | | Ensure absolute path for qmldir URL.Warwick Allison2009-09-221-2/+3
| | | | | |
| * | | | | Missing files.Warwick Allison2009-09-222-0/+12
| |/ / / /
| * | | | Fixed compile for example support libraryThorbjørn Lindeijer2009-09-213-11/+7
| | |/ / | |/| |
* | | | DocAaron Kennedy2009-09-221-3/+4
|/ / /
* | | Fix exampleAaron Kennedy2009-09-211-2/+2
| | |
* | | Allow paths to be excluded from testAaron Kennedy2009-09-211-0/+17
| | |
* | | Rename samegameAaron Kennedy2009-09-211-0/+0
| | |
* | | Rename samegameAaron Kennedy2009-09-211-0/+0
| | |
* | | Add an autotest to ensure all our examples/demos launchAaron Kennedy2009-09-213-0/+147
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-212-23/+78
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui