summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-032-12/+19
| | | | | | examples accordingly. Task-number: QT-2786
* Fix QList<QObject*> as a model. Add docs and example.Martin Jones2010-02-011-5/+52
|
* Update advanced tutorial with new imagesAlan Alpert2010-02-014-1/+3
| | | | | | Some of the images used in the example and documentation were still with the old graphics. This has been fixed so as to only use the new graphics.
* Document possibility of -1 index in delegate.Martin Jones2010-01-291-0/+7
|
* Doc fixes.Michael Brasser2010-01-151-1/+1
| | | | Task-number: QTBUG-7322
* Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-081-1/+4
|
* docWarwick Allison2010-01-082-18/+59
| | | | Task-number: QTBUG-7125
* Improve documentationAlan Alpert2010-01-056-18/+220
| | | | | Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable.
* Add documentation for integrating with existing Qt UI codeAlan Alpert2009-12-302-1/+92
|
* Doc fixAlan Alpert2009-12-181-2/+2
|
* Add simple translation example to docs.Michael Brasser2009-12-091-0/+29
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-092-8/+9
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Link to QML Debugging from index pageBea Lam2009-12-092-8/+9
| |
* | Increase prominence of "QML", since many people know the technology by that ↵Warwick Allison2009-12-091-1/+1
|/ | | | name.
* Add info about qmldebugger and its creator plugin, with screenshot.Bea Lam2009-12-082-2/+51
|
* Add barebones debugging documentation.Michael Brasser2009-12-082-1/+72
|
* Add barebones i18n documentation.Michael Brasser2009-12-083-0/+68
|
* doc fixBea Lam2009-11-301-1/+1
|
* DocAaron Kennedy2009-11-301-2/+2
|
* DocAaron Kennedy2009-11-271-9/+1
|
* Doc fixAlan Alpert2009-11-261-1/+1
| | | | From Thomas Zander
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-261-0/+0
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-266-20/+48
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Crop whitespace from image.Martin Jones2009-11-261-0/+0
| | | | | | | | | | | | Task-number: QT-2384
* | | Doc fixesBea Lam2009-11-261-0/+4
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-261-0/+17
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | Doc.Michael Brasser2009-11-261-0/+17
| |/
* | doc fixesBea Lam2009-11-265-20/+31
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-2510-42/+66
|\ | | | | | | into kinetic-declarativeui
| * Small doc fixes.Martin Jones2009-11-256-10/+10
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-252-20/+25
| |\ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: doc/src/declarative/extending.qdoc
| | * slideswitch example fixesYann Bodson2009-11-251-0/+3
| | |
| | * add targetYann Bodson2009-11-251-19/+20
| | |
| | * cleanup progressbar exampleYann Bodson2009-11-251-1/+1
| | |
| * | Doc improvmentsBea Lam2009-11-255-12/+31
| |/
* | DocAaron Kennedy2009-11-251-9/+10
|/
* DocAaron Kennedy2009-11-243-62/+107
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-2411-53/+187
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-249-70/+218
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Doc.Michael Brasser2009-11-242-5/+5
| | |
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-11-242-36/+148
| | |\ | | | | | | | | | | | | into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-11-231-5/+15
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | toggle switch example documentationYann Bodson2009-11-232-36/+148
| | | | |
| | * | | Doc.Michael Brasser2009-11-233-8/+34
| | | |/ | | |/|
| * | | DocAaron Kennedy2009-11-234-4/+0
| | | |
* | | | Minor doc improvementsBea Lam2009-11-243-24/+24
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-11-231-16/+16
|\ \ \ | | |/ | |/| | | | into kinetic-declarativeui
| * | small doc fixesYann Bodson2009-11-231-16/+16
| |/
* | Doc.Michael Brasser2009-11-231-5/+15
|/
* Doc tweaksAlan Alpert2009-11-205-18/+20
| | | | Minor touchups for the samegame tutorial