summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-235-14/+42
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-232-8/+21
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-231-7/+19
| | |\
| | | * Repeater is more consistent with its docsAlan Alpert2009-09-231-7/+19
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-2316-55/+706
| | |\ \ | | | |/
| | * | QFxTextEdit test passes againAlan Alpert2009-09-231-1/+2
| * | | Fix crashAaron Kennedy2009-09-231-1/+2
| * | | Remove binding when writing to a propertyAaron Kennedy2009-09-232-5/+19
| | |/ | |/|
* | | Allow watching of properties to be stopped from watch table. Also fixBea Lam2009-09-231-0/+2
|/ /
* | Off by one bug in binding bit testAaron Kennedy2009-09-231-3/+3
* | CompileAaron Kennedy2009-09-231-1/+1
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-2388-1569/+2750
|\ \
| * | vector -> Qt.vector3dAaron Kennedy2009-09-231-2/+0
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-234-24/+44
| |\ \ | | |/
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-2341-1094/+1519
| | |\
| | * | Fix cursor drawing in QFxTextInput and QFxTextEditAlan Alpert2009-09-233-9/+16
| | * | Fixing and refactoring of QFxLineInput updatingAlan Alpert2009-09-222-21/+34
| * | | Use a bitmask to track bound propertiesAaron Kennedy2009-09-238-26/+95
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-234-12/+18
| |\ \
| | * | Fix clipping bug in QFxText when text is larger than item's rect.Andreas Aardal Hanssen2009-09-221-1/+1
| | * | Fix crash in ~QmlEngine when using QmlDomKai Koehne2009-09-221-2/+6
| | * | Replace begin()/end() with constBegin()/constEnd() to avoid detach inMarco Bubke2009-09-221-1/+1
| | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Marco Bubke2009-09-2235-1020/+1312
| | |\ \
| | * \ \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Marco Bubke2009-09-2110-67/+279
| | |\ \ \
| | * | | | add fix for view size changeMarco Bubke2009-09-171-8/+10
| * | | | | Add plumbing for more advanced signal property controlAaron Kennedy2009-09-227-73/+200
| | |_|/ / | |/| | |
| * | | | Slight simplification of parameterized signalsAaron Kennedy2009-09-224-23/+40
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-2212-68/+66
| |\ \ \ \
| | * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-2213-72/+73
| | |\ \ \ \
| | | * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-09-221-2/+3
| | | |\ \ \ \
| | | * | | | | Renaming: QFxView -> QmlViewYann Bodson2009-09-2211-65/+65
| | | | |_|_|/ | | | |/| | |
| | * | | | | Particles no longer paints things itself.Michael Brasser2009-09-221-2/+0
| | * | | | | Fixes for framerate monitor.Michael Brasser2009-09-221-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-2218-922/+1198
| | |_|/ / | |/| | |
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-221-5/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Repeater doc update.Yann Bodson2009-09-211-5/+5
| | |/ /
| * | | Ensure absolute path for qmldir URL.Warwick Allison2009-09-221-2/+3
| |/ /
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-211-1/+62
| |\ \
| | * | Get the framerate monitor working again.Michael Brasser2009-09-211-1/+62
| * | | Basic implementation of visual "test scripts"Aaron Kennedy2009-09-215-16/+60
| |/ /
| * | XMLHttpRequest status and statusText were not set in finished or error.Tapani Mikola2009-09-181-0/+10
| * | Added \r\n between the headers in getAllResponseHeadersTapani Mikola2009-09-181-1/+1
| * | Implementations of getAllResponseHeaders () and getResponseHeader ().Tapani Mikola2009-09-181-4/+69
| * | Fix Windows compile.Warwick Allison2009-09-182-6/+6
| * | Make SqlDatabase testable and add a basic test.Warwick Allison2009-09-184-40/+72
| |/
| * Fixed an include.Erik Verbruggen2009-09-171-1/+1
| * Fixed the QML parser files to play nice when included in Creator,Erik Verbruggen2009-09-176-14/+16
| * Fixed the QML parser files to play nice when included in Creator, whenErik Verbruggen2009-09-1716-521/+550