summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow Unicode identifiers.Warwick Allison2009-10-121-3/+8
|
* I18n testsWarwick Allison2009-10-127-0/+43
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-1248-1021/+488
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-12126-2363/+1773
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcompiler.cpp
| | * use aliases when possibleYann Bodson2009-10-121-4/+4
| | |
| | * Pass all WriteProperty argsAaron Kennedy2009-10-121-3/+3
| | |
| | * DocAaron Kennedy2009-10-122-4/+6
| | |
| | * DocAaron Kennedy2009-10-121-0/+1
| | |
| | * DocAaron Kennedy2009-10-123-173/+1
| | |
| | * DocAaron Kennedy2009-10-121-1/+1
| | |
| | * DocAaron Kennedy2009-10-123-717/+59
| | |
| | * Test that Component {} is allowed as the root elementAaron Kennedy2009-10-124-2/+27
| | |
| | * Composite types should assign to object propertiesAaron Kennedy2009-10-1212-13/+79
| | | | | | | | | | | | Fixes QT-956
| | * Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-3/+3
| | |
| | * Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-1222-66/+65
| | |
| | * Reenable behaviors (now that they work again!)Aaron Kennedy2009-10-121-1/+1
| | |
| | * The root object is always last default objectAaron Kennedy2009-10-123-1/+53
| | | | | | | | | | | | Fix for QT-2301
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-1233-340/+537
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Add id aliasesAaron Kennedy2009-10-095-20/+82
| | | |
| * | | More doc on data models.Martin Jones2009-10-121-9/+99
| | | |
| * | | Fix warnings.Martin Jones2009-10-121-4/+4
| | | |
* | | | updateWarwick Allison2009-10-121-0/+1
| | | |
* | | | updateWarwick Allison2009-10-121-18/+9
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-1232-339/+536
|\ \ \ \ | | |_|/ | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Add missing files.Michael Brasser2009-10-122-0/+145
| | | |
| * | | Correctly identify signal handlers in PropertyChanges when !isScript.Michael Brasser2009-10-111-9/+10
| | | |
| * | | Make sure ParentChange always saves original parent.Michael Brasser2009-10-111-3/+1
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-1129-428/+497
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Improve Behavior reliability.Michael Brasser2009-10-1128-327/+380
| | | | |
* | | | | unwarnWarwick Allison2009-10-121-2/+0
| |/ / / |/| | |
* | | | Fix buildThierry Bastian2009-10-091-1/+1
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-093-174/+168
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-091-2/+2
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Do not use 'resources:' in examplesYann Bodson2009-10-093-174/+168
| | | | |
* | | | | Support aliases to enum propertiesAaron Kennedy2009-10-094-2/+29
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-091-37/+15
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-097-50/+119
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | fixes gridview.qmlYann Bodson2009-10-091-37/+15
| | | | | | | | | | | | | | | | | | | | Task-number: QT-2271
* | | | | Fix snow demoAaron Kennedy2009-10-091-2/+2
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-093-117/+61
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Fixes yahoonews.qmlYann Bodson2009-10-091-86/+60
| | | | | | | | | | | | | | | | Task-number: QT-2281
| * | | Remove deprecated write to signal property supportYann Bodson2009-10-092-31/+1
| | | |
* | | | Tweak scope ordering (again)Aaron Kennedy2009-10-097-50/+119
|/ / / | | | | | | | | | | | | | | | ids and methods shadow properties. The reasoning is that the user explicitly declared these names, whereas they might not even know a property by that name exists.
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-0938-606/+373
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-09117-2278/+5409
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-09110-2264/+5389
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-0993-1755/+5166
| | | |\ \ | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/layouts/Button.qml
| | | | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0988-1656/+5063
| | | | |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * | Remove some warnings.Martin Jones2009-10-091-12/+12
| | | | | |
| | | * | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-09114-1684/+2595
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui