summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecontext.h
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* QtDeclarative: remove spurious semi-colons from the source codeThiago Macieira2010-05-041-1/+1
|
* Add missing Q_DISABLE_COPYs.Michael Brasser2010-04-221-0/+1
|
* Reduce warnings at shutdownAaron Kennedy2010-04-141-0/+2
| | | | | | QTBUG-9799 Reviewed-by: Alexis Menard
* Include qvariant.h as a convenience as context propertiesBea Lam2010-04-141-0/+1
| | | | are commonly set and accessed
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-1/+3
|
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-3/+4
| | | | It is faster and easier to use to just support a single context object.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+107
QDeclarativeXXX.