summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-08-252-4/+4
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-255-39/+252
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-252-7/+13
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-2413-202/+220
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-249-93/+133
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Use 'extend' for now. 'extends' is a JavaScript reserved wordsYann Bodson2009-08-241-3/+3
| | | | | |
| * | | | | Add missing CONSTANT to view property.Yann Bodson2009-08-241-1/+1
| | | | | |
* | | | | | Add support for prefixed attached properties at compile timeAaron Kennedy2009-08-253-9/+68
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | To reduce possible confusion, an id used within a component may not conflict with namespace prefixes.
* | | | | 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
| * | | | Remove unnecessary KeysAttached static mapMartin Jones2009-08-252-7/+13
| | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-248-166/+167
| |\ \ \ | | | | | | | | | | | | | | | 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.
| * | | | Fix list startPosition calculation.Martin Jones2009-08-241-2/+5
| | | | |
* | | | | Add (non-functional) KeyNavigation typeAaron Kennedy2009-08-251-1/+98
| |/ / / |/| | |
* | | | 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 {}
* | | | Expose type library information in QmlDomObjectKai Koehne2009-08-248-21/+150
|/ / / | | | | | | | | | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information.
* | | 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-249-90/+130
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | 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-243-9/+26
| | |\ \ | | | | | | | | | | | | | | | 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-246-82/+85
| | | | | | | | | | | | | | | | QFxBasePositioner still exists though.
| * | | 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-242-7/+5
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Fix WebViewSettingsWarwick Allison2009-08-242-6/+23
| | | | | | | | | | | | | | | | | | | | More QML <-> JavaScript integration, with example. From Tapani Mikola
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-241-3/+3
|\ \ \ \ | | |/ / | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-24123-2721/+3891
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Doc tweak.Martin Jones2009-08-241-3/+3
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-2410-42/+78
|\ \ \ \ | | |/ / | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Rhys Weatherley2009-08-243-10/+10
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Update changes doc.Michael Brasser2009-08-241-2/+2
| | | |
| | * | fromState -> from, toState -> to for Transition.Michael Brasser2009-08-242-8/+8
| | | |
| * | | Remove the overhead of string conversion from the vector() built-inRhys Weatherley2009-08-241-4/+2
| |/ / | | | | | | | | | Reviewed-by: Aaron Kennedy
| * | Store location information for "Type XXX is not available" messagesKai Koehne2009-08-215-25/+61
| | | | | | | | | | | | | | | QmlScriptParser now also stores the locations where a specific type was referenced.
| * | Doc fix (Rect->Rectangle)Kai Koehne2009-08-211-2/+2
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-21105-2558/+3632
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | noticeWarwick Allison2009-08-201-1/+3
| | | |
* | | | VisualModel -> VisualDataModelMartin Jones2009-08-241-0/+1
| |/ / |/| |
* | | SetPropertyAction -> PropertyActionMartin Jones2009-08-214-49/+50
| | |
* | | Renamed transition action elementsMartin Jones2009-08-214-77/+77
| | | | | | | | | | | | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-2111-0/+130
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Rhys Weatherley2009-08-213-9/+66
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Add vector() function as a built-in to QMLRhys Weatherley2009-08-212-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier and more declarative to specify rotation axes: axis: vector(0, 1, 0) instead of: axis.x: 0; axis.y: 1; axis.z: 0 Reviewed-by: Martin Jones
| * | | | Make QVector3D a first-class builtin type within QMLRhys Weatherley2009-08-219-0/+88
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Martin Jones