summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativefontloader_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Optimize FontLoader for "multi-use".Yann Bodson2010-09-161-1/+1
| | | | | Task-number: QTBUG-13419 Reviewed-by: Michael Brasser
* Re-insert and emit the correct NOTIFY signals following the removalBea Lam2010-08-251-1/+2
| | | | of some NOTIFY parameters in d31e3bd3e27e9249df451b4b2a3a3a16e9160fa4
* Remove wrong NOTIFY attribute.Olivier Goffart2010-08-191-1/+1
| | | | | They where related to not unreachable signals. It would cause the compilation to break
* Don't export declarative private classesMartin Jones2010-07-011-1/+1
| | | | | Those required by creator are still exported. Everything else is no longer exported.
* Simplify QML element registration headersAaron Kennedy2010-02-241-0/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+95
QDeclarativeXXX.