summaryrefslogtreecommitdiffstats
path: root/examples/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Use enum rather than string for easing type.Yann Bodson2010-05-0516-93/+127
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0523-102/+228
|\
| * Example i18n.Warwick Allison2010-05-056-0/+69
| |
| * Doc improvements, simplify example codeBea Lam2010-05-0517-102/+159
| |
* | QList<QObject*> models now update their properties when they change.Martin Jones2010-05-053-5/+15
|/ | | | Task-number: QTBUG-10348
* Remove QDeclarativeLoader::resizeModemae2010-05-031-1/+1
| | | | | | | | | | | | The explicit resizeMode is superfluous, all usecases could be achieved with the corrected default behaviour of the former ResizeLoaderToItem mode. The NoResize usecase is covered by wrapping the loader in an extra item. That means: A loader automatically gets its size from the item loaded unless the loader has an explicit size itself. Go-ahead-by: Michael Brasser
* Add availableFonts.qml for fonts examples.Yann Bodson2010-04-301-0/+17
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-294-15/+15
|\
| * Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-294-15/+15
| | | | | | | | | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent.
* | Add an example of creating a QDeclarativeNetworkAccessManagerFactory.Martin Jones2010-04-295-0/+131
|/
* Update border image examples.Yann Bodson2010-04-287-73/+98
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-2740-18/+1542
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (30 commits) Ensure text document is created before we access it. Plugins documentation. Fix update issue when an item has an effect and child. Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints. Disallow "Qt" as namespace import Don't "adjust" the z value of a delegate that has been cached. Correctly inherit extension properties Autotests More QDeclarativeNetworkAccessManagerFactory doc clarification. Fix QDeclarativeNetworkAccessManagerFactory docs. Don't crash on invalid model remove signal. Ensure scheduled layout can occur before testing. Fix remaining 4.6 type registrations (to 4.7). doc anchor margins vs. anchor (line) state/animation. These examples should not be included in this test Unify naming of settings / UI to be "Qt Qml Runtime" Improved error messages for type resolving, new debug option Link to example files from tutorial pages Add tutorial for writing QML extensions no export in plugin ...
| * Link to example files from tutorial pagesBea Lam2010-04-234-0/+64
| |
| * Add tutorial for writing QML extensionsBea Lam2010-04-2331-0/+1460
| |
| * Replace usage of print() with console.log().Michael Brasser2010-04-235-18/+18
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-27133-537/+1256
|\ \ | |/
| * Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-221-1/+1
| | | | | | | | Task-number: QTBUG-9993
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-224-81/+0
| |\
| | * Remove (undocumented) QML bindings for effects.Michael Brasser2010-04-223-81/+0
| | | | | | | | | | | | | | | Support for effects will be introduced in a future release, when we can make better guarantees about performance.
| | * De-straighten them lines.Bea Lam2010-04-221-0/+0
| | |
| * | Doc: fix QStringList model docsMartin Jones2010-04-225-0/+106
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-215-5/+40
| |\
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-2196-349/+1051
| | |\
| | * | Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-215-5/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-212-33/+31
| |\ \ \ | | | |/ | | |/|
| | * | More focus example cleanup.Yann Bodson2010-04-212-33/+31
| | | |
| * | | remove debugsWarwick Allison2010-04-212-8/+0
| |/ /
| * | Cleanup declarative focus example.Yann Bodson2010-04-212-7/+2
| | |
| * | Improve docs and examples for Extending QML in C++Bea Lam2010-04-2150-310/+331
| | |
| * | Make property value source examples workBea Lam2010-04-212-2/+2
| | |
| * | Add an examples.qmlproject for all QML examples.Yann Bodson2010-04-201-0/+16
| | |
| * | Add .qmlproject files to declarative examples.Yann Bodson2010-04-2042-0/+672
| |/
| * Improve fillmode example.Yann Bodson2010-04-194-37/+45
| |
| * Indentation and whitespace fixes in qml's samegame tutorialLeonardo Sobral Cunha2010-04-1913-23/+23
| |
| * QML_DECLARE_TYPE is no longer necessary - fix docs and examplesBea Lam2010-04-1921-47/+6
| |
| * Fix READMEmae2010-04-161-1/+1
| | | | | | | | The base directory is no longer automatically used as import path.
| * Remove unsupported plugin version flags in .pro files of declarative examplesJoona Petrell2010-04-162-2/+0
| | | | | | | | | | Task-number: QTBUG-9191 Reviewed-by: Martin Jones
* | Docs Changes to start page. Minor change to Elements doc. See also added to ↵Peter Yard2010-04-271-2/+2
|/ | | | some elements docs.
* Fix localFont path in fonts example.Yann Bodson2010-04-151-2/+2
|
* Example fixesBea Lam2010-04-1310-83/+110
|
* Fix code style in examplesBea Lam2010-04-1358-487/+881
|
* Make demo code more consistent with example code in terms of variableBea Lam2010-04-131-1/+1
| | | | naming and code style.
* Fix score from previous changeBea Lam2010-04-131-1/+1
|
* Doc improvementsBea Lam2010-04-131-1/+1
|
* Fix example code styleBea Lam2010-04-1314-124/+206
|
* Example code style improvementsBea Lam2010-04-097-206/+195
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-091-0/+8
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-0910-139/+122
| |\
| * | self-docWarwick Allison2010-04-091-0/+8
| | |
* | | Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-098-14/+14
| |/ |/|