summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Added highlight ranges/modes to PathViewMartin Jones2010-03-264-57/+281
| |_|/ |/| |
* | | Use QThread IdlePriority rather than linux platform code.Martin Jones2010-03-261-14/+1
* | | Test and fix order of transform application.Warwick Allison2010-03-263-37/+9
* | | Fix namespace.Warwick Allison2010-03-261-1/+3
* | | Simple case, no size returned.Warwick Allison2010-03-261-1/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-261-4/+0
|\ \ \
| * | | QDeclarativeItem don't need to emit childrenChanged anymore.Alexis Menard2010-03-261-4/+0
* | | | sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-264-47/+24
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-266-18/+20
|\ \ \
| * | | Do not call parent implementation if we accept the keyPressEvent in GridView ...Yann Bodson2010-03-262-6/+6
| * | | Remove Q prefix from the validators.Michael Brasser2010-03-263-11/+13
| * | | Really fix qMin() parameter types.Martin Jones2010-03-261-1/+1
* | | | Control of image rendered size (esp. SVG).Warwick Allison2010-03-2612-78/+514
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-2613-266/+171
|\ \ \
| * | | Remove some Script {} docsMartin Jones2010-03-254-105/+12
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-254-27/+9
| |\ \ \
| | * | | Fix where data() is called before xml is loaded. Also add status tests.Bea Lam2010-03-251-2/+4
| | * | | Clean upBea Lam2010-03-251-20/+0
| | * | | Remove int parameter from ListModel countChanged() to be consistentBea Lam2010-03-253-5/+5
| * | | | Ensure both qMin() parameters are the same type.Martin Jones2010-03-251-1/+1
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-255-133/+149
| |\ \ \ | | |_|/ | |/| |
| | * | Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-2569-1139/+1101
| | |\ \
| | * \ \ Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-243-3/+3
| | |\ \ \
| | * | | | doc: Fixed all the remaining qdoc errors. For now.Martin Smith2010-03-242-117/+133
| | * | | | doc: Fixed function signatures in qdoc comments.Martin Smith2010-03-241-9/+9
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-232-9/+9
| | |\ \ \ \
| | | * | | | Fix cast-from-ascii warningThiago Macieira2010-03-201-1/+1
| | | * | | | Fix compilation on LinuxThiago Macieira2010-03-201-5/+5
| | | * | | | Fix compilation with WINSCW: #include doesn't find files in the same dirThiago Macieira2010-03-201-3/+3
* | | | | | | Add missing files from 72599ca45c416f2f0a9654412c14a148ca3d728cAaron Kennedy2010-03-262-0/+167
|/ / / / / /
* | | | | | Optimize QML "parent" property accessAaron Kennedy2010-03-254-16/+91
* | | | | | Begin dragging PathView up to the level (quality and functionality) of other ...Martin Jones2010-03-253-302/+389
* | | | | | Auto-test fix.Alexis Menard2010-03-251-2/+2
* | | | | | Build Fix and port to new width and height propertiesAlexis Menard2010-03-255-8/+8
* | | | | | Port Flickable and Flipable to support QGraphicsObject.Alexis Menard2010-03-254-20/+21
* | | | | | Protect the QDeclarativeListProperty used in QGraphicsItem with ifdefAlexis Menard2010-03-251-0/+4
* | | | | | Fix the build due to new properties in QGraphicsObject.Alexis Menard2010-03-252-6/+5
* | | | | | Remove the children property from QDeclarativeItem.Alexis Menard2010-03-253-113/+93
* | | | | | Update AnchorChanges to use more natural form for setting anchors.Michael Brasser2010-03-254-192/+408
* | | | | | Pen is not a creatable type.Michael Brasser2010-03-251-1/+1
| |_|_|/ / |/| | | |
* | | | | Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-257-12/+48
* | | | | Doc fix.Michael Brasser2010-03-253-3/+3
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-2510-38/+81
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-257-34/+50
| |\ \ \ \ \
| | * | | | | Replace Animation's repeat property with loops.Michael Brasser2010-03-257-34/+50
| * | | | | | Ensure currentIndex is updated when items inserted before currentIndexMartin Jones2010-03-252-4/+30
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-243-2/+12
| |\ \ \ \ \ \
| * | | | | | | Compile with qtnamespaceMartin Jones2010-03-241-1/+2
* | | | | | | | Remove faulty assert - the precondition is checked for correctly later onAaron Kennedy2010-03-251-2/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Fix compile in namespace.Michael Brasser2010-03-241-2/+2
| |/ / / / / |/| | | | |