summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* 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
| * correct send vs sent grammarDavid Fries2014-03-141-2/+2
* | Add a new optimization property to QGraphicsSceneDimitar Asenov2014-03-183-9/+79
|/
* Doc: fix documentation for QGraphicsScene::focusItemChanged()Marc Mutz2014-03-041-1/+1
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Extending the inputMethodQuery APIPaul Olav Tvete2014-02-151-1/+1
* QSimplex: API cleanup [1/3]: Rename an enumMarc Mutz2014-02-142-4/+4
* Fix build with QT_NO_GRAPHICSVIEWSérgio Martins2014-02-113-0/+15
* QGraphicsSceneIndex: replace polymorphism with a function pointerMarc Mutz2014-02-012-67/+36
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-2/+2
|\
| * Mac: Improve transformed QGraphicsProxyWidgetsMorten Johan Sørvig2014-01-201-2/+2
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-132-11/+11
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-031-2/+2
|\|
| * Fix some typos in documentation.Jeff Tranter2014-01-021-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-162-2/+10
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-052-2/+10
| |\
| | * Fix style animations to stop when the animation target is hiddenJ-P Nurmi2013-12-042-2/+10
* | | Move QGridLayoutEngine to QtGui moduleJan Arve Saether2013-12-096-2108/+7
* | | Add proper abstractions to the grid layout engine.Jan Arve Saether2013-12-059-281/+624
* | | Make the default vertical alignment configurableJan Arve Saether2013-12-032-2/+6
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-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
* | | QSimplex: make non-polymorphicMarc Mutz2013-11-281-1/+1
* | | QSimplex: API cleanup [3/3]: add inline keywordMarc Mutz2013-11-281-2/+2
* | | QSimplex: API cleanup [2/3]: disable copyingMarc Mutz2013-11-281-0/+1
|/ /
* | Report input method hints for QGraphicsTextItemPaul Olav Tvete2013-11-211-1/+3
* | Remove QMacStyle titlebar height + 4 adjustment and consequencesShawn Rutledge2013-11-211-5/+0
* | Don't accept wheel events if sendEvent() returns false.Sérgio Martins2013-11-151-2/+3
|/
* QGraphicsItemAnimation: save some string data (text size -= 1K)Marc Mutz2013-10-161-37/+26
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-089-87/+87
* Remove some qBinaryFind usages from QtWidgetsGiuseppe D'Angelo2013-09-231-2/+2
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-0/+7
|\
| * Forward QGraphicsView::mouseDoubleClickEventMarcel Krems2013-09-061-0/+7
* | Fix constant false comparison of out-of-range enumsThiago Macieira2013-09-071-3/+3
* | Remove qSort from QtWidgetsGiuseppe D'Angelo2013-09-051-1/+3
* | Graphicsview: Simplify codeTobias Hunger2013-09-021-4/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-142-5/+8
|\|
| * un-confuse lupdate: remove excess brace in dead codeOswald Buddenhagen2013-08-121-1/+0
| * Fix double transform for items ignoring parent transformations.Andreas Aardal Hanssen2013-08-051-3/+8
| * Remove duplicated call to QGraphicsSceneMouseEvent::setButtons.Marcel Krems2013-07-281-1/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-232-1/+4
|\|
| * Make *ItemBoundingRect modes work with custom shapes.Mitch Curtis2013-07-161-1/+1