summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-091-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-095-17/+25
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-082-0/+2
| |\
| | * Make the animation property of Behavior deferred.Michael Brasser2010-03-082-0/+2
| * | Use one thread for all instances.Bea Lam2010-03-081-15/+19
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0515-1294/+198
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-052-2/+4
| |\ \
| | * | QtDeclarative: Fix compiler warningsFriedemann Kleint2010-03-021-1/+1
| | * | QDeclarativeView: Make usable in DesignerFriedemann Kleint2010-03-021-1/+3
* | | | Doc fix.Michael Brasser2010-03-051-1/+5
| |_|/ |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-054-17/+50
|\ \ \
| * | | Add missing NOTIFYs to timer, xmllistmodel, xmlroleJoona Petrell2010-03-054-17/+50
| |/ /
* | | Add basic support for explicit newParent in ParentAnimation.Michael Brasser2010-03-052-7/+57
* | | Document new ParentChange properties.Michael Brasser2010-03-051-6/+16
* | | ParentAnimation docs + test.Michael Brasser2010-03-051-0/+63
* | | Remove NumberFormatter and DateTimeFormatter.Michael Brasser2010-03-058-1254/+0
* | | RotationAnimation docs + test.Michael Brasser2010-03-041-10/+12
|/ /
* | Update QML PropertyAnimation::easing docsLeonardo Sobral Cunha2010-03-041-2/+17
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-041-0/+2
|\ \
| * | Set StrongFocus on QDeclarativeView so that elements can get focus.Martin Jones2010-03-041-0/+2
* | | Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-041-3/+5
|/ /
* | 'on' syntax fixesYann Bodson2010-03-034-32/+32
* | Add documentation for the 'when' property of Binding.Yann Bodson2010-03-031-1/+14
* | Initialize variable before use.Michael Brasser2010-03-021-1/+1
* | Replace remaining QGuard usage with QDeclarativeGuard.Michael Brasser2010-03-011-2/+3
* | Reapply "Some animation cleanup/refactoring."Michael Brasser2010-03-012-12/+20
* | Setting the same source again causes reload.Martin Jones2010-03-011-4/+5
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-012-1/+21
|\ \ | |/ |/|
| * Expand documention of status property with examplesAlan Alpert2010-03-012-1/+21
* | compile fix for WinCEMaurice Kalinowski2010-03-011-0/+2
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-03-0122-338/+799
|\
| * Rename QDeclarativeGraphics_setParent_noEvent QDeclarative_setParent_noEventMartin Jones2010-03-012-7/+7
| * Fixed private header include style to work when headers are installed.Rohan McGovern2010-03-014-4/+4
| * Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-2768-4427/+5216
| |\
| | * Revert "Some animation cleanup/refactoring."Leonardo Sobral Cunha2010-02-262-20/+12
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-261-0/+2
| | |\
| | | * Polish QDeclarativeProperty APIAaron Kennedy2010-02-261-0/+2
| | * | Rename files to follow class name.Warwick Allison2010-02-264-4/+4
| | * | Change Connection syntax as per QT-2822.Warwick Allison2010-02-263-166/+130
| | |/
| | * Fix ParentAnimation crash.Michael Brasser2010-02-262-3/+9
| | * Some animation cleanup/refactoring.Michael Brasser2010-02-262-12/+20
| | * Add ParentAnimation.Michael Brasser2010-02-266-7/+486
| * | doc: Added \since 4.7 to several \qmlclass elements.Martin Smith2010-02-2610-11/+24
* | | Fix reload() when keys are not specified, and add extra tests.Bea Lam2010-03-011-2/+19
| |/ |/|
* | Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-2518-87/+87
* | Document and test resetting properties in a state change.Michael Brasser2010-02-251-1/+28
* | Handle smooth reparenting where the item being reparented has a complexMichael Brasser2010-02-251-11/+12
* | Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-253-8/+11
* | docWarwick Allison2010-02-251-3/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-251-0/+3
|\ \