summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Add an easier way to change colorspacesAllan Sandfeld Jensen2019-08-021-0/+47
* Improve our color space terminologyAllan Sandfeld Jensen2019-08-021-23/+23
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-1/+9
|\
| * Fix assert in QPainterPath after clear()Eirik Aavitsland2019-07-311-1/+9
* | Parse color space name from ICC profileAllan Sandfeld Jensen2019-07-312-10/+28
* | Revert "Fix comparisons of image with different color spaces"Eirik Aavitsland2019-07-291-18/+0
* | Add support for saving colorspace to PNGsAllan Sandfeld Jensen2019-07-231-0/+31
* | Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-231-0/+18
* | Remove public d_func from QColorSpaceAllan Sandfeld Jensen2019-07-231-5/+5
* | Fix loading of image files with wrong, but known, file name extensionEirik Aavitsland2019-07-181-4/+4
* | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-1311-21/+163
* | unblacklist passing testsDaniel Smith2019-07-0811-48/+28
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-051-0/+24
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-0/+24
| |\|
| | * Handle multiple font-families in <font> face attributeAllan Sandfeld Jensen2019-07-031-0/+24
* | | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+2
|/ /
* | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-292-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-272-0/+16
|\|
| * Output all font families in HTML outputAllan Sandfeld Jensen2019-06-211-0/+12
| * Fix crash in QPainterPath::reserve()Eirik Aavitsland2019-06-191-0/+4
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-204-0/+25
| |\
* | \ Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-254-0/+25
|\ \ \ | | |/ | |/|
| * | Generalize image file name @2x suffix handling to higher scale factorsEirik Aavitsland2019-06-144-0/+25
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-202-10/+10
* | | test: migrate QTextDocumentFragment test to QRegularExpressionSamuel Gaist2019-06-101-1/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+9
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-0/+9
| |\|
| | * Fix: QTextDocument::find backward search crossing paragraphsEirik Aavitsland2019-06-041-0/+9
* | | Introduce the Qt graphics abstraction as private QtGui helpersLaszlo Agocs2019-06-1313-0/+558
* | | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-3/+3
* | | Fix warnings & deprs in tst_qcoreapplication and tst_qguiapplicationShawn Rutledge2019-06-052-25/+26
* | | QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-042-15/+40
* | | Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-0/+3
* | | QTextMarkdownWriter: fix some bad cases with word wrapShawn Rutledge2019-05-243-1/+16
* | | QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-242-0/+13
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Friedemann Kleint2019-05-273-95/+117
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-273-95/+117
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-272-94/+117
| | |\|
| | | * Blacklist tst_qwindow::spuriousMouseMove() on WindowsFriedemann Kleint2019-05-201-0/+2
| | | * Brush up tst_QWindowFriedemann Kleint2019-05-151-94/+115
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-1/+0
| | |\|
| | | * winrt: Return monospace font for QFontDatabase::systemFont(QFontDatabase::Fix...Oliver Wolff2019-05-151-1/+0
* | | | Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-276-31/+21
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-132-0/+16
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-0/+16
| |\|
| | * Use "monospace" as fallback system FixedFont in KDE theme; loggingShawn Rutledge2019-05-072-0/+16
* | | Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-084-3/+58
* | | Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-081-1/+1
* | | Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-084-1/+64
* | | Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-086-21/+258