summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qstyleoption.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed coverity warningsThierry Bastian2009-08-141-3/+3
| | | | | Some dead code removed Some member not initialized missing
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Some final QMatrix cleanups.Volker Hilsheimer2009-07-281-9/+16
|
* Doc - fixed a typo [describles->describes]Kavindra Devi Palaraja2009-07-271-2/+2
| | | | | | Task: 258573 Reviewed-By: TrustMe
* Doc: Replace more links to obsolete APIs.Volker Hilsheimer2009-07-251-6/+4
|
* Fix some coverity warningsThierry Bastian2009-06-291-1/+2
|
* Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+5353
|
* Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-4/+4
| | | | | | | Wherever I found that we were using a string instead of a single char I fixed the code. Reviewed-by: olivier
* Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-151-12/+32
| | | | | | | | | | | | | | | | | | | | | QStyleOptionGraphicsItem extends QStyleOption with three values: 1) matrix, 2) levelOfDetail, 3) exposedRect, and they all involve expensive QTranform operations when calculated. We pass style option(s) to drawItems() and paint(), but the extended values are usually not in use. We can therefore gain quite some nice speedup by making them opt-in with the QGraphicsItem::ItemUsesExtendedStyleOption flag. Additionally, QStyleOptionGraphicsItem::levelOfDetail has been obsoleted, and a new function QStyleOptionGraphicsItem:: levelOfDetailFromTransform(const QTransform &) has been added. Me and Andreas don't consider this change to be too controversial even though it changes the behavior. Auto tests still pass. Reviewed-by: Andreas
* Long live Qt!Lars Knoll2009-03-231-0/+5353