summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Changed Javascript guide link in Intro to the QML Language page.Jerome Pasion2010-10-151-3/+3
| | | | | | Replaced link to commercial Javascript book. Reviewed-by: Geir Vattekar
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-131-0/+2
|\
| * Update color type docs to mention transparencyBea Lam2010-10-131-0/+2
| |
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-0513-34/+24
|\ \ | |/
| * Doc: typographical and spelling errors.Yann Bodson2010-10-0113-24/+24
| |
| * Doc: remove unfinished and confusing mention to focus panels.Yann Bodson2010-10-011-10/+0
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-0411-19/+75
|\ \ | |/
| * Document "import QtQuick 1.0" changeAaron Kennedy2010-09-292-0/+56
| | | | | | | | Task-number: QTBUG-13799
| * Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-299-19/+19
| | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* | Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-0437-185/+185
| | | | | | | | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* | Doc: Shorten lists of basic QML types.David Boddie2010-09-302-22/+11
|/
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-241-15/+3
|\
| * QML Debugging: Documentation fixesLasse Holmstedt2010-09-241-15/+3
| | | | | | | | | | | | | | Many things have changed with QML debugging in Qt Creator. Now docs simply refer to Qt Creator documentation. Reviewed-by: Leena Miettinen
* | Doc: maintainance - fixing grammar and spellingMorten Engvoldsen2010-09-231-1/+1
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-09-152-5/+62
|\
| * Document difference between property binding and assignmentBea Lam2010-09-082-5/+62
| | | | | | | | Task-number: QTBUG-12629
* | Doc: Minor improvements to QML-related documentation.David Boddie2010-09-151-4/+3
| |
* | Doc: Continued work on the QML documentation.David Boddie2010-09-141-0/+0
| |
* | Doc: More work on the QML documentation.David Boddie2010-09-142-0/+0
| |
* | Doc: Some editing and tidying up.David Boddie2010-09-132-3/+3
| |
* | Doc: Added a missing file.David Boddie2010-09-131-0/+193
|/
* Doc: More work on the QML documentation.David Boddie2010-09-074-64/+94
|
* Merge branch '4.7' into qmldocsDavid Boddie2010-09-061-0/+10
|\
| * DocAaron Kennedy2010-09-031-0/+10
| | | | | | | | QTBUG-12665
* | Doc: Worked on two more elements, replacing an image.David Boddie2010-09-062-2/+2
| |
* | Merge branch '4.7' into qmldocsDavid Boddie2010-09-032-6/+13
|\ \ | |/ | | | | | | Conflicts: doc/src/snippets/declarative/qml-intro/basic-syntax.qml
| * Fix examples autotestJoona Petrell2010-09-011-1/+6
| | | | | | | | | | Task-number: Reviewed-by: Bea Lam
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-311-34/+20
| |\
| * | Use QApplication in QDeclarativeEngine example.Martin Jones2010-08-311-5/+7
| | | | | | | | | | | | | | | | | | | | | Using QCoreApplication causes a crash if you tried to load graphical components. Task-number: QTBUG-13319
* | | Merge branch '4.7' into qmldocsDavid Boddie2010-09-011-0/+14
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetext.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-311-0/+14
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Don't double call classBegin() Notify QML internal notifiers of item geometry changes before QML signal handlers. Revert "Add 'cached' property to Image." Add 'cached' property to Image. Ensure Flickable visibleArea is updated when view height changes Improve calling QML functions from C++ docs. Add missing license headers Remove debug. Snake: Don't use Behavior with states. QML Viewer should be put under QtDemos instead of QtExamples folder in Symbian app menu Fix application exiting in embedded qml examples QDeclarativeDebug: Destroy incoming connections if already connected Simplify type management code QML JavaScript .import parser Fix VisualDataModel model update handling when rootIndex is specified. Improve test reliability when running in parallel with other tests. Improve stability of test on loaded hw. Improve stability of test on loaded hw.
| | * Improve calling QML functions from C++ docs.Martin Jones2010-08-311-0/+14
| | |
| * | Doc: Fixed snippets in QML introduction broken in an earlier commit.David Boddie2010-08-271-34/+20
| |/ | | | | | | Reported on the qt-qml mailing list.
* | Merge branch '4.7' into qmldocsDavid Boddie2010-08-272-0/+27
|\ \ | |/
| * Document calling QObject methods from QML in Extending QML in C++ docs.Martin Jones2010-08-251-0/+17
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-231-1/+3
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-196-541/+247
| |\ \
| * | | Document QML_DECLARE_TYPEINFOMartin Jones2010-08-191-0/+10
| | | |
* | | | Doc: More work on the QML documentation.David Boddie2010-08-276-4/+5
| | | |
* | | | Merge branch '4.7' into qmldocsDavid Boddie2010-08-241-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-231-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Move link for Declarative UI Runtime to Using QML with C++ section
| | * | | Move link for Declarative UI Runtime to Using QML with C++ sectionBea Lam2010-08-231-1/+1
| | | |/ | | |/|
| * | | Doc: Updating pages and linking them to the overviews.Morten Engvoldsen2010-08-221-0/+2
| |/ /
* | | Doc: Minor improvements and fixes.David Boddie2010-08-242-5/+5
| | |
* | | Doc: Moved the inline code into snippet files.David Boddie2010-08-231-57/+10
| | |
* | | Doc: Started to reorganize the QML documentation structure.David Boddie2010-08-231-30/+67
| | |
* | | Doc: Used snippets for the Beginning QML document. License update.David Boddie2010-08-231-13/+13
| | |
* | | Merge branch '4.7' into qmldocsDavid Boddie2010-08-175-150/+225
|\ \ \ | |/ /
| * | Docs - clarify use of PropertyChanges for immediate property changes inBea Lam2010-08-171-7/+12
| | | | | | | | | | | | | | | a State (e.g. for setting a transformOrigin for a RotationAnimation). Also improve some other animation docs in general.
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-161-107/+145
| |\ \ | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/elements.qdoc