summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-252-5/+5
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove excessive margins in SameGameAlan Alpert2009-08-251-3/+3
| | | | | | | | Reviewed-by: Yann Bodson
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-08-252-31/+62
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Dialog width is dependent on textAaron Kennedy2009-08-251-2/+2
| | |
* | | Fix the size of the buttonYann Bodson2009-08-252-3/+2
| |/ |/|
* | SameGame small cosmetic changesYann Bodson2009-08-252-31/+62
|/
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-257-10/+78
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-08-2539-295/+317
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fixup testAaron Kennedy2009-08-251-1/+1
| | |
| * | Add support for prefixed attached properties at compile timeAaron Kennedy2009-08-256-9/+77
| | | | | | | | | | | | | | | To reduce possible confusion, an id used within a component may not conflict with namespace prefixes.
* | | Forgot to commit RssModel.qmlYann Bodson2009-08-251-0/+20
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-255-39/+252
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Implement QFxKeyNavigationAttached classAaron Kennedy2009-08-253-39/+142
| | | | | | | | Documentation is missing until we fix up focus behaviour
| * Remove the QmlBinding_Id from QmlContext on destructionAaron Kennedy2009-08-252-2/+15
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-08-255-153/+22
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Add (non-functional) KeyNavigation typeAaron Kennedy2009-08-251-1/+98
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-252-7/+13
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Remove unnecessary KeysAttached static mapMartin Jones2009-08-252-7/+13
| | |
* | | Mobile version of Flickr demo in flickr-mobile.qml.Yann Bodson2009-08-2537-291/+313
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-2419-213/+234
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-2414-177/+181
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Remove QmlDomDocument::saveKai Koehne2009-08-242-13/+1
| | | |
| | * | Remove QmlDomDocument::versionKai Koehne2009-08-242-12/+1
| | | | | | | | | | | | | | | | Has been superseeded by the versioning/library infrastructure.
| | * | Remove setter from QmlDom classesKai Koehne2009-08-242-119/+2
| | |/ | | | | | | | | | | | | | | | All methods modifying the object dom were removed. Change was discussed with Aaron.
| | * Disallow lowercase import qualifier idsAaron Kennedy2009-08-241-1/+10
| | |
| | * Fix crash on missing imports.Aaron Kennedy2009-08-241-0/+3
| | | | | | | | | | | | | | | This would previously crash: Blah.Rectangle {}
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-08-249-21/+152
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Expose type library information in QmlDomObjectKai Koehne2009-08-249-21/+152
| | | | | | | | | | | | | | | | | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information.
| | * | Fix dial exampleAaron Kennedy2009-08-241-1/+3
| | |/ | | | | | | | | | | | | Follow now has value property, so need to reference the root object explicitly.
| | * Fix test on case insensitive filesystems.Aaron Kennedy2009-08-244-10/+9
| | | | | | | | | | | | We cannot have a failingComponent.qml and a FailingComponent.qml file
| * | Fix list startPosition calculation.Martin Jones2009-08-241-2/+5
| |/
| * Add a spacing property to ListViewMartin Jones2009-08-242-14/+41
| |
| * Fix onFooPressed key handlers.Martin Jones2009-08-242-21/+7
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-2449-146/+341
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-242-8/+8
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-24112-230/+279
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | VisualModel -> VisualDataModelMartin Jones2009-08-241-0/+1
| | | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-2449-149/+344
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Reverse debug commitWarwick Allison2009-08-241-2/+1
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-241-2/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-248-14/+193
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Remove duplicated signals.Michael Brasser2009-08-241-2/+0
| | | | | | |
| * | | | | | Rename positioners.Warwick Allison2009-08-2441-126/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | QFxBasePositioner still exists though.
| * | | | | | tidyWarwick Allison2009-08-241-8/+1
| | | | | | |
| * | | | | | Special handling of Tab/BackTabWarwick Allison2009-08-242-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 Allison2009-08-243-12/+10
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-24356-3713/+6934
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Doc tweak.Martin Jones2009-08-241-3/+3
| | | | | |
| * | | | | Fix WebViewSettingsWarwick Allison2009-08-247-11/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More QML <-> JavaScript integration, with example. From Tapani Mikola
* | | | | | Use 'extend' for now. 'extends' is a JavaScript reserved wordsYann Bodson2009-08-241-3/+3
| | | | | |