summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QShaderGenerator: Allow more expressions in input nodesNicolas Guichard2020-02-201-0/+50
* QShaderGenerator: Don't crash when a node has multiple outputsNicolas Guichard2020-02-201-0/+73
* QShaderGraph: don't generate statements with undefined inputsNicolas Guichard2020-02-191-8/+4
* Fix QShaderGenerator crashing when a node port name prefixed another oneNicolas Guichard2020-02-191-0/+70
* QShaderGraph: Fix statement creation for graphs with dangling branchesNicolas Guichard2020-02-171-0/+45
* Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+6
* Autotest: adapt to certain OSes always allowing binding to low portsThiago Macieira2020-02-133-12/+33
* QTcpSocket::bind: fix issue found by BLACKLISTThiago Macieira2020-02-132-8/+1
* Extend tst_qstringapisymmetry for member compare()Marc Mutz2020-02-091-2/+158
* QComboBox: send font change event to popup menu when font changedWang Chuan2020-02-071-0/+43
* uic/Python: Add imports for Q(Date)Time, QKeySequenceFriedemann Kleint2020-02-061-4/+4
* tst_qnetworkreply: Print proxy warning to stderr instead of stdoutMorten Johan Sørvig2020-02-051-3/+3
* widgets: Don't create winId when the widget is being destroyedVaL Doroshchuk2020-02-051-0/+51
* uic/Python: Set form object name correctlyFriedemann Kleint2020-02-051-1/+1
* Take care of NULL data from QStringView in QCollatorEdward Welbourne2020-02-051-1/+13
* Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-031-13/+17
* Markdown importer: properly set hyperlinksGiuseppe D'Angelo2020-02-032-0/+26
* Pass QDate and QTime by value in manual calendar test codeEdward Welbourne2020-01-312-4/+4
* Blacklist failing tests on macOS 10.14Morten Johan Sørvig2020-01-302-0/+3
* QGraphicsProxyWidget: fix handling of proxy focusGiuseppe D'Angelo2020-01-291-0/+70
* 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-1531-94/+280
| |\
| * | QSequentialIterableImpl: support appendFabian Kosmale2020-01-151-0/+24
* | | Make sure the focus is passed on correctly when back-tabbingAndy Shaw2020-01-251-0/+28
* | | 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-2215-61/+47
* | | 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-222-2/+2
* | | Blacklist two tst_QScroller tests on macOSTor Arne Vestbø2020-01-221-0/+5
* | | Blacklist tst_QAbstractItemView::task200665_itemEntered on macOSTor Arne Vestbø2020-01-221-0/+2
| |/ |/|
* | 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-1418-15/+92
* | Remove empty block at beginning of imported markdownRainer Keller2020-01-131-1/+35
* | 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
* | 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
|/
* uic: Extend the baseline test for PythonFriedemann Kleint2020-01-072-21/+730
* QTextDocument: Set the font family to be after the families setAndy Shaw2020-01-061-1/+12
* QVariant: Prefer direct conversion to QVariant{List,Map,Hash}Fabian Kosmale2020-01-031-0/+44
* QTextDocument: Give fontFamily() precedence over fontFamilies()Ulf Hermann2020-01-021-0/+21