Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Replace QList<>* support with QmlListProperty" | Martin Jones | 2010-02-10 | 1 | -2/+2 |
| | | | | This reverts commit d914555badcd4761864657e1e335e657b791453f. | ||||
* | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-09 | 1 | -2/+2 |
| | |||||
* | Fix insertion and deletion of multiple items in GridView. | Martin Jones | 2010-02-02 | 1 | -1/+5 |
| | |||||
* | Fix QList<QObject*> as a model. Add docs and example. | Martin Jones | 2010-02-01 | 1 | -2/+3 |
| | |||||
* | unwarn | Warwick Allison | 2010-01-11 | 1 | -2/+2 |
| | |||||
* | Check if the property is cached in QmlGraphicsVisualDataModel::stringValue | Marco Bubke | 2010-01-06 | 1 | -8/+12 |
| | | | | | | | This fixes a Bauhaus crash. Task-number: BAUHAUS-227 Reviewed-by: Kai Koehne | ||||
* | Stop using QGuard | Aaron Kennedy | 2009-12-23 | 1 | -5/+5 |
| | | | | | | This should allow QGuard to be removed from Qt and QObjectPrivate::ExtraData. Having QmlGuard inside QmlDeclarativeData reduces the number of new's, and creating QmlDeclarativeData is faster than QObjectPrivate::ExtraData anyway. | ||||
* | Section property access perf. | Martin Jones | 2009-12-18 | 1 | -13/+35 |
| | |||||
* | Section properties can only be model data. | Martin Jones | 2009-12-17 | 1 | -7/+2 |
| | |||||
* | Use faster listmodelinterface data accessor. | Martin Jones | 2009-12-16 | 1 | -10/+4 |
| | |||||
* | Faster sections. | Martin Jones | 2009-12-16 | 1 | -5/+40 |
| | |||||
* | Dynamic metaobject sharing and caching. | Martin Jones | 2009-12-11 | 1 | -64/+92 |
| | |||||
* | Fix models using Package. | Martin Jones | 2009-12-10 | 1 | -2/+2 |
| | |||||
* | Avoid creating a new dynamic metaobject for each delegate. | Martin Jones | 2009-12-09 | 1 | -18/+29 |
| | |||||
* | Delete released items immediately. | Martin Jones | 2009-12-04 | 1 | -2/+1 |
| | |||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -12/+16 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -6/+6 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -5/+5 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | ListView tests and fixes. | Martin Jones | 2009-11-18 | 1 | -1/+6 |
| | |||||
* | Return qmlInfo(obj) << syntax. | Warwick Allison | 2009-11-10 | 1 | -1/+1 |
| | | | | Fixes QTBUG-5480 | ||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -2/+2 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | Fix moving items in visual item model. | Martin Jones | 2009-11-04 | 1 | -6/+26 |
| | |||||
* | Rename fx -> graphicsitems | Aaron Kennedy | 2009-10-30 | 1 | -0/+1033 |