summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QMdiArea: Do not move active subwindow after tile rearrangeNick D'Ademo2018-12-061-4/+6
* | Add tst_QOcsp auto-testTimur Pocheptsov2018-12-0611-0/+1074
* | QListWidget: mark (is|set)Item(Selected|Hidden) as deprecatedChristian Ehrlicher2018-12-041-12/+14
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-0431-99/+391
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-0431-99/+391
| |\|
| | * 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
| | * QFocusFrame: protect it from being moved around by accidentRichard Moe Gustavsen2018-11-271-0/+39
| | * Re-enable the QScroller tests on macOSShawn Rutledge2018-11-271-9/+0
| | * Fix tst_QStyleSheetStyle crash on uncommon multi-screen setupAllan Sandfeld Jensen2018-11-271-1/+2
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-2714-24/+197
| | |\
| | | * Make developer build tests pass for boot2qtSami Nurmenniemi2018-11-2613-6/+59
| | | * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-231-0/+2
| | | * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-231-10/+32
| | | * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-231-12/+44
| | | * tst_QLocale: Add tests for toFloat()Edward Welbourne2018-11-231-1/+54
| | | * Implement transient locale as instantiating a classEdward Welbourne2018-11-231-6/+17
* | | | QMdiArea: Take scroll bars into account when tiling subwindowsNick D'Ademo2018-12-041-4/+11
|/ / /