summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Fix examples autotestJoona Petrell2010-09-012-48/+2
| | | | | Task-number: Reviewed-by: Bea Lam
* Doc: Fixed snippets in QML introduction broken in an earlier commit.David Boddie2010-08-2717-0/+1099
| | | | Reported on the qt-qml mailing list.
* Add info to Loader docs about receiving signals and key eventsBea Lam2010-08-205-0/+281
|
* Add missing fileBea Lam2010-08-171-0/+86
|
* Docs - clarify use of PropertyChanges for immediate property changes inBea Lam2010-08-172-1/+94
| | | | | a State (e.g. for setting a transformOrigin for a RotationAnimation). Also improve some other animation docs in general.
* Improve docs on QML Animation page and associated elementsBea Lam2010-08-0510-183/+520
| | | | Task-number: QTBUG-12666
* Add missing snippet fileBea Lam2010-08-041-0/+60
| | | | Task-number: QTBUG-12628
* State doc fixes, improvementsBea Lam2010-08-023-35/+76
| | | | Task-number: QTBUG-12570
* Update QML Documents exampleBea Lam2010-07-301-0/+66
| | | | Task-number: QTBUG-12526
* Component docsBea Lam2010-07-291-0/+60
| | | | Task-number: QTBUG-12447
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-293-22/+69
| | | | | | this page from other documentation. Task-number: QTBUG-12446
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-221-0/+72
| | | | | | | | This allows dragging a MouseArea that contains a clickable MouseArea, for example. Task-number: QTBUG-12323 Reviewed-by: Michael Brasser
* Add missing snippet filesBea Lam2010-07-212-0/+139
|
* Expand QtObject docBea Lam2010-07-211-0/+55
|
* Use snippets instead to avoid quoting license headersBea Lam2010-07-211-0/+1
|
* Do not show copyright header in documentation.Yann Bodson2010-07-211-0/+2
|
* various doc improvements for animation elementsBea Lam2010-07-206-6/+244
|
* fixes for dynamic object creation docsBea Lam2010-07-203-33/+37
|
* PathView doc clarification.Martin Jones2010-07-191-6/+6
|
* fixes, improvements for various docs and example codeBea Lam2010-07-169-18/+530
|
* improvements to docs and examplesBea Lam2010-07-141-6/+7
|
* Follow -> Behaviormae2010-07-082-6/+10
| | | | Replace the usages of Follows with Behaviors, update docs.
* docs - quote code with snippets, other improvementsBea Lam2010-07-011-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-1617-61/+1044
|\
| * Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-114-102/+78
| | | | | | | | docs more consistent
| * Make snippet compile and pass license test, and add missing snippet fileBea Lam2010-06-111-0/+97
| |
| * Remove accidentaly added characters.Martin Jones2010-06-101-1/+1
| |
| * Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-0912-5/+676
| | | | | | | | other minor doc fixes
| * Move some example code into snippets/ and add other doc fixesBea Lam2010-06-095-2/+241
| |
* | Doc: Updated example license to three clause BSD license.David Boddie2010-06-1043-1209/+1166
|/ | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-029-227/+158
| | | | examples from class docs and improve assorted docs
* License.Warwick Allison2010-06-011-0/+41
| | | | Pass headers test
* Fix docYann Bodson2010-06-011-1/+1
|
* Various doc fixes and improvementsBea Lam2010-05-311-0/+52
|
* Document issues with rectangle border width of 1 where clipping is usedBea Lam2010-05-311-0/+19
|
* Add more examples of XPath expressions to XmlRole.Bea Lam2010-05-262-0/+95
| | | | Task-number: QTBUG-10852
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-261-0/+2
|\
| * Fix Gradient doc snippet.Yann Bodson2010-05-261-0/+2
| |
* | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-261-3/+5
|/
* Example of a simple TextEditor look-and-feel.Warwick Allison2010-05-251-0/+71
| | | | Task-number: QTBUG-10940
* Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-242-0/+4
| | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926
* Add license headers for .qml files.Jason McDonald2010-05-2134-0/+1394
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-2/+2
| | | | QDeclarativeComponent)
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-193-1/+81
|\ | | | | | | | | | | Conflicts: doc/src/snippets/declarative/listview/highlight.qml doc/src/snippets/declarative/listview/listview.qml
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-193-3/+3
| |\ | | | | | | | | | | | | | | | Conflicts: src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp src/imports/folderlistmodel/qdeclarativefolderlistmodel.h
| | * Renaming "Qml Launcher" back to "QML Viewer"Kai Koehne2010-05-183-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change the official name of the qml executable back to "Qt QML Viewer" - the original name before it got renamed to "QML Runtime" and then "QML Launcher". Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease command line use).
| * | docWarwick Allison2010-05-191-0/+17
| |/
* | Doc improvementsBea Lam2010-05-193-96/+86
|/
* Add focus docs snippetsBea Lam2010-05-171-0/+27
|
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-0/+0
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).