| Commit message (Expand) | Author | Age | Files | Lines |
* | More strict type checking of ListElement properties. | Warwick Allison | 2010-02-19 | 1 | -10/+32 |
|
|
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
|
|
* | Fix warnings | Aaron Kennedy | 2010-02-12 | 1 | -1/+0 |
|
|
* | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 1 | -2/+2 |
|
|
* | Don't crash when accessing index -1 | Martin Jones | 2010-01-29 | 1 | -5/+5 |
|
|
* | Rename ListModel::set() to ListModel::setProperty() | Aaron Kennedy | 2010-01-20 | 1 | -2/+2 |
|
|
* | Keep empty lists and 1-item lists as lists instead of converting them | Bea Lam | 2010-01-20 | 1 | -21/+57 |
|
|
* | Revert previous change. Does not work for statically defined list models. | Bea Lam | 2010-01-20 | 1 | -25/+20 |
|
|
* | Fix to correctly return property values that are javascript arrays. | Bea Lam | 2010-01-19 | 1 | -20/+25 |
|
|
* | Make QListModelInterface API more sensible for our use case. | Martin Jones | 2009-12-16 | 1 | -0/+23 |
|
|
* | Link to Data Models doc | Martin Jones | 2009-12-08 | 1 | -0/+2 |
|
|
* | small cleanup | Thierry Bastian | 2009-12-04 | 1 | -1/+1 |
|
|
* | Fix count change notification. | Warwick Allison | 2009-12-04 | 1 | -0/+1 |
|
|
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -8/+11 |
|
|
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -5/+5 |
|
|
* | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -3/+3 |
|
|
* | Fix and test ListModel UTF8 reading. | Warwick Allison | 2009-11-29 | 1 | -1/+1 |
|
|
* | Tidy (and fix) error messages. | Warwick Allison | 2009-11-23 | 1 | -3/+3 |
|
|
* | Error checking and tests for them in ListModel | Warwick Allison | 2009-11-17 | 1 | -8/+14 |
|
|
* | Doc fixes after \qmlmethod changes. | Michael Brasser | 2009-11-11 | 1 | -6/+6 |
|
|
* | Return qmlInfo(obj) << syntax. | Warwick Allison | 2009-11-10 | 1 | -7/+7 |
|
|
* | ListModel elements can only be values or *lists* of objects, not objects. | Warwick Allison | 2009-11-09 | 1 | -2/+0 |
|
|
* | Fix and test set/get of structured ListModel data. | Warwick Allison | 2009-11-09 | 1 | -11/+22 |
|
|
* | ListModel docs and tests | Warwick Allison | 2009-11-09 | 1 | -15/+58 |
|
|
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -2/+2 |
|
|
* | NOTIFY ListModel::count | Warwick Allison | 2009-11-02 | 1 | -1/+3 |
|
|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-30 | 1 | -17/+17 |
|\ |
|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Warwick Allison | 2009-10-30 | 1 | -1/+1 |
| |\ |
|
| | * | Doc. | Michael Brasser | 2009-10-30 | 1 | -1/+1 |
|
|
| * | | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| |/ |
|
* | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 1 | -2/+2 |
|/ |
|
* | Doc. | Michael Brasser | 2009-10-28 | 1 | -0/+6 |
|
|
* | change all ids in doc examples to start with lower case. | Martin Jones | 2009-10-22 | 1 | -8/+8 |
|
|
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -4/+4 |
|
|
* | Compile on Symbian. | Martin Jones | 2009-10-07 | 1 | -36/+44 |
|
|
* | Ensure item moves are passed on literally so views can animate literally. | Warwick Allison | 2009-09-11 | 1 | -1/+4 |
|
|
* | Implement itemsMoved() in ListView. | Martin Jones | 2009-09-10 | 1 | -1/+1 |
|
|
* | Report custom parse errors verbosely. | Warwick Allison | 2009-09-10 | 1 | -6/+10 |
|
|
* | Don't allow sparse-setting, since not efficient anyway. | Warwick Allison | 2009-09-09 | 1 | -22/+16 |
|
|
* | Fix destruction of ModelNodes (fix crash-on-exit). | Warwick Allison | 2009-09-09 | 1 | -7/+6 |
|
|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Warwick Allison | 2009-09-09 | 1 | -1/+1 |
|\ |
|
| * | Don't use qt3support methods | Aaron Kennedy | 2009-09-08 | 1 | -1/+1 |
|
|
* | | Modifying ListModel from JS: work for structured data too. | Warwick Allison | 2009-09-09 | 1 | -20/+55 |
|/ |
|
* | Rest of change 28ccffc53df374f7b890510f481e2dae2e01ed74 | Warwick Allison | 2009-09-08 | 1 | -4/+267 |
|
|
* | Fix leaks. | Michael Brasser | 2009-09-07 | 1 | -0/+1 |
|
|
* | Rename positioners. | Warwick Allison | 2009-08-24 | 1 | -1/+1 |
|
|
* | Doc tweak. | Martin Jones | 2009-08-24 | 1 | -3/+3 |
|
|
* | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 1 | -1/+1 |
|
|
* | Allow span of versions to be defined, not just one. | Warwick Allison | 2009-07-23 | 1 | -2/+2 |
|
|
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 1 | -2/+2 |
|
|