summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * 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
| | | |\
| | * | | Fix compiler error.Aleksandar Sasha Babic2009-11-041-1/+1
| | * | | Merge branch '4.6-s60' into 4.6axis2009-11-0412-88/+299
| | |\ \ \
| | * \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0417-1355/+1460
| | |\ \ \ \
| | | * | | | Fix trivial qdoc errorJason McDonald2009-11-041-1/+1
| | | * | | | QGtkStyle refactoringRobert Griebl2009-11-0313-1350/+1455
| | | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-033-4/+4
| | | |\ \ \ \
| | | | * | | | Doc/i18n: Fixed source strings for translation.David Boddie2009-11-031-1/+1
| | | | * | | | Doc: Fixed qdoc warnings.David Boddie2009-11-022-3/+3
| | * | | | | | Remove QMatrix4x4& return values in response to API review feedbackRhys Weatherley2009-11-042-78/+61
| | * | | | | | Incorporate API review feedback for math3d classes.Rhys Weatherley2009-11-046-133/+165
| | * | | | | | Fixed QPainterPath::addRoundedRect() for paths with Qt::WindingFill.Kim Motoyoshi Kalland2009-11-031-10/+10
| | * | | | | | Merge branch 'statemachine-api-changes' into 4.6Eskil Abrahamsen Blomfeldt2009-11-038-63/+63
| | |\ \ \ \ \ \
| | | * | | | | | Change name of QMouseEventTransition::path() to hitTestPath().Eskil Abrahamsen Blomfeldt2009-11-034-14/+14
| | | * | | | | | Change name of modifiersMask property to "modifierMask"Eskil Abrahamsen Blomfeldt2009-11-038-49/+49
| | * | | | | | | Fixed fillRect on QImage::Format_ARGB32 images.Kim Motoyoshi Kalland2009-11-031-1/+9
| | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-033-10/+13
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fixed some compiler warnings.Samuel Rødal2009-11-031-5/+4
| | | * | | | | | | Made QPainter::drawText() respect Qt::TextDontClip flag.Samuel Rødal2009-11-031-1/+1
| | | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-039-31/+122
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Fixed crash in QPixmap::fromImage with an Indexed8 without a colortable.Gunnar Sletta2009-11-031-4/+8
| | * | | | | | | | | Check for QPixmap::isNull() in QPainter::drawPixmap()Gunnar Sletta2009-11-031-1/+1
| | * | | | | | | | | Compile...Gunnar Sletta2009-11-031-2/+2
| | * | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-03125-1079/+2461
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | / / / / / | | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | Removed usage of CompositionMode_Source in QGraphicsView for X11.Trond Kjernåsen2009-11-032-3/+10
| | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-027-28/+104
| | |\ \ \ \ \ \ \