summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativestyledtext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* <br/> shouldn't trigger a new format range in QDeclarativeStyledText.Michael Brasser2010-07-051-1/+3
|
* Optimize QDeclarativeStyledText.Michael Brasser2010-07-051-2/+0
| | | | | Don't set the base font, as this is an expensive operation. The base font will automatically be merged in by the text engine.
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+347
QDeclarativeXXX.