summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-246-13/+95
| |\ \ | | |/
| * | Fix GridView handling of unrequested items.Martin Jones2009-06-242-1/+5
* | | Expose extended type URLs through the QML DOM APIAaron Kennedy2009-06-255-1/+18
* | | A little cleanupAaron Kennedy2009-06-253-62/+92
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-2413-27/+286
|\ \
| * | Add pause/resume functionality for animations.Michael Brasser2009-06-243-1/+70
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-242-8/+162
| |\ \ | | |/
| | * Flesh out the Timer element.Martin Jones2009-06-242-8/+162
| * | 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-247-16/+47
| | |\
| | * | 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...Michael Brasser2009-06-245-11/+37
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-06-242-5/+10
| | |\ \
| | * | | 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
| | | |/ | | |/|
| * | | Don't repaint on an empty dirty rect.Michael Brasser2009-06-241-3/+3
| | |/ | |/|
* | | Check that the QScriptValue is actually a QObject during conversionAaron Kennedy2009-06-241-5/+17
|/ /
* | Fix performance regression.Michael Brasser2009-06-241-2/+4
* | Fix issue with render hints not being restored properly.Michael Brasser2009-06-241-3/+6
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-236-92/+94
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-06-231-0/+1
| |\
| | * 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
| |/
| * 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 git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-2213-63/+98
|\ \ | |/
| * 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 git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-2180-586/+1541
|\ \ | |/
| * Ensure image loads are cencelled if item destroyed.Warwick Allison2009-06-195-6/+28
| * Initialize declarative data members correctlyAaron Kennedy2009-06-181-1/+1
| * 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 git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-181-0/+10
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Rhys Weatherley2009-06-184-24/+138
| | |\
| | * | Use custom string converter in writeValueProperty()Rhys Weatherley2009-06-181-0/+10
| * | | (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
| |/
| * 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 git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-172-1/+13
| |\
| | * Fixing QWidget supportThomas Hartmann2009-06-161-1/+11
| | * Fixed range calculation for UiQualifiedId in the visitor forErik Verbruggen2009-06-161-0/+2
| * | Respect string converters in binding assignmentsAaron Kennedy2009-06-171-0/+7
| |/
| * Make the default rect color whiteAaron Kennedy2009-06-162-1/+3