Add a big test for QUrl encoding principles
[profile/ivi/qtbase.git] / tests /
2012-04-11 Thiago MacieiraAdd a big test for QUrl encoding principles
2012-04-11 Thiago MacieiraFix the handling of ambiguous delimiters in the query...
2012-04-11 Thiago MacieiraMake QUrl handle ambiguous delimiters correctly
2012-04-11 Shane KearnsAdd unit test for usagePolicies
2012-04-11 Robin BurchellDeprecate qMemCopy/qMemSet in favour of their stdlib...
2012-04-10 Thiago MacieiraAdjust a double leading slash in the path for FTP to...
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-04-09 Giuseppe D'AngeloNew qHash algorithm for uchar/ushort arrays (QString...
2012-04-08 Giuseppe D'AngeloQHostAddress: improve qHash implementation
2012-04-07 Giuseppe D'AngeloQFileSystemModel: fix sorting
2012-04-07 Thiago MacieiraRemove references to QT_NO_STL from QtConcurrent
2012-04-07 Thiago MacieiraRemove references to QT_NO_STL from QtCore
2012-04-06 Giuseppe D'AngeloAdd test for qHash(QByteArray)
2012-04-06 Giuseppe D'AngeloAdd test for qHash(QString) / qHash(QStringRef)
2012-04-05 David FaureFix unittest for QStandardPaths::enableTestMode
2012-04-05 João AbecasisAdd zero-termination checks to QString and QByteArray...
2012-04-05 João AbecasisRevert "Add tests to verify QByteArray's zero termination"
2012-04-04 João AbecasisIntroduce initializer macros for QString- and QByteArra...
2012-04-04 João AbecasisClean up constructors for "statics" in QString and...
2012-04-04 Bradley T. HughesDon't ignore tst_QWindow on Mac OS X
2012-04-04 Stephen KellyMake sure we create an application before a QWidget.
2012-04-04 Bradley T. HughesAdd tst_QWindow::windowModality()
2012-04-04 Giuseppe D'AngeloQHash security fix (1.5/2): qHash two arguments overloa...
2012-04-03 Giuseppe D'AngeloStop relying on QHash ordering
2012-04-03 Laszlo PappAdd a remainingTime() method to the public interface...
2012-04-03 ShaneDon't require exact IMAP server version in autotests
2012-04-02 Honglei ZhangConvert Boolean value into integer
2012-04-02 Friedemann KleintFix MSVC warnings in tests.
2012-04-02 Shane KearnsAdd support for PUT & POST to qget test
2012-04-02 João AbecasisIntroduce QArrayDataPointer::needsDetach
2012-04-02 João AbecasisIntroduce QArrayDataOps::truncate
2012-04-02 João AbecasisIntroduce QArrayData::detachCapacity
2012-04-02 João AbecasisIntroduce QArrayDataOps::appendInitialize
2012-04-02 Robin BurchellFix QTcpServer::listen() returning true when the port...
2012-04-02 John TapsellHarfbuzz-thai - fix buffer overflow when setting item...
2012-04-02 Robin BurchellFix multicast join/leave when binding to QHostAddress...
2012-04-01 Pekka VuorelaAdded some convenience API for platform input contexts
2012-04-01 Pekka VuorelaTestability for password mask delay
2012-04-01 Martin PeterssonQNetworkAccessFtpBackend: remove entry from QNetworkAcc...
2012-03-31 Friedemann KleintFix inputMask accessor of QLineControl.
2012-03-31 Robin BurchellRemove all calls to, and deprecate qMalloc, qRealloc...
2012-03-31 Miikka HeikkinenWindows: Make tst_qprinter significant again since...
2012-03-31 Friedemann KleintEnable Windows font tests..
2012-03-31 Matt NewellAdd payload to QSqlDriver notification with PSQL implem...
2012-03-31 Matt NewellExpand QtSql tests covering boundValues and boundValueName
2012-03-30 Matt NewellFix postgres notification support in the QPSQLDriver.
2012-03-30 Honglei ZhangFix crash when an invalid filter is set
2012-03-30 João AbecasisAdd tests to verify QByteArray's zero termination
2012-03-30 Bradley T. HughesUpdate tests/manual/windowmodality to test native dialogs
2012-03-30 Matt NewellAllow named bind values to be used multiple times per...
2012-03-29 Thiago MacieiraRevert to Qt4 behaviour that QUrl().isValid() == false
2012-03-29 Thiago MacieiraMove the #include "tst_qurlinternal.moc" up to workarou...
2012-03-29 Thiago MacieiraFix the license headers for the files in the new-qurl...
2012-03-29 Thiago MacieiraFix QUrl operator== and operator<
2012-03-29 Thiago MacieiraDisallow spaces in URLs when parsing in StrictMode.
2012-03-29 Thiago MacieiraReimplement the StrictMode URL parsing
2012-03-29 Thiago MacieiraRe-introduce support for QUrl::errorString()
2012-03-29 Thiago MacieiraPort to the new QUrl API
2012-03-29 Thiago MacieiraQUrl: Always lowercase the scheme
2012-03-29 Thiago MacieiraLong live the new QUrl implementation.
2012-03-29 Thiago MacieiraForward the methods dealing with the break down of...
2012-03-29 Thiago MacieiraLong live QUrlQuery
2012-03-29 Thiago MacieiraRefactor the URL recoder a little
2012-03-29 Thiago MacieiraRemove the tolerant parsing function and make the recod...
2012-03-29 Thiago MacieiraAdd the code that recodes URLs.
2012-03-29 Thiago MacieiraMark QUrl::{to,from}Punycode as deprecated since 5.0
2012-03-29 Thiago MacieiraMove the QByteArray-based percent-encoding activities...
2012-03-29 Jędrzej NowackiMake QArrayData::shared_null zero terminated.
2012-03-29 Lars KnollProperly detach when the modified object is a sub object
2012-03-29 Bradley T. HughesRemove modal child widget buttons from tests/manual...
2012-03-29 Jonas RabbeFix a crash in QFactoryLoader
2012-03-28 Thiago MacieiraPort QHostAddress to use the new IP utilities in QtCore
2012-03-28 Thiago MacieiraAdd support for IPv6 parsing and reconstructing the...
2012-03-28 Thiago MacieiraAdd a function to parse IPv4 addresses in QtCore
2012-03-28 Debao ZhangRemove WA_PaintOutsidePaintEvent
2012-03-28 David FaureAllow auto tests to stay away from the user's configura...
2012-03-28 Bradley T. Hugheswindowmodality test: Allow exec() with ApplicationModal...
2012-03-28 João AbecasisImprove output on test failures
2012-03-28 João AbecasisSilence unused comparison result warnings (clang)
2012-03-28 João AbecasisFix loop conditions, after warnings from clang
2012-03-28 hjkUse "qt-project.org" instead of "trolltech" in the...
2012-03-28 Thiago MacieiraDon't hardcode the order of elements in QHashes
2012-03-28 Stephen KellyRemove comment about QVariantList and QVariantMap.
2012-03-28 Thiago MacieiraUnit-test the additional QBasicAtomicXXX expansions
2012-03-28 Stephen KellyRemove workaround for QComboBox not having a USER property.
2012-03-28 Stephen KellyAdd USER properties to QDateEdit and QTimeEdit.
2012-03-27 David FaureMake QCoreApplication::applicationName() default to...
2012-03-27 Stephen KellyDon't use the pri depends line for link dependencies.
2012-03-27 João AbecasisMake QTranslator testcase independent of Widgets
2012-03-27 Pekka VuorelaProtect QAbstractTextDocumentLayout::anchorAt() from...
2012-03-27 Bradley T. HughesAdd manual test for window modality
2012-03-27 Kent HansenMerge master into api_changes
2012-03-27 Martin PeterssonQHttpNetworkConnection test: avoid integer divide by...
2012-03-27 Friedemann KleintFix some compiler warnings in tests.
2012-03-27 Pekka VuorelaReverted use of tentative commit use in QWidget editors
2012-03-27 Jan-Arve SaetherFix IAccessible2 for Windows, enable MSAA/IAccessible...
2012-03-27 Alexei RousskikhQJsonParseError improvements
2012-03-27 Jason McDonaldUncomment disabled code in QSettings autotest.
2012-03-27 Rohan McGovernMark tst_qdialog as insignificant on mac.
2012-03-26 Bradley T. HughesCocoa: don't show window when calling raise()
next