Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve docs on attached properties on view delegates. | Martin Jones | 2010-12-23 | 4 | -8/+50 |
| | | | | | | | | Clarify that the properties are attached to the root of the delegate, and must be accessed as such by child items. Task-number: QTBUG-16193 Reviewed-by: Bea Lam | ||||
* | Doc: Added a missing license header. | David Boddie | 2010-12-21 | 1 | -0/+39 |
| | |||||
* | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-13 | 6 | -0/+276 |
|\ | |||||
| * | Document support for QVariantList and QVariantMap type conversion | Bea Lam | 2010-12-06 | 3 | -0/+123 |
| | | |||||
| * | Qt.include() docs weren't being picked up by qdoc | Bea Lam | 2010-12-06 | 3 | -0/+153 |
| | | | | | | | | | | | | | | This moves the Qt.include() docs to qdeclarativeengine.cpp and also documents it in the "Integrating JavaScript" page. Task-number: QTBUG-15855 | ||||
* | | Fixed the QML Focus document. Fixed snippets, images, and formatting. | Jerome Pasion | 2010-12-06 | 11 | -0/+593 |
| | | | | | | | | Reviewed-by: David Boddie | ||||
* | | Added QML coding convention for "private" properties. | Jerome Pasion | 2010-12-06 | 1 | -0/+49 |
| | | | | | | | | | | | | Private properties start with two underscores. __property Reviewed-by: David Boddie | ||||
* | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-03 | 18 | -0/+943 |
|\ \ | |/ | |||||
| * | Add 'Writing New Components' docs, and document the connect() function. | Bea Lam | 2010-12-03 | 18 | -0/+943 |
| | | | | | | | | | | | | | | | | The 'Writing QML Components' is mainly a restructuring of the 'Extending types from QML' page. It also documents the signal connect() function that was previously undocumented. Task-number: QTBUG-15718, QTBUG-15138 | ||||
* | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-11-30 | 2 | -1/+85 |
|\ \ | |/ | |||||
| * | Document which header to include for qmlRegister functions. | Martin Jones | 2010-11-30 | 1 | -1/+1 |
| | | | | | | | | | | Task-number: QTBUG-15630 Reviewed-by: Bea Lam | ||||
| * | Add license to example code | Bea Lam | 2010-11-29 | 1 | -0/+39 |
| | | |||||
| * | Move KeyNavigation example to snippets, plus some doc rewording | Bea Lam | 2010-11-29 | 1 | -0/+45 |
| | | |||||
* | | Doc: Fixed a snippet to show QML comments. | David Boddie | 2010-11-25 | 1 | -1/+0 |
|/ | | | | Task-number: QTBUG-15584 | ||||
* | Ensure loaded item's parent is set before component completion. | Martin Jones | 2010-11-12 | 2 | -0/+124 |
| | | | | | | | Also documented Loader sizing behavior. Task-number: QTBUG-14873 Reviewed-by: Michael Brasser | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-11-05 | 45 | -199/+1433 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (24 commits) Image bounding rect should always include the area being painted Fix minehunt.pro (minehunt is no longer a plugin) Don't allow flagging of flipped tiles in Minehunt Remove Snake demo from QtDemo Fix samegame text input focus Whitespace fixes Update visual tests for Mac. Run all QML visual tests now. Make qmlvisual tests more stable Add documentation about script evaluation context and allowed types Maintain passing visualtests on X11 Fix errors in example code. Also reverts the example code to the old Largely rewrite the Using QML in C++ Applications documentation. It Document list type operations Fix regression in 648eb76c and update visual tests. Don't emit xChanged()/yChanged() twice. Add testcase for QTBUG-13719. Doc fix highlightranges.qml example and visual test contained binding loop. Combining ListView.StrictlyEnforceRange and resizing currentItem stalls. ... | ||||
| * | Largely rewrite the Using QML in C++ Applications documentation. It | Bea Lam | 2010-11-04 | 45 | -199/+1433 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | now has an overview of different approaches to QML/C++ integration and demonstrates how to pass data between QML and C++ through properties/functions/signals. The part in the old docs that focused on QDeclarativeContext has been merged into the QDeclarativeContext class docs (although most of the info was largely covered in there already) and the part that covered Network Components has been moved to the QDeclarativeComponent class docs. The custom enum types example previously in extending-tutorial.qdoc has been moved to these new docs. Task-number: QTBUG-14923 | ||||
* | | Doc: Added a snippet showing the default BorderImage tiling behavior. | David Boddie | 2010-11-03 | 1 | -0/+55 |
|/ | |||||
* | Fix Flipable docs | Bea Lam | 2010-10-22 | 1 | -8/+9 |
| | | | | Task-number: QTBUG-13789 | ||||
* | Fix autotest failure caused by commit 92365268 | Jason McDonald | 2010-10-15 | 2 | -2/+2 |
| | |||||
* | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-10-05 | 1 | -7/+7 |
|\ | |||||
| * | Doc: add missing image. | Yann Bodson | 2010-10-01 | 1 | -7/+7 |
| | | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-10-04 | 127 | -129/+129 |
|\ \ | |/ | |||||
| * | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 127 | -129/+129 |
| | | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-09-20 | 125 | -125/+407 |
|\ \ | |/ | |||||
| * | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-16 | 125 | -125/+407 |
| |\ | |||||
| | * | Doc: Further QML improvements. | David Boddie | 2010-09-15 | 3 | -0/+53 |
| | | | |||||
| | * | Doc: Continued work on the QML documentation. | David Boddie | 2010-09-14 | 1 | -0/+87 |
| | | | |||||
| | * | Doc: More work on the QML documentation. | David Boddie | 2010-09-14 | 123 | -125/+267 |
| | | | |||||
* | | | Doc: More work on QML reference documentation. | David Boddie | 2010-09-17 | 2 | -0/+125 |
|/ / | | | | | | | Reviewed-by: Trust Me | ||||
* | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-09 | 72 | -824/+2513 |
|\ \ | |/ | |||||
| * | Doc: More work on the QML documentation. | David Boddie | 2010-09-07 | 6 | -0/+312 |
| | | |||||
| * | Doc: Worked on two more elements, replacing an image. | David Boddie | 2010-09-06 | 1 | -0/+0 |
| | | |||||
| * | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-03 | 2 | -50/+2 |
| |\ | | | | | | | | | | | | | Conflicts: doc/src/snippets/declarative/qml-intro/basic-syntax.qml | ||||
| * | | Doc: Fixed autotest breakage caused by snippets. | David Boddie | 2010-09-01 | 13 | -16/+124 |
| | | | |||||
| * | | Doc: More work on QML documentation and snippets. | David Boddie | 2010-09-01 | 3 | -1/+80 |
| | | | |||||
| * | | Doc: More work on the QML documentation. | David Boddie | 2010-08-27 | 14 | -0/+686 |
| | | | |||||
| * | | Merge branch '4.7' into qmldocs | David Boddie | 2010-08-24 | 5 | -0/+281 |
| |\ \ | |||||
| * | | | Doc: Started to improve QML reference documentation. | David Boddie | 2010-08-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | Doc: Used snippets for the Beginning QML document. License update. | David Boddie | 2010-08-23 | 17 | -0/+702 |
| | | | | |||||
| * | | | Doc: Updated QML snippets. | David Boddie | 2010-08-23 | 2 | -5/+5 |
| | | | | |||||
| * | | | Doc: Updated licenses to the three clause BSD license. | David Boddie | 2010-08-23 | 26 | -730/+704 |
| | | | | |||||
| * | | | Doc: Made more improvements to the QML documentation. | David Boddie | 2010-08-23 | 13 | -80/+612 |
| | | | | |||||
| * | | | Merge branch '4.7' into qmldocs | David Boddie | 2010-08-17 | 3 | -1/+180 |
| |\ \ \ | |||||
| * | | | | Doc: Started work to tidy up existing QML docs. | David Boddie | 2010-08-17 | 17 | -0/+397 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
* | | | | | Merge commit 'staging-1/4.7' into doc-4.7 | Morten Engvoldsen | 2010-09-03 | 2 | -48/+2 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Fix examples autotest | Joona Petrell | 2010-09-01 | 2 | -48/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: Reviewed-by: Bea Lam | ||||
* | | | | | Adding snippet for QML Text element documentation. | Jerome Pasion | 2010-08-31 | 1 | -0/+54 |
|/ / / / | | | | | | | | | | | | | | | | | Reviewed by: David Boddie Task: QTBUG-13243 | ||||
* | | | | Doc: Fixed snippets in QML introduction broken in an earlier commit. | David Boddie | 2010-08-27 | 17 | -0/+1099 |
| |_|/ |/| | | | | | | | | Reported on the qt-qml mailing list. | ||||
* | | | Add info to Loader docs about receiving signals and key events | Bea Lam | 2010-08-20 | 5 | -0/+281 |
| |/ |/| |