summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-102-3/+2
|\
| * tst_qsortfilterproxymodel: remove unused member varDavid Faure2014-11-281-2/+1
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-1/+1
| |\
| | * Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-211-1/+1
* | | QChar: prepare relational operators for constexpr'ificationMarc Mutz2014-12-101-0/+29
* | | QSortFilterProxyModel: honor the roles parameter of dataChangedGiuseppe D'Angelo2014-12-071-0/+32
* | | Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-071-0/+51
* | | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-032-14/+6
* | | Implement proper C++ type numeric promotion for QVariant comparisonsThiago Macieira2014-12-031-1/+322
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2415-36/+270
|\| |
| * | QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-241-0/+56
| * | Disable the tests that verify that the available space shrunkThiago Macieira2014-11-221-0/+10
| * | Fix tst_QEventLoop::processEventsExcludeSocket testJan-Marek Glogowski2014-11-211-9/+43
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-2/+2
| |\|
| | * Make QVersionNumber privateThiago Macieira2014-11-132-2/+2
| * | Fix QString::section() behavior on negative and out-of-range indexesAlex Trotsenko2014-11-201-0/+22
| * | QSortFilterProxyModel: keep the sorting on unrelated changesGiuseppe D'Angelo2014-11-201-0/+74
| * | Add Windows-specific notation for WebDAV to QUrl.Friedemann Kleint2014-11-171-0/+9
| * | Add C++11 if available for QVariant autotestJørgen Lind2014-11-131-0/+1
| * | tst_QTimer::singleShotToFunctors: Allocate static event loop on heap.Friedemann Kleint2014-11-111-5/+14
| |/
| * tst_qvariant: automate testing of forward_listMarc Mutz2014-10-291-6/+6
| * Properly detect UTF-8 BOM markers in ini filesLars Knoll2014-10-293-8/+23
| * Hardcode UTF-8 for "unicode" in QTextCodec::codecForHtml().Friedemann Kleint2014-10-281-0/+4
| * Remove trailing '\n' in qFormatLogMessage outputKai Koehne2014-10-271-6/+6
* | Fix asymmetry in QVariant::cmp when A converts to B but not the oppositeThiago Macieira2014-11-201-1/+8
* | Enhance precision of the FP conversion to strings in QVariantThiago Macieira2014-11-201-38/+73
* | Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-161-10/+37
* | Add a inline QVector::append(const QVector &) overloadhjk2014-11-061-0/+12
* | Add rvalue-ref qualified {QString,QByteArray}::{simplified,trimmed}Thiago Macieira2014-11-021-0/+12
* | Add QMetaType::type(QByteArray) functionKent Hansen2014-10-311-0/+59
* | Use Q_DECL_RELAXED_CONSTEXPR in QFlagsOlivier Goffart2014-10-312-0/+15
* | Make Q_INVOKABLE work on Q_GADGETOlivier Goffart2014-10-301-0/+49
* | Be able to read and write properties to Q_GADGETOlivier Goffart2014-10-301-0/+29
* | Add conversion between QVariantHash and QJsonObjectAllan Sandfeld Jensen2014-10-301-0/+42
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-273-8/+49
|\|
| * Fix doc about the list of supported codecsAlexander Volkov2014-10-241-7/+2
| * Add support for "Apple Roman" encodingAlexander Volkov2014-10-241-0/+1
| * Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-241-0/+45
| * Further limit the sparse file testing on OS XMorten Johan Sørvig2014-10-221-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-209-34/+75
|\|
| * logging: Fix qCleanupFuncinfo to not mangle Objective-C message namesTor Arne Vestbø2014-10-201-0/+16
| * tst_QPointer: fix memleakMarc Mutz2014-10-191-1/+2
| * tst_QState: fix memleaksMarc Mutz2014-10-191-9/+9
| * tst_QThreadPool: fix memleakMarc Mutz2014-10-191-6/+6
| * tst_QSharedPointer: fix memleakMarc Mutz2014-10-191-1/+2
| * tst_QMetaType: fix memleaksMarc Mutz2014-10-191-14/+26
| * tst_QMimeData: test doesn't require QGuiApplicationMarc Mutz2014-10-191-1/+1
| * QSettings: Prevent assert when passing empty keys.Friedemann Kleint2014-10-171-0/+11
| * Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-141-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-094-12/+81
|\|