summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-074-136/+13
|\
| * 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
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-0411-50/+236
|\|
| * 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
* | Revert "Disable Docker-based test servers on macOS temporarily"Ryan Chu2019-01-031-1/+1
* | Fix and unit test QPalette::resolveAlejandro Exojo2018-12-311-0/+38
* | QbstractItemView: Allow Key_Space for keyboardSearch()Christian Ehrlicher2018-12-251-0/+42
* | QTreeView: fix keyboard navigation when first or last item is disabledChristian Ehrlicher2018-12-252-0/+52
* | Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threadsAndy Shaw2018-12-231-0/+10
* | QSsl: do not wait for 'connected'/'encrypted' if a protocol is disabledTimur Pocheptsov2018-12-211-44/+55
* | QCommandLineParser: show application name in error messagesDavid Faure2018-12-201-0/+22
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-151-163/+966
|\|
| * 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
* | OpenSSL: drop support for SSLv2 and SSLv3Giuseppe D'Angelo2018-12-131-129/+63
* | uic: No longer generate static_cast for enum values in legacy formsFriedemann Kleint2018-12-1313-25/+25
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-12-135-50/+98
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-135-50/+98
| |\|
| | * 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 Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-123-13/+37
|/ /
* | Resources: reject compressed content we can't decompressThiago Macieira2018-12-125-15/+21
* | Revert "Disable Docker-based test servers on Linux temporarily"Ryan Chu2018-12-121-3/+0
* | QTreeWidget: mark is/setFirstItemColumnSpanned() as deprecatedChristian Ehrlicher2018-12-111-0/+23
* | Docker Provisioning: Update the SHA-1 tag of server imagesRyan Chu2018-12-102-10/+10
* | Use QScopedPointer instead of new/deleteJesus Fernandez2018-12-101-7/+7
* | QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-102-8/+20
* | QUrlQuery: Implement initializer list constructorSamuel Gaist2018-12-091-0/+8
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-094-3/+355
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-084-6/+50
|\|
| * 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
* | Add a testlib selftest for the watchdogEdward Welbourne2018-12-0611-4/+165
* | generate_expected_output.py: refine environment used for subtestsEdward Welbourne2018-12-061-26/+64
* | Test that mismatches of datatype in test data columns are rejectedEdward Welbourne2018-12-0621-10/+347