| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-19 | 2 | -8/+8 |
|\ |
|
| * | Fix some typos in the documentation. | Frederik Schwarzer | 2009-05-18 | 2 | -8/+8 |
|
|
* | | Add an extension to QPixmapCache to get rid of strings. | Alexis Menard | 2009-05-18 | 3 | -22/+26 |
|
|
* | | Graphics View Optimization: Use a simple style option by default. | Bjoern Erik Nilsen | 2009-05-15 | 7 | -156/+90 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-14 | 3 | -28/+10 |
|\ \
| |/ |
|
| * | Fix QGraphicsItem::deviceTransform() to also work with normal items. | Andreas Aardal Hanssen | 2009-05-14 | 3 | -28/+10 |
|
|
* | | Fix sending of double-click events after explicit grab-ungrab. | Andreas Aardal Hanssen | 2009-05-14 | 1 | -1/+2 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-13 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Reset the 'connectedToScene' flag when changing the scene of a view | Leonardo Sobral Cunha | 2009-05-13 | 1 | -0/+1 |
|
|
* | | Fixed dumping so that we dump both q_yy and q_xx instead of q_yy twice. | Jan-Arve Sæther | 2009-05-12 | 1 | -1/+1 |
|
|
* | | Don't overwrite q_yy with q_xx when we are dumping the layout. | Jan-Arve Sæther | 2009-05-12 | 1 | -9/+9 |
|
|
* | | Fixed 71 symbols exported that didn't need to be. | Thierry Bastian | 2009-05-11 | 2 | -2/+2 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Compiler warnings (Mac/Carbon) | Bjoern Erik Nilsen | 2009-05-07 | 1 | -2/+2 |
|
|
* | | Reduced memory footprint of QGraphicsWidget. | jasplin | 2009-05-07 | 5 | -259/+298 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 3 | -22/+35 |
|\ \
| |/ |
|
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Geir Vattekar | 2009-05-06 | 3 | -14/+15 |
| |\ |
|
| | * | QGraphicsItem::setOpacity(0.0) does not trigger an update. | Bjoern Erik Nilsen | 2009-05-06 | 3 | -14/+15 |
|
|
| * | | Doc: Updated docs for collision between QGraphicsItems | Geir Vattekar | 2009-05-06 | 1 | -8/+20 |
| |/ |
|
* | | Partially revert 37c72476fc444d3089075473cb4e9aa42ed64694 | Bjoern Erik Nilsen | 2009-05-05 | 1 | -4/+0 |
|
|
* | | Remove the Direct3D engine. | Gunnar Sletta | 2009-04-24 | 1 | -3/+1 |
|
|
* | | Fix bugs in QGraphicsItem::childrenBoundingRect() | Andreas Aardal Hanssen | 2009-04-23 | 2 | -7/+35 |
|
|
* | | Merge branch '4.5' | Rhys Weatherley | 2009-04-21 | 2 | -2/+16 |
|\ \
| |/ |
|
| * | BT: Revert "Fixes: Don't fill the pixmap because we will copy the cache in... | Andreas Aardal Hanssen | 2009-04-21 | 1 | -1/+3 |
|
|
| * | BT: Fix update regression for cached QGraphicsItem (Elastic Nodes stuck) | Andreas Aardal Hanssen | 2009-04-21 | 1 | -1/+13 |
|
|
| * | We don't need to call two times itemChange when an item is deleted. | Alexis Menard | 2009-04-21 | 1 | -6/+0 |
|
|
| * | Update the item if the text has changed but the boundingRect is the | Alexis Menard | 2009-04-15 | 1 | -0/+1 |
|
|
* | | Doc update for QGraphicsProxyWidget::setWidget(). | Andreas Aardal Hanssen | 2009-04-20 | 1 | -3/+2 |
|
|
* | | Fixup docs for QGraphicsProxyWidget::setWidget(). | Andreas Aardal Hanssen | 2009-04-20 | 1 | -0/+4 |
|
|
* | | Working on QGraphicsProxyWidget's handling of widget flags. | Andreas Aardal Hanssen | 2009-04-20 | 3 | -11/+3 |
|
|
* | | Fix QGraphicsView::mapToScene(QRect) to avoid extra adjustments. | Andreas Aardal Hanssen | 2009-04-17 | 1 | -7/+8 |
|
|
* | | Fix two bugs in Graphics View's mouse grab logics + add autotests. | Andreas Aardal Hanssen | 2009-04-17 | 2 | -7/+15 |
|
|
* | | Update the item if the text has changed but the boundingRect is the | Alexis Menard | 2009-04-15 | 1 | -0/+1 |
|
|
* | | Clean up and fix bug in merge conflict for 21099dac. | Andreas Aardal Hanssen | 2009-04-15 | 1 | -10/+12 |
|
|
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-04-15 | 3 | -33/+51 |
|\ \
| |/ |
|
| * | BT: Fix a regression to 4.4 in Graphics View's handling of child clippers | Andreas Aardal Hanssen | 2009-04-15 | 1 | -14/+16 |
|
|
| * | QGraphicsItem: When an item is deleted and eventfilters installed | Alexis Menard | 2009-04-14 | 1 | -0/+19 |
|
|
| * | QGraphicsView: Rubber Band drag mode not updated correctly when scrolling [re... | Alexis Menard | 2009-04-14 | 1 | -20/+20 |
|
|
| * | BT: compilefix for Qt in namespace | Thomas Hartmann | 2009-04-07 | 1 | -3/+3 |
|
|
* | | Rename qIsFuzzyNull to qFuzzyIsNull | Bjoern Erik Nilsen | 2009-04-08 | 3 | -8/+8 |
|
|
* | | Use qIsFuzzyNull rather than the more expensive qFuzzyCompare | Bjoern Erik Nilsen | 2009-04-08 | 1 | -1/+1 |
|
|
* | | Disable mouse tracking in QGraphicsView if possible. | Bjoern Erik Nilsen | 2009-04-07 | 5 | -2/+67 |
|
|
* | | Use qIsFuzzyNull rather than qFuzzyCompare | Bjoern Erik Nilsen | 2009-04-07 | 3 | -7/+7 |
|
|
* | | Optimize QGraphicsItem::map(To|From)Parent(const QPainterPath) | Bjoern Erik Nilsen | 2009-04-07 | 1 | -4/+6 |
|
|
* | | compile fix with namespaces | hjk | 2009-04-07 | 1 | -3/+3 |
|
|
* | | Wrong merge after 6e13559503040963c28dd8f5b6881e3a2b9d5596. | Bjoern Erik Nilsen | 2009-04-07 | 1 | -8/+8 |
|
|
* | | Merge commit 'origin/4.5' | Bjoern Erik Nilsen | 2009-04-07 | 9 | -427/+850 |
|\ \
| |/ |
|
| * | Adds a few \warnings to the docs on do-not-use-for-performance-reasons | Gunnar Sletta | 2009-04-07 | 1 | -2/+6 |
|
|
| * | Fixup update rect regression by adjusting expose rectangles. | Andreas Aardal Hanssen | 2009-04-06 | 1 | -8/+34 |
|
|
| * | Fixes: Wrong adjustment of rect added in 0aa2ef27249dc8e782c2942340776bb19... | Bjoern Erik Nilsen | 2009-04-06 | 1 | -3/+2 |
|
|