summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Post Merge FixesLeander Beernaert2020-01-2414-95/+60
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-24213-7378/+113158
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-191-0/+1
| |\
| | * QUdpSocket: Blacklist writeDatagramToNonExistingPeer for msvc2019Mårten Nordheim2020-01-171-0/+1
| * | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-01-1727-41/+245
| |\ \
| | * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1627-41/+245
| | |\|
| | | * 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-1521-38/+152
| | | |\
| | | | * uic/Python: Fix missing QCursor importFriedemann Kleint2020-01-141-1/+1
| | | | * Combine negativeYear() and printNegativeYear()Edward Welbourne2020-01-141-22/+17
| | | | * uic: add customwidget imports support for pythonCristián Maureira-Fredes2020-01-141-1/+1
| | | | * Clarify blacklisting of tst_QWidget::childEvents on macOSTor Arne Vestbø2020-01-141-1/+1
| | | | * Extend blacklisting of tst_QWidget::showMinimizedKeepsFocus to all macOS vers...Tor Arne Vestbø2020-01-141-2/+1
| | | | * Blacklist tests on macOS that rely on moving the cursorTor Arne Vestbø2020-01-142-0/+6
| | | | * Blacklist tst_QTableView::mouseWheel on macOSTor Arne Vestbø2020-01-141-0/+2
| | | | * Blacklist tst_QStyleSheetStyle::widgetStylePropagation on macOSTor Arne Vestbø2020-01-141-0/+2
| | | | * Skip tst_QMenu::pushButtonPopulateOnAboutToShow on macOSTor Arne Vestbø2020-01-141-0/+4
| | | | * Skip instead of fail tests when test server is not availableTor Arne Vestbø2020-01-1413-10/+82
| | | | * Remove empty block at beginning of imported markdownRainer Keller2020-01-131-1/+35
| * | | | QPalette: fix function swap and move operatorVitaly Fanaskov2020-01-171-7/+19
| * | | | Introduce Q_MOC_INCLUDEOlivier Goffart2020-01-177-4/+279
| |/ / /
| * | | Move QOpenGLWindow from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-152-2/+2
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1511-569/+656
| |\| |
| | * | qshader autotest: Avoid variable shadowingLaszlo Agocs2020-01-141-4/+6
| | * | QStandardItem/QStandardItemModel tests: cleanupChristian Ehrlicher2020-01-132-329/+197
| | * | Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-131-5/+46
| | * | Move away from CBOR in QShaderDescription serializationLaszlo Agocs2020-01-132-9/+123
| | * | QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-135-186/+181
| | * | 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
| | | * QFileSystemWatcher/win: watch also for attribute changes of directoriesChristian Ehrlicher2020-01-101-0/+28
| * | | Update instructions for downloading the shared-mime-info releaseDavid Faure2020-01-131-4/+4
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1314-80/+80
| |\| |
| | * | QSslSocket: deprecate sslErrors() getterTimur Pocheptsov2020-01-102-8/+8
| | * | QLocalSocket - deprecate ambiguous 'error' overloadsTimur Pocheptsov2020-01-102-8/+8
| | * | QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-109-53/+53
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-093-11/+11
| | |\|
| | | * Fix encoding expected by tst_qmessagehandler::qMessagePattern()Edward Welbourne2020-01-091-5/+5
| | | * Fix encoding inconsistency between tst_QNoDebug and QTestLogEdward Welbourne2020-01-091-2/+2
| | | * QObject: Replace more 0 and NULL with nullptrAndre Hartmann2020-01-091-4/+4
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-104-28/+796
| |\| |
| | * | Make setReadOnly track ReadOnlyChange events onlyMorten Johan Sørvig2020-01-091-7/+8
| | * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-092-21/+730
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-092-21/+730
| | | |\|
| | | | * uic: Extend the baseline test for PythonFriedemann Kleint2020-01-072-21/+730
| | * | | QStringView: add a test for overload resolution versus QStringGiuseppe D'Angelo2020-01-091-0/+58
| | |/ /
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-091-1/+12
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-1/+12
| | |\|
| | | * QTextDocument: Set the font family to be after the families setAndy Shaw2020-01-061-1/+12
| * | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-0710-98/+162
| |\| |