summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecontextscriptclass_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-141-0/+4
| | | | Grrr
* Cleanup (remove QDeclarativeScriptClass)Aaron Kennedy2010-04-071-3/+3
| | | | | QDeclarativeScriptClass only existed to make compiling against 4.6 and 4.7 easier.
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-4/+5
|
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-1/+0
| | | | It is faster and easier to use to just support a single context object.
* Save secondary scope inside the expression's scope objectAaron Kennedy2010-03-031-0/+1
| | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+101
QDeclarativeXXX.