summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes: Clever invalidating of the cached clip path.Bjoern Erik Nilsen2009-04-062-13/+129
* Fixes: Compile on funky scratchbox ARM compiler.Bjoern Erik Nilsen2009-04-061-1/+1
* Fixes: Get rid of lots of calls to qFuzzyCompare.Bjoern Erik Nilsen2009-04-062-3/+9
* Fixes: Only use the parent's cached clip path if it is clipped.Bjoern Erik Nilsen2009-04-061-2/+3
* Add a cut-off for simple rectangle lookups.Andreas Aardal Hanssen2009-04-061-0/+5
* Fixes: Cleanup/Optimize QGraphicsView::findItems.Bjoern Erik Nilsen2009-04-063-115/+94
* Fixes: Optimization: Cache QGraphicsItem::clipPath().Bjoern Erik Nilsen2009-04-062-7/+53
* Fixes: Don't fill the pixmap because we will copy the cache into it.Alexis Menard2009-04-061-3/+1
* Fixes: Be a bit more smarter when calling setGeometry from itemChangeAlexis Menard2009-04-064-29/+39
* Fixes: Small optimization in QGraphicsItem::clipPath().Bjoern Erik Nilsen2009-04-061-7/+6
* Fixes: Optimize: QGraphicsItem::clipPath.Bjoern Erik Nilsen2009-04-061-31/+15
* Fixes: Speed up QGrahicsItemPrivate::effectiveOpacity().Bjoern Erik Nilsen2009-04-062-1/+13
* Fixes: Optimization: Important cut-offs for QTransform.Bjoern Erik Nilsen2009-04-062-3/+34
* Fixes: Get rid of a gazillion calls to QTransform::operator*=.Bjoern Erik Nilsen2009-04-062-16/+27
* Fixes: Small optimization: reduce calls to QTransform::type().Bjoern Erik Nilsen2009-04-061-7/+8
* Fixes: Use QRect::isEmpty() rather than isNull() if possible.Bjoern Erik Nilsen2009-04-063-7/+7
* Fixes: Cleanup calls to QGraphicsViewPrivate::updateRect()/updateRegion()Bjoern Erik Nilsen2009-04-061-14/+5
* Fixes: Optimize QGraphicsViewPrivate::updateRect()/updateRegion().Bjoern Erik Nilsen2009-04-061-0/+6
* Fixes: Optimize QGraphicsView::itemUpdated.Bjoern Erik Nilsen2009-04-061-3/+10
* Doc - Mentioned what the default filters are forKavindra Devi Palaraja2009-04-061-1/+4
* Doc - Clarified that button style on X11 platforms may depend on theKavindra Devi Palaraja2009-04-061-1/+2
* BT: Fix a crash when running a widget window modal when it has no parentNorwegian Rock Cat2009-04-061-7/+5
* QThread::start(): priority has no effect on Linux systemsBradley T. Hughes2009-04-061-0/+12
* Fix up color matching on 64-bit Cocoa.Norwegian Rock Cat2009-04-061-7/+38
* Fix QNetworkReply's automatic pushing of a cache when the cache isThiago Macieira2009-04-061-17/+27
* Add some timing capabilitiesAnders Bakken2009-04-043-1/+26
* QScreen::flush() no longer draws the titlebarAnders Bakken2009-04-041-5/+0
* Silence warning and beautify codeAnders Bakken2009-04-032-24/+13
* QGtkStyle: Fix styling and palette issues related to combo boxJens Bache-Wiig2009-04-035-39/+89
* Fixes crash in QTreeView with QSortFilterProxyModelOlivier Goffart2009-04-031-0/+1
* Do not loose WindowType flags when setting translucent background in X11Olivier Goffart2009-04-031-1/+1
* Fix a crash in QFileDialog with a proxy on it.Alexis Menard2009-04-032-22/+44
* BT: Compilation on WinCE.Trond Kjernåsen2009-04-031-1/+1
* Use the standard 'type name = value' variable declaration for PODThiago Macieira2009-04-031-1/+1
* Removed usage of NaN in SVG gradients.Kim Motoyoshi Kalland2009-04-033-15/+21
* Fix focus policy propagation bug in QCompleter.jasplin2009-04-031-0/+7
* Suppress unnecessary "Could not re-create the temporary EGL surface" warningsRhys Weatherley2009-04-031-1/+1
* Add information about QT_* defines that are needed to make PowerVR workRhys Weatherley2009-04-031-0/+3
* Only set system style when it actually changesJens Bache-Wiig2009-04-021-1/+5
* make relative #include relative to the current fileOswald Buddenhagen2009-04-021-1/+1
* Delete temporary file if copy was unsuccessfulJoão Abecasis2009-04-021-1/+4
* Renaming a file does not change QFile's fileNameJoão Abecasis2009-04-021-0/+5
* QFile::rename didn't always return false when method failedJoão Abecasis2009-04-021-3/+9
* Doc - fixing a broken link in the documentation of QWebPageKavindra Devi Palaraja2009-04-021-1/+1
* Improved stylesheet support for setting background and foreground rolesJens Bache-Wiig2009-04-024-23/+19
* Fixing some CoreText errors.Norwegian Rock Cat2009-04-022-14/+19
* Doc: Added a note about copying by value in QMetaProperty and included detail...David Boddie2009-04-021-3/+15