summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* fixes button size for Windows mobile styleJoerg Bornemann2009-11-061-5/+9
* compilefixes for qfeaturesThomas Hartmann2009-11-064-3/+26
* 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
| | * | | Cocoa: fix double emit bug from file dialogRichard Moe Gustavsen2009-11-031-3/+7
| | * | | Titlebar icon (for e.g. Assistant) not visible in Cocoa.Prasanth Ullattil2009-11-023-0/+31
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Morten Johan Sørvig2009-10-305-22/+109
| | |\ \ \
| | | * | | Make GestureCancelPolicy work for graphicsviewThomas Zander2009-10-305-22/+109
| | * | | | Fix QDesktopServices::DataLocation on Mac.Morten Johan Sørvig2009-10-302-12/+6
| | * | | | Fix indentation.Morten Johan Sørvig2009-10-301-89/+89
| | * | | | Fix issue with wrong QMessagebox icons on Mac.Morten Johan Sørvig2009-10-301-2/+3
| | |/ / /
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Bradley T. Hughes2009-10-3037-294/+1053
| | |\ \ \