summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-247-16/+47
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-06-242-5/+10
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix performance regression.Michael Brasser2009-06-241-2/+4
| | |
| | * 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-236-92/+94
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-06-231-0/+1
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Treat custom properties as literal valuesAaron Kennedy2009-06-231-0/+1
| | |
| * | 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
| |
* | A simple timer element.Martin Jones2009-06-233-2/+181
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-2213-63/+98
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Doc fixes.Michael Brasser2009-06-221-4/+4
| |
| * Fix Item scale + rotation on GraphicsView.Michael Brasser2009-06-222-4/+13
| |
| * 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-228-9/+0
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-2180-586/+1541
|\ \ | |/ | | | | 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)
| * Initialize declarative data members correctlyAaron Kennedy2009-06-181-1/+1
| | | | | | | | This was (obviously) causing a crash
| * 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
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-181-0/+10
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Rhys Weatherley2009-06-184-24/+138
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Use custom string converter in writeValueProperty()Rhys Weatherley2009-06-181-0/+10
| | | | | | | | | | | | | | | | Reviewed-by: Aaron Kennedy
| * | | (Very) Basic FlowView prototypeAaron Kennedy2009-06-184-1/+426
| | |/ | |/|
| * | Allow synthesized and extension meta objects to work togetherAaron Kennedy2009-06-182-3/+14
| | |
| * | Use QContiguousCache for cached queriesIan Walters2009-06-182-21/+124
| |/ | | | | | | | | | | By using QContiguousCache, and upper limit on cache size is assured. Also caching is set to occur in the background when possible. This should reduce any impact on animation performance.
| * Don't defer properties if an id has been setAaron Kennedy2009-06-172-11/+17
| |
| * VC2008 CompileAaron Kennedy2009-06-171-0/+14
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-172-1/+13
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fixing QWidget supportThomas Hartmann2009-06-161-1/+11
| | | | | | | | | | | | Reviewed-by: Kai Koehne
| | * Fixed range calculation for UiQualifiedId in the visitor forErik Verbruggen2009-06-161-0/+2
| | | | | | | | | | | | UiScriptBinding.
| * | Respect string converters in binding assignmentsAaron Kennedy2009-06-171-0/+7
| |/
| * Make the default rect color whiteAaron Kennedy2009-06-162-1/+3
| |
| * Forward signals from extended objectsAaron Kennedy2009-06-163-3/+31
| | | | | | | | This is necessary so that notify signals on properties defined in an extension object operate correctly.
| * Deferred properties mostly work.Aaron Kennedy2009-06-163-12/+39
| | | | | | | | However, they still don't honour the presence of an id property.
| * Invalidate the cache if the script resetsAaron Kennedy2009-06-161-2/+2
| |
| * Fix autotest crashAaron Kennedy2009-06-161-2/+2
| |
| * Revert "Compilation fix on MSVC"Aaron Kennedy2009-06-161-8/+38
| | | | | | | | This reverts commit 6d28410756ab29277807d2026b4cbd8e1c707714.
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-1655-497/+540
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Export QmlStateGroup so that it can be used by non-QFxItem DUI'sRhys Weatherley2009-06-161-1/+1
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-06-1487-1377/+1402
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Use standard cursor control for TextEdit.Michael Brasser2009-06-121-2/+4
| | | |
| | | * Some XmlListModel cleanup.Michael Brasser2009-06-122-13/+3
| | | |
| | | * Speed up XmlListModel.Michael Brasser2009-06-121-7/+22
| | | |
| | | * Fixup headers.Michael Brasser2009-06-129-23/+21
| | | |
| | | * Behavior fixes.Michael Brasser2009-06-124-22/+49
| | | | | | | | | | | | | | | | | | | | | | | | You can now write x: Behavior { NumericAnimation { duration: 500 } }, rather than having to specify the target and property for the animation explicitly. Also other minor fixes.