summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Mac: Improve transformed QGraphicsProxyWidgetsMorten Johan Sørvig2014-01-201-2/+2
* Fix some typos in documentation.Jeff Tranter2014-01-021-2/+2
* 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
* | 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
* | 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
| * Mac OS: Fix a crash in tst_qgraphicsproxywidget.Friedemann Kleint2013-07-161-0/+3
* | Merge branch 'stable' into devSergio Ahumada2013-07-113-19/+1
|\|
| * Fix typo in setGraphicsEffect() occurrences.Mitch Curtis2013-07-111-1/+1
| * Remove unused variables (as found by ICC)Thiago Macieira2013-07-011-4/+0
| * Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-14/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-1/+1
|\|
| * Made sure items with preferred width of 0 could also stretchJan Arve Saether2013-05-271-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-235-5/+18
|\|
| * apply standard behaviorMaurice Kalinowski2013-05-211-1/+1
| * Don't send the same Input event twice to QGraphicsProxyWidget::inputMethodEventGatis Paeglis2013-05-151-1/+3
| * QGV: fix items not to be selected on right mouse button releaseJ-P Nurmi2013-05-141-1/+1
| * Fix typo in QGraphicsItem documentation.Mitch Curtis2013-05-131-2/+2
| * Fix tabFocusFirst when that item is removed from QGraphicsSceneMiikka Heikkinen2013-05-081-0/+9
| * QGraphicsView: ignore unhandeled touch eventsRichard Moe Gustavsen2013-05-071-0/+2
* | Fixed a bug where the MaximumSizeHint of a layout with spans was wrongJan Arve Saether2013-04-041-0/+2
* | Fixed a bug where spans across empty cells got broken.Jan Arve Saether2013-04-031-1/+1
* | Fixed a typo in the comment.Jan Arve Saether2013-04-031-2/+3
|/
* Make QGraphicsScene::touchEventhandler ignore unhandled touch eventsMorten Johan Sørvig2013-03-261-1/+1
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-212-20/+0
|\
| * Don't call updateAccessibility from graphicsviewJan Arve Saether2013-03-152-20/+0
* | Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-1947-47/+47
* | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-2/+2
|\|
| * Fix some punctuation errors.Mitch Curtis2013-02-271-2/+2
* | QGraphicsView - emit signal when rubber band changes.Thorbjørn Lund Martsum2013-02-263-3/+37
* | QGraphicsView - add function to get RubberBand rectThorbjørn Lund Martsum2013-02-262-1/+23
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-0/+2
|\|