index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
graphicsview
Commit message (
Expand
)
Author
Age
Files
Lines
*
QGraphicsItem: Do not crash at exit if there is static QGraphicsItem.
Olivier Goffart
2010-02-08
1
-1
/
+2
*
Cleanup after "QGraphicsWidget is painted twice on the first show"
Bjørn Erik Nilsen
2010-02-04
1
-1
/
+0
*
QGraphicsWidget is painted twice on the first show.
Bjørn Erik Nilsen
2010-02-03
1
-1
/
+6
*
QGraphicsScene: Use QPainter::setClipRect instead of setClipPath if possible.
Bjørn Erik Nilsen
2010-02-03
1
-3
/
+15
*
Fixes missing update when setting opacity on an item that had opacity 0.0
Leonardo Sobral Cunha
2010-01-29
1
-0
/
+3
*
Avoids missing opacity updates by not propagating the ignoreOpacity flag
Leonardo Sobral Cunha
2010-01-29
1
-1
/
+1
*
Adds convenience functions QGraphicsItemPrivate::isOpacityNull
Leonardo Sobral Cunha
2010-01-29
3
-7
/
+14
*
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6
Martin Smith
2010-01-28
3
-4
/
+9
|
\
|
*
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-os1
Prasanth Ullattil
2010-01-28
3
-4
/
+9
|
|
\
|
|
*
Avoid call markParentDirty twice in prepareGeometryChange
Leonardo Sobral Cunha
2010-01-27
3
-4
/
+9
|
|
*
Fixes visibility update missing when doing setParentItem on graphicsitem
Leonardo Sobral Cunha
2010-01-26
3
-36
/
+41
|
|
*
Added optimization flag to QGraphicsItemPrivate.
Samuel Rødal
2010-01-25
2
-0
/
+25
|
|
*
Fixed child items with graphics effects not inheriting opacity.
Samuel Rødal
2010-01-25
2
-4
/
+25
|
|
*
Potential crash when adding items from QGraphicsWidget::polishEvent().
Bjørn Erik Nilsen
2010-01-22
2
-16
/
+27
|
|
*
QGraphicsWidget is painted twice on the inital show.
Bjørn Erik Nilsen
2010-01-22
3
-8
/
+18
|
|
*
Only send QGraphicsItem::ParentChange(d) notifications from setParentItem.
Bjørn Erik Nilsen
2010-01-21
3
-20
/
+28
|
|
*
Pass value as const void *const to QGraphicsSceneIndex::itemChange.
Bjørn Erik Nilsen
2010-01-21
5
-12
/
+12
|
|
*
Optimize QGraphicsItem::setFlags.
Bjørn Erik Nilsen
2010-01-21
1
-9
/
+21
|
|
*
Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helper
Bjørn Erik Nilsen
2010-01-21
1
-4
/
+4
|
|
*
Improve performance of QGraphicsItem::setParentItem.
Bjørn Erik Nilsen
2010-01-21
3
-35
/
+62
*
|
|
doc: Fixed the last qdoc errors.
Martin Smith
2010-01-28
1
-8
/
+9
|
/
/
*
|
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6
Martin Smith
2010-01-28
8
-135
/
+254
|
\
\
|
*
|
Fixes visibility update missing when doing setParentItem on graphicsitem
Leonardo Sobral Cunha
2010-01-27
3
-36
/
+41
|
*
|
Added optimization flag to QGraphicsItemPrivate.
Samuel Rødal
2010-01-27
2
-0
/
+25
|
*
|
Fixed child items with graphics effects not inheriting opacity.
Samuel Rødal
2010-01-27
2
-4
/
+25
|
*
|
Potential crash when adding items from QGraphicsWidget::polishEvent().
Bjørn Erik Nilsen
2010-01-27
2
-16
/
+27
|
*
|
QGraphicsWidget is painted twice on the inital show.
Bjørn Erik Nilsen
2010-01-27
3
-8
/
+18
|
*
|
Only send QGraphicsItem::ParentChange(d) notifications from setParentItem.
Bjørn Erik Nilsen
2010-01-27
3
-20
/
+28
|
*
|
Pass value as const void *const to QGraphicsSceneIndex::itemChange.
Bjørn Erik Nilsen
2010-01-27
5
-12
/
+12
|
*
|
Optimize QGraphicsItem::setFlags.
Bjørn Erik Nilsen
2010-01-27
1
-9
/
+21
|
*
|
Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helper
Bjørn Erik Nilsen
2010-01-27
1
-4
/
+4
|
*
|
Improve performance of QGraphicsItem::setParentItem.
Bjørn Erik Nilsen
2010-01-27
3
-35
/
+62
*
|
|
doc: Document the "Type" enum value as a const in variable.
Martin Smith
2010-01-28
1
-0
/
+11
|
/
/
*
|
doc: Included a note showing the actual value of UserType.
Martin Smith
2010-01-27
1
-0
/
+2
|
/
*
QGraphicsItem::hasFocus() performance regression.
Bjørn Erik Nilsen
2010-01-20
1
-1
/
+8
*
Improved performance of translating device coordinate graphics effects.
Samuel Rødal
2010-01-13
3
-18
/
+52
*
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6
Simon Hausmann
2010-01-08
2
-6
/
+12
|
\
|
*
Fix performance regression in _q_polishItems.
Alexis Menard
2010-01-07
2
-6
/
+12
*
|
Fixes a crash when destroying and creating QApplication.
Denis Dzyubenko
2010-01-07
1
-4
/
+6
*
|
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...
Qt Continuous Integration System
2010-01-07
51
-51
/
+51
|
\
\
|
|
/
|
/
|
|
*
Update copyright year to 2010
Jason McDonald
2010-01-07
51
-51
/
+51
*
|
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...
Qt Continuous Integration System
2010-01-06
3
-4
/
+15
|
\
\
|
|
/
|
/
|
|
*
Document the QGraphicsView::IndirectPainting flag
Olivier Goffart
2010-01-06
2
-1
/
+11
|
*
Merge branch 'QT-2261' into 4.6
Jan-Arve Sæther
2010-01-05
1
-2
/
+2
|
|
\
|
|
*
Fixed a bug with distribution of spans.
Jan-Arve Sæther
2010-01-05
1
-2
/
+2
|
*
|
Fixes painting artifacts when using CacheBackground in a QGraphicsView.
Yoann Lopes
2009-12-30
1
-1
/
+2
*
|
|
doc: Clarified that the scene owns its items and destroys them.
Martin Smith
2010-01-06
1
-11
/
+17
|
/
/
*
|
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...
Qt Continuous Integration System
2009-12-18
1
-3
/
+16
|
\
\
|
*
|
Fixes bug when using AnchorUnderMouse for GraphicsView transformation.
Yoann Lopes
2009-12-18
1
-3
/
+16
|
|
/
*
|
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...
Qt Continuous Integration System
2009-12-18
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[next]