Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce unique role names for XmlListModel. | Michael Brasser | 2009-11-13 | 1 | -17/+9 |
| | |||||
* | Update ParentChange + docs. | Michael Brasser | 2009-11-12 | 3 | -7/+95 |
| | |||||
* | Autotests. | Michael Brasser | 2009-11-12 | 2 | -3/+32 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-11-11 | 15 | -9/+2631 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/util/util.pri | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-11 | 1 | -6/+6 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Doc fixes after \qmlmethod changes. | Michael Brasser | 2009-11-11 | 1 | -6/+6 |
| | | | |||||
| * | | Fix inconsistent private include. | Warwick Allison | 2009-11-11 | 1 | -1/+1 |
| |/ | |||||
| * | Get rid of the extra directory. | Michael Brasser | 2009-11-11 | 13 | -2/+2624 |
| | | |||||
* | | Make QmlPropertyMap public | Alan Alpert | 2009-11-11 | 3 | -2/+2 |
|/ | |||||
* | SpringFollow autotest | Yann Bodson | 2009-11-10 | 2 | -2/+1 |
| | |||||
* | Return qmlInfo(obj) << syntax. | Warwick Allison | 2009-11-10 | 4 | -17/+17 |
| | | | | Fixes QTBUG-5480 | ||||
* | Fix QmlTimer to be in line with animation API changes | Alan Alpert | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Test (and fix) animation actions. | Michael Brasser | 2009-11-10 | 2 | -0/+14 |
| | |||||
* | Fix after animation API changes. | Michael Brasser | 2009-11-09 | 3 | -9/+9 |
| | |||||
* | ListModel elements can only be values or *lists* of objects, not objects. | Warwick Allison | 2009-11-09 | 1 | -2/+0 |
| | | | | Fixes QTBUG-5495 | ||||
* | Fix and test set/get of structured ListModel data. | Warwick Allison | 2009-11-09 | 1 | -11/+22 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-09 | 3 | -115/+211 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Update animation docs. | Michael Brasser | 2009-11-06 | 1 | -5/+13 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-11-06 | 1 | -0/+5 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-06 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Impove triggerOnStart docs. | Martin Jones | 2009-11-06 | 1 | -0/+5 |
| | | | | |||||
| * | | | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 2 | -55/+121 |
| | | | | |||||
| * | | | Update semantics of targets/properties and target/property. | Michael Brasser | 2009-11-06 | 1 | -62/+79 |
| | |/ | |/| | | | | | | | | | | This is in preparation for renaming targets -> matchTargets and properties to matchProperties. | ||||
* | | | ListModel docs and tests | Warwick Allison | 2009-11-09 | 2 | -16/+60 |
|/ / | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-11-05 | 2 | -28/+11 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | qmlsystempalette autotests | Yann Bodson | 2009-11-05 | 2 | -28/+11 |
| | | |||||
* | | Fix possible crash when overriding a signal handler. | Michael Brasser | 2009-11-05 | 1 | -2/+2 |
|/ | |||||
* | Fix signal overriding. | Michael Brasser | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 14 | -25/+25 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | Rename QmlGraphicsPixmapCache to QmlPixmapCache. | Michael Brasser | 2009-11-04 | 3 | -2/+358 |
| | |||||
* | Don't trigger if we've been stopped. | Martin Jones | 2009-11-03 | 1 | -7/+12 |
| | | | | Task-number: QT-2423 | ||||
* | Doc. | Michael Brasser | 2009-11-03 | 1 | -0/+85 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-02 | 3 | -3/+8 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Mark Action class as to be exported | Kai Koehne | 2009-11-02 | 1 | -1/+1 |
| | | | | | | | | Used in Bauhaus. | ||||
| * | NOTIFY ListModel::count | Warwick Allison | 2009-11-02 | 2 | -2/+7 |
| | | |||||
* | | Doc | Aaron Kennedy | 2009-11-02 | 1 | -2/+0 |
|/ | |||||
* | Add images to QML easing curve documentation | Yann Bodson | 2009-11-02 | 1 | -43/+169 |
| | | | | Task-number: QT-2326 | ||||
* | Cleanup | Aaron Kennedy | 2009-10-30 | 15 | -106/+7 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 47 | -759/+759 |
|\ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-30 | 7 | -15/+17 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h | ||||
| | * | Doc. | Michael Brasser | 2009-10-30 | 5 | -6/+6 |
| | | | | | | | | | | | | | | | | | | Be explicit about element<->class relationship in docs. Until this is automatically set up by qdoc, we need to do it manually so things like the display of 'read-only' work properly. | ||||
| * | | fix macros | Warwick Allison | 2009-10-29 | 1 | -1/+1 |
| | | | |||||
| * | | fix headers | Warwick Allison | 2009-10-29 | 48 | -768/+768 |
| | | | |||||
* | | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 49 | -964/+964 |
| | | | |||||
* | | | Rename qfx files to qmlgraphics files | Aaron Kennedy | 2009-10-30 | 3 | -5/+5 |
| | | | |||||
* | | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 12 | -160/+160 |
| |/ |/| | |||||
* | | Save a little more memory. | Martin Jones | 2009-10-29 | 2 | -9/+11 |
|/ | |||||
* | Doc. | Michael Brasser | 2009-10-28 | 4 | -3/+9 |
| | |||||
* | Ensure that the Follows handle the target value changing unexpectedly. | Martin Jones | 2009-10-28 | 2 | -6/+6 |
| | | | | | | If the target's property was changed elsewhere while the Follow wasn't running, it would fail to start when a source identical to its current source valule was set. | ||||
* | Fix more warnings. | Michael Brasser | 2009-10-26 | 2 | -1/+2 |
| |