summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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-30101-1432/+4172
| | |\ | | | | | | | | | | | | 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-2947-682/+2801
| |\ \ \ | | |/ / | | | | | | | | 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.
* | | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-04-2921-5/+1347
|\ \ \ \ | | |/ / | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-04-2821-5/+1347
| |\ \ \ | | |_|/ | |/| | | | | | kinetic-declarativeui
| | * | fixed minor issue with the piechart demoPierre Rossi2009-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rubberband was not set on the viewport, leading to an offset when adding margins. Task-number: 251892 Reviewed-by: Alexis
| | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-237-0/+498
| | |\ \
| | | * | Add Google Suggest as a new network exampleAriya Hidayat2009-04-237-0/+498
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| | * | | Merge branch '4.5'Thiago Macieira2009-04-236-1/+512
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | Conflicts: tests/auto/qaction/tst_qaction.cpp
| | | * | Added Google Chat client as a new WebKit exampleAriya Hidayat2009-04-236-1/+512
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-237-1/+331
| | |\ \ \ | | | |/ /
| | | * | Add fancy browser as the new exampleAriya Hidayat2009-04-237-1/+331
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-3/+6
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/global/qfeatures.h src/gui/painting/qtransform.cpp util/scripts/make_qfeatures_dot_h
| | | * | Fix more NaNs in Elastic Nodes exampleJoão Abecasis2009-04-221-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't try to draw zero-length lines. Don't draw lines if nodes are superimposed. Reviewed-by: Andreas
* | | | | 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-2876-458/+2275
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | 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
| |/ / /
| * | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-04-2364-429/+2256
| |\ \ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * | | Moved the animation examples piemenu and photobrowser to examples/researchLeonardo Sobral Cunha2009-04-2316-0/+0
| | | | |
| | * | | Update copyright headers of animation examplesLeonardo Sobral Cunha2009-04-2354-110/+1937
| | | | |
* | | | | Minor changesIan Walters2009-04-282-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | A reformat, a couple of extra examples of loading types, and a start on the contents of chapter 3.
* | | | | Use namespaces to reduce file duplicationIan Walters2009-04-2820-423/+51
| | | | | | | | | | | | | | | | | | | | | | | | | Also add some alternate 'chapter 2, step 1' examples to demonstrate loading by file name and using namespaces