summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Changed a page title.David Boddie2010-12-214-5/+5
|
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-202-1/+5
|\
| * Update docs on importing javascript filesBea Lam2010-12-202-1/+5
| |
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-171-1/+1
|\ \ | |/
| * Doc: typo fixed in doc/src/declarative/extending.qdocJoerg Bornemann2010-12-161-1/+1
| | | | | | | | Reviewed-by: TrustMe
* | Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-155-23/+112
|\ \
| * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-133-21/+109
| |\ \ | | |/
| | * Improvements to anchoring docsBea Lam2010-12-091-17/+49
| | | | | | | | | | | | | | | Make it clear that anchor margins only apply to anchors. Also document that anchor and absolute positioning cannot be mixed.
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-12-092-4/+60
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Update QtGui bwins def file for QTBUG-15615 highlightFollowsCurrentItem: false was not always honored ListView: Fix calculation of currentItem position when out of view. Update QtGui def files Fix openDatabaseSync() to not create unused directory Document support for QVariantList and QVariantMap type conversion Some doc clarification for components and javascript integration Cursor shouldn't blink while dragging cursor position Qt.include() docs weren't being picked up by qdoc Doc: make it clear that "z" affects sibling stacking order.
| | | * Document support for QVariantList and QVariantMap type conversionBea Lam2010-12-061-1/+33
| | | |
| | | * Some doc clarification for components and javascript integrationBea Lam2010-12-061-3/+2
| | | |
| | | * Qt.include() docs weren't being picked up by qdocBea Lam2010-12-061-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves the Qt.include() docs to qdeclarativeengine.cpp and also documents it in the "Integrating JavaScript" page. Task-number: QTBUG-15855
| * | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-091-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '4.7-upstream' into 4.7-waterThierry Bastian2010-12-039-315/+342
| | |\ \ | | | |/
| | * | Merge branch '4.7-upstream' into 4.7-waterThierry Bastian2010-12-011-5/+5
| | |\ \
| | * \ \ Merge branch '4.7-upstream' into 4.7-waterThierry Bastian2010-11-303-1/+23
| | |\ \ \
| | * | | | Fix documentation for QML extended typesCaio Marcelo de Oliveira Filho2010-11-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the documentation for QML extended types, one should use 'qmlRegisterExtendedType' instead of 'qmlRegisterType'. Reviewed-by: Leonardo Sobral Cunha <leo.cunha@nokia.com>
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2010-12-081-0/+1
| |\ \ \ \ \
| * | | | | | Doc: Added link to QML Basic Types in main Qt Quick page.Jerome Pasion2010-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: David Boddie
* | | | | | | Doc: Used div elements for floats, updated the style sheet.David Boddie2010-12-142-7/+19
| | | | | | |
* | | | | | | Doc: Changed floating images to use the new float qdoc macros.David Boddie2010-12-132-19/+7
| | | | | | |
* | | | | | | Doc: Fixed non-well-formed XHTML.David Boddie2010-12-131-14/+14
| | | | | | |
* | | | | | | Doc: Temporarily used \qml...\endqml markup for the QML introduction.David Boddie2010-12-091-43/+32
| |/ / / / / |/| | | | |
* | | | | | Doc: Added a link to the QML Basic Types page.David Boddie2010-12-071-0/+1
|/ / / / /
* | | | | Fixed the QML Focus document. Fixed snippets, images, and formatting.Jerome Pasion2010-12-061-219/+120
| | | | | | | | | | | | | | | | | | | | Reviewed-by: David Boddie
* | | | | Added QML coding convention for "private" properties.Jerome Pasion2010-12-061-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Private properties start with two underscores. __property Reviewed-by: David Boddie
* | | | | Some whitespace fixes.Jerome Pasion2010-12-061-32/+32
| |_|_|/ |/| | |
* | | | Add 'Writing New Components' docs, and document the connect() function.Bea Lam2010-12-039-315/+342
| |_|/ |/| | | | | | | | | | | | | | | | | | | | 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
* | | Fix license header.Jason McDonald2010-12-011-5/+5
| |/ |/|
* | Document which header to include for qmlRegister functions.Martin Jones2010-11-302-0/+18
| | | | | | | | | | Task-number: QTBUG-15630 Reviewed-by: Bea Lam
* | Fix id documentationBea Lam2010-11-301-1/+1
| | | | | | | | Task-number: QTBUG-15604
* | Link to List Properties docs from QML Intro pageBea Lam2010-11-301-0/+4
|/ | | | Task-number: QTBUG-15606
* Fix incorrect example for Qt.rgba()Bea Lam2010-11-241-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-11-227-16/+515
|\ | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/doc-staging: Doc: Documented that border width does not affect rectangle geometry. Doc: Minor fixes to style. Doc: Updated the DirectFB documentation to reflect version changes. Doc: correcting heading - Beginning Qt Quick - into - Intro to Qt Quick Doc: Correcting references to Qt Declarative module. doc: Stated that the destructor does not call close().
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-172-6/+6
| |\
| * | Doc: correcting heading - Beginning Qt Quick - into - Intro to Qt QuickMorten Engvoldsen2010-11-153-2/+501
| | |
| * | Doc: Correcting references to Qt Declarative module.Morten Engvoldsen2010-11-155-14/+14
| | |
* | | DocAaron Kennedy2010-11-221-1/+2
| |/ |/| | | | | Task-number: QTBUG-15456
* | Fix license text.Jason McDonald2010-11-171-5/+5
| | | | | | | | Reviewed-by: Trust Me
* | Doc: fix a typo in QML/Qt UI integrationPierre Rossi2010-11-161-1/+1
|/ | | | Reviewed-by: Geir Vattekar
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-095-171/+580
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (32 commits) Fix Text::elide docs. Fix Rectangle painting at small sizes. Fix QML ecmascript autotest. Fix QtQuick import. Export QDeclarativeDebugHelper on Symbian for QTBUG-13762 Don't use stdint.h in our headers since it is a C99 header. Text alignment is broken with multi-line text and implicit size. Update QtOpenVg def files for bug QT-3589 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 ...
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-044-170/+575
| |\
| | * Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-042-163/+488
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Document list type operationsBea Lam2010-11-042-7/+87
| | | | | | | | | | | | Task-number: QTBUG-14645
| * | Doc fixAlan Alpert2010-11-041-1/+5
| |/ | | | | | | | | | | | | The associated bug report is invalid, but this doc fix helps people understand why (so that they never mistakenly file it again). Task-number: QTBUG-14950
* | Doc: reintroducing QML elements table temporarilyMorten Engvoldsen2010-11-041-2/+104
|/
* 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
|\ \ | |/