Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'
[profile/ivi/qtbase.git] / tests /
2011-09-12 Ritt Konstantinoptimize QList::removeAll()
2011-09-12 Konstantin Rittdon't crash when destroying the shortcuts
2011-09-09 Rohan McGoverntests: use contains(QT_CONFIG,private_tests) consistently
2011-09-08 Thiago MacieiraAdd an SSE4.2 even simpler version of toLatin1
2011-09-08 Jason McDonaldAdd missing license header.
2011-09-07 Corentin Charytests: fix QNetworkProxyFactory test
2011-09-07 Caroline ChaoChange in tst_qstylesheetstyle.cpp to work around a...
2011-09-07 Caroline ChaoFix missing curly brackets in tst_global.cpp.
2011-09-07 Aaron KennedyUpdate V8
2011-09-05 Andrew den ExterFix delayed password masking mid-string.
2011-09-02 Shane KearnsRestore Qt4.7 behaviour of QFileInfo::absolute(File...
2011-09-02 Shane KearnsFix compile error on MSVC2008
2011-09-02 Bradley T. HughesRemove the build-key from the plugin verification data
2011-09-02 Shane KearnsFix comparison of absolute, unclean paths in QDir
2011-09-02 Corentin Charyqssl: add auto test to QSsl::Opaque QSslKeys
2011-09-01 Rohan McGoverntest: removed bogus CONFIG+=debug in qdiriterator benchmark
2011-09-01 Rohan McGoverntest: removed bogus CONFIG+=debug for badxml selftest
2011-09-01 Rohan McGoverntest: fixed `assert' selftest for release-only mac...
2011-09-01 aavitAdd option to compare to different platform in lancelot...
2011-09-01 Jason McDonaldSimplify qtestlib logging code, part 1
2011-08-31 Jason McDonaldRemove XFAIL from selftests for some platforms
2011-08-31 Lars KnollAdd QLocale::toUpper/Lower
2011-08-31 Peter HartmannQSslCertificate: regenerate blacklisted certificates...
2011-08-31 Jason McDonaldFix errors in lightxml test logger
2011-08-31 Jason McDonaldMake lightxml and xml log formatting consistent
2011-08-30 Kent HansenMake sure tests/auto/v8.pro doesn't clobber auto.pro
2011-08-30 Peter HartmannQSslCertificate: blacklist fraudulent *.google.com
2011-08-29 Kent HansenAdd QtV8 library to QtBase
2011-08-29 Kim Motoyoshi KallandOptimized QMatrix4x4 by improving how 'flagBits' are...
2011-08-25 Rohan McGoverntest: marked tst_qfiledialog as insignificant for qpa...
2011-08-25 Rohan McGoverntest: marked tst_qmenu as insignificant (for qpa, xcb)
2011-08-25 Rohan McGoverntest: marked tst_qlistwidget as insignificant
2011-08-25 Eskil Abrahamsen... Mark QNetworkReply test as unstable
2011-08-25 David FaureMake the DBus timeout configurable in QDBusAbstractInte...
2011-08-24 Antonis TsiapaliokasAdd operator== and operator!= to qsqlerror class
2011-08-23 José Millán SotoCheck validator when changing text using accessibility...
2011-08-23 Frederik GladhornImplemented QAccessibleTextEdit::attributes()
2011-08-23 Rohan McGoverntest: really marked tst_qtcpsocket autotest as unstable
2011-08-22 Frederik GladhornAdd IAccessible2 table2 implementation.
2011-08-22 Rohan McGoverntest: marked tst_qtcpsocket autotest as unstable
2011-08-19 Sergio Ahumadatest: Fix `tst_qfiledialog' in a namespaced build
2011-08-18 Frederik GladhornImplement text interface for QLineEdit.
2011-08-18 Frederik GladhornAdd DBus VirtualObject to handle multiple paths.
2011-08-18 Rohan McGoverntest: marked tst_qfocusevent as insignificant on all...
2011-08-18 Rohan McGoverntest: fixed failure of tst_qstylesheetstyle on qpa
2011-08-18 Rohan McGoverntest: fixed tst_qeventloop and removed CONFIG+=insignif...
2011-08-18 Rohan McGoverntest: skipped unstable portion of tst_qcssparser on qpa
2011-08-18 Rohan McGoverntest: mark tst_qrawfont as expected failure on qpa
2011-08-18 Rohan McGoverntest: fixed XPASS from tst_qstatictext on qpa
2011-08-18 Rohan McGoverntest: mark tst_qsystemtrayicon as expected failure...
2011-08-18 Rohan McGoverntest: mark tst_qtextlayout as insignificant for qpa...
2011-08-18 Rohan McGoverntests: disabled failing qsharedmemory, qsystemsemaphore...
2011-08-18 Rohan McGoverntest: fixed failure of tst_qhostinfo
2011-08-18 Rohan McGoverntest: marked tst_macgui as insignificant
2011-08-18 Rohan McGoverntest: mark tst_qcombobox as expected failure for qpa
2011-08-18 Rohan McGoverntests: mark expected failures in qsslsocket_onDemandCer...
2011-08-18 Rohan McGoverntest: marked tst_qhttpnetworkconnection as insignificant
2011-08-18 Rohan McGoverntest: marked tst_qsocketnotifier failures as expected
2011-08-18 Rohan McGoverntest: mark tst_qwindowsurface as expected failure on qpa
2011-08-17 Rohan McGoverntest: fixed failure of tst_qgridlayout on small screens...
2011-08-17 Rohan McGoverntest: mark qlistview as insignificant for qpa, xcb
2011-08-17 Rohan McGoverntest: skip tst_QMenu::pushButtonPopulateOnAboutToShow...
2011-08-16 José Millán SotoChanging cursor position in all boundaries
2011-08-15 David FaureMake QThread::sleep/msleep/usleep public.
2011-08-15 David FaureAdd flag for non-recursive lookup of child qobject(s)
2011-08-15 Alan AlpertFocusScope's focusItem must always be a descendent
2011-08-12 Rohan McGoverntest: fixed crash in tst_qmenubar::accel in qpa
2011-08-12 Rohan McGoverntest: skip tst_QMenu::task258920_mouseBorder on qpa
2011-08-12 Rohan McGoverntest: skip some broken tests in tst_qpixmap for qpa
2011-08-12 Rohan McGoverntest: skip tst_QPrinter::testNonExistentPrinter for qpa
2011-08-11 Lars KnollQXmlStream lives in QtCore
2011-08-10 Rohan McGoverntest: mark tst_qfontdatabase qpa failures as expected
2011-08-10 Rohan McGoverntest: only QEXPECT_FAIL tst_qgraphicstransform in relea...
2011-08-10 Rohan McGoverntest: mark tst_qftp as insignificant
2011-08-08 Rohan McGoverntest: mark tst_qgraphicswidget as insignificant on...
2011-08-08 Rohan McGoverntests: handle many expected crashing tests on qpa, xcb
2011-08-08 Rohan McGoverntest: fixed usage of QEXPECT_FAIL in tst_qglyphrun...
2011-08-05 Rohan McGoverntest: mark tst_qgraphicseffect as insignificant for qpa
2011-08-05 Rohan McGoverntest: mark expected failures in tst_qglyphrun for qpa
2011-08-05 Rohan McGoverntest: mark expected failures in tst_qfontmetrics for qpa
2011-08-05 Rohan McGoverntest: blacklist crashing tst_qfontdialog for qpa, xcb
2011-08-05 Rohan McGoverntest: fixed tst_qfont for qpa
2011-08-05 Rohan McGoverntest: fixed tst_qabstractitemview for qpa
2011-08-05 Alan AlpertUse more numerically robust algorithm to compute QBezie...
2011-08-05 Sergio Ahumadatest: fixed tst_qundostack and removed CONFIG+=insignif...
2011-08-04 Peter HartmannQSslCertificate: deprecate alternateSubjectNames()
2011-08-04 Rohan McGoverntest: fixed tst_qundogroup and removed CONFIG+=insignif...
2011-08-03 Richard MooreFix the lifespan of the test CA cert used by the autotests.
2011-08-02 Friedemann KleintFix QString/QByteArray literals for MSVC2010 (compilati...
2011-08-02 Rohan McGoverntest: mark tst_qtconcurrentfilter as insignificant...
2011-08-02 Rohan McGoverntest: mark tst_qabstractnetworkcache as insignificant
2011-08-02 Rohan McGovernMake failure messages from tst_QSslCertificate::verify...
2011-08-02 Rohan McGoverntest: skip some tst_qtextscriptengine tests when fonts...
2011-08-02 Rohan McGoverntest: remove CONFIG+=insignificant_test for tst_qgraphi...
2011-08-02 Rohan McGoverntest: fixed failure of tst_qicon
2011-08-02 Rohan McGoverntest: fixed crash of tst_qdialog and removed CONFIG...
2011-08-02 Rohan McGoverntest: improved stability of tst_qiodevice on slow machines
2011-08-02 Rohan McGoverntest: fixed tst_qimagereader and removed CONFIG+=insign...
2011-08-02 Rohan McGoverntest: improved stability of tst_qwaitcondition
2011-08-02 Rohan McGoverntest: fixed tst_qmessagebox and removed CONFIG+=insigni...
next