summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Fixed qdoc warnings.v4.7.0-rc1Jesper Thomschutz2010-08-242-2/+2
| | | | | | | | | | | | | | Reviewed-by: Trust Me (cherry picked from commit cb086eb5340c4c41efaf45373aa05c37e8aa974a) Conflicts: doc/src/index.qdoc src/dbus/qdbusconnection.cpp src/declarative/util/qdeclarativeanimation.cpp src/gui/s60framework/qs60mainapplication.cpp src/gui/s60framework/qs60mainappui.cpp src/network/access/qnetworkrequest.cpp
* doc: The QML Qt element was missing from the documentation.Martin Smith2010-08-121-0/+1
| | | | | Either someone removed the QML: prefix, or it was never there. (cherry picked from commit a4d19eef86b07d670b8b2a3f9ad6b3448800bae5)
* Fixed missing link tag in declarativeui.qdoc. Fix for QTBUG-12750Jerome Pasion2010-08-111-1/+1
| | | | (cherry picked from commit ac355872573c7131e4b783cabe00c5656dc668af)
* Fix index pageBea Lam2010-08-081-6/+5
| | | | | Task-number: QTBUG-12703 (cherry picked from commit 97f64280e37f29bdeb92d6de55fac56b1ff37084)
* Improve docs on QML Animation page and associated elementsBea Lam2010-08-081-89/+256
| | | | | Task-number: QTBUG-12666 (cherry picked from commit a9aaaf30b6c542b5c9e3c1e1681088ab26a530c0)
* Make it possible to manually set the orientation of QML Viewer on SymbianJoona Petrell2010-08-042-4/+9
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12142 Reviewed-by: Warwick Allison This patch brings ability to switch QML Viewer's orientation between auto-orientation (=follow sensor), portrait and landscape orientations (lock orientation) on Symbian. It provides same orientation options as Qt Creator 2.1's Qt QML Standalone Application creation wizard. Also, menu item rotateOrientation now works on Symbian, but it's hidden when orientation mode is set to auto-orientation. Property runtime.orientation has been switched back to supporting four-way orientation on Symbian, previously it only updated values between portrait and landscape. If your application only supports landscape or portrait modes, just don't react to the inverted orientations. Added orientation example screenorientation under examples/declarative. The patch includes a fix for calculator example, which rotated to wrong direction when switching from portrait to landscape. Also, improved qdeclarativeviewer unit tests. Changes have been tested to work on Windows, Linux and Symbian^3. (cherry picked from commit e62f266a7642e675e9d235a1f54a6b5746500d48)
* State doc fixes, improvementsBea Lam2010-08-031-33/+150
| | | | | Task-number: QTBUG-12570 (cherry picked from commit 3daee8e915f9845fb104e57c7f35fdb2f7251df5)
* Mention scope of id uniquenessBea Lam2010-08-022-1/+10
| | | | | Task-number: QTBUG-12528 (cherry picked from commit 765c263d538b258f223dfb6bd7f62dbd19853db6)
* Update QML Documents exampleBea Lam2010-08-022-26/+32
| | | | | Task-number: QTBUG-12526 (cherry picked from commit eef2e72976f3f8d10a34c9dfb3f60f40616f4df9)
* Add missing \l doc commandsBea Lam2010-08-024-4/+4
| | | | (cherry picked from commit c2a22048a045f4e3d03b3251bc9af486250657e4)
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-291-6/+36
| | | | | | | this page from other documentation. Task-number: QTBUG-12446 (cherry picked from commit ceeb0fc0327c99de55d4dd6114908ec389dc58eb)
* various doc fixesBea Lam2010-07-291-1/+1
| | | | (cherry picked from commit 9ea7bb34e4b41e1263acb8a175f61566046f9bf6)
* Improvements to Modules docsBea Lam2010-07-293-90/+225
| | | | | Task-number: QTBUG-12430 (cherry picked from commit 63920a41b8dde3b9fa2c47efe95fcbaf83a1178f)
* Document 'this' as undefined in QMLMartin Jones2010-07-281-0/+25
| | | | | | Task-number: QTBUG-12396 Reviewed-by: Aaron Kennedy (cherry picked from commit b4b0bdda668e9845623995c788d88a774dd52d98)
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-2720-169/+353
| | | | Reviewed-by: MArtin Jones
* QML focus API updates.Michael Brasser2010-07-261-4/+4
| | | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy (cherry picked from commit 21806ff0921641b4e4d9d39721ab4ebeae74dddc)
* improvements to docs and examplesBea Lam2010-07-262-1/+7
| | | | (cherry picked from commit 07ebc9161263c04dc072b9fc2a922b9665cbe7be)
* fixes for dynamic object creation docsBea Lam2010-07-261-30/+47
| | | | (cherry picked from commit c95889b7896dc5418841ef72326d99296943e616)
* Follow -> Behaviormae2010-07-192-8/+6
| | | | | Replace the usages of Follows with Behaviors, update docs. (cherry picked from commit b22a5e13003ff9f23b075284a1a1e0a6b0e46250)
* fixes, improvements for various docs and example codeBea Lam2010-07-181-2/+14
| | | | (cherry picked from commit 1ea53e6055a7c4e9677a5003725785ad503bb242)
* fix doc linksBea Lam2010-07-182-2/+2
| | | | (cherry picked from commit 2497d922f06404f6fd1c65c6c685fbce173303ae)
* qdoc: Fixed a few links to QtObject (QML:QtObject)Martin Smith2010-07-161-1/+1
| | | | (cherry picked from commit 896de79554060aadf4963d8285ef3f5d8740428b)
* doc: Added doc for accessing views and models from delegates.Martin Smith2010-07-161-0/+73
| | | | | Task-number: QTBUG-11648 (cherry picked from commit 25e3227fc922f75cc772aadb9dd07cc8b965dcbd)
* Performance docs.Michael Brasser2010-07-151-0/+21
| | | | (cherry picked from commit adbdb6c4b52d72e77d1cb4ff23573e957a7c9e14)
* Distinguish Qt Quick, Qt Declarative and QML on the landing pageAlan Alpert2010-07-151-2/+4
| | | | | Task-number: QTBUG-11916 (cherry picked from commit d7a1e01e9970bef56f647873bb2a3496893b775a)
* Finish QML for Qt Programmers sectionAlan Alpert2010-07-151-2/+10
| | | | | | | | | I don't think I kept the same style as the rest of the section, so this may need to be refactored a little. But it's not incomplete anymore, content-wise. Task-number: QTBUG-11918 (cherry picked from commit 2ba0dfd82a3d82e98a70aeda3b142e0a870eeb0d)
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-131-2/+9
| | | | | Task-number: QTBUG-11936 (cherry picked from commit cabdb16f5ea6458dec9a2ec3b70a01e498b27dbc)
* Added QDeclarativeSpringAnimationmae2010-07-131-6/+8
| | | | | | | | | | | | | | The QDeclarativeSpringAnimation is a replacement for QDeclarativeSpringFollow. The idea is to remove the Follows quickly. Follows used to have an inSync property. In order to provide an alternative mechanism, the commit also fixes the running property for animations which are controlled by a behavior. Previously running would always return false and never change. Now running does change and indicates that the animation is running indeed. (cherry picked from commit cb406a116bf2237c743ac05882fb06927c70359c)
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-131-0/+0
| | | | | | | | | | | synchronous loading of QImages. (QPixmaps can only be created in the main thread so they will always be loaded synchronously). This changes request() to requestImage() and adds requestPixmap() for pixmap support. Task-number: QTBUG-11989 (cherry picked from commit a258456bcb35ec4211751a702ea94a1881d82a07)
* qdoc: Simplified code to enable fixing of QTBUG-6340.Martin Smith2010-07-061-16/+8
| | | | | | Also reworded some of the text for QTBUG-11575. Task-number: QTBUG-6340, QTBUG-11575
* qdoc: Added explanation of autmatically generated signal hanlers.Martin Smith2010-07-051-12/+58
| | | | Task-number: QTBUG-11575
* Doc: Adding navigation and style fixes. Also rearranging qml elementsMorten Engvoldsen2010-07-011-163/+101
|
* doc fixBea Lam2010-07-011-2/+4
|
* Add abstractitemmodel example, and fix some model docsBea Lam2010-07-012-117/+154
|
* docs - quote code with snippets, other improvementsBea Lam2010-07-011-86/+77
|
* Docs - add more links to relevant examplesBea Lam2010-06-308-5/+35
| | | | Task-number: QTBUG-11754
* Rewrite runtime & qmlviewer docs and emphasise that qmlviewer shouldn'tBea Lam2010-06-303-165/+345
| | | | | | be used for deployment Task-number: QTBUG-11287
* Merge branch '4.7' of /home/dboddie/git/oslo-staging-1 into 4.7David Boddie2010-06-2536-909/+478
|\
| * Merge remote branch 'origin/4.7' into qml-4.7Rohan McGovern2010-06-2235-875/+385
| |\ | | | | | | | | | | | | Conflicts: examples/declarative/modelviews/webview/transparent.qml
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-06-2235-875/+385
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (28 commits) Make sure ValueRecord's DeviceTables is cleaned up on failure qdoc3: Build fix for regression in e2f0e728e Fix incorrect usage of _HB_OPEN_Free_Device() in CaretValue cleanup Fix null HB_Device** dereference on exit in Harfbuzz GPOS code Doc: Relicensed the documentation under the GNU FDL version 1.3. doc: Added more DITA output to the XML generator Designer: Prevent QButtonGroup from being added for Q3ButtonGroup. Fix for a leak in the mac style. Doc: Fixing bugs to style and script doc: Added more DITA output to the XML generator Make sure that <br/> is seen as a valid tag in Qt::mightBeRichText() Fix compiler warnings in QtGui (text,painting). Allow Unix to generate unique UUIDs if /dev/urandom exists. Allow GNU Free Documentation license header. Add missing license header. Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to ab9a897b688e991a8405cf938dea9d6a2f1ac072 Fix example compile and runtime warnings, webkit examples not built. qgl_cl_p.h is no longer existent Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to 5699175f55acbdfa4ac95ab6c727ebd4a201f3a2 Doc: Fixed documentation errors. ...
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-06-2135-875/+385
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (26 commits) Fix incorrect usage of _HB_OPEN_Free_Device() in CaretValue cleanup Fix null HB_Device** dereference on exit in Harfbuzz GPOS code Doc: Relicensed the documentation under the GNU FDL version 1.3. doc: Added more DITA output to the XML generator Designer: Prevent QButtonGroup from being added for Q3ButtonGroup. Fix for a leak in the mac style. Doc: Fixing bugs to style and script doc: Added more DITA output to the XML generator Make sure that <br/> is seen as a valid tag in Qt::mightBeRichText() Fix compiler warnings in QtGui (text,painting). Allow Unix to generate unique UUIDs if /dev/urandom exists. Allow GNU Free Documentation license header. Add missing license header. Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to ab9a897b688e991a8405cf938dea9d6a2f1ac072 Fix example compile and runtime warnings, webkit examples not built. qgl_cl_p.h is no longer existent Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to 5699175f55acbdfa4ac95ab6c727ebd4a201f3a2 Doc: Fixed documentation errors. doc: Added more DITA output to the XML generator doc: Fixed type of Package::name ...
| | | | * Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-2135-875/+385
| | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me Requested-by: Legal
| * | | | Add demo thumbnails to Examples/Demos index to make it more interestingBea Lam2010-06-221-35/+74
| |/ / /
| * | | Add screenshots for most examples and demosBea Lam2010-06-221-10/+18
| | | |
| * | | Rename example image fileBea Lam2010-06-221-0/+0
| |/ /
| * | ListView doc improvements and examples clean upBea Lam2010-06-181-0/+0
| | |
| * | doc: couple more performance tips.Martin Jones2010-06-171-0/+12
| |/
* | Doc: Fixed links in the QML documentation.David Boddie2010-06-182-15/+15
|/ | | | Reviewed-by: Trust Me
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-06-161-2/+29
|\
| * Document QML_IMPORT_TRACEBea Lam2010-06-161-2/+29
| |