summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoid test failures in tst_qtimezone.cpp and Windows 10 1809Kai Koehne2019-01-281-2/+1
* tst_QItemDelegate: try to stabilize combobox testChristian Ehrlicher2019-01-252-4/+1
* tst_qsslsocket - blacklist several test temporarilyTimur Pocheptsov2019-01-241-0/+6
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-2317-23/+101390
|\
| * Stabilize tst_QItemDelegate::dateTimeEditor()Friedemann Kleint2019-01-221-10/+23
| * tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-211-25/+25
| * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-133-0/+47
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0816-398/+1308
| |\
| * | Drag'n'Drop: fix dnd when dragMoveEvent() is not implementedChristian Ehrlicher2019-01-071-4/+32
| * | Add binary compatibility files for 5.12 for QtBaseMilla Pohjanheimo2018-12-2111-0/+101252
| * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-132-9/+36
* | | Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-222-2/+15
* | | tst_QGraphicsItem: stabilize cursor() testChristian Ehrlicher2019-01-221-5/+3
* | | Use RAII to handle setting of default locale in tst_QStringEdward Welbourne2019-01-221-17/+16
* | | tst_QPrinter: stabilize qprinter testChristian Ehrlicher2019-01-201-1/+1
* | | tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-201-25/+25
* | | Eliminate some stray misleading paths from expected output filesEdward Welbourne2019-01-165-12/+12
* | | tst_qsyntaxhighlighter: fix no-op QTRY_VERIFY checkMårten Nordheim2019-01-161-1/+2
* | | QSyntaxHighlighter: cancel delayed highlight if done manuallyMårten Nordheim2019-01-161-0/+19
* | | fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-142-0/+7
* | | qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-098-9/+31
* | | Blacklist a flaky qtableview function in WinRTTony Sarajärvi2019-01-081-0/+2
| |/ |/|
* | Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+11
* | qmake: add $$read_registry() functionOswald Buddenhagen2019-01-051-0/+2
* | Revert "Blacklist tst_QTimer::basic_chrono on macOS"Tony Sarajärvi2019-01-041-2/+0
* | Remove dead codeVitaly Fanaskov2019-01-041-134/+0
* | Respect roles of buttons added to QMessageBoxVitaly Fanaskov2019-01-031-0/+95
* | Fix QStringListModel::setData to check for actual changesLuca Beldi2018-12-241-0/+20
* | macOS: Only do gamma-corrected blending for subpixel-antialiased textTor Arne Vestbø2018-12-231-2/+2
* | Fix text shifting vertically when elidedEskil Abrahamsen Blomfeldt2018-12-212-0/+28
* | QTableView: Fix keyboard navigation with disabled rowsChristian Ehrlicher2018-12-181-6/+34
* | nativewindow: Add additional test for 8pt font sizeTor Arne Vestbø2018-12-161-4/+3
* | moc: add support for C++11 enum structSamuel Gaist2018-12-152-0/+12
* | QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-151-38/+38
* | QAbstractSlider: fix invertedControls having no effect for left/right keysMitch Curtis2018-12-131-3/+487
* | Refactor tst_QAbstractSlider::keyPressed()Mitch Curtis2018-12-131-163/+482
* | qt_imageFromWinHBITMAP(): Fix memory corruption when converting from bitmaps ...Friedemann Kleint2018-12-121-0/+14
* | tst_QMessageBox: Modernize and simplify codeVitaly Fanaskov2018-12-121-37/+36
* | nativetext: Fix baseline positioning for CoreTextTor Arne Vestbø2018-12-111-8/+19
* | Handle QCollator with locale C by delegating to QStringEdward Welbourne2018-12-111-5/+13
* | Avoid crash in blitting or fast draw when QPointF is too bigAllan Sandfeld Jensen2018-12-111-0/+16
|/
* Add manual test case for verifying our text renderingTor Arne Vestbø2018-12-083-1/+319
* Set QScroller's parent to its widget, for memory managementShawn Rutledge2018-12-081-2/+36
* Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-073-0/+49
* Remove one out-of-date comment, refine another that was impreciseEdward Welbourne2018-12-071-6/+1
* Fix compilationLars Knoll2018-12-031-0/+1
* Add lancelot tests to verify vertical alignment of inline imagesLars Knoll2018-12-033-0/+38
* Read font selection flags and use them when querying for metricsMårten Nordheim2018-11-303-0/+30
* Fix a nullptr compile error with gcc 4.8Ville Voutilainen2018-11-301-4/+4
* Avoid invalid qmake code in macOS-specific pluginloader testUlf Hermann2018-11-306-61/+80