summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2841-186/+379
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-2841-184/+391
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * WhoopsAaron Kennedy2009-10-281-1/+0
| | |
| | * Ensure all tests appear in pro fileAaron Kennedy2009-10-281-0/+3
| | |
| | * Use a nicer face imageAaron Kennedy2009-10-288-0/+7
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-2813-135/+94
| | |\ | | | | | | | | | | | | 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-2815-28/+236
| | | |\ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * | cleanupYann Bodson2009-10-2810-15/+15
| | | | |
| | | * | cleanupYann Bodson2009-10-283-120/+79
| | | | |
| | * | | "Compile"Aaron Kennedy2009-10-281-1/+1
| | | |/ | | |/|
| | * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-2826-201/+377
| | |\ \ | | | |/ | | | | | | | | 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-289-27/+129
| | | |\ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * | make TextElideMode an enum of QFxText.Yann Bodson2009-10-283-18/+23
| | | | |
| | * | | Test for QT-2373Aaron Kennedy2009-10-283-0/+44
| | | | | | | | | | | | | | | | | | | | Ensure that transient binding errors are not displayed.
| | * | | Do not display transient binding errorsAaron Kennedy2009-10-287-10/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During QML startup, it is common to have "errors" in bindings as the apps state stabilizes. These are not real errors, but just a consequence of implementing a declarative UI in an imperative world. Now during startup, the display of errors is delayed until the startup completes, and then only bindings that are still in an error state are displayed. QT-2373
| | * | | Add a QmlExpression::error() methodAaron Kennedy2009-10-288-21/+107
| | | | | | | | | | | | | | | | | | | | | | | | | QmlExpression should not print errors itself. This is the responsibility of the caller.
| * | | | Fix dynamic exampleAlan Alpert2009-10-282-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | 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-283-3/+31
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-2821-182/+327
| |\ \ \ \ | | |/ / / | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Fix bug where repeater would add spacing for 0 sized childrenAlan Alpert2009-10-281-2/+4
| | | | |
| * | | | DocMichael Brasser2009-10-282-1/+27
| | |/ / | |/| |
* | | | Cancel flicking on increment/decrementIndex also.Martin Jones2009-10-281-0/+2
| | | |
* | | | Setting the currentIndex should cancel a flick.Martin Jones2009-10-284-4/+18
| | | | | | | | | | | | | | | | Task-number: QT-2383
* | | | Use QML_DECLARE_TYPEINFO attached properties detection on all platforms.Martin Jones2009-10-281-32/+0
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-283-40/+42
|\ \ \ | | |/ | |/| | | | 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-283-40/+42
| | | |
* | | | 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-284-18/+92
| |
* | Ensure that the Follows handle the target value changing unexpectedly.Martin Jones2009-10-282-6/+6
|/ | | | | | If the target's property was changed elsewhere while the Follow wasn't running, it would fail to start when a source identical to its current source valule was set.
* DocAaron Kennedy2009-10-273-2/+25
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-279-128/+188
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
* | Support return values in synthesized methodsAaron Kennedy2009-10-274-2/+19
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-10-276-7/+99
|\ | | | | | | into kinetic-declarativeui
| * SameGame cleans up blocks now.Alan Alpert2009-10-271-0/+1
| | | | | | | | Blocks now delete themselves on their death.
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2738-86/+1406
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Oops.Martin Jones2009-10-271-2/+1
| | |
| * | Try to be a bit more clever with snapping.Martin Jones2009-10-275-7/+99
| | |
* | | Fix context so files can be saved in Inspector mode, and colourBea Lam2009-10-273-10/+9
| | | | | | | | | | | | Inspector output differently from appplication output.
* | | minor fixesBea Lam2009-10-272-3/+1
| | |
* | | Show property type in separate column like Creator debugger.Bea Lam2009-10-271-7/+8
| | |
* | | Fix build target for standalone qmldebugger.Bea Lam2009-10-271-1/+2
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-10-27111-739/+2580
|\ \ | |/ | | | | into kinetic-declarativeui
| * 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
| | |