summaryrefslogtreecommitdiffstats
path: root/examples/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Use darker() and lighter() functions from global Qt object rather than from ↵Yann Bodson2009-11-0511-12/+12
| | | | SystemPalette.
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-051-6/+7
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-0521-28/+28
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-051-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406
* | | use FreeMono.ttfYann Bodson2009-11-053-2/+1
| |/ |/|
* | Remove "to" limit on minor version.Warwick Allison2009-11-0521-28/+28
|/ | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Remove examples of removed effects.Warwick Allison2009-11-041-63/+12
|
* more autotestsYann Bodson2009-11-041-4/+1
|
* * add more font examplesYann Bodson2009-11-033-26/+75
| | | | * add missing properties to QmlFontValueType
* move smooth example in visual testsYann Bodson2009-11-023-110/+0
|
* add night support for clocks exampleYann Bodson2009-11-023-1/+4
|
* enable smooth scaling for dynamic exampleYann Bodson2009-10-301-1/+1
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-3021-17/+817
|\ | | | | | | into kinetic-declarativeui
| * fix headersWarwick Allison2009-10-3021-17/+817
| |
* | add missing imageYann Bodson2009-10-301-0/+0
| |
* | cleanupYann Bodson2009-10-3010-10/+10
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-3032-17/+1257
|\ \ | |/ | | | | | | | | | | into kinetic-declarativeui Conflicts: examples/declarative/dial/main.cpp
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-3033-141/+119
| |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h
| * | fix headersWarwick Allison2009-10-2933-17/+1297
| | |
* | | cleanup dial exampleYann Bodson2009-10-309-50/+15
| | |
* | | cleanupYann Bodson2009-10-303-2/+3
| | |
* | | small fixes to parallax exampleYann Bodson2009-10-302-27/+12
| | |
* | | fix parallax exampleYann Bodson2009-10-302-7/+5
| |/ |/|
* | change cities in clock exampleYann Bodson2009-10-302-5/+5
| |
* | cleanupYann Bodson2009-10-3012-12/+15
| |
* | cleanupYann Bodson2009-10-3016-41/+12
| |
* | improve clock exampleYann Bodson2009-10-307-37/+41
| |
* | Merge QmlComponentJS into QmlComponentAlan Alpert2009-10-291-1/+1
|/ | | | | | | createComponent() and Component{} are now the same, and so Component{}s can now be passed around for use in script. Also this commit fixes the minor bug QT-2386
* Update viewport size when items are added/removed/resized.Martin Jones2009-10-281-0/+22
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2851-4146/+15
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove QML SQL classesAaron Kennedy2009-10-2849-4143/+0
| | | | | | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs.
| * Incorporate latest optical theory.Warwick Allison2009-10-282-3/+15
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2820-137/+101
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-2819-135/+101
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Use a nicer face imageAaron Kennedy2009-10-288-0/+7
| | |
| | * cleanupYann Bodson2009-10-2810-15/+15
| | |
| | * cleanupYann Bodson2009-10-283-120/+79
| | |
| * | Fix dynamic exampleAlan Alpert2009-10-281-2/+0
| |/ | | | | | | | | Includes adding a comment to the positioners to alert others that you shouldn't use anchors as well.
* | Improve feel of flicking itemlist demo pages.Martin Jones2009-10-281-0/+1
|/
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-281-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-282-14/+41
| |\ | | | | | | | | | into kinetic-declarativeui
| * | QT-2382Yann Bodson2009-10-281-1/+1
| | |
* | | 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