summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove crash, remove item from pending updates when deleted.Andreas Aardal Hanssen2009-06-091-0/+1
* A faster item discovery function for rectangles (recursive).Andreas Aardal Hanssen2009-06-092-1/+113
* Microoptimize: make this function inline.Andreas Aardal Hanssen2009-06-092-15/+7
* Don't construct new style option objects in a tight loop.Andreas Aardal Hanssen2009-06-092-9/+11
* Graphics View cleanup: Remove iterative processing of dirty items.Bjørn Erik Nilsen2009-06-093-105/+11
* Fix sorting bug and ensure render functions work. Make direct default.Andreas Aardal Hanssen2009-06-094-16/+15
* Refactor QTransform combining code, and mark all code that combines.Andreas Aardal Hanssen2009-06-094-69/+98
* Fix QGraphicsScene::drawItems() to use the recursive path as well.Andreas Aardal Hanssen2009-06-095-157/+34
* Only repaint in QGraphicsViewPrivate::processPendingUpdates()Andreas Aardal Hanssen2009-06-091-4/+4
* Avoid recursive repaint by calling update() when there's a full scene update.Andreas Aardal Hanssen2009-06-091-1/+1
* Experimental change: replace all updates with repaints.Andreas Aardal Hanssen2009-06-091-8/+8
* 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