Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | | Fixed g++ compiler warnings in qpen.cpp. | Samuel Rødal | 2009-11-06 | 1 | -1/+1 | |
| | | | * | | | | | | | | | Fix QPainter::setPen(pen with color but no style) on non-extended. | David Faure | 2009-11-06 | 1 | -15/+2 | |
| | | | * | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-06 | 5 | -58/+104 | |
| | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | Compile | Eskil Abrahamsen Blomfeldt | 2009-11-06 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | Fixed crash in qt_scale_image_16/32bit() when target is flipped. | Kim Motoyoshi Kalland | 2009-11-06 | 1 | -8/+32 | |
| | | | | * | | | | | | | | | add support for the N'Ko writing system to Qt | Lars Knoll | 2009-11-06 | 3 | -47/+70 | |
| | | | | * | | | | | | | | | Fixed uninitialized background artifacts in QWidget::render. | Samuel Rødal | 2009-11-06 | 1 | -2/+1 | |
| | | | * | | | | | | | | | | don't do unessesary brush comparrisons | Gunnar Sletta | 2009-11-06 | 1 | -8/+0 | |
| | | | * | | | | | | | | | | Revert micro optimization where NoPen == NoBrush as SVG relies on this | Gunnar Sletta | 2009-11-06 | 1 | -3/+1 | |
| | | | |/ / / / / / / / / | ||||||
| | | | * | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-06 | 19 | -29/+88 | |
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|/ / / | | | | | |/| | | | | | | | ||||||
| | | | * | | | | | | | | | Set strokes as non-convex by default. | Gunnar Sletta | 2009-11-05 | 1 | -0/+4 | |
| | | | * | | | | | | | | | Use fallback stroker for cosmetic strokes with asymetric transforms | Gunnar Sletta | 2009-11-05 | 1 | -3/+6 | |
| | | | * | | | | | | | | | Fixed crash in QPixmap::resize_helper on mac and x11 | Gunnar Sletta | 2009-11-05 | 1 | -2/+2 | |
| | | | * | | | | | | | | | Fixed soft-light composition mode in raster and OpenGL1. | Kim Motoyoshi Kalland | 2009-11-05 | 1 | -12/+10 | |
| | | | * | | | | | | | | | Fixed some debug and some minor optims to QPaintBuffer | gunnar | 2009-11-04 | 2 | -40/+60 | |
| | | | * | | | | | | | | | Made QPen== catch QPen(Qt::NoPen) == QPen(QBrush(Qt::NoBrush)) | gunnar | 2009-11-04 | 1 | -10/+13 | |
| | | | * | | | | | | | | | Added some helpful info to QBrush and QPen's QDebug operators | gunnar | 2009-11-04 | 2 | -2/+34 | |
| | | * | | | | | | | | | | Removed the unnecessery loop in the last commit originated from a merge | Denis Dzyubenko | 2009-11-06 | 1 | -6/+5 | |
| | | * | | | | | | | | | | Fix QDesktopWidget::availableGeometry() on OSX | Fred Emmott | 2009-11-06 | 1 | -4/+8 | |
| | | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6 | Morten Johan Sørvig | 2009-11-06 | 6 | -6/+80 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | Add support for GetURL events on Mac OS X | Tor Arne Vestbø | 2009-11-05 | 6 | -6/+80 | |
| | | * | | | | | | | | | | | Merge remote branch 'qt-official/4.6' into 4.6 | Morten Johan Sørvig | 2009-11-06 | 16 | -24/+68 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | / / / / / / / / | | | | | |/ / / / / / / / | | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | Doc: Fixed qdoc warnings. | David Boddie | 2009-11-05 | 4 | -14/+17 | |
| | | | | |_|_|_|_|/ / / | | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | | Fixed pinching in the imagegestures example. | Denis Dzyubenko | 2009-11-05 | 1 | -2/+6 | |
| | | * | | | | | | | | | Implemented Tap and TapAndHold gestures. | Denis Dzyubenko | 2009-11-05 | 6 | -1/+303 | |
| | | * | | | | | | | | | Improved pinch gesture. | Denis Dzyubenko | 2009-11-05 | 1 | -1/+7 | |
| | | * | | | | | | | | | Implemented QSwipeGesture recognizer using touch events. | Denis Dzyubenko | 2009-11-05 | 4 | -5/+166 | |
| | | * | | | | | | | | | Merge remote branch 'qt-official/4.6' into 4.6 | Morten Johan Sørvig | 2009-11-05 | 154 | -2659/+3778 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Mac: pinch gesture scales to fast and event below zero | Richard Moe Gustavsen | 2009-11-04 | 1 | -1/+1 | |
| | | * | | | | | | | | | | Cocoa: QColorDialog crashing when selection colors from system palette | Richard Moe Gustavsen | 2009-11-04 | 1 | -7/+23 | |
| | | * | | | | | | | | | | Save the normal geometry on mac before the window is maximized | Denis Dzyubenko | 2009-11-04 | 3 | -3/+20 | |
| | * | | | | | | | | | | | docs: Add a section about known issues for the anchor layout. | Jan-Arve Sæther | 2009-11-06 | 1 | -4/+17 | |
| | * | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Jan-Arve Sæther | 2009-11-06 | 4 | -6/+31 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Fix QGraphicsScene::isActive if the view is shown while the window is active. | Olivier Goffart | 2009-11-06 | 1 | -0/+23 | |
| | | * | | | | | | | | | | | QGraphicsView: Fixes QGraphicsView::focusItem when scene is not active | Olivier Goffart | 2009-11-06 | 2 | -5/+7 | |
| | | * | | | | | | | | | | | Compile on Mac | Olivier Goffart | 2009-11-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Use 0 instead of NULL. | Jan-Arve Sæther | 2009-11-06 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | Add documentation for the new min/pref/maxSize properties. | Jan-Arve Sæther | 2009-11-06 | 1 | -0/+21 | |
| | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Jan-Arve Sæther | 2009-11-05 | 65 | -670/+1153 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge commit 'origin/4.6' into 4.6 | Olivier Goffart | 2009-11-05 | 65 | -670/+1153 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / | | | | |/| | | | | | | | | | ||||||
| | | | * | | | | | | | | | | Merge branch 'graphicseffect' into 4.6 | Jørgen Lind | 2009-11-05 | 10 | -1/+47 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | Add QT_NO_GRAPHICSEFFECT | Jørgen Lind | 2009-11-04 | 10 | -1/+47 | |
| | | | | | |_|/ / / / / / / | | | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | | Merge branch '4.5' into 4.6 | Morten Johan Sørvig | 2009-11-05 | 3 | -9/+4 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / | | | | |/| | | | | | | | | | ||||||
| | | | | * | | | | | | | | | Fix memory leak in the Mac accessibility module. | Morten Johan Sørvig | 2009-11-03 | 1 | -5/+0 | |
| | | | | * | | | | | | | | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.5 | Morten Johan Sørvig | 2009-11-02 | 1 | -1/+1 | |
| | | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | Fix a freeze in QFileDialog (Mac) | Cédric Luthi | 2009-11-02 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | | Disable the move-by-scrolling optimization. | Morten Johan Sørvig | 2009-11-02 | 1 | -3/+3 | |
| | | | | |/ / / / / / / / / | ||||||
| | | | | * | | | | | | | | | Avoid infinite loop when laying out text with unconvertible chars | Eskil Abrahamsen Blomfeldt | 2009-10-29 | 1 | -40/+37 | |
| | | | * | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | David Boddie | 2009-11-04 | 3 | -11/+6 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / | | | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6 | David Boddie | 2009-11-04 | 6 | -12/+27 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / | | | | |/| | | | | | | | | |