Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 5 | -8/+8 |
| | |||||
* | Change key handling to use a Keys attached property. | Martin Jones | 2009-08-12 | 1 | -1/+1 |
| | | | | | Replaces KeyAction, allowing focus to be set on the actual item that wants focus, rather than a separate handler item. | ||||
* | Renaming: FocusRealm -> FocusScope | Yann Bodson | 2009-08-03 | 2 | -20/+20 |
| | |||||
* | Remove paintContents. | Michael Brasser | 2009-07-31 | 1 | -0/+2 |
| | |||||
* | Rename centeredIn to centerIn. | Michael Brasser | 2009-07-31 | 2 | -5/+5 |
| | |||||
* | Introduce Loader item. | Michael Brasser | 2009-07-30 | 1 | -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 Allison | 2009-07-23 | 4 | -10/+11 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-07-20 | 2 | -12/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Update list of elements in doc. | Michael Brasser | 2009-07-17 | 1 | -11/+1 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-15 | 3 | -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 Brasser | 2009-07-13 | 1 | -1/+1 |
| | | | |||||
* | | | Add Timer to elements reference | Martin Jones | 2009-07-14 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-14 | 2 | -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 documentation | Damian Jansen | 2009-07-14 | 2 | -3/+3 |
| |/ | | | | | | | Reviewed-by: Michael Brasser | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-12 | 3 | -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. | ||||
| * | Doc | Aaron Kennedy | 2009-07-07 | 2 | -3/+213 |
|/ | |||||
* | Doc | Aaron Kennedy | 2009-07-07 | 1 | -2/+3 |
| | |||||
* | Doc | Aaron Kennedy | 2009-07-06 | 4 | -0/+639 |
| | |||||
* | Doc | Aaron Kennedy | 2009-07-03 | 4 | -149/+350 |
| | |||||
* | Add a Scale transform object. | Michael Brasser | 2009-07-01 | 1 | -0/+1 |
| | |||||
* | Cleanup, fixes, and basic docs for XmlListModel. | Michael Brasser | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-26 | 4 | -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 Brasser | 2009-06-26 | 2 | -3/+4 |
| | | |||||
| * | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 4 | -12/+12 |
| | | |||||
| * | Rename VariantAnimation -> PropertyAnimation. | Michael Brasser | 2009-06-25 | 1 | -1/+1 |
| | | |||||
* | | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 3 | -27/+8 |
|/ | | | | Also removed all uses of SetProperty | ||||
* | Doc fixes. | Michael Brasser | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | qdoc: Mention that QML_DECLARE_TYPE only works for non-abstract classes | Kai Koehne | 2009-06-11 | 1 | -1/+2 |
| | |||||
* | doc | Warwick Allison | 2009-06-10 | 1 | -1/+7 |
| | |||||
* | Ideas for full module support. | Warwick Allison | 2009-06-10 | 1 | -0/+94 |
| | |||||
* | Support URLs directly (not just as strings), so they are correctly resolved. | Warwick Allison | 2009-06-10 | 1 | -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 Jones | 2009-05-27 | 1 | -0/+0 |
| | |||||
* | Fix docs. | Michael Brasser | 2009-05-19 | 1 | -2/+4 |
| | |||||
* | Docs and minor fixes for the Rotation element. | Michael Brasser | 2009-05-19 | 1 | -0/+1 |
| | |||||
* | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-13 | 1 | -3/+3 |
| | |||||
* | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-13 | 2 | -2/+2 |
| | |||||
* | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-12 | 1 | -3/+4 |
| | |||||
* | Fix tutorial. | Michael Brasser | 2009-05-12 | 1 | -6/+4 |
| | |||||
* | Start on a Qml syntax introduction for non-C++ programmers. | Michael Brasser | 2009-05-12 | 2 | -0/+226 |
| | |||||
* | Remove this doc for now, too incomplete. | Warwick Allison | 2009-05-11 | 2 | -2/+4 |
| | |||||
* | phonebrowser.qml is gone | Yann Bodson | 2009-05-08 | 1 | -1/+1 |
| | |||||
* | More Transform work. | Michael Brasser | 2009-05-08 | 1 | -2/+0 |
| | | | | Add Rotatation. Mark poorly documented transforms as internal for now. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-07 | 5 | -19/+14 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | doc | Warwick Allison | 2009-05-07 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-06 | 1 | -0/+75 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | white background no good in web page, go gray | Warwick Allison | 2009-05-06 | 3 | -4/+4 |
| | | | |||||
| * | | default to QGV | Warwick Allison | 2009-05-06 | 1 | -5/+0 |
| | | | |||||
| * | | namespaces doc | Warwick Allison | 2009-05-06 | 1 | -8/+8 |
| | | | |||||
* | | | Use correct 'from' value for repeating animations. | Michael Brasser | 2009-05-07 | 1 | -11/+6 |
| |/ |/| | | | | | | | Each loop, we need to check whether the user has set a from value, and if not get the current value. | ||||
* | | Doc | Michael Brasser | 2009-05-06 | 1 | -0/+75 |
|/ |