summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-102-10/+16
| | * | | Fix new[] delete mismatch in testAllan Sandfeld Jensen2019-05-151-1/+1
| | * | | Fix canonicalFilePath() for files with trailing slashesVolker Hilsheimer2019-05-211-0/+2
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-162-2/+3
| | |\| |
| | | * | Skip flaky qfloat16 1/inf == 0 test on QEMU/Arm64Edward Welbourne2019-05-151-1/+3
| | | * | winrt: Return monospace font for QFontDatabase::systemFont(QFontDatabase::Fix...Oliver Wolff2019-05-151-1/+0
* | | | | Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-2716-80/+85
|/ / / /
* | | | tst_QVariant: Fix warnings about deprecated functions not under test —Friedemann Kleint2019-05-241-247/+258
* | | | Add a bench-mark for QDate's isValid() and daysInMonth()Edward Welbourne2019-05-222-0/+57
* | | | Tidy up in tst_QDateTimeEdward Welbourne2019-05-221-8/+7
* | | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-234-9/+6
* | | | QTextBrowser: set base URL and document URL before loading contentShawn Rutledge2019-05-221-6/+15
* | | | tst_QActionGroup: avoid Java-style iteratorsMarc Mutz2019-05-221-9/+7
* | | | Long live Qt::SplitBehavior!Marc Mutz2019-05-211-0/+141
* | | | QFileSystemWatcher: lock autotest code away into a cold sectionMarc Mutz2019-05-211-0/+12
* | | | QStateMachine: handle parallel child mode for state machinesErik Verbruggen2019-05-161-4/+10
* | | | QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-176-57/+4
* | | | Enable tst_QWidget_window::tst_resize_count on Ubuntu 18.04Frederik Gladhorn2019-05-151-1/+0
* | | | Add setAutoDeleteReplies to QNetworkAccessManagerMårten Nordheim2019-05-151-0/+91
* | | | Introduce AutoDeleteReplyOnFinishAttribute for QNetworkRequestMårten Nordheim2019-05-151-0/+74
* | | | QFtp: Skip the flaky QTestEventLoop::timeout in Coin networkRyan Chu2019-05-151-32/+48
* | | | Fix the timing issue of QFtp tests when using Docker serversRyan Chu2019-05-152-1/+7
* | | | Rework QFtp test and resolve the unresolved itemsRyan Chu2019-05-151-0/+4
* | | | Migrate QFtp test to new test serverVolker Hilsheimer2019-05-152-84/+94
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-152-1/+27
|\| | |
| * | | Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-1/+26
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-0/+1
| |\| |
| | * | Make moc grok binary literals with digit separatorsVille Voutilainen2019-05-101-0/+1
* | | | tst_qrandomgenerator: replace QLinkedList with a std::listMarc Mutz2019-05-141-1/+1
* | | | Handle missing enum value in testFrederik Gladhorn2019-05-131-0/+1
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1314-16/+166
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-0914-16/+166
| |\| | | | |/ | |/|
| | * Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-088-6/+117
| | * Fix compilation of tst_qaccessibilitylinuxFrederik Gladhorn2019-05-072-4/+4
| | * Accessibility: Improve handling of read-only stateFrederik Gladhorn2019-05-072-0/+23
| | * Update locale data to CLDR v35.1Edward Welbourne2019-05-071-6/+6
| | * Use "monospace" as fallback system FixedFont in KDE theme; loggingShawn Rutledge2019-05-072-0/+16
* | | Support POSIX rules as $TZ valuesEdward Welbourne2019-05-101-0/+8
* | | Granularize blacklist of qsslsocket for WindowsMårten Nordheim2019-05-101-0/+16
* | | Granularize blacklist of qhttpsocketengine for WindowsMårten Nordheim2019-05-101-0/+5
* | | Granularize blacklist of platformsocketengine for WindowsMårten Nordheim2019-05-101-0/+7
* | | QStringView, QLatin1String: add indexOf methodsAnton Kudryavtsev2019-05-101-0/+145
* | | Fix bug with QLayout::replaceWidget(a, a)Jan Arve Saether2019-05-091-0/+4
* | | Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-084-3/+58
* | | Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-082-2/+2
* | | Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-084-1/+64
* | | Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-086-21/+258
* | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-0825-25/+26
* | | Fix notification of QDockWidget when it gets undockedDmitry Kazakov2019-05-071-1/+5
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-075-14/+53