summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-0/+8
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-133-3/+3
* Update copyright headersJani Heikkinen2015-02-1153-371/+371
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+2
|\
| * Fix QGraphicsWidget window frame section logicDyami Caliri2015-02-021-2/+2
* | QtWidgets: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-1/+3
* | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-8/+8
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-036-10/+10
* | Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-134-7/+49
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-204-30/+0
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-182-1/+2
|\|
| * Propagate the source of mouse eventsAlexander Volkov2014-12-111-0/+1
| * Removed redundancy in QGraphicsItem documentation.Benjamin Summerton2014-12-101-1/+1
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0316-236/+236
* | Don't rely on hasChanged() in ensureGeometriesJan Arve Saether2014-12-013-9/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-5/+33
|\|
| * QGraphicsTextItem: document that adjustSize can center/right align textGiuseppe D'Angelo2014-11-121-0/+1
| * QGraphicsItem: document that setOpacity(0) almost makes the item invisibleGiuseppe D'Angelo2014-11-111-2/+11
| * QGraphicsItem: clarify the documentation about caching modes and update()Giuseppe D'Angelo2014-11-071-2/+20
| * Doc: corrected wrong equivalent of obsolete QGraphicsItem::rotateNico Vertriest2014-11-031-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-276-3/+31
|\|
| * QGraphicsScene: stabilize stacking order of toplevel itemsaavit2014-10-241-1/+1
| * Fix rubberband selection in rotated GraphicsViewaavit2014-10-241-1/+1
| * Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-233-0/+28
| * Produce more correct clip path for QGraphicsShapeItemLars Knoll2014-10-211-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-1/+1
|\|
| * Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2953-1008/+606
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-2453-1008/+584
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-232-0/+22
| |\
| | * Add missing private headers warningSamuel Gaist2014-09-042-0/+22
* | | QGraphicsView: use qEnvironmentVariableIntValue()Marc Mutz2014-09-122-2/+2
|/ /
* | GraphicsView: Fix resolvePalette() for QGraphicsItem's childrenMaks Naumov2014-09-052-3/+3
* | Speed up the removal of items from a QGraphicsSceneDimitar Asenov2014-09-031-3/+22
* | Revert "Speed up the removal of items from a QGraphicsScene"Dimitar Asenov2014-09-032-39/+7
* | Fix error reported by address sanitizerOlivier Goffart2014-08-131-4/+6
* | Make QOpenGLWidget publicLaszlo Agocs2014-08-011-1/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-1/+1
|\|
| * Fix typo in QGraphicsTextItem::defaultTextColor() documentation.Mitch Curtis2014-06-101-1/+1
* | Propagate source/flags of QMouseEvent to QGraphicsSceneMouseEvent.Friedemann Kleint2014-06-253-1/+71
* | Speed up the removal of items from a QGraphicsSceneDimitar Asenov2014-06-162-7/+39
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-1/+1
|\|
| * Fix typo in QGraphicsView's interactive property doc.Mitch Curtis2014-05-061-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+4
|\|
| * Fix crash when deleting top level windows embedded into QGraphicsProxyWidget.Friedemann Kleint2014-04-141-0/+4
* | Add a new optimization flag to QGraphicsItem.Dimitar Asenov2014-03-316-23/+71
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-5/+5
|\|
| * QGraphicsSimpleTextItem: Fix drawing the outline with pen, when setKonstantin Ritt2014-03-171-1/+1
| * Fix high-dpi QGraphicsPixmapItem bounding rects.Morten Johan Sørvig2014-03-171-2/+2