summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed compile with MinGW 3.4.Rohan McGovern2009-06-091-2/+2
* openUrl("mailto:") fails to open Thunderbird on windows.Prasanth Ullattil2009-06-081-36/+28
* Clip region to screen coordinates before setting its component rectangles dirty.Alex Cucos2009-06-081-0/+1
* Small simplification on codeThierry Bastian2009-06-081-6/+4
* 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
* 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-084-18/+24
|\ \ | |/ |/|
| * Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-051-1/+1
| * Revert "BT: Fixed crash on Mac caused by erroneous handling of native focus e...jasplin2009-06-051-4/+1
| * Example MDI: keybord focus not working correctly!Richard Moe Gustavsen2009-06-051-1/+7
| * Fixed text drawing on Windows in 16 bit mode.Trond Kjernaasen2009-06-052-13/+16
* | Revert signal emission order in QTextDocument to 4.5 behaviourmae2009-06-082-3/+11
* | Made QTreeWidgetItem::operator<() check if the data is numerical when comparing.J-P Nurmi2009-06-082-3/+31
* | Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-0820-20/+41
* | Revert two of my commits, restoring the original fix for focus handling.Denis Dzyubenko2009-06-051-12/+4
* | Compilefix for QT_NO_CURSOR in qgraphicsscene.cppThomas Hartmann2009-06-051-0/+2
* | Fixes anti-aliased text rendering on smartphones (Windows Mobile)Thomas Hartmann2009-06-052-2/+14
* | Add a callback so Qt updates its color stuff when the profile changes.Norwegian Rock Cat2009-06-052-0/+30
* | Fix wrong sizing of toolbars when they have anough spaceThierry Bastian2009-06-053-69/+104
* | Fix for Qt issue #218037 - Add support for the WM_MOUSEHWHEEL message on Windowsminiak2009-06-051-2/+12