summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-162-20/+31
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-161-1/+2
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | More ListView tests.Martin Jones2009-11-162-20/+31
| | |
* | | docWarwick Allison2009-11-161-2/+7
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-161-1/+2
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Avoid clipping last pixel of text in QML in some casesEskil Abrahamsen Blomfeldt2009-11-131-1/+2
| |/ | | | | | | | | | | | | | | | | We would floor the width of the text layout and clip the output to this, hence cutting away the last pixel of the text in cases where the text width was not pixel aligned. Task-number: QTBUG-5431 Reviewed-by: Gunnar
* | docWarwick Allison2009-11-132-4/+0
|/
* WebView tests and testability.Warwick Allison2009-11-133-93/+154
|
* Make 'public' (testable)Warwick Allison2009-11-131-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-131-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * All items in list should have z: 1Martin Jones2009-11-131-1/+1
| |
* | docWarwick Allison2009-11-133-28/+58
|/
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-131-17/+11
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Visual tests for positionersAlan Alpert2009-11-121-17/+11
| | | | | | | | | | dynamic.qml covers some of the more complex memory management issues, one of which is also fixed in this commit.
* | Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-1228-33/+33
|/ | | | as it breaks reinstalling the module against existing Qt.
* forgot this when mergingYann Bodson2009-11-111-39/+34
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-118-7/+519
|\ | | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/declarative/graphicsitems/qmlgraphicsanimatedimage.cpp
| * Doc fixes after \qmlmethod changes.Michael Brasser2009-11-113-5/+5
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-114-0/+491
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * AnimatedImage cleanup and tests.Michael Brasser2009-11-114-0/+491
| |/ |/|
| * Revert 4bf7f90a27377f439e86d6175e5e3cdebd131be0 and implement differently.Warwick Allison2009-11-101-2/+18
|/ | | | | Setting painter clip can reduce performance in some cases, so items must access system clip.
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-104-23/+23
| | | | Fixes QTBUG-5480
* Fix docs missed after properties -> matchProperties rename.Michael Brasser2009-11-101-3/+3
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-107-102/+144
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-103-98/+84
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Clarify the role of positioner transitionsAlan Alpert2009-11-101-89/+9
| | | | | | | | | | | | | | | | | | | | | They are only for the positioner's position changes, other changes are under the designers control and the designer should animate them. Task-number: QT-2239
| | * Positioners now watch for sibling order changesAlan Alpert2009-11-103-9/+75
| | | | | | | | | | | | Task-number: QT-2241
| * | More highlight testing.Martin Jones2009-11-104-4/+60
| |/
* | Remove WebView::pagewidth and tidy up - it's not needed and interferedWarwick Allison2009-11-102-51/+52
| | | | | | | | with zoomFactor.
* | Distinguish between tranform smoothness (from Item) and smoothnessWarwick Allison2009-11-103-3/+34
| | | | | | | | of the painted chunks (often want the latter not the former).
* | Prepare for QTBUG-5290 being fixed.Warwick Allison2009-11-091-7/+1
| |
* | unwarnWarwick Allison2009-11-091-1/+1
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-093-33/+28
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-094-49/+42
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Small cleanups.Martin Jones2009-11-092-14/+0
| | |
| * | More tests and fixes for ListView and GridViewMartin Jones2009-11-091-19/+28
| | |
* | | remove unneeded constructorsYann Bodson2009-11-0922-101/+0
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-093-22/+24
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | Improve DocAlan Alpert2009-11-091-3/+22
| | | | | | | | | | | | Task-number: QTBUG-5488
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-098-45/+163
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Remove textSizeMultiplier - it's broken and obsolete in QtWebKit.Warwick Allison2009-11-062-18/+0
| | |
| * | docWarwick Allison2009-11-061-1/+2
| | |
* | | fix Flipable doc + update visual test.Yann Bodson2009-11-091-27/+18
| |/ |/|
* | Doc.Martin Jones2009-11-092-9/+10
| |
* | Fix initialization of currentIndex and add test.Martin Jones2009-11-091-11/+19
| |
* | Fix Flickable.flickDeceleration docsMartin Jones2009-11-081-1/+1
| |
* | More ListView tests.Martin Jones2009-11-061-0/+4
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-062-15/+36
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix crash when using anchors inside a positioner.Michael Brasser2009-11-062-15/+36
| | | | | | | | | | | | Task-number: QTBUG-5428
* | | Better section testing... and bug fixing.Martin Jones2009-11-061-0/+3
|/ /