summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * | qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-107/+145
| | |/ | | | | | | | | | ...and a set of functional group pages.
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-131-0/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Conflicts: doc/src/examples/simpletreemodel.qdoc doc/src/examples/spinboxdelegate.qdoc doc/src/index.qdoc
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-08-121-0/+1
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Fix some #ifdefs to compile for a specific combination of featuress that was previously unsupported update Russian translations for Qt and tools Updated Slovenian translations for Qt 4.7 doc: The QML Qt element was missing from the documentation. 64-bit versions of PREMUL, BYTE_MUL and INTERPOLATE_PIXEL_256 QXmlStreamReader: avoid unnecessary detaching QSslCertificate: support expiration dates > 2049 Doc: Fixing typo Doc: Fixing bug involving header misplacement in Creator style qdoc: Added list of all members (including inherited) page to QML elements. qdoc: Ensured that text is encoded correctly. qdoc: Fixed non-well-formed markup. Doc: Fixed typo in a shortcut string. Remove useless QString::clear() from QSharedData example snippet. Move note on connectToBus() not actually being able to reconnect to Doc: Added more license information.
| | | * doc: The QML Qt element was missing from the documentation.Martin Smith2010-08-111-0/+1
| | | | | | | | | | | | | | | | Either someone removed the QML: prefix, or it was never there.
| | * | Merge commit 'remotes/origin/4.7' into qt47s2Thomas Zander2010-08-112-2/+2
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/examples/simpletreemodel.qdoc doc/src/examples/spinboxdelegate.qdoc doc/src/index.qdoc src/declarative/qml/qdeclarativeimageprovider.cpp
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-08-102-2/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (23 commits) Fix QString::arg: When specifying %L1, the group separator would be added even if the local specify QLocale::OmitGroupSeparator QtDeclarative: get rid of warnings in public header doc: Clarify documentation of QStaticText Fix scrollbar randomly popping up in QPlainTextEdit Remove the definition of QT_HAVE_NEON from qt.prf Use the fast Neon conversion for converting colors of jpeg images. Do the conversion from RGB888 to RGB32 using Neon Move the build of Neon file from painting.pri to gui.pro QSharedPointer documentation: specify that it is not safe to operate on the same object in different threads compilation with QT_NO_DEPRECATED Test we do not have compiler warnings in our headers with more options QStyleSheet documentation: QMenu's tear-off is styled with ::tearoff Doc: Fixed qdoc warnings. Fix QTextEngine overflow caused by extremely long text Replace the SSE prologues by a macro QDom: Do not crash on "<a:>text</a:>" Doc: Fixed typo. Doc: Fixed QML documentation errors. Doc: Merged in some of Thomas Zander's suggestions. Doc: Fixed name clash. ...
| | | * \ Merge remote branch 'origin/4.7' into oslo-staging-2/4.7Olivier Goffart2010-08-091-6/+5
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/index.qdoc src/dbus/qdbusconnection.cpp src/gui/s60framework/qs60mainapplication.cpp src/gui/s60framework/qs60mainappui.cpp src/network/access/qnetworkrequest.cpp src/network/bearer/qnetworkconfiguration.h
| | * | | | Mention QML_IMPORT_TRACE in Modules docsBea Lam2010-08-091-0/+8
| | | | | |
| | * | | | Merge sections about when property and default stateBea Lam2010-08-091-36/+59
| | | |/ / | | |/| |
| * | | | Merge branch '4.7' of ../oslo-staging-2 into 4.7David Boddie2010-08-136-432/+95
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/declarativeui.qdoc doc/src/examples/simpletreemodel.qdoc doc/src/examples/spinboxdelegate.qdoc doc/src/getting-started/demos.qdoc doc/src/getting-started/gettingstartedqml.qdoc doc/src/index.qdoc src/declarative/qml/qdeclarativeimageprovider.cpp
| * | | | Mention QML_IMPORT_TRACE in Modules docsBea Lam2010-08-091-0/+8
| | | | |
| * | | | Merge sections about when property and default stateBea Lam2010-08-091-36/+59
| | | | |
| * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-091-1/+1
| |\ \ \ \
| | * | | | Fixed missing link tag in declarativeui.qdoc. Fix for QTBUG-12750Jerome Pasion2010-08-091-1/+1
| | | |/ / | | |/| |
| * | | | doc: Fixed some qdoc errors.Martin Smith2010-08-091-1/+1
| |/ / /
| * | | Fix index pageBea Lam2010-08-061-6/+5
| | | | | | | | | | | | | | | | Task-number: QTBUG-12703