summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | | 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
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|/ / / | | | | | |/| | | | | | |
| | | | * | | | | | | | | 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
| | | * | | | | | | | | | Removed the unnecessery loop in the last commit originated from a mergeDenis Dzyubenko2009-11-061-6/+5
| | | * | | | | | | | | | Fix QDesktopWidget::availableGeometry() on OSXFred Emmott2009-11-061-4/+8
| | | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Morten Johan Sørvig2009-11-066-6/+80
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Add support for GetURL events on Mac OS XTor Arne Vestbø2009-11-056-6/+80
| | | * | | | | | | | | | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-0616-24/+68
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | / / / / / / / / | | | | | |/ / / / / / / / | | | | |/| | | | | | | |
| | | | * | | | | | | | | Doc: Fixed qdoc warnings.David Boddie2009-11-054-14/+17
| | | | | |_|_|_|_|/ / / | | | | |/| | | | | | |
| | | * | | | | | | | | Fixed pinching in the imagegestures example.Denis Dzyubenko2009-11-051-2/+6
| | | * | | | | | | | | Implemented Tap and TapAndHold gestures.Denis Dzyubenko2009-11-056-1/+303
| | | * | | | | | | | | Improved pinch gesture.Denis Dzyubenko2009-11-051-1/+7
| | | * | | | | | | | | Implemented QSwipeGesture recognizer using touch events.Denis Dzyubenko2009-11-054-5/+166
| | | * | | | | | | | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-05154-2659/+3778
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Mac: pinch gesture scales to fast and event below zeroRichard Moe Gustavsen2009-11-041-1/+1
| | | * | | | | | | | | | Cocoa: QColorDialog crashing when selection colors from system paletteRichard Moe Gustavsen2009-11-041-7/+23
| | | * | | | | | | | | | Save the normal geometry on mac before the window is maximizedDenis Dzyubenko2009-11-043-3/+20
| | * | | | | | | | | | | docs: Add a section about known issues for the anchor layout.Jan-Arve Sæther2009-11-061-4/+17
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-11-064-6/+31
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Fix QGraphicsScene::isActive if the view is shown while the window is active.Olivier Goffart2009-11-061-0/+23
| | | * | | | | | | | | | | QGraphicsView: Fixes QGraphicsView::focusItem when scene is not activeOlivier Goffart2009-11-062-5/+7
| | | * | | | | | | | | | | Compile on MacOlivier Goffart2009-11-061-1/+1
| | * | | | | | | | | | | | Use 0 instead of NULL.Jan-Arve Sæther2009-11-061-6/+6
| | * | | | | | | | | | | | Add documentation for the new min/pref/maxSize properties.Jan-Arve Sæther2009-11-061-0/+21
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-11-0565-670/+1153
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-0565-670/+1153
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / | | | | |/| | | | | | | | |
| | | | * | | | | | | | | | 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
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / | | | | |/| | | | | | | | |