Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Edited section titles and added links to relevant sections. | Jerome Pasion | 2011-02-15 | 2 | -8/+8 |
| | | | | Task-number: QTBUG-16071 | ||||
* | Shuffled navigation and modified next/previous links. | Jerome Pasion | 2011-02-15 | 9 | -67/+42 |
| | | | | Task-number: QTBUG-16071 | ||||
* | Removed unused snippet code. Changed reference to snippet. | Jerome Pasion | 2011-02-15 | 5 | -169/+1 |
| | | | | Task-number: QTBUG-16071 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | Jerome Pasion | 2011-02-15 | 234 | -3771/+5764 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2011-02-14 | 1 | -25/+25 |
| |\ | |||||
| * | | Doc: Indicated that there is a more extensive list of modules. | David Boddie | 2011-02-09 | 1 | -1/+3 |
| | | | |||||
| * | | Doc: Snippet quoting and other documentation fixes. | David Boddie | 2011-02-09 | 10 | -144/+267 |
| | | | |||||
| * | | Doc: Updated the style of comments, which otherwise look like links. | David Boddie | 2011-02-09 | 2 | -0/+2 |
| | | | |||||
| * | | Doc: Ensured that code snippets have appropriate file names. | David Boddie | 2011-02-08 | 223 | -3626/+5492 |
| | | | | | | | | | | | | | | | This helps them to be marked up correctly in cases where code markers are available. | ||||
* | | | Noted that QML uses JavaScript based regexp | Jerome Pasion | 2011-02-10 | 1 | -2/+4 |
| | | | | | | | | | | | | Task-number: QTBUG-16071 | ||||
* | | | Fixed link in QML overview page. | Jerome Pasion | 2011-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Task-number: QTBUG-16071 | ||||
* | | | Re-wrote QML Reusable Components documentation | Jerome Pasion | 2011-02-10 | 7 | -21/+159 |
| | | | | | | | | | | | | Task-number: QTBUG-16071 | ||||
* | | | Added keyword to the QML property binding documentation. | Jerome Pasion | 2011-02-10 | 1 | -0/+1 |
| | | | | | | | | | | | | Task-number: QTBUG-16071 | ||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | Jerome Pasion | 2011-02-10 | 1 | -25/+25 |
|\ \ \ | | |/ | |/| | |||||
| * | | Doc: correcting typos | Morten Engvoldsen | 2011-02-08 | 1 | -25/+25 |
| |/ | |||||
* | | Rewrote "Importing Reusable Components" documentation. | Jerome Pasion | 2011-02-08 | 5 | -17/+264 |
| | | | | | | | | | | | | Added snippet code, and replaced the text. Task-number: QTBUG-16071 | ||||
* | | Changed snippet code and edited event overview | Jerome Pasion | 2011-02-08 | 2 | -13/+150 |
| | | | | | | | | Task-number: QTBUG-16071 | ||||
* | | Changed states.qml snippet code | Jerome Pasion | 2011-02-08 | 1 | -12/+73 |
| | | | | | | | | Task-number: QTBUG-16071 | ||||
* | | Adding validator snippet. | Jerome Pasion | 2011-02-07 | 1 | -0/+89 |
| | | | | | | | | Task-number: QTBUG-16071 | ||||
* | | Fixed merge conflict in Copyright date. | Jerome Pasion | 2011-02-07 | 1 | -4/+0 |
| | | |||||
* | | Rewrote Qt Quick documentation. | Jerome Pasion | 2011-02-07 | 14 | -649/+335 |
| | | | | | | | | Task number: QTBUG-16071 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | Jerome Pasion | 2011-02-07 | 28 | -79/+615 |
|\ \ | |/ | | | | | | | | | Conflicts: doc/src/declarative/propertybinding.qdoc src/declarative/util/qdeclarativeview.cpp | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2011-02-07 | 1 | -0/+287 |
| |\ | |||||
| | * | Doc: Adding documentation on configure options for Qt configure | Morten Engvoldsen | 2011-02-07 | 1 | -0/+287 |
| | | | |||||
| * | | Doc: Fixed warnings and other problems found while fixing markup. | David Boddie | 2011-02-07 | 11 | -22/+23 |
| |/ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | David Boddie | 2011-02-04 | 16 | -76/+388 |
| |\ | |||||
| | * | Move Qt.application docs into Qt global object page | Bea Lam | 2011-02-02 | 2 | -7/+10 |
| | | | | | | | | | | | | | | | | | | Previously it was documented as a separate 'Application' element Reviewed-by: Martin Jones | ||||
| | * | Add initial size to ListView in FolderListModel example | Bea Lam | 2011-02-02 | 2 | -5/+14 |
| | | | | | | | | | | | | Plus other minor doc changes | ||||
| | * | update What's New for QtQuick 1.1 and AnimatedImage docs | Bea Lam | 2011-02-02 | 1 | -4/+14 |
| | | | |||||
| | * | Update Docs, Examples and Demos for new CreateObject overloadable | Christopher Ham | 2011-01-28 | 2 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | Dynamic object in Docs explains QScriptValue argument. SameGame and Dynamic scene now make use of overloadable. Task-number: QTBUG-13087 Reviewed-by: Bea Lam | ||||
| | * | Allow property bindings to be easily created from JavaScript | Bea Lam | 2011-01-27 | 2 | -51/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | Properties can now be assigned a function that returns the binding value. Task-number: QTBUG-14964 Reviewed-by: Aaron Kennedy | ||||
| | * | Add list of new properties/methods in QtQuick 1.1 | Martin Jones | 2011-01-24 | 1 | -1/+97 |
| | | | |||||
| | * | Add a layout direction example to positioners | Joona Petrell | 2011-01-19 | 3 | -5/+16 |
| | | | | | | | | | | | | | | | Task-number: Reviewed-by: Alan Alpert | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1533 | -1553/+1574 |
| | |\ | |||||
| | * | | Document property/method versioning in QML. | Martin Jones | 2011-01-10 | 2 | -0/+84 |
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-13451 Reviewed-by: Bea Lam | ||||
| | * | | Introduce Qt.application.active property | Joona Petrell | 2011-01-07 | 1 | -0/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces qmlviewer's runtime.activeWindow property. Task-number: QTBUG-13351 Reviewed-by: Martin Jones | ||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-07 | 53 | -3628/+2195 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp | ||||
| | * | | | Add Repeater itemAdded(), itemRemoved() signals and itemAt() method | Bea Lam | 2011-01-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-15161 Reviewed-by: Martin Jones | ||||
| | * | | | Add clarifications to QML SQL docs. | Michael Brasser | 2011-01-05 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: Bea Lam | ||||
* | | | | | Replaced old Qt logo with the new Qt logo. | Jerome Pasion | 2011-02-04 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: David Boddie | ||||
* | | | | | Re-wrote QML Animation documentation and cleaned snippet code | Jerome Pasion | 2011-02-04 | 10 | -749/+367 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unneeded snippets and added new snippet code. Task-number: QTBUG-16071 Reviewed-by: David Boddie | ||||
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | Jerome Pasion | 2011-02-04 | 44 | -413/+868 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/extending.qdoc doc/src/external-resources.qdoc src/declarative/util/qdeclarativeanimation.cpp src/declarative/util/qdeclarativetransition.cpp | ||||
| * | | | | Doc: Renamed a tutorial image to avoid a clash with another image. | David Boddie | 2011-02-03 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-17120 | ||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2011-02-02 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Sergio Ahumada | 2011-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-13799 | ||||
| * | | | | | Doc: Fixed a reference to the wrong image. | David Boddie | 2011-02-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-17120 | ||||
| * | | | | | Doc: Renamed an image to ensure that it does not clash with another. | David Boddie | 2011-02-02 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-17120 | ||||
| * | | | | | Doc: Removed unnecessary HTML entity from the title. | David Boddie | 2011-02-01 | 1 | -6/+6 |
| | | | | | | |||||
| * | | | | | Doc: Fixed broken links to the old Symbian Foundation Wiki. | David Boddie | 2011-02-01 | 1 | -2/+2 |
| |/ / / / | | | | | | | | | | | | | | | | Task-number: QTBUG-17058 | ||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2011-01-28 | 3 | -0/+3 |
| |\ \ \ \ |