summaryrefslogtreecommitdiffstats
path: root/examples/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Remove XML custom parser supportAaron Kennedy2009-05-055-5/+5
|
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-05-054-177/+68
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-0522-154/+86
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * qdoc: Corrected some qdoc warnings.Martin Smith2009-05-041-0/+2
| | |
| * | Join some lines in examples.Martin Jones2009-05-053-177/+66
| | |
* | | Minehunt switched to KDE smiley facesAlan Alpert2009-05-057-3/+3
| |/ |/| | | | | Minehunt example now meets minimum aesthetic requirements.
* | Use QML signal syntaxAaron Kennedy2009-05-011-3/+1
| |
* | Use QML properties syntaxAaron Kennedy2009-05-0115-75/+41
| |
* | Rename QFxView::setXml to QFxView::setQml.Michael Brasser2009-05-012-5/+5
| |
* | Doc work.Michael Brasser2009-05-017-71/+37
|/
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-016-0/+118
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-012-132/+36
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | More examples.Warwick Allison2009-05-012-0/+50
| | |
| * | Show how to achieve aspect-ratio-maintaining effects.Warwick Allison2009-05-014-0/+68
| | |
* | | Remove unnecessary escaping from dataAaron Kennedy2009-05-011-62/+63
| |/ |/|
* | Join some lines in example code.Martin Jones2009-04-302-132/+36
|/
* port syntaxWarwick Allison2009-04-301-21/+40
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-3023-225/+261
|\ | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/follow/pong.qml examples/declarative/listview/dummydata/MyPetsModel.qml
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-302-19/+97
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-3080-1427/+2825
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Documentation for ListViewMartin Jones2009-04-302-19/+97
| | | | | | | | | | | | | | | | Convert to new format, use \snippet.
| * | | Namespaces not needed in new syntax.Warwick Allison2009-04-3013-87/+0
| | | |
| * | | Port syntaxWarwick Allison2009-04-301-12/+29
| | | |
| * | | Port syntaxWarwick Allison2009-04-301-52/+128
| | | |
| * | | Change syntaxWarwick Allison2009-04-305-95/+112
| | | |
| * | | fixWarwick Allison2009-04-301-1/+1
| | |/ | |/|
* | | Convert all examples and demos from XML formatAaron Kennedy2009-04-3011-668/+1062
|/ /
* | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-04-3042-88/+88
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/tutorials/contacts/1_Drawing_and_Animation/RemoveButton2.qml examples/declarative/tutorials/contacts/1_Drawing_and_Animation/RemoveButton3.qml examples/declarative/tutorials/contacts/1_Drawing_and_Animation/RemoveButton4.qml examples/declarative/tutorials/contacts/1_Drawing_and_Animation/RemoveButton5.qml examples/declarative/tutorials/contacts/2_Reuse/ContactField1.qml examples/declarative/tutorials/contacts/2_Reuse/ContactField2.qml examples/declarative/tutorials/contacts/2_Reuse/ContactField3.qml examples/declarative/tutorials/contacts/2_Reuse/ContactField4.qml examples/declarative/tutorials/contacts/2_Reuse/FieldText3.qml examples/declarative/tutorials/contacts/2_Reuse/FieldText4.qml examples/declarative/tutorials/contacts/2_Reuse/RemoveButton1.qml examples/declarative/tutorials/contacts/2_Reuse/RemoveButton2.qml examples/declarative/tutorials/contacts/2_Reuse/RemoveButton3.qml examples/declarative/tutorials/contacts/2_Reuse/RemoveButton4.qml examples/declarative/tutorials/contacts/3_Collections/Button.qml examples/declarative/tutorials/contacts/3_Collections/ContactField.qml examples/declarative/tutorials/contacts/3_Collections/FieldText.qml examples/declarative/tutorials/contacts/3_Collections/RemoveButton.qml
| * \ Merge branch 'source' into kinetic-declarativeuiYann Bodson2009-04-2936-72/+72
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/mediabrowser/content/PhonesPathView.qml demos/declarative/mediabrowser/mediabrowser.qml
| | * | Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-2936-72/+72
| | |/
| * | API improvements for Flipable.Michael Brasser2009-04-291-6/+6
| | | | | | | | | | | | | | | | | | You can now specify an axis and rotation, rather than using transform. The tranform behavior has been preserved, however, to allow for cases where you want a more complex transform when rotating.
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-2926-677/+1454
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Enable pluginsWarwick Allison2009-04-291-1/+1
| | | | | | | | | | | | They're no longer on by default, as per QWebPage.
* | | documentation snippets, some qmlconv cleanupIan Walters2009-04-2922-110/+127
| | | | | | | | | | | | | | | | | | | | | Added snippet comments for qdoc, also qmlconv leaves some errors. ',' where they are not supposed to be, ] and indenting in the wrong places, lack of " around enum values.
* | | Changing over to new qml format, add snippetsIan Walters2009-04-2936-1445/+2636
| | | | | | | | | | | | | | | Structure hasn't changed, just used qmlconv and started adding snippet tags
* | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-04-2824-673/+1450
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ../kinetic into ↵Aaron Kennedy2009-04-281-185/+72
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui-qfx Conflicts: examples/declarative/minehunt/minehunt.qml
| * \ \ Merge branch 'kinetic-declarativeui' of ../kinetic into ↵Aaron Kennedy2009-04-281-48/+24
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui-qfx Conflicts: examples/declarative/mouseregion/mouse.qml
| * | | | Converted connections, listview and mouse.Roberto Raggi2009-04-273-114/+180
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Roberto Raggi2009-04-273-10/+10
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | git://scm.dev.nokia.troll.no/qt/kinetic into kinetic-declarativeui-qfx
| * | | | Converted the examples.Roberto Raggi2009-04-2723-655/+1503
| | | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-04-2812-29/+19
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-283-10/+10
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | More mouse and key event handling and related documentationMartin Jones2009-04-281-1/+1
| | | |/ | | |/|
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-279-16/+6
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxitem.cpp
| | * | Make MouseRegion signals pass a mouse event as their parameter.Martin Jones2009-04-272-9/+9
| | | |
| | * | Fix the highlight positioning.Martin Jones2009-04-271-1/+1
| | | |
| * | | API and documentation work on the transform elements.Michael Brasser2009-04-281-3/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | Axis has been split into Axis, AxisRotation, and AxisTranslation. Basic docs (in some cases just a stub) have been added for these, Perspective, and Squish. Flipable has moved to its own file.
| * | Update tile images for minehunt example.Michael Brasser2009-04-277-12/+2
| | |
| * | Tweak the Dial example.Michael Brasser2009-04-262-4/+4
| |/