summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
Commit message (Expand)AuthorAgeFilesLines
* Fix GridView handling of unrequested items.Martin Jones2009-06-241-0/+4
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-246-14/+43
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-06-241-3/+6
| |\
| | * Fix issue with render hints not being restored properly.Michael Brasser2009-06-241-3/+6
| * | Allow fill color to be specified, as solid fill makes for muchWarwick Allison2009-06-243-2/+37
| * | Clean up some code that has moved to QFxPaintedItemWarwick Allison2009-06-243-9/+0
| |/
* | Display errors in component creation in setQml()Martin Jones2009-06-241-0/+9
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-235-92/+93
|\
| * Small cache, as documented.Warwick Allison2009-06-231-1/+1
| * Move cacheSize property to QFxPaintedItem from QFxWebView.Warwick Allison2009-06-235-90/+60
| * Add zoomFactor property to WebView.Michael Brasser2009-06-222-1/+32
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-226-53/+85
|\ \ | |/
| * Doc fixes.Michael Brasser2009-06-221-4/+4
| * Fix anchor resetting and prevent illegal anchors.Michael Brasser2009-06-222-46/+81
| * Only objects or lists of objects can be default properties.Michael Brasser2009-06-223-3/+0
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-2116-21/+544
|\ \ | |/
| * Ensure image loads are cencelled if item destroyed.Warwick Allison2009-06-195-6/+28
| * Expose the row and column of an item as an attached propertyAaron Kennedy2009-06-182-0/+60
| * Don't move item if it hasn't been draggedAaron Kennedy2009-06-181-2/+5
| * (Very) Basic FlowView prototypeAaron Kennedy2009-06-183-0/+425
| * Make the default rect color whiteAaron Kennedy2009-06-162-1/+3
| * Use standard cursor control for TextEdit.Michael Brasser2009-06-121-2/+4
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-115-10/+9
| |\
| | * More explicit QUrl <-> QString conversion.Warwick Allison2009-06-115-10/+9
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-1118-784/+628
| |\ \ | | |/
| * | Warn when trying to anchor to non-sibling/non-parent.Michael Brasser2009-06-091-2/+12
* | | Remove unneeded semicolons.Martin Jones2009-06-122-2/+2
| |/ |/|
* | make the setRotation code a little more efficientLars Knoll2009-06-111-3/+2
* | typo in my recent changeWarwick Allison2009-06-101-1/+1
* | Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-1015-93/+82
* | Compile fix for !QFX_RENDER_OPENGLThomas Hartmann2009-06-093-5/+10
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-095-6/+21
|\ \ | |/
| * Compile fix for WinCE.Michael Brasser2009-06-081-2/+2
| * Compile fix.Michael Brasser2009-06-052-4/+2
| * Another compile fix for WinCE.Michael Brasser2009-06-052-2/+2
| * Resize TextEdit as text changes if no explicit width has been set.Michael Brasser2009-06-031-0/+4
| * Handle double clicks in TextEdit.Michael Brasser2009-06-022-0/+13
* | Fix OpenGL texture access issuesAaron Kennedy2009-06-092-50/+69
* | Share GL textures where possibleAaron Kennedy2009-06-044-79/+112
* | Cleanup private class member namesAaron Kennedy2009-06-042-119/+119
* | Cleanup private class member namesAaron Kennedy2009-06-042-81/+81
* | Use POT textures onlyAaron Kennedy2009-06-033-31/+37
* | Render items with z-order, and render opaque objects first.Aaron Kennedy2009-06-031-1/+4
* | OpenGL perf improvementsAaron Kennedy2009-06-033-481/+271
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-0120-268/+258
|\
| * Add textMargin property and more flexible key handling to TextEditMichael Brasser2009-06-013-4/+38
| * Check if the text has really changed before emitting theMichael Brasser2009-05-311-0/+2
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-292-4/+34
| |\
| | * Update in reaction to GradientStops changing.Martin Jones2009-05-292-2/+29
| | * Update on gradient change.Martin Jones2009-05-291-0/+3