summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-0753-805/+105
* Always build JPEG and GIF support as pluginsLars Knoll2016-04-071-2/+2
* QtTest: Remove Windows CE.Friedemann Kleint2016-04-061-1/+1
* QChar: optimize comparison with QString{,Ref}Marc Mutz2016-04-051-0/+7
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLaszlo Agocs2016-04-0576-218/+532
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0576-218/+532
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0433-42/+275
| | |\
| | | * QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-0/+27
| | | * QPointer: add a test for const QPointer<X>Marc Mutz2016-04-011-0/+16
| | | * Autotest: Remove blacklistingsSimo Fält2016-04-018-24/+0
| | | * Fixup for text labels in lancelot graphics testEirik Aavitsland2016-03-312-14/+14
| | | * moc: bail out early on missing or invalid options fileJoerg Bornemann2016-03-311-0/+27
| | | * Fix possible crash in QImage::pixel()Eskil Abrahamsen Blomfeldt2016-03-311-0/+29
| | | * Enable cmake auto tests for -no-guiKai Pastor2016-03-303-3/+10
| | | * QTextEdit::inputMethodQuery(): Preserve types when applying offset.Friedemann Kleint2016-03-301-0/+13
| | | * QtWidgets: Add autotests for Qt::WA_OutsideWSRange flagBłażej Szczygieł2016-03-291-0/+66
| | | * QPlainTextEdit: Take vertical offset into account when answering input method...Friedemann Kleint2016-03-291-0/+13
| | | * Purge sRGB chunks from PNGs in tests.Edward Welbourne2016-03-2910-0/+0
| | | * Allow to style arrows drawn with drawPrimitive in QCommonStyle.Hannah von Reth2016-03-251-0/+48
| | | * Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-0/+11
| | | * Update comment in tst_QLocalSocket::readBufferOverflowJoerg Bornemann2016-03-241-1/+1
| | * | Check that window has been paintedMilla Pohjanheimo2016-03-311-1/+1
| | * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-3035-48/+48
| | * | Unify license header usage.Jani Heikkinen2016-03-291-3/+13
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-246-97/+141
| | |\|
| | | * tst_QAtomicInteger: fix UBs (signed overflow)Marc Mutz2016-03-241-93/+0
| | | * Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-241-3/+17
| | | * QAbstractItemView test: check that the selection model is in sync with the viewGiuseppe D'Angelo2016-03-231-0/+55
| | | * QAbstractItemView: trigger handlers (and redraw) when changing selection modelGiuseppe D'Angelo2016-03-231-0/+54
| | | * Initialize input method for read-only QTextBrowserMarko Kangas2016-03-231-0/+11
| | | * Fix tests for build with -no-guiKai Pastor2016-03-232-1/+5
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-232-28/+55
| | |\|
| | | * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-221-28/+10
| | | * Add auto-test for crash in QCocoaBackingStoreGabriel de Dietrich2016-03-211-0/+45
* | | | QChar: add missing relational operators against QLatin1String/QStringRefMarc Mutz2016-04-051-22/+0
|/ / /
* | | Remove Windows CE from tests (others).Friedemann Kleint2016-03-3115-579/+4
* | | QtGui: Remove Windows CE.Friedemann Kleint2016-03-3023-144/+23
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-3057-742/+124
* | | QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-2928-166/+22
* | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-232-1/+16
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2252-325/+981
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-2119-84/+179
| |\|
| | * Fix QFINDTESTDATA when using cmake ninja generatorStephen Kelly2016-03-195-0/+89
| | * WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-161-1/+1
| | * tst_QXmlStream::writerHangs(): Create file in temporary directoryMaurice Kalinowski2016-03-161-1/+2
| | * QTextStream test: Change current directoryMaurice Kalinowski2016-03-162-0/+20
| | * tst_qtabbar sizeHints fixMilla Pohjanheimo2016-03-161-16/+10
| | * QRect: fix UB (int overflow) in center()Marc Mutz2016-03-151-1/+1
| | * tst_QRect: drop a test that depends on int overflowMarc Mutz2016-03-151-2/+1
| | * tst_QSqlQuery: fix UBs (invalid downcasts, member calls)Marc Mutz2016-03-151-50/+32