summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert features.graphicseffect to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-20/+22
* Fix warning for -no-feature-graphicseffectStephan Binner2017-04-191-0/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+1
|\
| * Fix documentation typosChristian Gagneraud2017-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-1/+1
|\|
| * Doc: Normalize \since usageTopi Reinio2017-01-311-1/+1
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-3/+0
|/
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\
| * Widgets: use const (and const APIs) moreAnton Kudryavtsev2016-07-051-1/+1
* | QtWidgets: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-03-021-8/+5
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QGraphicsView: replace some Q_FOREACH loops over rvalues with C++11 range-forMarc Mutz2015-12-231-8/+16
* QtWidgets: de-inline some Private ctorsMarc Mutz2015-12-211-0/+72
* De-duplicate QGraphicsItemPrivate vtableMarc Mutz2015-12-181-0/+7
* Clean up QGraphicsItemCache::purge()Marc Mutz2015-12-041-5/+2
* 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
* | 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
* | QGraphicsWidget: micro-optimizationMarc Mutz2015-05-301-3/+1
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-2/+2
|/
* Fix compilation error (OS X 10.8, warnings as errors)Timur Pocheptsov2015-04-161-1/+1
* Improve debug operator for QGraphicsItem/QGraphicsObject.Friedemann Kleint2015-04-011-13/+40
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-4/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-10/+0
* Removed redundancy in QGraphicsItem documentation.Benjamin Summerton2014-12-101-1/+1
* 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
* Produce more correct clip path for QGraphicsShapeItemLars Knoll2014-10-211-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* 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
* | Add a new optimization flag to QGraphicsItem.Dimitar Asenov2014-03-311-4/+39
|/
* 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
* correct send vs sent grammarDavid Fries2014-03-141-2/+2
* Extending the inputMethodQuery APIPaul Olav Tvete2014-02-151-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-1/+4
|\
| * Fix style animations to stop when the animation target is hiddenJ-P Nurmi2013-12-041-1/+4
* | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-281-1/+4
|\|
| * Fix for co-existence of QtDeclarative and QtQmlSimon Hausmann2013-11-261-1/+4
* | Report input method hints for QGraphicsTextItemPaul Olav Tvete2013-11-211-1/+3
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-39/+39