summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix compilation with Qt 6Lars Knoll2019-05-061-5/+5
| * | | Fix qplugin.h for Qt 6Lars Knoll2019-05-051-0/+4
| * | | Prefix QTextStream operators with Qt:: in testsLars Knoll2019-05-032-2/+2
| * | | Custom color-space based on chromaticitiesAllan Sandfeld Jensen2019-05-021-0/+68
| * | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+0
| * | | Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-015-0/+468
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-0/+60
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-281-0/+60
| | |\|
| | | * Fix page breaking with large imagesLars Knoll2019-04-261-0/+60
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-100/+283
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-100/+283
| | |\|
| | | * QShaderGenerator: don't generate temporary variables for global inputsPaul Lemire2019-04-101-40/+146
| | | * QShaderGenerator: fix substitution for attributes on GL2/ES2Paul Lemire2019-04-101-70/+147
* | | | Merge remote-tracking branch 'gerrit/dev' into wip/cmakeTobias Hunger2019-04-162-83/+175
|\| | |
| * | | Add Extended RGB model to QColorAllan Sandfeld Jensen2019-04-122-83/+175
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1645-72/+1173
|\| | |
| * | | Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-092-0/+12
| * | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-063-7/+7
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-043-0/+91
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-033-0/+71
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-023-0/+71
| | | |\|
| | | | * Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-0/+35
| | | | * Forward devicePixelRatio in QPixmap::mask()Alexander Volkov2019-04-011-0/+34
| | | | * Fix assert/crash when creating QBrush with null QGradientEirik Aavitsland2019-04-011-0/+2
| | * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-0/+20
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+20
| | | |\|
| | | | * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-0/+20
| | | | |\
| | | | | * Merge 5.12 into 5.12.2Kari Oikarinen2019-02-202-1/+23
| | | | | |\
| | | | | * | Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-141-0/+20
| * | | | | | Allow word break wrapping in Korean textEskil Abrahamsen Blomfeldt2019-04-041-0/+26
| |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-015-24/+203
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-0/+155
| | |\| | |
| | | * | | Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-261-0/+155
| | | | |/ | | | |/|
| | * | | QTextureFileReader: add support for astc format filesEirik Aavitsland2019-02-274-24/+48
| * | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-207-5/+87
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-191-1/+1
| | |\| |
| | | * | Fix OpenGL ES2 build on LinuxJoerg Bornemann2019-02-151-1/+1
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-152-0/+24
| | |\| |
| | | * | QTextDocument: Do respect white-space:nowrapKai Koehne2019-02-131-0/+22
| | | |/
| | | * Fix warning in tst_qopengl.cppJoerg Bornemann2019-02-121-0/+2
| | * | [Windows] Fixed regression when creating fallback fontsEskil Abrahamsen Blomfeldt2019-02-141-3/+0
| | * | Add faster path for scaling QRegion with multiple regionsJoni Poikelin2019-02-131-0/+55
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-121-0/+6
| | |\|
| | | * Fix QTextTable:insertRows() for tables with spanning cellsLars Knoll2019-02-091-0/+6
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-1/+1
| | |\|
| | | * Fix QColor::toCmyk() for rgb(0, 0, 0)Eirik Aavitsland2019-02-051-1/+1
| * | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-086-3/+250
| |/ /
| * | QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-281-1/+1
| * | QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-231-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+21
| |\|