Use QStringList::join(QChar) overload where applicable [QtWidgets]
[profile/ivi/qtbase.git] / tests / auto / widgets / styles /
2012-08-31 J-P Nurmiauto tests: updated for new QStyle pure virtuals
2012-08-03 Stephen KellyRemove some dead code wrapped in Q_WS_QWS.
2012-08-01 Thiago MacieiraSet the Qt API level to compatibility mode in all tests.
2012-07-25 Friedemann KleintRemove usage of deprecated qWaitForWindowShown(QWidget...
2012-07-20 Friedemann KleintTests: Replace deprecated QPixmap::grabWidget() by...
2012-07-20 Friedemann KleintImplement waitForWindowExposed and friends for widget...
2012-07-16 Friedemann KleintReplace Q_WS_ in tests by Q_OS_ or check platform names.
2012-05-28 Rohan McGovernAdd CONFIG+=parallel_test to suspected parallel-safe...
2012-05-03 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-24 Jason McDonaldRe-enable the QMacStyle test.
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-16 Jason McDonaldAdd bug numbers to insignificant_test markers.
2012-03-23 Kent HansenMerge "Merge master into api_changes" into refs/staging...
2012-03-23 Kent HansenMerge master into api_changes
2012-03-22 Joerg BornemannFix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_...
2012-03-12 João AbecasisMerge "Merge remote-tracking branch 'origin/master...
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-09 Miikka HeikkinenWindows: Fix QStyleSheetStyle autotest antialiasing...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/api_changes' into...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Friedemann KleintAdd fonts to QPlatformTheme.
2012-03-05 Robin BurchellFix tst_QStyleSheetStyle::qproperty to not implicitly...
2012-02-28 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-28 Rohan McGovernMerge master -> api_changes
2012-02-27 David FaureFix inconsistent auto test executable names
2012-02-24 Oswald Buddenhagenclean up qmake-generated projects
2012-02-21 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-17 Miikka HeikkinenMake 'nmake check' succeed for widgets tests
2012-02-17 Bradley T. HughesExpect failure in tst_QStyleSheetStyle::hoverColors()
2012-02-05 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-23 Bradley T. HughesIgnore known tst_QStyleSheetStyle failures on Mac OS X
2012-01-23 Bradley T. HughesIgnore tst_QStyleSheetStyle::hoverColors() failures...
2012-01-23 Bradley T. HughesReplace Q_WS_MAC with Q_OS_MAC in tests/auto/widgets
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-16 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-12-22 Morten Johan SorvigEnable Mac style on Mac OS X.
2011-12-20 Jason McDonaldRetire QTest::pixmapsAreEqual().
2011-12-06 Jason McDonaldRemove TESTED_CLASS/TESTED_FILES comments from tests.
2011-11-18 Jason McDonaldDon't depend on moc to disable test functions.
2011-11-14 Bradley T. HughesDisable qmacstyle test on Mac OS X
2011-10-25 Rohan McGovernwidgets: eliminated usage of qttest_p4.prf
2011-10-25 Jason McDonaldDon't call QSKIP/QVERIFY outside of test functions.
2011-10-20 Jason McDonaldRemove SkipMode parameter from QSKIP calls.
2011-10-20 Jo AsplinMoved tests into integrationtests/ and widgets/