summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Update license headers again.Jason McDonald2009-09-0835-140/+140
* Update tech preview license header.Jason McDonald2009-08-3135-455/+455
* Fix regression in clip path calculation for QGraphicsWidget.Alexis Menard2009-08-181-0/+2
* Update license headers.Jason McDonald2009-08-1135-35/+35
* Fix indentation.Alexis Menard2009-08-041-1/+3
* Fix ancestor flags that are not correctly update when reparenting.Alexis Menard2009-08-041-11/+12
* Fix a potential crash due to the fact that _q_UpdateIndex() is reenteredAndy Shaw2009-07-221-1/+1
* Fix the hand scrolling in QGraphicsView that will stop unexpectedly.Alexis Menard2009-07-201-1/+1
* Check for null pointer in QGraphicsProxyWidget::event() in case there is no f...Marius Bugge Monsen2009-06-221-1/+1
* Update license headers as requested by the marketing department.Jason McDonald2009-06-1635-70/+70
* QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+1
* Fix a ASSERT/Crash when adding two times the same QAction to a QGW.Alexis Menard2009-05-281-2/+4
* Fixes for merge-request #407Leonardo Sobral Cunha2009-05-271-3/+2
* Dont show children when parent is not visible in QGraphicsItemdiaulas2009-05-271-0/+5
* Fix some typos in the documentation.Frederik Schwarzer2009-05-182-8/+8
* Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-143-28/+10
* Reset the 'connectedToScene' flag when changing the scene of a viewLeonardo Sobral Cunha2009-05-131-0/+1
* Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-2/+2
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Geir Vattekar2009-05-063-14/+15
|\
| * QGraphicsItem::setOpacity(0.0) does not trigger an update.Bjoern Erik Nilsen2009-05-063-14/+15
* | Doc: Updated docs for collision between QGraphicsItemsGeir Vattekar2009-05-061-8/+20
|/
* BT: Revert "Fixes: Don't fill the pixmap because we will copy the cache in...Andreas Aardal Hanssen2009-04-211-1/+3
* BT: Fix update regression for cached QGraphicsItem (Elastic Nodes stuck)Andreas Aardal Hanssen2009-04-211-1/+13
* We don't need to call two times itemChange when an item is deleted.Alexis Menard2009-04-211-6/+0
* Update the item if the text has changed but the boundingRect is theAlexis Menard2009-04-151-0/+1
* BT: Fix a regression to 4.4 in Graphics View's handling of child clippersAndreas Aardal Hanssen2009-04-151-14/+16
* QGraphicsItem: When an item is deleted and eventfilters installedAlexis Menard2009-04-141-0/+19
* QGraphicsView: Rubber Band drag mode not updated correctly when scrolling [re...Alexis Menard2009-04-141-20/+20
* BT: compilefix for Qt in namespaceThomas Hartmann2009-04-071-3/+3
* Adds a few \warnings to the docs on do-not-use-for-performance-reasonsGunnar Sletta2009-04-071-2/+6
* Fixup update rect regression by adjusting expose rectangles.Andreas Aardal Hanssen2009-04-061-8/+34
* Fixes: Wrong adjustment of rect added in 0aa2ef27249dc8e782c2942340776bb19...Bjoern Erik Nilsen2009-04-061-3/+2
* Fixes: We have to adjust the item's bounding rect.Bjoern Erik Nilsen2009-04-061-2/+16
* Fixes: Optimize the way we adjust rectangles.Bjoern Erik Nilsen2009-04-062-47/+68
* Fixes: Partially revert 9b0af2395c84a6895a5ce6368f151d4ec00c8755Bjoern Erik Nilsen2009-04-061-2/+2
* Fixes: Minimize QVariant overhead related to QGraphicsItem::itemChange.Bjoern Erik Nilsen2009-04-062-43/+51
* Optimise QGraphicsScene/View::items(const QPointF &pos)Lars Knoll2009-04-063-14/+88
* Fixes: Simplify the cut-offs and be more agressive :-)Bjoern Erik Nilsen2009-04-063-42/+68
* Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-062-10/+35
* Fixes: Don't bother updating hidden items.Bjoern Erik Nilsen2009-04-062-1/+4
* Fixes: Do not update children if not required.Bjoern Erik Nilsen2009-04-061-1/+2
* Fixes: Don't check the force boolean.Bjoern Erik Nilsen2009-04-061-1/+1
* Fixes: Minimize QVariant constr/destr in setPosHelper.Bjoern Erik Nilsen2009-04-061-2/+3
* Fixes: Optimize QGraphicsViewPrivate::itemUpdated.Bjoern Erik Nilsen2009-04-061-21/+19
* Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-063-21/+44
* Fixes: Don't bother processing items that are clipped away.Bjoern Erik Nilsen2009-04-062-52/+67
* Fixes: Optimization: Clip path is empty if the bounding rect is empty.Bjoern Erik Nilsen2009-04-061-1/+10
* Fixes: Clever invalidating of the cached clip path.Bjoern Erik Nilsen2009-04-062-13/+129
* Fixes: Compile on funky scratchbox ARM compiler.Bjoern Erik Nilsen2009-04-061-1/+1
* Fixes: Get rid of lots of calls to qFuzzyCompare.Bjoern Erik Nilsen2009-04-062-3/+9