summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Made X11 pixmap backend's fromImage() check for Qt::NoOpaqueDetection.Samuel Rødal2009-10-051-2/+9
* Fix compilation on Solaris.Thiago Macieira2009-10-051-3/+3
* Update systemclip based on the correct parametersGunnar Sletta2009-10-051-1/+1
* Made X11 QPixmap backend return proper pixmap in alphaChannel().Samuel Rødal2009-10-051-2/+5
* Exclude WebCore/jsc.pro and WebKit/qt/Plugins/ from 3rdparty/webkitJocelyn Turcotte2009-10-052-0/+4
* Fix uninitialized read in QFormLayoutPrivate::setupVerticalLayoutData()Andreas Kling2009-10-051-1/+1
* Adapt to libtiff 4.0 changesBernhard Rosenkraenzer2009-10-051-0/+5
* QPropertyAnimation now uses QMetaObject::metacall instead of qt_metacallThierry Bastian2009-10-051-2/+2
* Simplification and use of QGraphicsObject in sub-attas demoThierry Bastian2009-10-0522-674/+181
* Added operator== for QDBusArgument.Andre Moreira Magalhaes (andrunko)2009-10-051-0/+3
* Autotest: disable the forwardDeclared1 test in WinSCW too.Thiago Macieira2009-10-051-1/+1
* Autotest: Don't run 15 and 35 threads on Windows CE.Thiago Macieira2009-10-051-1/+2
* Changed Qt package name in pkg and generated sis files for Symbian.Janne Anttila2009-10-052-10/+10
* Added autotest for qFastSin() and qFastCos().Kim Motoyoshi Kalland2009-10-053-0/+74
* fix creation of qws directory when app start preceeds qvfbJeremy Katz2009-10-052-1/+2
* Doc fix.Alexis Menard2009-10-051-0/+30
* Tooltip: reusing tooltips sometimes goes wrongRichard Moe Gustavsen2009-10-051-1/+1
* Make QEventTransition works with QGraphicsObject.Alexis Menard2009-10-053-8/+11
* Disable etched text on rich text labelsJens Bache-Wiig2009-10-051-2/+4
* Fixed tst_qgraphicsitem.cpp compilation for Nokia X86 compiler.Janne Anttila2009-10-051-3/+3
* Compile on Visual Studio 2003Eskil Abrahamsen Blomfeldt2009-10-051-1/+1
* Fixed sharedmemory autotest build for RVCT.Janne Anttila2009-10-051-1/+1
* Make it possible to implement engine-specific drop shadow filtersRhys Weatherley2009-10-053-30/+27
* Consistently use QGLShareContextScope for context switchingRhys Weatherley2009-10-054-63/+45
* Merge QGLContextReference into QGLContextGroupRhys Weatherley2009-10-052-73/+62
* Move QGLContextResource management into QGLContextGroupRhys Weatherley2009-10-052-94/+37
* Add unit tests for QGLContextResourceRhys Weatherley2009-10-052-2/+50
* Adding comments.Alessandro Portale2009-10-031-0/+9
* Doc: Document HTML and status as properties.Volker Hilsheimer2009-10-031-5/+7
* Doc: silence qdoc warnings in S60 specific documentation.Volker Hilsheimer2009-10-032-3/+4
* Doc: silence more qdoc warnings.Volker Hilsheimer2009-10-035-17/+10
* Doc: add \since 4.6 to new QGraphicsItem::PanelModality enum.Volker Hilsheimer2009-10-031-0/+1
* Silence moc warning.Volker Hilsheimer2009-10-031-0/+1
* Compile Rogue example again after state machchine event type rename.Volker Hilsheimer2009-10-031-1/+1
* Enable multitouch on the Gradients demoBenjamin Poulain2009-10-021-1/+3
* Enable multitouch on the affine demoBenjamin Poulain2009-10-021-1/+3
* Add multitouch to the PathStroke demoBenjamin Poulain2009-10-023-5/+97
* Add multitouch capabilities to the shared classes of the demoBenjamin Poulain2009-10-023-1/+104
* Stablilize autotests on X11Olivier Goffart2009-10-022-7/+14
* Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-0290-378/+1086
|\
| * Changed implementation of qDrawBorderPixmap() to use qDrawPixmaps().Kim Motoyoshi Kalland2009-10-026-240/+262
| * Added support for drawing a pixmap multiple times in one call.Kim Motoyoshi Kalland2009-10-029-48/+292
| * Added qFastSin() and qFastCos() functions.Kim Motoyoshi Kalland2009-10-023-2/+333
| * Add prefix to statemachine-specific event typesKent Hansen2009-10-025-9/+9
| * Doc: mark API of Gesture framework as preliminary.Volker Hilsheimer2009-10-024-1/+10
| * Adds a bool to QAbstractAnimationPrivate to keep track of top-level animationsLeonardo Sobral Cunha2009-10-022-9/+16
| * Mac: bugfix 45f095b8970dc3c1b6f6e97fa2323654ba848288Richard Moe Gustavsen2009-10-021-9/+16
| * Demos and applications have a nice Qt logo when installed on SymbianEspen Riskedal2009-10-0264-65/+113
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-10-0224-76/+147
| |\
| * | Enable overriding TARGETTYPE and OPTION statements with MMP_RULESMiikka Heikkinen2009-10-022-19/+58