summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-2/+2
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+1
|\|
| * Remove stray period in QGraphicsItem documentation.Mitch Curtis2015-07-011-1/+1
* | QtWidgets: mark some private types movable or primitiveMarc Mutz2015-07-131-0/+1
* | QGraphicsItem: don't hold ExtraStruct in a QListMarc Mutz2015-07-131-1/+3
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-101-0/+1
* | QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-0611-51/+51
* | Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-043-4/+4
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1