summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-2/+2
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-3/+3
|\
| * Widgets: use const (and const APIs) moreAnton Kudryavtsev2016-07-051-3/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+1
| |\
| | * QGraphicsView: clarify documentation for viewportTransformGiuseppe D'Angelo2016-04-021-1/+1
* | | QtWidgets: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-03-021-10/+5
|/ /
* | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-8/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-2/+2
|\|
| * Fix GCC 6 valid warnings about misleading indendationsThiago Macieira2016-01-301-2/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QGraphicsView: replace some Q_FOREACH loops over const locals with C++11 rang...Marc Mutz2015-12-231-3/+3
* | QGraphicsView: replace some Q_FOREACH loops over rvalues with C++11 range-forMarc Mutz2015-12-231-3/+6
|/
* Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-1/+5
* De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-031-0/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-2/+2
* Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-131-3/+12
* Fix rubberband selection in rotated GraphicsViewaavit2014-10-241-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Make QOpenGLWidget publicLaszlo Agocs2014-08-011-1/+1
* Propagate source/flags of QMouseEvent to QGraphicsSceneMouseEvent.Friedemann Kleint2014-06-251-0/+8
* Fix typo in QGraphicsView's interactive property doc.Mitch Curtis2014-05-061-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Forward QGraphicsView::mouseDoubleClickEventMarcel Krems2013-09-061-0/+7
* Remove duplicated call to QGraphicsSceneMouseEvent::setButtons.Marcel Krems2013-07-281-1/+0
* QGraphicsView: ignore unhandeled touch eventsRichard Moe Gustavsen2013-05-071-0/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* QGraphicsView - emit signal when rubber band changes.Thorbjørn Lund Martsum2013-02-261-3/+31
* QGraphicsView - add function to get RubberBand rectThorbjørn Lund Martsum2013-02-261-1/+22
* Make QGraphicsViewPrivate::updateRubberBand more readableThorbjørn Lund Martsum2013-02-121-41/+36
* QGraphicsView - remove not needed storeMouseEventThorbjørn Lund Martsum2013-02-091-2/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QGraphicsView - fix rubberband to expand on wheel eventThorbjørn Lund Martsum2012-12-111-4/+4
* QGraphicsView - move rubberband-handling into a private functionThorbjørn Lund Martsum2012-12-111-48/+54
* QGraphicsView - add const to a not modified local variableThorbjørn Lund Martsum2012-12-111-1/+1
* QGraphicsView - remove reference to avoid weird code.Thorbjørn Lund Martsum2012-12-111-1/+1
* QGraphicsView - fix rubberband to stay right on scrollThorbjørn Lund Martsum2012-12-011-1/+1
* Clarify ownership of scene in QGraphicsView::setScene() docs.Mitch Curtis2012-10-161-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make QGraphicsView respect scrollbar policiesJeremy Lainé2012-08-311-6/+8
* Clean up docs for graphicsview.Jan-Arve Saether2012-08-171-1/+1
* change \img to \image in docsJeremy Katz2012-08-011-1/+1
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-161-4/+0
* Restore the QEvent::d pointer to null after we're done using itThiago Macieira2012-05-151-1/+4
* Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-8/+8
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-091-1/+1