summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed holes in thick strokes.Kim Motoyoshi Kalland2009-11-021-2/+21
| | * | | | | | | Made QGraphicsEffectSource::draw() use cached pixmap if possible.Samuel Rødal2009-11-021-1/+17
| | * | | | | | | Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint.Samuel Rødal2009-11-024-21/+53
| | * | | | | | | Optimized graphics effects to not needlessly invalidate cache.Samuel Rødal2009-11-022-2/+9
| | * | | | | | | Check for null pixmapGunnar Sletta2009-11-021-2/+4
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Fixed test, QGraphicsSourceEffect::pixmap(), caching caused failure.Gunnar Sletta2009-11-021-0/+8
| |/ / / / / /
| * | | | | | Lazily construct QPixmapData's for null pixmapsGunnar Sletta2009-10-308-38/+75