Add method to set size of QOpenGLPaintDevice.
[profile/ivi/qtbase.git] / tests /
2012-06-01 Thiago MacieiraFix the QVector build with C++11 initialiser lists
2012-06-01 Thiago MacieiraMake QVector compile with QT_STRICT_ITERATORS again
2012-06-01 Rohan McGovernMake tst_qabstractnetworkcache parallel-safe
2012-06-01 Rohan McGovernMark tst_qfreelist as parallel-safe
2012-05-31 Chris AdamsFix crash in QStringBuilder when concatenating data...
2012-05-31 Miikka HeikkinenFix tst_qlistwidget::fastScroll test case
2012-05-31 Laszlo AgocsQPA tablet event support
2012-05-31 Rohan McGovernMake tst_qnetworkdiskcache parallel-safe
2012-05-31 Rohan McGovernImproved stability of tst_qstatemachine, mark as parall...
2012-05-31 Rohan McGovernMake tst_qtextstream parallel-safe.
2012-05-31 Rohan McGovernMarked tst_qtemporaryfile as parallel-safe
2012-05-31 Rohan McGovernMarked tst_qfile as parallel-safe
2012-05-30 Jędrzej NowackiImplement QVector with QArrayData interface.
2012-05-30 Rohan McGovernMarked tst_qprocess as parallel-safe
2012-05-29 Jan-Arve SaetherFix Qt 5 todo issues for QSizePolicy.
2012-05-29 John LaytQtPrintSupport - Add QPrinterInfo api for more printer...
2012-05-29 Rohan McGovernSet explicit testcase.timeout for slow tests
2012-05-29 Rohan McGovernMake tst_qfiledialog2 closer to parallel-safe.
2012-05-29 Rohan McGovernMake tst_selftests parallel-safe.
2012-05-29 Rohan McGovernMark tst_qsharedpointer as parallel-safe.
2012-05-29 Rohan McGovernMarked tst_qmake as parallel-safe
2012-05-29 Rohan McGovernMake tst_qfilesystemmodel parallel-safe.
2012-05-29 Rohan McGovernMake tst_qnetworkreply parallel-safe.
2012-05-28 Jiewen WangEliminate QTreeWidget drag crash
2012-05-28 Rohan McGovernAdd CONFIG+=parallel_test to suspected parallel-safe...
2012-05-28 Rohan McGovernMarked tst_qprocess insignificant on mac
2012-05-27 Mitch CurtisFixed unused function warning in qtextdocumentfragment...
2012-05-25 Jiewen WangQStatusBar::showMessage will always take new timeout
2012-05-25 Tarja SundqvistQTBUG-16850: QLineEdit::setSelection removes blank...
2012-05-25 John LaytQtPrinterInfo: Improve QPrinterInfo Testing
2012-05-24 Mitch CurtisWrite QList unit tests for movable, complex, etc. types.
2012-05-24 John LaytQtPrintSupport - Modify Platform Plugin QPrinterInfo api
2012-05-24 Rohan McGoverntst_qmetatype: avoid slow compilation with some MSVC2010
2012-05-23 John LaytQtPrintSupport - Fix Mac printerName() use
2012-05-23 Laszlo AgocsFix wrong local positions in mouse events when no tlw...
2012-05-23 Shane KearnsQAuthenticator - test NTLM SSO and normal paths separately
2012-05-23 David FaureFix handling of invalid urls in QDataStream << QUrl
2012-05-23 Jędrzej NowackiFix warning about unused variable in tst_qvariant.
2012-05-23 Rohan McGovernRemoved CONFIG+=parallel_test from suspected parallel...
2012-05-22 Tasuku SuzukiFixed QLineEdit::inputMethodQuery() for Qt::ImHints
2012-05-22 Anselmo L. S. MeloFix auto tests build with gcc 4.7
2012-05-22 Jan-Arve SaetherReplace (un)checkAction with toggleAction (3/3)
2012-05-22 Konstantin Rittreplace remaining "const QChar &" with "QChar"
2012-05-22 Thiago MacieiraAdd the QUrl::FullyDecoded flag to the component formatting
2012-05-22 Thiago MacieiraAdd QUrl::ParsingMode to the component setters in QUrl
2012-05-22 Thiago MacieiraPort away from QUrl::MostDecoded
2012-05-22 Thiago MacieiraFix the idempotent recoding tests in tst_QUrlInternal
2012-05-22 Mitch CurtisFixed unused function warning in qsslcertificate test.
2012-05-22 Rohan McGovernRemoved CONFIG+=parallel_test from suspected parallel...
2012-05-21 Mitch CurtisFixed unused function warning in qsslkey test.
2012-05-21 Friedemann KleintQWindowsBackingStore: Implement scroll.
2012-05-21 Jonas M. GastalFallback to IPv4 when IPv6 is not present.
2012-05-21 Richard MooreChange QSslCertificate::toText() to return a QString.
2012-05-19 James TurnerCocoa implementation of QPA menu interface.
2012-05-18 Giuseppe D'AngeloQRegExp: fix usage of uninitialized values
2012-05-18 Lars KnollDon't use the deprecated translate() method anymore
2012-05-18 Olivier GoffartMove QIcon metatype handlers back to QtGui
2012-05-18 Olivier GoffartQIcon: move back to QtGui
2012-05-18 Stephen KellyAdd test of automated container metatype declaration.
2012-05-18 Toby TomkinsRemove parallel flag for qsemaphore because of flaky...
2012-05-17 Andrew den ExterFix cursorToX for right to left text with trailing...
2012-05-16 Carl SchumannFix bug when destruction fields in QWizard
2012-05-16 Konstantin Rittenable the text layout's cache where it is seems to...
2012-05-16 David FaureAdd header qtest_widgets.h, similar to qtest_gui.h...
2012-05-16 Lars KnollLimit the nesting depth of the Json parser
2012-05-16 Kent HansenRevert "Temporarily disable -Woverloaded-virtual in...
2012-05-16 Eskil Abrahamsen... Support specifying fallbacks in font request on QPA
2012-05-16 Konstantin RittQChar: add isSurrogate() and isNonCharacter() to the...
2012-05-16 Konstantin RittQChar: add missing UCS-4 overloads, get rid of UCS...
2012-05-16 Konstantin RittQJpegHandler: add an embedded text support
2012-05-16 Shane KearnsFix QFile::permissions for long filenames
2012-05-16 Martin Peterssontst_QNetworkReply: enable the ioGetFromBuiltinHttp...
2012-05-16 Andy ShawFix cases where functions are called with a drive and...
2012-05-15 Stephen KellyUse IF(NOT TARGET ...) before creating imported targets.
2012-05-15 Carl SchumannAdd Q_UINT64_C to 64 bit integer literal.
2012-05-15 David FaureRename QMimeDatabase method for consistency.
2012-05-15 Kent HansenRemove const char *-based connectNotify() API
2012-05-15 Shane KearnsAdd test case for link local TCP connections
2012-05-14 kbRemove capitalization when specifying include-libraries.
2012-05-14 David FaureQUrl: using sectionIsPresent in operator== broke for...
2012-05-14 David FaureQUrl: a url with a fragment or query, and one without...
2012-05-14 Stephen KellyFind Qt5 modules automatically in the qt5_use_modules...
2012-05-13 David FaureRestore QUrl::setEncodedQuery(QByteArray()) to the...
2012-05-11 Shane KearnsFix sending UDP packets to link local addresses
2012-05-11 Friedemann KleintWindows: Compress Window Activation events.
2012-05-11 Martin Peterssontst_QNetworkReply: fix backgroundRequestInterruption...
2012-05-10 Olivier GoffartImplement the move constructor for containers.
2012-05-10 Konstantin Rittfix QString::isRightToLeft() for SMP code points
2012-05-10 Stephen KellyMake the qt5_use_modules public API.
2012-05-10 Lars KnollCorrectly parse json documents with a leading BOM
2012-05-10 Konstantin Rittmove the default text breaking algorithm impl from...
2012-05-10 Marius Storm-OlsenMerge "Merge branch 'docs-refactoring' into master...
2012-05-10 Marius Storm-OlsenMerge branch 'docs-refactoring' into master
2012-05-10 Thiago MacieiraFix a crash when parsing a URL with username and port...
2012-05-10 Jędrzej NowackiFix test case dependency in tst_exceptionsafety.
2012-05-10 Shane KearnsFix a QSslSocket test expectation on ubuntu 11.10
2012-05-09 Alexis MenardFix qDecodeDataUrl for already percentage encoded content.
2012-05-09 Friedemann KleintImprove widget geometry.
2012-05-09 David FaureEnsure qstring.h compiles with QT_NO_CAST_FROM_BYTEARRAY
2012-05-09 David FaureFix QUrl::StripTrailingSlash for the case of no path...
next