summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
|\
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | Widgets: use const (and const APIs) moreAnton Kudryavtsev2016-07-054-39/+39
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-2/+2
|\|
| * Fixed developer build for MinGWOliver Wolff2016-06-151-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-043-10/+11
|\|
| * QGraphicsView: clarify documentation for viewportTransformGiuseppe D'Angelo2016-04-021-1/+1
| * QGraphics*Layout: fix memory leaksGiuseppe D'Angelo2016-04-012-9/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-214-0/+8
|\|
| * QtWidgets: includemocsMarc Mutz2016-03-184-0/+8
* | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-123-29/+7
* | Suppress memory allocation due to temporary containerSérgio Martins2016-02-111-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+1
|\|
| * Doc: corrected minor link issuesNico Vertriest2016-02-051-0/+1
* | QGraphicsItemAnimationPrivate::linearValueForStep(): pass vector by const-&Marc Mutz2016-02-081-21/+21
* | 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
* | QGraphicsAnchorLayout: return a struct instead of a QListMarc Mutz2016-01-292-27/+20
* | QGraphicsAnchorLayout: remove a misguided use of QLinkedListMarc Mutz2016-01-191-24/+13
* | QtWidgets: replace uses of inefficient QList<QPair>s with QVectorsMarc Mutz2016-01-182-5/+5
* | QGraphicsView: Graph: don't allocate QHashes on the heapMarc Mutz2016-01-171-26/+23
* | QGraphicsView: Graph: remove faulty const_iterator::op=Marc Mutz2016-01-171-1/+0
* | QGraphicsView: Graph: don't compare pointers with op<Marc Mutz2016-01-171-2/+3
* | Updated license headersJani Heikkinen2016-01-1553-742/+1060
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-1/+1
|\|
| * Unbreak ubsan developer-buildMarc Mutz2016-01-061-1/+1
* | QGraphicsView: replace some Q_FOREACH loops over const locals with C++11 rang...Marc Mutz2015-12-233-19/+19
* | QGraphicsView: replace some Q_FOREACH loops over rvalues with C++11 range-forMarc Mutz2015-12-236-45/+78
* | Optimize a code path in QGraphicsScenePrivate::cancelGesturesForChildren()Marc Mutz2015-12-221-19/+20
* | QGraphicsSceneBspTreeIndex: simplify the code of items()Marc Mutz2015-12-221-16/+13
* | QGraphicsScene: don't build a temporary QList just to iterate over itMarc Mutz2015-12-221-7/+4
* | QGraphicsScene: prevent lots of detaching d/t editing of copiesMarc Mutz2015-12-221-4/+1
* | QtWidgets: de-inline some more virtual dtorsMarc Mutz2015-12-212-0/+8
* | QtWidgets: de-inline some Private ctorsMarc Mutz2015-12-216-97/+113
* | De-duplicate QGraphicsItemPrivate vtableMarc Mutz2015-12-182-2/+8
* | QGraphicsScene: replace QList::prepend()s with appends()Marc Mutz2015-12-171-3/+3
* | QGraphicsAnchorLayout: replace three loops over QHash::keys() with QHash::con...Marc Mutz2015-12-162-7/+9
* | QGraphicsAnchorLayout: replace a Q_FOREACH with std::accumulateMarc Mutz2015-12-161-4/+2
* | QGraphicsAnchorLayout: own includes go firstMarc Mutz2015-12-161-1/+2
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-3/+2
* | QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-161-10/+7
* | widgets: Pass non-trivially-copyable or large types by const-refSérgio Martins2015-12-125-4/+9
* | Clean up QGraphicsItemCache::purge()Marc Mutz2015-12-041-5/+2
* | QtWidgets: use new qUtf16Printable() instead of qPrintable()Marc Mutz2015-11-211-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-044-16/+16
|\|
| * QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-274-16/+16
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
|/
* QGraphicsProxyWidget: forward touch events to QWidgetRafael Roquetto2015-09-221-0/+13
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-4/+7
|\
| * Fix crash when mixing widgets with QtQuick 1 and Qt Quick 2Simon Hausmann2015-08-061-4/+7