summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Experimental change - disable itemChange notifications for move and transform.Andreas Aardal Hanssen2009-06-091-0/+18
* Avoid calling QGraphicsItem::effectiveOpacity() when rendering - insteadAndreas Aardal Hanssen2009-06-092-7/+26
* Remove siblingIndex and use stable sorting instead.Andreas Aardal Hanssen2009-06-094-28/+24
* 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-098-378/+250
* 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
* 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
* Fixed ListView so that it is able to move items in negative space andThierry Bastian2009-06-081-1/+1
* small code cleanupThierry Bastian2009-06-081-7/+1
* Small fix to exported symbolThierry Bastian2009-06-081-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-06-081-1/+2
|\
| * Fix GDI object leak.Prasanth Ullattil2009-06-081-1/+2
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-0813-86/+328
|\ \ | |/ |/|
| * Mac: play music from CD does not work in PhononRichard Moe Gustavsen2009-06-086-83/+313
| * Doc typo fix in QSslSocketMarkus Goetz2009-06-081-1/+1
| * Set the error to be HostUnreacheable if WSAEHOSTUNREACH is recievedAndy Shaw2009-06-081-0/+5
| * Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-051-1/+1