summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-246-14/+43
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-06-241-3/+6
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * 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
| | | | | | | | | | | | | | | | | | faster painting. Better would be for the paint engine to work this out for itself, but that is often difficult.
| * | 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 ↵Martin Jones2009-06-235-92/+93
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Small cache, as documented.Warwick Allison2009-06-231-1/+1
| |
| * Move cacheSize property to QFxPaintedItem from QFxWebView.Warwick Allison2009-06-235-90/+60
| | | | | | | | Was missed in the refactoring.
| * Add zoomFactor property to WebView.Michael Brasser2009-06-222-1/+32
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-226-53/+85
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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 ↵Martin Jones2009-06-2116-21/+544
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Ensure image loads are cencelled if item destroyed.Warwick Allison2009-06-195-6/+28
| | | | | | | | (most obvious when item is in a delegate)
| * 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 ↵Michael Brasser2009-06-115-10/+9
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * More explicit QUrl <-> QString conversion.Warwick Allison2009-06-115-10/+9
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-1118-784/+628
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | 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
| | | | | | | | | | | | This doesn't give us much. The real fix here is to add support for rotation and transformationOrigin to QGraphicsItem.
* | 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
| | | | | | | | | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration).
* | Compile fix for !QFX_RENDER_OPENGLThomas Hartmann2009-06-093-5/+10
| | | | | | | | | | | | | | Some QFX_RENDER_OPENGL guards were missing and getPen had to be replaced with d->pen in some places Reviewed-by: Kai Koehne
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-095-6/+21
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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 ↵Aaron Kennedy2009-06-0120-268/+258
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
| | | | | | | | textChanged signal.
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-292-4/+34
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Update in reaction to GradientStops changing.Martin Jones2009-05-292-2/+29
| | |
| | * Update on gradient change.Martin Jones2009-05-291-0/+3
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-281-1/+1
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui