summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify the QTransform calculations.Andreas Aardal Hanssen2009-06-091-35/+11
* Ooops. Compile :)Bjørn Erik Nilsen2009-06-091-1/+1
* Only call qgetenv("QGRAPHICSVIEW_DIRECT") once.Bjørn Erik Nilsen2009-06-091-3/+2
* More re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-094-83/+185
* Introduce QGraphicsItem::ItemHasNoContents.Andreas Aardal Hanssen2009-06-091-2/+2
* fix a small logic bug in childrenCombineOpacityLars Knoll2009-06-091-1/+3
* remove now unused flagLars Knoll2009-06-091-2/+2
* smaller optimisation in setTransformLars Knoll2009-06-091-8/+2
* simplify opacity handling in QGraphicsItemLars Knoll2009-06-091-4/+2
* get rid of the hasTransform flag in QGraphicsItemLars Knoll2009-06-092-235/+9
* Remove scene transform cache from QGraphicsItem.Andreas Aardal Hanssen2009-06-091-0/+232
* Introduce QGraphicsItem::ItemHasNoContents.Andreas Aardal Hanssen2009-06-094-13/+32
* fix a small logic bug in childrenCombineOpacityLars Knoll2009-06-091-1/+3
* greatly speed up QTransform::mapRect() for projective transformsLars Knoll2009-06-091-10/+2
* remove now unused flagLars Knoll2009-06-091-9/+1
* smaller optimisation in setTransformLars Knoll2009-06-091-22/+18
* simplify opacity handling in QGraphicsItemLars Knoll2009-06-092-111/+31
* get rid of the hasTransform flag in QGraphicsItemLars Knoll2009-06-094-54/+48
* Remove scene transform cache from QGraphicsItem.Andreas Aardal Hanssen2009-06-094-78/+10
* simplify and cleanup handling of transformations in QGraphicsItemLars Knoll2009-06-094-464/+23
* Massive re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-099-380/+253
* Cache QGraphicsItem::childrenBoundingRect.Bjørn Erik Nilsen2009-06-092-1/+19
* Further optimizations, from the simple canvas rendering logics.Andreas Aardal Hanssen2009-06-093-57/+63
* Minor optimizations.Andreas Aardal Hanssen2009-06-091-8/+7
* Fix optimization flags and opacity.Andreas Aardal Hanssen2009-06-093-15/+35
* Add recursive drawing method to QGraphicsScene. For now it's opt-in, butAndreas Aardal Hanssen2009-06-094-15/+107
* Another breakage in 1bbe23c5 - move qpaintengineex_opengl2_p.h include upRhys Weatherley2009-06-091-3/+6
* Fix build breakage from 1bbe23c5 - endif in the wrong placeRhys Weatherley2009-06-091-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtRhys Weatherley2009-06-091-2/+2
|\
| * Fixed compile with MinGW 3.4.Rohan McGovern2009-06-091-2/+2
* | Make OpenGL/ES 1.1 work again for Qt/EmbeddedRhys Weatherley2009-06-094-4/+21
* | Protect EGL property names that only exist in some versions with #ifdefsRhys Weatherley2009-06-091-1/+9
|/
* openUrl("mailto:") fails to open Thunderbird on windows.Prasanth Ullattil2009-06-081-36/+28
* Reduce binary size by using 16bits integers in static data over 32 bits.Thierry Bastian2009-06-081-23/+18
* Reduce the members in QLocale to 16bit integer instea of 32 bits.Thierry Bastian2009-06-081-19/+19
* Make sure that indexes in the autogenerated locale info do not exceed 16bit r...Denis Dzyubenko2009-06-081-1/+11
* Clip region to screen coordinates before setting its component rectangles dirty.Alex Cucos2009-06-081-0/+1
* Small simplification on codeThierry Bastian2009-06-086-46/+35
* Sync the French tutorial with the English versionBenjamin Poulain2009-06-085-15/+1
* qdoc: Changed to mountain fresh blue.Martin Smith2009-06-081-3/+2
* Fixed ListView so that it is able to move items in negative space andThierry Bastian2009-06-082-1/+52
* small code cleanupThierry Bastian2009-06-081-7/+1
* Small fix to exported symbolThierry Bastian2009-06-081-1/+1
* Make sure we draw the complete curve.Jan-Arve Sæther2009-06-081-1/+1
* Use a QPainterPath instead to draw the graph.Jan-Arve Sæther2009-06-081-5/+5
* Remove trailing whitespace.Jan-Arve Sæther2009-06-081-7/+7
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-06-088-747/+994
|\
| * Make the easing curve icons more beautiful.Ariya Hidayat2009-06-081-3/+17
| * Compile with gcc 4.0.xRoberto Raggi2009-06-081-2/+2
| * Fix GDI object leak.Prasanth Ullattil2009-06-081-1/+2