summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Fix QStyle-test for Windows Aero / 8.Friedemann Kleint2012-12-181-3/+29
* tst_qstyle: Fix compiler warning about unused variables.Friedemann Kleint2012-12-171-2/+2
* Style auto tests: kill QWindowsStyle dependenciesJ-P Nurmi2012-11-282-46/+51
* Made QMacStyle internalJ-P Nurmi2012-11-232-11/+6
* Made QWindowsMobileStyle internalJ-P Nurmi2012-11-231-3/+3
* Made QWindowsCEStyle internalJ-P Nurmi2012-11-231-5/+2
* Made QWindowsXPStyle internalJ-P Nurmi2012-11-211-7/+4
* Made QWindowsVistaStyle internalJ-P Nurmi2012-11-211-5/+5
* Made QFusionStyle internalJ-P Nurmi2012-11-212-11/+8
* test: Remove some QSKIP's from tst_QStyleSergio Ahumada2012-11-031-20/+23
* Compile fix for tst_qstylesheetstyle.cpphjk2012-11-011-1/+1
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-222-32/+18
* Modified vertical alignments of simple widgets on OSXTero Ahola2012-10-182-10/+5
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-131-4/+6
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-272-34/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-224-96/+96
* Fix regression in QAbstractScrollAreaJens Bache-Wiig2012-09-211-0/+39
* Fix build of tests/ on Windows CEKevin Funk2012-09-101-0/+3
* auto tests: updated for new QStyle pure virtualsJ-P Nurmi2012-08-311-0/+16
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-031-11/+0
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-014-0/+4
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-251-12/+9
* Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab().Friedemann Kleint2012-07-201-12/+12
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-1/+2
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-161-4/+4
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-282-0/+2
* Re-enable the QMacStyle test.Jason McDonald2012-04-242-3/+3
* Add bug numbers to insignificant_test markers.Jason McDonald2012-04-161-1/+1
* Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)Joerg Bornemann2012-03-221-2/+2
* Windows: Fix QStyleSheetStyle autotest antialiasing issuesMiikka Heikkinen2012-03-092-14/+18
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-071-6/+1
* Fix tst_QStyleSheetStyle::qproperty to not implicitly rely on QHash ordering.Robin Burchell2012-03-051-2/+2
* Fix inconsistent auto test executable namesDavid Faure2012-02-271-0/+1
* clean up qmake-generated projectsOswald Buddenhagen2012-02-242-11/+6
* Make 'nmake check' succeed for widgets testsMiikka Heikkinen2012-02-171-0/+2
* Expect failure in tst_QStyleSheetStyle::hoverColors()Bradley T. Hughes2012-02-171-0/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-304-4/+4
* Ignore known tst_QStyleSheetStyle failures on Mac OS XBradley T. Hughes2012-01-231-0/+10
* Ignore tst_QStyleSheetStyle::hoverColors() failures on Mac OS XBradley T. Hughes2012-01-231-0/+9
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/widgetsBradley T. Hughes2012-01-231-2/+2
* Update contact information in license headers.Jason McDonald2012-01-234-4/+4
* Update copyright year in license headers.Jason McDonald2012-01-054-4/+4
* Enable Mac style on Mac OS X.Morten Johan Sorvig2011-12-221-2/+1
* Retire QTest::pixmapsAreEqual().Jason McDonald2011-12-201-2/+2
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-063-9/+0
* Don't depend on moc to disable test functions.Jason McDonald2011-11-182-16/+18
* Disable qmacstyle test on Mac OS XBradley T. Hughes2011-11-141-1/+2
* widgets: eliminated usage of qttest_p4.prfRohan McGovern2011-10-254-8/+11
* Don't call QSKIP/QVERIFY outside of test functions.Jason McDonald2011-10-251-19/+24
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-212-14/+10