summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes: Calling repaint() during a top-level resizeGunnar Sletta2009-04-071-10/+14
* Fixes: Make drawPixmap as fast as drawImage on rasterRGunnar Sletta2009-04-072-34/+68
* Fixes: Make drawPixmap slightly more optimal for QPaintEngineExGunnar Sletta2009-04-071-3/+6
* Kill some warningsAnders Bakken2009-04-061-0/+6
* Approriate warning with incompatible optionsAnders Bakken2009-04-061-0/+4
* Code cleanup.Anders Bakken2009-04-062-9/+9
* Call ReleaseSource where appropriateAnders Bakken2009-04-063-2/+5
* Better QDirectFBPixmapData::toImage()Anders Bakken2009-04-061-0/+11
* Optimize bytesPerLine furtherAnders Bakken2009-04-061-1/+0
* Optimize fillRects/fillRegionAnders Bakken2009-04-061-23/+5
* Cleanup. This function is no longer used.Anders Bakken2009-04-061-10/+0
* Make sure to set blitting flagsAnders Bakken2009-04-063-25/+43
* Improve QDirectFBPixmapData::copyAnders Bakken2009-04-061-2/+8
* Improve QDirectFBPixmapData::transformedAnders Bakken2009-04-061-5/+14
* Clean up surface creation codeAnders Bakken2009-04-061-9/+5
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Ian Walters2009-04-077-32/+57
|\
| * Make OpenGL/ES 1.1 CommonLite and OpenGL/ES 1.0 builds workRhys Weatherley2009-04-075-25/+37
| * Make sure to dirty clip in setStateAnders Bakken2009-04-061-2/+1
| * Make windows the right formats and videoonlyAnders Bakken2009-04-061-5/+14
| * Make sure RGB32 workaround works for windowsAnders Bakken2009-04-061-0/+3
| * Pens can have brushesAnders Bakken2009-04-061-1/+3
* | Remove inline keywords, fix compile bugIan Walters2009-04-071-3/+3
|/
* Fix up some QT_...NO_PALETTE codepathsAnders Bakken2009-04-061-4/+6
* Move QT_BEGIN_NAMESPACE to after the usual Qt header includesRhys Weatherley2009-04-073-8/+8
* Don't use uninitialized capsAnders Bakken2009-04-061-2/+6
* Fixes: QSqlTableModel does not handle updates when one of the fields hasBill King2009-04-071-3/+8
* BT: Fixed treeview painting regression on VistaJens Bache-Wiig2009-04-061-6/+14
* De-inlined 2 functions in QHttpNetworkHeaderMarkus Goetz2009-04-061-2/+2
* Splitted qhttpnetworkconnection* files into individual filesMarkus Goetz2009-04-069-1237/+1659
* Removed usage of NaN in SVG gradients.Kim Motoyoshi Kalland2009-04-062-3/+5
* Update WebKit from code.staikos.net/srv/git/webkitTor Arne Vestbø2009-04-0612-1657/+744
* BT: Fix combobox background color regressionJens Bache-Wiig2009-04-062-9/+5
* Fixup update rect regression by adjusting expose rectangles.Andreas Aardal Hanssen2009-04-061-8/+34
* Fixes: Wrong adjustment of rect added in 0aa2ef27249dc8e782c2942340776bb19...Bjoern Erik Nilsen2009-04-061-3/+2
* Fixes: We have to adjust the item's bounding rect.Bjoern Erik Nilsen2009-04-061-2/+16
* Fixes: Optimize the way we adjust rectangles.Bjoern Erik Nilsen2009-04-062-47/+68
* Fixes: Partially revert 9b0af2395c84a6895a5ce6368f151d4ec00c8755Bjoern Erik Nilsen2009-04-061-2/+2
* Fixes: Minimize QVariant overhead related to QGraphicsItem::itemChange.Bjoern Erik Nilsen2009-04-062-43/+51
* Optimise QPainterPath::contains(QPointF)Lars Knoll2009-04-061-1/+1
* Optimise QGraphicsScene/View::items(const QPointF &pos)Lars Knoll2009-04-063-14/+88
* Fixes: Simplify the cut-offs and be more agressive :-)Bjoern Erik Nilsen2009-04-063-42/+68
* Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-062-10/+35
* Fixes: Don't bother updating hidden items.Bjoern Erik Nilsen2009-04-062-1/+4
* Fixes: Do not update children if not required.Bjoern Erik Nilsen2009-04-061-1/+2
* Fixes: Don't check the force boolean.Bjoern Erik Nilsen2009-04-061-1/+1
* Fixes: Minimize QVariant constr/destr in setPosHelper.Bjoern Erik Nilsen2009-04-061-2/+3
* Fixes: Optimize QGraphicsViewPrivate::itemUpdated.Bjoern Erik Nilsen2009-04-061-21/+19
* Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-063-21/+44
* Fixes: Don't bother processing items that are clipped away.Bjoern Erik Nilsen2009-04-062-52/+67
* Fixes: Optimization: Clip path is empty if the bounding rect is empty.Bjoern Erik Nilsen2009-04-061-1/+10