summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-0562-241/+408
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-051-1/+1
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix signal overriding.Michael Brasser2009-11-051-1/+1
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-0566-466/+209
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-051-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-11-053-214/+0
| | | |\ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * | more borderimage autotestsYann Bodson2009-11-051-1/+1
| | | | |
| | * | | Remove "to" limit on minor version.Warwick Allison2009-11-0555-144/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
| | * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-053-214/+0
| | |\ \ \ | | | | |/ | | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-045-102/+60
| | |\ \ \ | | | | |/ | | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Remove property-order sensitivity.Warwick Allison2009-11-043-5/+18
| | | | | | | | | | | | | | | | | | | | Fixes autotest.
| * | | | Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-055-90/+258
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-0532-488/+200
|\ \ \ \ | | |_|/ | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-045-102/+60
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Missing file for 48ea5a5c74620f9811debc6bf1e49bf095d30722Aaron Kennedy2009-11-041-3/+3
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-0421-164/+109
| | |\ \ | | | |/ | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | testsAaron Kennedy2009-11-043-85/+38
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-044-8/+31
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Improve qmllanguage test caseAaron Kennedy2009-11-041-14/+19
| | | | |
| * | | | Remove IntegerModel. model properties accept an integer.Martin Jones2009-11-043-214/+0
| | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-043-107/+20
| |\ \ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-0416-140/+68
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-041-0/+3
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | Remove support for removed effects.Warwick Allison2009-11-041-97/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See d576d770b9b8251f1b5b4808a84045af33e62dba
| | * | | | | More listview testing and fixing.Martin Jones2009-11-042-10/+20
| | | |_|_|/ | | |/| | |
| * | | | | less compile warningsYann Bodson2009-11-043-14/+21
| | |_|/ / | |/| | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-11-042-0/+21
| |\ \ \ \ | | | |/ / | | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Add closestAngle function to Qt object to help with rotation animations.Alan Alpert2009-11-042-0/+21
| | | | | | | | | | | | | | | | | | | | Includes test and doc.
| * | | | Doc.Michael Brasser2009-11-041-0/+3
| |/ / /
| * | | Rename QmlGraphicsPixmapCache to QmlPixmapCache.Michael Brasser2009-11-048-34/+35
| | | |
| * | | use same name for setter/getter and propertyYann Bodson2009-11-044-9/+9
| |/ /
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-043-3/+5
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-032-1/+3
| | |\ \ | | | | | | | | | | | | | | | 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-11-031-1/+1
| | | |\ \ | | | | |/ | | | | | | | | | | into kinetic-declarativeui
| | | * | more qmlfontloader testsYann Bodson2009-11-031-0/+2
| | | | |
| | * | | Don't rely on imprecise boundingRect for space around text for outlines.Warwick Allison2009-11-031-2/+2
| | |/ / | | | | | | | | | | | | Fixes tst_visual(flickable)
| * | | Fix moving items in visual item model.Martin Jones2009-11-042-6/+27
| |/ /
* | | Position items in the correct orderAlan Alpert2009-11-042-8/+14
| | | | | | | | | | | | | | | Nearly fixes QT-2241, but still waiting for a signal to appear in QGraphicsItem which allows up to reposition items after a change.
* | | Avoid crashing on faulty call to createQmlObjectAlan Alpert2009-11-031-0/+5
| |/ |/|
* | Fix incorrect assertAaron Kennedy2009-11-031-1/+1
|/ | | | QT-2432
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-0324-63/+284
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Don't trigger if we've been stopped.Martin Jones2009-11-031-7/+12
| | | | | | | | Task-number: QT-2423
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-032-17/+2
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * More QmlContext testsAaron Kennedy2009-11-032-17/+2
| | |
| * | Declare typeinfo for key navigation.Martin Jones2009-11-031-1/+1
| |/
| * Get AnimatedImage + autotests working again.Michael Brasser2009-11-033-10/+54
| | | | | | | | There are still failures, but at least the tests no longer crash.
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-0315-28/+116
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Doc.Michael Brasser2009-11-0315-20/+105
| | |
| | * Fix repeater + positioners.Michael Brasser2009-11-031-8/+11
| | | | | | | | | | | | Don't leave empty space (or an empty cell) where the repeater would be.
| * | * add more font examplesYann Bodson2009-11-032-0/+99
| |/ | | | | | | * add missing properties to QmlFontValueType