summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merge branch '4.6-s60' into 4.6axis2009-11-0612-42/+119
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | QS60Style: Harmonize theme graphic with LineEdit and QTextEditSami Merilä2009-11-053-16/+1
| | | * | | | | | QProgressBar is drawn stretched in QS60StyleSami Merilä2009-11-051-0/+5
| | | * | | | | | QS60Style: Checked menu check indicators are not shownSami Merilä2009-11-051-5/+6
| | | * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-0522-33/+84
| | | |\ \ \ \ \ \
| | | * | | | | | | Fix for link error when building QtSvgGareth Stockwell2009-11-042-1/+6
| | | * | | | | | | QS60Style: QToolButton indicator will not fit into toolbutton areaSami Merilä2009-11-041-5/+8
| | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merilä2009-11-042-7/+45
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Unexported a class that doesn't need to be exported.axis2009-11-041-4/+4
| | | | * | | | | | | Fixed input panel detection on post-5.0 S60 SDKs.axis2009-11-042-3/+41
| | | * | | | | | | | Make button margins bigger in QS60StyleSami Merilä2009-11-041-0/+7
| | | |/ / / / / / /
| | | * | | | | | | Merge commit 's60/4.6' into mmfphononFrans Englich2009-11-0497-2345/+2873
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-0492-2320/+2816
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Fixed modal dialog fading support in Symbian.Janne Anttila2009-11-043-4/+25
| | | * | | | | | | | | Call PositionChanged from QSymbianControl::SizeChangedGareth Stockwell2009-11-041-0/+5
| | | * | | | | | | | | Revert "Fixed a crash in the QApplication autotest."Gareth Stockwell2009-11-031-2/+1
| | | * | | | | | | | | Merge branch '4.6' into mmfphononGareth Stockwell2009-11-03179-2132/+3530
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Fix for defect introduced by dd48c27fGareth Stockwell2009-11-031-1/+4
| | | * | | | | | | | | | Fix for unresponsive sliders after orientation switch or full-screenGareth Stockwell2009-11-031-0/+3
| | | * | | | | | | | | | When creating a Symbian WId for a visible widget, make the controlGareth Stockwell2009-10-231-1/+3
| | * | | | | | | | | | | Add preliminary QAccessibleImage interfaceHarald Fernengel2009-11-063-1/+31
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-0614-150/+233
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | | * | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \