QString: get rid of public qStringComparisonHelper()
[profile/ivi/qtbase.git] / tests /
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...
2012-05-09 Marius Storm-OlsenProperly implement a 'make docs' target for subdirs...
2012-05-08 Jędrzej NowackiIntroduce a new built-in type: signed char.
2012-05-08 Ali AkhtarzadaAdd assignment operator for QJsonValueRef
2012-05-08 Rohan McGovernRevert "QtPrintSupport: Remove remaining LPR specific...
2012-05-07 John LaytQtPrintSupport: Remove remaining LPR specific code
2012-05-07 Girish RamakrishnanExpose QPA API under qpa/*
2012-05-07 Stephen KellyRename setResizeMode to setSectionResizeMode.
2012-05-07 Thiago MacieiraAdd some extra tests to tst_QString to ensure the encod...
2012-05-07 Thiago MacieiraChange QStringBuilder to use UTF-8 too
2012-05-07 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-07 Thiago MacieiraFix encoding mismatches in tst_QSqlQuery
2012-05-06 Liang QiAdd default value for getters in QJsonValue
2012-05-05 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-05 Shane KearnsEnable specifying raw headers for the request
2012-05-04 Lars KnollLoad resources in in QTextDocument correctly
2012-05-04 Friedemann KleintWindowmodality-test: Compile with Qt 4.8.
2012-05-04 Konstantin Rittadd support for non-BMP ligatures
2012-05-04 Thiago MacieiraUse QFile::{encode,decode}Name to deal with QT_PLUGIN_PATH
2012-05-04 Thiago MacieiraSlightly improve the query encode/decode test in QUrl
2012-05-04 David FaureFix QUrl::toString(StripTrailingSlash) to not turn...
2012-05-04 Miikka HeikkinenRemove insignification from tst_QOpenGL
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-04 Thiago MacieiraMake the event notification on Windows be mandatory...
next