summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-145-8/+8
|
* Change key handling to use a Keys attached property.Martin Jones2009-08-121-1/+1
| | | | | Replaces KeyAction, allowing focus to be set on the actual item that wants focus, rather than a separate handler item.
* Renaming: FocusRealm -> FocusScopeYann Bodson2009-08-032-20/+20
|
* Remove paintContents.Michael Brasser2009-07-311-0/+2
|
* Rename centeredIn to centerIn.Michael Brasser2009-07-312-5/+5
|
* Introduce Loader item.Michael Brasser2009-07-301-0/+1
| | | | | The Loader item takes the qml/qmlItem functionality from Item and moves it to a specialized subclass.
* Doc and example fixes for library qualification (QT-558)Warwick Allison2009-07-234-10/+11
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-202-12/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Update list of elements in doc.Michael Brasser2009-07-171-11/+1
| |
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-153-3/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/canvas/qsimplecanvas.cpp src/declarative/canvas/qsimplecanvasdebugplugin.cpp src/declarative/canvas/qsimplecanvasdebugplugin_p.h src/declarative/fx/qfxpainteditem.cpp src/declarative/util/qfxview.cpp tools/qmlviewer/qmlviewer.h
| * | Cleanup in preparation for key/focus handling.Michael Brasser2009-07-131-1/+1
| | |
* | | Add Timer to elements referenceMartin Jones2009-07-141-0/+1
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-142-3/+3
|\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/parser/qmljsparser.cpp
| * | QmlBindContext was renamed to QmlContext, reflect in documentationDamian Jansen2009-07-142-3/+3
| |/ | | | | | | Reviewed-by: Michael Brasser
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-123-3/+214
|\ \ | |/ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlscriptparser.cpp src/declarative/qml/qmlscriptparser_p.h Compiles, but probably next needs a revert/change of module stuff, since that work seems to have been duplicated.
| * DocAaron Kennedy2009-07-072-3/+213
|/
* DocAaron Kennedy2009-07-071-2/+3
|
* DocAaron Kennedy2009-07-064-0/+639
|
* DocAaron Kennedy2009-07-034-149/+350
|
* Add a Scale transform object.Michael Brasser2009-07-011-0/+1
|
* Cleanup, fixes, and basic docs for XmlListModel.Michael Brasser2009-06-291-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-264-16/+17
|\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp
| * Color property is required to be explicity set (at least for now).Michael Brasser2009-06-262-3/+4
| |
| * Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-264-12/+12
| |
| * Rename VariantAnimation -> PropertyAnimation.Michael Brasser2009-06-251-1/+1
| |
* | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-263-27/+8
|/ | | | Also removed all uses of SetProperty
* Doc fixes.Michael Brasser2009-06-221-1/+1
|
* qdoc: Mention that QML_DECLARE_TYPE only works for non-abstract classesKai Koehne2009-06-111-1/+2
|
* docWarwick Allison2009-06-101-1/+7
|
* Ideas for full module support.Warwick Allison2009-06-101-0/+94
|
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-0/+20
| | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration).
* Better gradient support for Rect.Martin Jones2009-05-271-0/+0
|
* Fix docs.Michael Brasser2009-05-191-2/+4
|
* Docs and minor fixes for the Rotation element.Michael Brasser2009-05-191-0/+1
|
* qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-3/+3
|
* qdoc: Fixed some qdoc errors.Martin Smith2009-05-132-2/+2
|
* qdoc: Fixed some qdoc errors.Martin Smith2009-05-121-3/+4
|
* Fix tutorial.Michael Brasser2009-05-121-6/+4
|
* Start on a Qml syntax introduction for non-C++ programmers.Michael Brasser2009-05-122-0/+226
|
* Remove this doc for now, too incomplete.Warwick Allison2009-05-112-2/+4
|
* phonebrowser.qml is goneYann Bodson2009-05-081-1/+1
|
* More Transform work.Michael Brasser2009-05-081-2/+0
| | | | Add Rotatation. Mark poorly documented transforms as internal for now.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-075-19/+14
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * docWarwick Allison2009-05-071-2/+2
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-061-0/+75
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | white background no good in web page, go grayWarwick Allison2009-05-063-4/+4
| | |
| * | default to QGVWarwick Allison2009-05-061-5/+0
| | |
| * | namespaces docWarwick Allison2009-05-061-8/+8
| | |
* | | Use correct 'from' value for repeating animations.Michael Brasser2009-05-071-11/+6
| |/ |/| | | | | | | Each loop, we need to check whether the user has set a from value, and if not get the current value.
* | DocMichael Brasser2009-05-061-0/+75
|/