summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
Commit message (Expand)AuthorAgeFilesLines
* CleanupMichael Brasser2009-06-303-3/+21
* Rename notifiers: topChanged -> yChanged; leftChanged -> xChanged.Michael Brasser2009-06-305-22/+22
* Change geometry-related properties from int to qreal.Michael Brasser2009-06-306-94/+92
* Change border semantics for Rect.Michael Brasser2009-06-292-13/+27
* Cut down on the number of false positives for anchoring looping.Michael Brasser2009-06-292-11/+11
* Move some non-essential classes to extra.Michael Brasser2009-06-298-1300/+0
* Make sure we update when anchor margins/offsets change.Michael Brasser2009-06-261-0/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-261-0/+4
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-241-4/+5
| |\
| * | Fix GridView handling of unrequested items.Martin Jones2009-06-241-0/+4
* | | Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-263-14/+14
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-241-0/+9
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-246-14/+43
| |\
| * | Display errors in component creation in setQml()Martin Jones2009-06-241-0/+9
* | | Fix possible crash.Michael Brasser2009-06-241-4/+5
| |/ |/|
* | 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
|/
* 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