summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2812-116/+183
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * dynamic example now meets minimum aesthetic requirementsAlan Alpert2009-10-282-14/+41
| | | | | | | | | | Task-number: QT-2270 Reviewed-by: Yann Bodson
| * Better dragging of items for dynamic exampleAlan Alpert2009-10-281-5/+5
| | | | | | | | | | The mouse is no longer at 0,0 of dragged item, but rather at the same point as the original click.
| * Dynamic example now has more droppable ItemsAlan Alpert2009-10-2810-51/+91
| | | | | | | | | | | | The example is nearly done, just needs a little more aesthetic transfiguration. Also this commit introduces some generic components that could be easily used to make a game like ktuberling.
* | Mode improvement to strictly enforced highlight range movement.Martin Jones2009-10-282-1/+3
|/
* Update dynamic exampleAlan Alpert2009-10-279-128/+188
| | | | | | | The start of a prettier version. Not yet complete, does not full resolve the task. Task-number: QT-2270
* Try to be a bit more clever with snapping.Martin Jones2009-10-271-0/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-277-56/+52
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * forgot iconsYann Bodson2009-10-276-0/+0
| |
| * listview/dynamic improvementsYann Bodson2009-10-271-56/+52
| |
* | Update parallax exampleAaron Kennedy2009-10-275-4/+523
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-275-50/+33
|\ | | | | | | into kinetic-declarativeui
| * Improve highlight range API and fix incorrect list end calc.Martin Jones2009-10-275-50/+33
| |
* | make listview/dynamic.qml work againYann Bodson2009-10-272-11/+13
|/
* parallax exampleAaron Kennedy2009-10-266-0/+134
|
* improve connections example.Yann Bodson2009-10-265-22/+32
|
* fix anchorsYann Bodson2009-10-261-1/+1
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-264-12/+20
|\ | | | | | | into kinetic-declarativeui
| * Docs.Martin Jones2009-10-264-12/+20
| |
* | use enums rather than strings in examplesYann Bodson2009-10-266-8/+8
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-261-0/+0
|\ \ | |/ | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-266-13/+150
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Avoid unnecessary trademark.Warwick Allison2009-10-261-0/+0
| | |
* | | Improve states & transitions examples.Yann Bodson2009-10-263-52/+56
| |/ |/|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-256-13/+150
|\ \ | |/ |/| | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp
| * Doc: Reviewed and revised QGraphicsAnchorLayout documentation.David Boddie2009-10-233-8/+145
| | | | | | | | Reviewed-by: Trust Me
| * Compile fix.Denis Dzyubenko2009-10-221-3/+3
| | | | | | | | | | | | | | QPanGesture was changed to use QPointF instead of QSizeF, also need to change all usages of the pan gesture. Reviewed-by: trustme
| * Fixed clock() function return values in audio class's.Kurt Korbatits2009-10-222-2/+2
| | | | | | | | | | | | | | clock() function should return microseconds, fixed example, alsa backend and win32 backend. Reviewed-by:Justin McPherson
* | pong improvementsYann Bodson2009-10-233-17/+22
| |
* | Start updating state and animation docs.Michael Brasser2009-10-223-18/+109
| |
* | Incorporate latest cosmological theory.Warwick Allison2009-10-221-10/+11
| |
* | Remove folderlistmodel's use of QObject private dataMartin Jones2009-10-222-43/+8
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-2115-165/+784
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | small fixes to color-animation exampleYann Bodson2009-10-211-6/+6
| | |
| * | add color-animation exampleYann Bodson2009-10-214-0/+72
| | |
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-215-9/+549
| |\ \ | | | | | | | | | | | | into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-213-86/+90
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-211-78/+84
| | | |\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | doc now in globalobject.qdoc, not READMEWarwick Allison2009-10-202-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | QT-2335
| | * | | | Move QmlFolderListModel to the loader example.Martin Jones2009-10-213-1/+543
| | |/ / /
| * | | | fix easing exampleYann Bodson2009-10-211-4/+4
| | | | |
| * | | | delete unused fileYann Bodson2009-10-211-0/+0
| | | | |
| * | | | better property-animation exampleYann Bodson2009-10-216-63/+64
| | |/ / | |/| |
| * | | better easing exampleYann Bodson2009-10-211-78/+84
| |/ /
* | | Fix loader on Symbian.Martin Jones2009-10-211-1/+1
|/ /
* | asynchronousWarwick Allison2009-10-201-19/+27
| |
* | modifications to searchbox exampleYann Bodson2009-10-192-11/+24
| |
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-1980-2041/+363
|\ \ | |/ | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe src/corelib/animation/qabstractanimation.cpp src/s60installs/qt.iby util/qlalr/cppgenerator.cpp
| * Doc: Documentation for gesture features. Still a moving target.David Boddie2009-10-163-12/+13
| | | | | | | | Reviewed-by: Trust Me
| * Doc: Moving the Image Gestures example.David Boddie2009-10-167-1/+1
| | | | | | | | Reviewed-by: Trust Me