summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-272-4/+25
|\
| * Make QDeadlineTimer test more resilient against VM starvationVolker Hilsheimer2020-02-261-4/+19
| * QObject: treat T* -> bool conversions as narrowingMarc Mutz2020-02-261-0/+6
* | Add an expansion limit for entitiesLars Knoll2020-02-261-2/+42
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-261-2/+3
|\|
| * tst_QSettings: Fix leaking registry keyFriedemann Kleint2020-02-251-2/+3
| * Detect double timer during single timeout in registerTimer test, and skipVolker Hilsheimer2020-02-221-5/+17
| * Discover the conditions under which registerTimer is flaky, and skipVolker Hilsheimer2020-02-221-0/+22
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-0/+6
|\|
| * Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+6
* | Detect double timer during single timeout in registerTimer test, and skipVolker Hilsheimer2020-02-121-5/+17
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-121-2/+158
|\|
| * Extend tst_qstringapisymmetry for member compare()Marc Mutz2020-02-091-2/+158
* | QTranslator: Expose language of translation fileKai Koehne2020-02-102-2/+7
* | QTranslator: Expose origin file of the translationKai Koehne2020-02-101-1/+5
* | std::chrono overload added to QStateMachine::postDelayedEvent()Dmitriy Purgin2020-02-101-0/+162
* | On Windows 7, fall back to SHFileOperation to avoid confirmation dialogsVolker Hilsheimer2020-02-071-3/+0
* | Discover the conditions under which registerTimer is flaky, and skipVolker Hilsheimer2020-02-071-0/+22
* | Configure the MS-Win long time format rather than assuming we know itEdward Welbourne2020-02-061-3/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-1/+13
|\|
| * Take care of NULL data from QStringView in QCollatorEdward Welbourne2020-02-051-1/+13
* | Add QFile::moveToTrash, which moves a file to the trashVolker Hilsheimer2020-02-051-0/+143
* | Address failing test case for internal implementation of moveToTrashVolker Hilsheimer2020-02-042-174/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-13/+17
|\|
| * Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-031-13/+17
* | QSignalMapper: deprecate overridden signalsVitaly Fanaskov2020-02-011-7/+7
* | QScopeGuard: Fix build failures with qScopeGuard()Kari Oikarinen2020-02-011-1/+15
* | tst_QDataStream::readQCursor(): Replace deprecated QCursor APISze Howe Koh2020-02-011-12/+12
* | Add a constructor for QRunnable from anonymous functionsAllan Sandfeld Jensen2020-01-311-6/+17
* | Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-313-5/+22
* | Clarify handling of unspecified year in two QCalendar methodsEdward Welbourne2020-01-311-1/+24
* | Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-301-3/+3
* | QScopeGuard: Make constructor publicKari Oikarinen2020-01-302-6/+100
* | Implement moving of a single file system entry to the trashVolker Hilsheimer2020-01-302-0/+174
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-0/+24
|\|
| * Merge remote-tracking branch 'origin/5.14.1' into 5.14Liang Qi2020-01-281-0/+24
| |\
| | * Merge 5.14 into 5.14.1Kari Oikarinen2020-01-156-73/+135
| | |\
| | * | QSequentialIterableImpl: support appendFabian Kosmale2020-01-151-0/+24
* | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-288-13/+9016
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-288-13/+9016
| |\| | |
| | * | | QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-01-232-0/+9005
| | * | | Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-224-9/+6
| | * | | Blacklist tstPauseAnimation::noTimerUpdates on macOSTor Arne Vestbø2020-01-221-3/+4
| | * | | Extend blacklisting for a few tests to include all macOS versionsTor Arne Vestbø2020-01-221-1/+1
| | | |/ | | |/|
* | / | Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+6
|/ / /
* | | QResource: Add API to get the decompressed contentThiago Macieira2020-01-157-4/+95
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-22/+17
|\| |
| * | Combine negativeYear() and printNegativeYear()Edward Welbourne2020-01-141-22/+17
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-132-40/+107
|\| |
| * | QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-40/+79