summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* auto tests: updated for new QStyle pure virtualsJ-P Nurmi2012-08-311-8/+7
* Make QGraphicsView respect scrollbar policiesJeremy Lainé2012-08-311-0/+288
* Speed up tst_QGraphicsView::mapToScene testThiago Macieira2012-08-131-1/+1
* tst_qgraphicsview: increase test timeout furtherRohan McGovern2012-08-131-1/+1
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-032-5/+2
* Remove the obsolete scene argument for constructors of graphics itemsLars Knoll2012-08-032-6/+11
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0118-0/+18
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-018-151/+144
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-251-5/+4
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-208-157/+117
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-161-3/+0
* Implement qWaitForWindowShown using qWaitForWindowExposed.Friedemann Kleint2012-07-121-1/+1
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-032-6/+7
* tst_qgraphicsview hoverLeave regressedToby Tomkins2012-06-221-0/+3
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-291-0/+1
* QWindowsBackingStore: Implement scroll.Friedemann Kleint2012-05-211-5/+0
* Remove capitalization when specifying include-libraries.kb2012-05-142-2/+2
* Improve widget geometry.Friedemann Kleint2012-05-091-12/+5
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-033-9/+9
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-023-45/+45
* Remove insignficiation from qgraphicsscene test on Windows.Jason McDonald2012-04-301-2/+0
* Re-enable QGraphicsView test on Windows, Mac and Ubuntu 11.10.Jason McDonald2012-04-232-8/+5
* Fix XPASS in QGraphicsWidget test on Ubuntu 11.10.Jason McDonald2012-04-232-2/+2
* Remove insignification from QGraphicsProxyWidget test on Windows.Jason McDonald2012-04-232-2/+9
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-173-34/+16
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-163-5/+2
| |\
| * \ Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-103-12/+14
| |\ \
| * | | Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-281-3/+0
| * | | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-222-31/+16
* | | | Move XFAIL in tst_QGraphicsProxyWidget on Mac OS XBradley T. Hughes2012-04-171-3/+2
* | | | Add bug numbers to insignificant_test markers.Jason McDonald2012-04-161-2/+1
| |_|/ |/| |
* | | Put bug numbers on same line as insignificant_test markers.Jason McDonald2012-04-162-3/+2
* | | Remove insignification from tst_qgraphicsgridlayout.Friedemann Kleint2012-04-111-2/+0
| |/ |/|
* | Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-1/+1
* | Fix some compiler warnings in tests.Friedemann Kleint2012-03-271-5/+3
* | Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-272-6/+10
|/
* Cocoa: Improve basic window handling.Morten Johan Sorvig2012-03-142-6/+0
* examples: use QVector<QPointF> instead of QList<QPointF>Marc Mutz2012-03-081-1/+1
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-072-6/+10
* Fix sizing in QGraphicsView itemsAtPosition auto testJonathan Liu2012-03-021-0/+1
* Add additional QGraphicsView tests for regressionJonathan Liu2012-03-021-0/+61
* Cocoa: Implement QPlatformTheme:palette()Morten Johan Sorvig2012-03-011-2/+3
* Refactor input context testsPekka Vuorela2012-02-222-2/+2
* Flag QGraphicsView test as unstable on Mac.Toby Tomkins2012-02-221-1/+1
* Make 'nmake check' succeed for widgets testsMiikka Heikkinen2012-02-173-0/+6
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-173-4/+4
* Remove XFAIL in QGraphicsWidget test for WindowsMiikka Heikkinen2012-02-151-1/+3
* Eliminate duplicate data row names in widgets autotests.Jason McDonald2012-02-151-2/+1
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-091-1/+1
* Fix error in qgraphicsanchorlayout1 autotest.Jason McDonald2012-02-071-19/+25