summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1351-51/+51
* Clear focus of GraphicsItem focus scopes and their children.Andrew den Exter2012-12-051-3/+9
* Remove invalid assert from QGraphicsSceneRafael Roquetto2012-11-281-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2951-1224/+1224
* Ensure child items are updated even if the parent item has no contentAndy Shaw2012-09-121-1/+2
* Update contact information in license headers.Sergio Ahumada2012-08-0151-102/+102
* Fix dangling pointer issue in QGraphicsItem focus handlingPauli Jarvinen2012-06-011-6/+6
* Revert "Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition."Jonathan Liu2012-02-281-3/+7
* Fixed DEBUG macro redefinition when compiling for WEC7 with MSVC.jaanttil2012-02-031-11/+11
* Various qt documentation fixes (wk 43)artoka2012-01-312-3/+7
* Update year in Nokia copyright messages.Jason McDonald2012-01-1151-51/+51
* Symbian: Fix exporting and importing of some functions for autotestsMiikka Heikkinen2011-12-212-2/+2
* Merge branch '4.8-upstream' into master-waterWater-Team2011-11-161-1/+4
|\
| * Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-11-151-1/+4
| |\
| | * Fix focusScopeItemChange setting crashDamian Jansen2011-11-151-1/+4
* | | QGraphicsLayoutItem - bound constraint the minimum and maximum sizeJohn Tapsell2011-11-081-2/+68
|/ /
* | Merge branch '4.8-upstream' into master-waterWater-Team2011-10-186-17/+17
|\ \
| * | Converting from double to qreal in guimread2011-10-106-17/+17
* | | Fix bug in QGraphicsItem::isVisibleTo().Andreas Aardal Hanssen2011-09-291-9/+11
|/ /
* | Merge branch '4.8-upstream' into master-waterWater-Team2011-09-193-17/+29
|\ \
| * | QGraphicsWidget::setLayoutDirection doesn't propagate to new childrenJohn Tapsell2011-09-161-0/+6
| * | Prevent unnecessary graphics item updates when graphics effect changes.Christophe Oosterlynck2011-09-161-16/+20
| * | Fix - QGraphicsTextItem in a tab of QTabWidget cannot get focusKalle Viironen2011-09-151-1/+3
* | | minor docu fixesKonstantin Ritt2011-09-161-5/+5
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-teamJan-Arve Saether2011-09-071-16/+18
|\| |
| * | FocusScope's focusItem must always be a descendentAlan Alpert2011-08-301-16/+18
* | | Do not leak memoryJan-Arve Saether2011-09-071-4/+5
|/ /
* | Don't endless loopAlan Alpert2011-08-091-1/+1
* | Fix a crash with QGraphicsScene.Pierre Rossi2011-07-121-1/+2
* | Merge branch '4.8-upstream' into master-waterWater-Team2011-07-091-0/+2
|\ \
| * | Doc: Updated documentation with \since 4.8 declarations.David Boddie2011-06-301-0/+2
* | | Make this feature public for Qt 4.8 (was privately added for Qt 4.7)Jan-Arve Saether2011-07-051-2/+0
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-06-281-1/+1
|\ \
| * | Reorder variable to eliminate warningsJiang Jiang2011-06-271-1/+1
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-06-282-6/+22
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'upstream/4.8' into 4.8Frederik Gladhorn2011-06-1251-951/+1058
| |\ \
| * | | Notify a11y framework of FocusChanges for QGraphicsObjectJan-Arve Sæther2011-05-091-0/+12
| * | | Call updateAccessibility on the QGraphicsObject in updateMicroFocusJan-Arve Sæther2011-05-091-6/+10
* | | | Merge remote branch 'origin/4.7' into qt-4.8-from-4.7Jani Hautakangas2011-06-225-24/+30
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixes to how resize event and layout request are posted.Jan-Arve Saether2011-06-105-22/+29
| * | | Fixed move a QGraphicsWidget and invalidate its layout at the same timeJohn Tapsell2011-05-271-2/+1
| * | | Update licenseheader text in source filesJyri Tahtela2011-05-1351-867/+867
* | | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-2451-867/+867
|\ \ \ \ | | |_|/ | |/| |
| * | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1351-867/+867
* | | | Doc: Fixed qdoc warnings.David Boddie2011-05-111-3/+3
|/ / /
* | | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-035-78/+189
|\ \ \
| * | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-035-78/+189
| |\| | | | |/ | |/|
| | * Revert "Fix double painting when adding an item into a linear layout"Jan-Arve Sæther2011-04-281-4/+1
| | * Merge branch '4.7-upstream' into 4.7Thierry Bastian2011-04-206-20/+29
| | |\
| | * | Avoid flicker when invalidate is propagated in a widget/layout hierarchyJan-Arve Sæther2011-04-145-76/+190