Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-25 | 2 | -5/+5 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove excessive margins in SameGame | Alan Alpert | 2009-08-25 | 1 | -3/+3 |
| | | | | | | | | Reviewed-by: Yann Bodson | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-25 | 2 | -31/+62 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Dialog width is dependent on text | Aaron Kennedy | 2009-08-25 | 1 | -2/+2 |
| | | | |||||
* | | | Fix the size of the button | Yann Bodson | 2009-08-25 | 2 | -3/+2 |
| |/ |/| | |||||
* | | SameGame small cosmetic changes | Yann Bodson | 2009-08-25 | 2 | -31/+62 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-25 | 7 | -10/+78 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-25 | 39 | -295/+317 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Fixup test | Aaron Kennedy | 2009-08-25 | 1 | -1/+1 |
| | | | |||||
| * | | Add support for prefixed attached properties at compile time | Aaron Kennedy | 2009-08-25 | 6 | -9/+77 |
| | | | | | | | | | | | | | | | To reduce possible confusion, an id used within a component may not conflict with namespace prefixes. | ||||
* | | | Forgot to commit RssModel.qml | Yann Bodson | 2009-08-25 | 1 | -0/+20 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-25 | 5 | -39/+252 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Implement QFxKeyNavigationAttached class | Aaron Kennedy | 2009-08-25 | 3 | -39/+142 |
| | | | | | | | | Documentation is missing until we fix up focus behaviour | ||||
| * | Remove the QmlBinding_Id from QmlContext on destruction | Aaron Kennedy | 2009-08-25 | 2 | -2/+15 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-25 | 5 | -153/+22 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Add (non-functional) KeyNavigation type | Aaron Kennedy | 2009-08-25 | 1 | -1/+98 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-25 | 2 | -7/+13 |
|\ \ \ | | |/ | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Remove unnecessary KeysAttached static map | Martin Jones | 2009-08-25 | 2 | -7/+13 |
| | | | |||||
* | | | Mobile version of Flickr demo in flickr-mobile.qml. | Yann Bodson | 2009-08-25 | 37 | -291/+313 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-24 | 19 | -213/+234 |
|\ \ \ | |/ / | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-24 | 14 | -177/+181 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Remove QmlDomDocument::save | Kai Koehne | 2009-08-24 | 2 | -13/+1 |
| | | | | |||||
| | * | | Remove QmlDomDocument::version | Kai Koehne | 2009-08-24 | 2 | -12/+1 |
| | | | | | | | | | | | | | | | | Has been superseeded by the versioning/library infrastructure. | ||||
| | * | | Remove setter from QmlDom classes | Kai Koehne | 2009-08-24 | 2 | -119/+2 |
| | |/ | | | | | | | | | | | | | | | | All methods modifying the object dom were removed. Change was discussed with Aaron. | ||||
| | * | Disallow lowercase import qualifier ids | Aaron Kennedy | 2009-08-24 | 1 | -1/+10 |
| | | | |||||
| | * | Fix crash on missing imports. | Aaron Kennedy | 2009-08-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | This would previously crash: Blah.Rectangle {} | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-24 | 9 | -21/+152 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | Expose type library information in QmlDomObject | Kai Koehne | 2009-08-24 | 9 | -21/+152 |
| | | | | | | | | | | | | | | | | | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information. | ||||
| | * | | Fix dial example | Aaron Kennedy | 2009-08-24 | 1 | -1/+3 |
| | |/ | | | | | | | | | | | | | Follow now has value property, so need to reference the root object explicitly. | ||||
| | * | Fix test on case insensitive filesystems. | Aaron Kennedy | 2009-08-24 | 4 | -10/+9 |
| | | | | | | | | | | | | We cannot have a failingComponent.qml and a FailingComponent.qml file | ||||
| * | | Fix list startPosition calculation. | Martin Jones | 2009-08-24 | 1 | -2/+5 |
| |/ | |||||
| * | Add a spacing property to ListView | Martin Jones | 2009-08-24 | 2 | -14/+41 |
| | | |||||
| * | Fix onFooPressed key handlers. | Martin Jones | 2009-08-24 | 2 | -21/+7 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-24 | 49 | -146/+341 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-24 | 2 | -8/+8 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-24 | 112 | -230/+279 |
| |\ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | VisualModel -> VisualDataModel | Martin Jones | 2009-08-24 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-24 | 49 | -149/+344 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | Reverse debug commit | Warwick Allison | 2009-08-24 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-24 | 1 | -2/+0 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * \ \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-24 | 8 | -14/+193 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | | | Remove duplicated signals. | Michael Brasser | 2009-08-24 | 1 | -2/+0 |
| | | | | | | | |||||
| * | | | | | | Rename positioners. | Warwick Allison | 2009-08-24 | 41 | -126/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | QFxBasePositioner still exists though. | ||||
| * | | | | | | tidy | Warwick Allison | 2009-08-24 | 1 | -8/+1 |
| | | | | | | | |||||
| * | | | | | | Special handling of Tab/BackTab | Warwick Allison | 2009-08-24 | 2 | -0/+22 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | This may need to be reconsidered with QML focus improvements, but for now, we simply ensure the webview behaves like a QWebView. | ||||
| * | | | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-24 | 3 | -12/+10 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-24 | 356 | -3713/+6934 |
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | | Doc tweak. | Martin Jones | 2009-08-24 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Fix WebViewSettings | Warwick Allison | 2009-08-24 | 7 | -11/+190 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More QML <-> JavaScript integration, with example. From Tapani Mikola | ||||
* | | | | | | Use 'extend' for now. 'extends' is a JavaScript reserved words | Yann Bodson | 2009-08-24 | 1 | -3/+3 |
| | | | | | |