summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Fade TagEdit properlyWarwick Allison2009-05-081-0/+1
|
* Minimal size is MediaButton size, center outside edit modeWarwick Allison2009-05-081-10/+8
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-088-102/+133
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-081-71/+58
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Get the delegate scale correct at the ends of the path.Martin Jones2009-05-081-5/+4
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-083-3/+6
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | More path to path fixing.Martin Jones2009-05-081-68/+56
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-084-23/+32
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-05-071-1/+1
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Fixes for the slider.Yann Bodson2009-05-073-2/+5
| | | |/ | | |/|
| * | | Add the ability to remove whole contacts.Ian Walters2009-05-084-29/+70
| | | |
* | | | tag inputWarwick Allison2009-05-084-5/+132
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-074-28/+46
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-073-8/+20
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-071-2/+3
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Focus handling for 'new' dialog.Ian Walters2009-05-073-8/+20
| | | | | | | | | | | | | | | | | | | | Also field value propogation (really need aliases, they don't exist yet in QML.
| * | | Get view to view transitions working properly... for PathView.Martin Jones2009-05-071-20/+26
| | |/ | |/|
* | | Space after tagsWarwick Allison2009-05-071-1/+1
|/ /
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-0715-0/+780
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-074-4/+312
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Use KeyProxyIan Walters2009-05-072-3/+7
| | | | | | | | | | | | | | | | | | Up and down keys should go to the list, text to the search bar. KeyProxy handles this by listing a set of items to attempt handling keys.
| * | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-0722-397/+345
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Move 'final' contacts application to demos.Ian Walters2009-05-0715-0/+776
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will finish the applicaiton in this directory to fully functional. Missing features - removing contacts, clearing search, key only access Known bugs - Scroll crashes if data changes while scrolling, VerticalLayout doesn't align horizontally correctly when in ListView delegate. ListView only shows one element on startup, even though query consistently indicates 1000 items as count.
* | | | docWarwick Allison2009-05-071-2/+3
| |_|/ |/| |
* | | Forgot progress bar.Martin Jones2009-05-071-0/+25
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-0720-541/+288
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Use VisualModelYann Bodson2009-05-071-0/+274
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-0718-541/+14
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Remove phonebrowser demo. Flickr is better.Aaron Kennedy2009-05-0717-537/+0
| | | |
| * | | Fix QmlXmlListModel on property changes, on empty results.Warwick Allison2009-05-072-4/+14
| | | | | | | | | | | | | | | | Tags in flickr demo.
* | | | Viewing the same image twice showed no image the second time.Martin Jones2009-05-072-3/+6
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-071-4/+14
|\ \ \ \ | | |/ / | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Fix z handling to avoid uglynessAaron Kennedy2009-05-071-4/+14
| |/ /
* | | Add progress reporting to Image and use it in the flickr demo.Martin Jones2009-05-071-1/+7
|/ /
* | Small fix. Rotation was not set back to 0 properly.Yann Bodson2009-05-061-2/+3
| |
* | Add a new Flickr demo.Yann Bodson2009-05-0618-0/+464
|/
* Merge branch 'shader-api' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team ↵Michael Brasser2009-05-0612-735/+134
|\ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: demos/boxes/scene.cpp src/opengl/qglpixmapfilter.cpp src/opengl/qglshaderprogram.cpp src/opengl/qglshaderprogram.h
| * Port boxes demo to use math3d throughoutRhys Weatherley2009-05-0112-732/+131
| | | | | | | | Patch originally by Ian Walters.
| * Rename QGLShader(Program)::errors() to log()Rhys Weatherley2009-05-011-3/+3
| | | | | | | | | | | | | | The shader compilers also report warnings, so it is more appropriate to call the string a log. Reviewed-by: trustme
| * Merge branch 'shaderprograms' of ↵Rhys Weatherley2009-05-017-550/+61
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/rweathers-shaderprograms into shader-api Conflicts: src/gui/math3d/math3d.pri src/gui/math3d/qgenericmatrix.cpp src/gui/math3d/qgenericmatrix.h src/gui/math3d/qmatrix4x4.cpp src/gui/math3d/qmatrix4x4.h src/gui/math3d/qquaternion.cpp src/gui/math3d/qquaternion.h src/gui/math3d/qvector2d.cpp src/gui/math3d/qvector2d.h src/gui/math3d/qvector3d.cpp src/gui/math3d/qvector3d.h src/gui/math3d/qvector4d.cpp src/gui/math3d/qvector4d.h src/opengl/opengl.pro tests/auto/math3d/math3d.pro tests/auto/math3d/qmatrixnxn/tst_qmatrixnxn.cpp tests/auto/math3d/qquaternion/tst_qquaternion.cpp tests/auto/math3d/qvectornd/tst_qvectornd.cpp tests/auto/math3d/shared/math3dincludes.h
| | * Import shader implementation from before the history cut.Rhys Weatherley2009-03-237-550/+61
| | |
* | | Remove XML custom parser supportAaron Kennedy2009-05-051-1/+1
| | |
* | | Use QML signal syntaxAaron Kennedy2009-05-013-8/+3
| | |
* | | Use QML properties syntaxAaron Kennedy2009-05-018-55/+27
| | |
* | | whitespaceWarwick Allison2009-04-301-0/+1
| | |
* | | Port syntaxWarwick Allison2009-04-302-173/+479
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-3028-276/+469
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/parser/javascriptgrammar.cpp src/declarative/qml/parser/javascriptgrammar_p.h
| * | | Convert phonebrowser.Yann Bodson2009-04-307-254/+447
| | | |
| * | | Rename the mediabrowser demo to match the content.Yann Bodson2009-04-3017-0/+0
| | | |
| * | | Forgot this src attribute.Yann Bodson2009-04-291-1/+1
| | | |