Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve error messages | Bea Lam | 2010-09-17 | 1 | -3/+3 |
| | |||||
* | Changes to objects returned from get() should emit itemsChanged() so | Bea Lam | 2010-09-17 | 1 | -29/+264 |
| | | | | | | | | | | | that the view is updated (currently the model data changes but the view does not). In flat-model mode, get() now returns a QScriptClass-type object so that changes to the returned object are received, and for nested-model mode, the fix adds a QDeclarativeOpenMetaObject subclass and ModelNode::listIndex so that itemsChanged() can be emitted when the node data changes. Task-number: QTBUG-12363 | ||||
* | Make it clear that private ListModel constructor is only for worker | Bea Lam | 2010-09-17 | 1 | -14/+23 |
| | | | | | agent. Also set up the worker list copy in the ListModel implementation instead of the agent. | ||||
* | Remove duplicated move() implementations | Bea Lam | 2010-09-17 | 1 | -34/+26 |
| | |||||
* | Doc changes | Bea Lam | 2010-09-17 | 1 | -4/+4 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | David Boddie | 2010-09-15 | 1 | -1/+0 |
|\ | |||||
| * | Remove unused object | Bea Lam | 2010-09-08 | 1 | -1/+0 |
| | | |||||
* | | Doc: More work on the declarative API documentation. | David Boddie | 2010-09-13 | 1 | -28/+79 |
|/ | |||||
* | Merge branch '4.7' into qmldocs | David Boddie | 2010-08-27 | 1 | -5/+2 |
|\ | |||||
| * | Remove unused code. | Michael Brasser | 2010-08-25 | 1 | -3/+0 |
| | | |||||
| * | Fix few declarative code issues discovered by static code analysis | Joona Petrell | 2010-08-24 | 1 | -2/+2 |
| | | | | | | | | | | Task-number: Reviewed-by: Aaron Kennedy | ||||
* | | Doc: Fixed incorrect use of commands to mark documentation. | David Boddie | 2010-08-23 | 1 | -1/+1 |
|/ | |||||
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -1/+3 |
| | | | | ...and a set of functional group pages. | ||||
* | Compile on Symbian | Martin Jones | 2010-08-11 | 1 | -3/+9 |
| | | | | Task-number: QTBUG-12771 | ||||
* | Don't destroy ListModel child list nodes. | Martin Jones | 2010-08-11 | 1 | -11/+15 |
| | | | | | | | These are owned by the root and must not be destroyed by child lists. Task-number: QTBUG-12771 Reviewed-by: Bea Lam | ||||
* | Fix crash with invalid role indexes | Aaron Kennedy | 2010-07-09 | 1 | -0/+2 |
| | |||||
* | Test ListElement type via type system, not string comparison. | Warwick Allison | 2010-06-25 | 1 | -3/+8 |
| | | | | | Task-number: QTBUG-11222 Reviewed-by: Aaron Kennedy | ||||
* | Allow QT_TR_NOOP (as a no-op) in ListModel values. | Warwick Allison | 2010-06-22 | 1 | -4/+9 |
| | | | | Task-number: QTBUG-11403 | ||||
* | Minor doc fixes | Bea Lam | 2010-06-11 | 1 | -1/+1 |
| | |||||
* | Doc improvements: move some example code to snippets, add screenshots, | Bea Lam | 2010-06-09 | 1 | -105/+21 |
| | | | | other minor doc fixes | ||||
* | Update docs with correct property name | Alan Alpert | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | ListModel::get() shouldn't print warnings for invalid indices since it | Bea Lam | 2010-05-17 | 1 | -4/+1 |
| | | | | returns undefined items for these cases anywyay. | ||||
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 1 | -2/+2 |
| | | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples). | ||||
* | ListModel::get() should return undefined if bad index specified | Bea Lam | 2010-05-13 | 1 | -10/+18 |
| | |||||
* | Dates and variants are not considered nested objects | Aaron Kennedy | 2010-05-13 | 1 | -1/+2 |
| | |||||
* | Doc fix | Bea Lam | 2010-05-07 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-10458 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Peter Yard | 2010-04-27 | 1 | -3/+2 |
|\ | |||||
| * | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -3/+2 |
| | | | | | | | | QTBUG-9726 | ||||
* | | Docs Changes to start page. Minor change to Elements doc. See also added to ↵ | Peter Yard | 2010-04-27 | 1 | -1/+1 |
|/ | | | | some elements docs. | ||||
* | Doc fixes | Bea Lam | 2010-04-13 | 1 | -4/+4 |
| | |||||
* | Doc fixes | Bea Lam | 2010-04-12 | 1 | -0/+15 |
| | |||||
* | Release ListModel's worker agent on deletion. | Bea Lam | 2010-04-09 | 1 | -0/+3 |
| | |||||
* | Disallow nested elements in ListModel | Aaron Kennedy | 2010-04-07 | 1 | -1/+6 |
| | | | | QTBUG-6082 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -3/+3 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Doc fix | Bea Lam | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | ModelNode::setObjectValue() must update the object cache. | Bea Lam | 2010-04-01 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-9509 | ||||
* | Fix memory leak and clean up deletion. | Bea Lam | 2010-03-29 | 1 | -8/+5 |
| | |||||
* | Remove int parameter from ListModel countChanged() to be consistent | Bea Lam | 2010-03-25 | 1 | -3/+3 |
| | | | | with other classes with countChanged() signals. | ||||
* | Doc: ids start with lowercase | Martin Jones | 2010-03-24 | 1 | -9/+9 |
| | |||||
* | Don't use QScriptValueIterator to iterate over arrays. | Bea Lam | 2010-03-18 | 1 | -4/+3 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-17 | 1 | -4/+16 |
|\ | |||||
| * | Allow enum constants as list element properties. | Warwick Allison | 2010-03-17 | 1 | -4/+16 |
| | | | | | | | | Task-number: QTBUG-5974 | ||||
* | | Emits itemsRemoved() in QDeclarativeListModel::remove. | Yann Bodson | 2010-03-17 | 1 | -14/+16 |
|/ | |||||
* | Tests for default count(), get() values should be run on the worker | Bea Lam | 2010-03-17 | 1 | -1/+1 |
| | | | | | list model instead of being ignored. Also do some cleaning up in the list model. | ||||
* | Remove unneeded #include and add needed header to .pri | Martin Jones | 2010-03-16 | 1 | -2/+0 |
| | |||||
* | Doc fixes. | Bea Lam | 2010-03-16 | 1 | -27/+27 |
| | |||||
* | Remove WorkerListModel and integrate its functionality into ListModel. | Bea Lam | 2010-03-16 | 1 | -300/+654 |
| | | | | Task-number: QT-2829 | ||||
* | Merge remote branch 'origin/master' into 4.7 | Thiago Macieira | 2010-02-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/kernel/qmetatype.cpp src/declarative/graphicsitems/qdeclarativeevents.cpp src/declarative/graphicsitems/qdeclarativeflickable.cpp src/declarative/graphicsitems/qdeclarativegridview.cpp src/declarative/qml/qdeclarativescript.cpp src/declarative/util/qdeclarativeanimation.cpp src/declarative/util/qdeclarativebehavior.cpp src/declarative/util/qdeclarativeeasefollow.cpp src/declarative/util/qdeclarativefontloader.cpp src/declarative/util/qdeclarativelistmodel.cpp src/declarative/util/qdeclarativespringfollow.cpp src/declarative/util/qdeclarativestategroup.cpp src/declarative/util/qdeclarativesystempalette.cpp src/declarative/util/qdeclarativetimer.cpp src/declarative/util/qmlstateoperations.cpp src/multimedia/qml/qdeclarativeaudio.cpp src/multimedia/qml/qdeclarativevideo.cpp | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+983 |
QDeclarativeXXX. |