aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickvisualdatamodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't leak function objects created by VisualDataModel.Andrew den Exter2012-03-151-9/+9
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-6/+6
* Merge master <-> api_changesMatthew Vogt2012-03-051-2/+39
|\
| * Properly cleanup cancelled incubation.Martin Jones2012-02-281-2/+22
| * Incubators are not async with the threaded renderer.Martin Jones2012-02-281-2/+19
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-84/+84
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Fix lockup in views due to endless polish loop.Martin Jones2012-01-201-0/+4
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-121-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* VisualDataModel performance improvements.Andrew den Exter2011-12-231-22/+7
* Insert items into VisualDataModel.Andrew den Exter2011-12-231-18/+225
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-231-524/+248
* Fix valgrind warning.Andrew den Exter2011-12-201-1/+1
* Don't emit model reset on completing a VisualDataModel.Andrew den Exter2011-12-151-1/+0
* Fix package items not being destroyed when a package is destroyed.Andrew den Exter2011-12-121-3/+3
* Don't attempt to destroy a null persisted item.Andrew den Exter2011-12-051-1/+1
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+2668