summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation on AIX 6.1 with xlC 10.1Samuel Rødal2009-11-111-1/+1
* Fixed QPixmapDropShadowFilter and updated its testcaseGunnar Sletta2009-11-101-3/+1
* CompileEskil Abrahamsen Blomfeldt2009-11-101-1/+1
* Removed redundant line of code.Kim Motoyoshi Kalland2009-11-101-2/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-093-5/+10
|\
| * Fixed handling of the "..." button in QPrintDialog for X11.Trond Kjernåsen2009-11-091-5/+4
| * Detect context sharing on EGL systemsRhys Weatherley2009-11-092-0/+6
* | Fixed dropshadow raster implementation since rewriteGunnar Sletta2009-11-091-4/+9
* | Pixelalign circles in HTML bullet listsGunnar Sletta2009-11-091-1/+1
* | Fixed inconsistent coloring of bullets, circles and square listsGunnar Sletta2009-11-091-1/+1
|/
* Fixed g++ compiler warnings in qpen.cpp.Samuel Rødal2009-11-061-1/+1
* Fix QPainter::setPen(pen with color but no style) on non-extended.David Faure2009-11-061-15/+2
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-065-58/+104
|\
| * CompileEskil Abrahamsen Blomfeldt2009-11-061-1/+1
| * Fixed crash in qt_scale_image_16/32bit() when target is flipped.Kim Motoyoshi Kalland2009-11-061-8/+32
| * add support for the N'Ko writing system to QtLars Knoll2009-11-063-47/+70
| * Fixed uninitialized background artifacts in QWidget::render.Samuel Rødal2009-11-061-2/+1
* | don't do unessesary brush comparrisonsGunnar Sletta2009-11-061-8/+0
* | Revert micro optimization where NoPen == NoBrush as SVG relies on thisGunnar Sletta2009-11-061-3/+1
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0619-29/+88
|\
| * Doc: Fixed qdoc warnings.David Boddie2009-11-054-14/+17
| * Merge branch 'graphicseffect' into 4.6Jørgen Lind2009-11-0510-1/+47
| |\
| | * Add QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-0410-1/+47
| * | Merge branch '4.5' into 4.6Morten Johan Sørvig2009-11-053-9/+4
| |\ \
| | * | Fix memory leak in the Mac accessibility module.Morten Johan Sørvig2009-11-031-5/+0
| | * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.5Morten Johan Sørvig2009-11-021-1/+1
| | |\ \
| | | * | Fix a freeze in QFileDialog (Mac)Cédric Luthi2009-11-021-1/+1
| | * | | Disable the move-by-scrolling optimization.Morten Johan Sørvig2009-11-021-3/+3
| | |/ /
| | * | Avoid infinite loop when laying out text with unconvertible charsEskil Abrahamsen Blomfeldt2009-10-291-40/+37
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-11-043-11/+6
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-046-12/+27
| |\ \ \
| | * | | Doc: Fixed qdoc warnings.David Boddie2009-11-045-14/+21
| | * | | Doc: fix broken link in QBitmapAndy Nichols2009-11-041-1/+1
* | | | | Set strokes as non-convex by default.Gunnar Sletta2009-11-051-0/+4
* | | | | Use fallback stroker for cosmetic strokes with asymetric transformsGunnar Sletta2009-11-051-3/+6
* | | | | Fixed crash in QPixmap::resize_helper on mac and x11Gunnar Sletta2009-11-051-2/+2
* | | | | Fixed soft-light composition mode in raster and OpenGL1.Kim Motoyoshi Kalland2009-11-051-12/+10
* | | | | Fixed some debug and some minor optims to QPaintBuffergunnar2009-11-042-40/+60
* | | | | Made QPen== catch QPen(Qt::NoPen) == QPen(QBrush(Qt::NoBrush))gunnar2009-11-041-10/+13
* | | | | Added some helpful info to QBrush and QPen's QDebug operatorsgunnar2009-11-042-2/+34
| |_|/ / |/| | |
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Eskil Abrahamsen Blomfeldt2009-11-0450-646/+1078
|\ \ \ \ | |/ / /
| * | | Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-0438-557/+778
| |\ \ \
| | * | | Compile fix after the last gesture api changeDenis Dzyubenko2009-11-036-55/+47
| | * | | Toolbar Icons are clipped on Leopard in Cocoa port.Prasanth Ullattil2009-11-031-1/+2
| | * | | Gesture api review.Denis Dzyubenko2009-11-0322-230/+252
| | * | | Modified gesture events propagation.Denis Dzyubenko2009-11-033-6/+30
| | * | | Made native Pan gesture work on Windows.Denis Dzyubenko2009-11-038-72/+90
| | * | | Implemented pinch gesture recognizer.Denis Dzyubenko2009-11-038-91/+123
| | * | | Added QGraphicsObject::ungrabGesture()Denis Dzyubenko2009-11-033-4/+18
| | * | | Documentation fixes related to gestures doc.Denis Dzyubenko2009-11-032-3/+4