aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickvisualadaptormodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-241-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Explicitly initialize base class.Andrew den Exter2012-08-071-0/+1
* Fix handling of changes to the root index of a VisualDataModel.Andrew den Exter2012-08-021-0/+17
* Remove QListModelInterface.Andrew den Exter2012-07-251-135/+5
* Add a static object template for variant list model types.Andrew den Exter2012-07-231-22/+74
* Don't cache visual data model v8 handles.Andrew den Exter2012-07-101-0/+2
* Add some private V8ASSERT macros.Andrew den Exter2012-07-041-12/+6
* section.property cannot deal with nested propertiesMartin Jones2012-07-021-13/+13
* Pass the right signal index in visualadaptormodel proxy meta-objectKent Hansen2012-06-221-2/+2
* Don't cache item indexes in VisualDataModel.Andrew den Exter2012-06-081-17/+17
* Use a shared meta-object for VisualDataModel list context objects.Andrew den Exter2012-05-301-29/+19
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-20/+20
* Fix performance regression in VisualDataModel.Andrew den Exter2012-05-241-0/+4
* Refactor QQuickVisualAdaptorModel to reduce memory consumption.Andrew den Exter2012-05-211-824/+716
* Remove warning about not explicitly initializing base class.Andrew den Exter2012-03-201-1/+2
* Don't leak function objects created by VisualDataModel.Andrew den Exter2012-03-151-12/+12
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-19/+19
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-121-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Insert items into VisualDataModel.Andrew den Exter2011-12-231-100/+263
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-231-187/+280
* Utilize the property cache for item view context objects.Andrew den Exter2011-12-151-3/+6
* Fix QQuickVisualDataModel test failure.Andrew den Exter2011-12-051-8/+10
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+889