summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsvisualitemmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-101-2/+2
| | | | This reverts commit d914555badcd4761864657e1e335e657b791453f.
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-091-2/+2
|
* Fix insertion and deletion of multiple items in GridView.Martin Jones2010-02-021-1/+5
|
* Fix QList<QObject*> as a model. Add docs and example.Martin Jones2010-02-011-2/+3
|
* unwarnWarwick Allison2010-01-111-2/+2
|
* Check if the property is cached in QmlGraphicsVisualDataModel::stringValueMarco Bubke2010-01-061-8/+12
| | | | | | | This fixes a Bauhaus crash. Task-number: BAUHAUS-227 Reviewed-by: Kai Koehne
* Stop using QGuardAaron Kennedy2009-12-231-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 Jones2009-12-181-13/+35
|
* Section properties can only be model data.Martin Jones2009-12-171-7/+2
|
* Use faster listmodelinterface data accessor.Martin Jones2009-12-161-10/+4
|
* Faster sections.Martin Jones2009-12-161-5/+40
|
* Dynamic metaobject sharing and caching.Martin Jones2009-12-111-64/+92
|
* Fix models using Package.Martin Jones2009-12-101-2/+2
|
* Avoid creating a new dynamic metaobject for each delegate.Martin Jones2009-12-091-18/+29
|
* Delete released items immediately.Martin Jones2009-12-041-2/+1
|
* fix includesOswald Buddenhagen2009-12-031-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 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-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 Allison2009-12-011-5/+5
| | | | May help modularization (syncqt and configure are Qt-specific).
* ListView tests and fixes.Martin Jones2009-11-181-1/+6
|
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-1/+1
| | | | Fixes QTBUG-5480
* Remove "to" limit on minor version.Warwick Allison2009-11-051-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 Jones2009-11-041-6/+26
|
* Rename fx -> graphicsitemsAaron Kennedy2009-10-301-0/+1033