summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-241-1/+1
* QGraphicsProxyWidget: forward touch events to QWidgetRafael Roquetto2015-09-221-0/+69
* Remove QGraphicsView autotest that doesn't test anythingTor Arne Vestbø2015-09-151-9/+0
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-319-66/+66
* tst_qgraphicsproxywidget: Rename test slot to fix compiler warning.Friedemann Kleint2015-07-281-4/+4
* tst_qgraphicsanchorlayout: Fix warning about unused function result.Friedemann Kleint2015-07-281-2/+1
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-272-7/+7
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-014-8/+25
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
| * Fix global coordinate mapping for child widgets in QGraphicsView.Friedemann Kleint2015-06-211-4/+21
| * fix usage of wince scopeOswald Buddenhagen2015-06-052-3/+3
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-2/+16
* | Fix qgraphicswidget::initStyleOption autotestLars Knoll2015-06-062-14/+6
* | Clean up the qgraphicsscene autotestLars Knoll2015-06-061-22/+5
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-0/+32
|\|
| * Tests: Remove insignificant for tst_QGraphicsProxyWidgetCaroline Chao2015-05-051-1/+0
| * QGraphicsWidget: call normal "setParent" when setting a parentGiuseppe D'Angelo2015-05-051-0/+32
* | Fix autotest on xcb and make it significant againLars Knoll2015-05-232-2/+1
|/
* Tests: Remove tst_QGraphicsIten::sorting from the BLACKLIST fileCaroline Chao2015-04-221-2/+0
* Tests: Blacklist tst_QGraphicItem::ensureUpdateOnTextItemCaroline Chao2015-04-221-0/+2
* Tests: Blacklist tests for ubuntu 14.04Caroline Chao2015-04-013-0/+8
* autotests: fix the build in case of QT_NO_WHEELEVENTShawn Rutledge2015-03-032-0/+10
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+11
|\
| * Make sure there's a scene before using itAlbert Astals Cid2015-02-171-0/+11
* | Update copyright headersJani Heikkinen2015-02-1120-140/+140
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-102-0/+68
|\|
| * Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-0/+39
| * Fix QGraphicsWidget window frame section logicDyami Caliri2015-02-021-0/+29
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* | Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-132-0/+62
* | Fixed a bug where spans did not always work in layouts.Jan Arve Saether2014-12-091-0/+17
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-242-1/+9
|\|
| * Enable tst_QGraphicsView on OSXJørgen Lind2014-11-192-1/+9
* | Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-2/+1
|/
* QGraphicsScene: stabilize stacking order of toplevel itemsaavit2014-10-241-0/+37
* Fix rubberband selection in rotated GraphicsViewaavit2014-10-241-0/+43
* Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-233-0/+150
* Fix QWidget::mapTo/FromGlobal() when embedded in QGraphicsView.Friedemann Kleint2014-10-231-0/+28
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-2420-379/+219
* Blacklist constantly failing test cases on OS XKalle Viironen2014-09-231-0/+2
* GraphicsView: Fix resolvePalette() for QGraphicsItem's childrenMaks Naumov2014-09-051-0/+17
* tst_qgraphicsproxywidget: Fix widget leaks.Friedemann Kleint2014-07-251-16/+24
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-12/+22
|\
| * Stabilize and speed up tst_QGraphicsItem::cursor().Friedemann Kleint2014-05-221-12/+22
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-7/+0
|\|
| * Fix crash when deleting top level windows embedded into QGraphicsProxyWidget.Friedemann Kleint2014-04-141-7/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-9/+26
|\|
| * QNX: Fix QGraphicsView autotestsBernd Weimer2014-04-081-9/+26
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-011-10/+31
|\|