summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | Make QOpenGLTextureCache::bindTexture upload efficientlyAllan Sandfeld Jensen2014-07-041-5/+15
* | QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-042-1/+58
* | Windows clipboard: Deny CF_DIB support for images with alpha.Friedemann Kleint2014-07-032-11/+77
* | Use the standard functions in GLES3 builds in VAOsLaszlo Agocs2014-07-022-1/+25
* | QGuiApplication::paletteChanged(const QPalette &palette) [signal]J-P Nurmi2014-07-021-0/+27
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-55/+144
|\|
| * Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2014-06-231-31/+55
| * tst_qicon: Resolve all files using QFINDTESTDATA().Friedemann Kleint2014-06-221-24/+35
| * Correct QImage::fill(uint) on RGBA8888 formatsAllan Sandfeld Jensen2014-06-201-0/+39
| * Add missing detach() in QPixmap::convertFromImage()David Faure2014-06-111-0/+15
* | Windows: Fix setting of geometries in minimized state.Friedemann Kleint2014-06-271-0/+23
* | QGuiApplication::layoutDirectionChanged(Qt::LayoutDirection) [signal]J-P Nurmi2014-06-251-0/+27
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2014-06-072-0/+18
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-052-0/+18
| |\|
| | * Windows: Fix another crash when creating QRawFont from invalid dataEskil Abrahamsen Blomfeldt2014-05-281-0/+5
| | * Cocoa: Make sure modal windows get correct geometry on showAndy Shaw2014-05-261-0/+13
* | | Make the ICO image handler capable of reading CUR files too.Robin Burchell2014-06-052-4/+15
|/ /
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-0/+11
|\|
| * Fix crash when loading invalid font data in QRawFontEskil Abrahamsen Blomfeldt2014-05-141-0/+11
* | QPainter on QBitmap: make setBrush(NoBrush) work as expected.David Faure2014-05-171-0/+22
* | Add viewport transform to QMatrix4x4Sean Harmer2014-05-161-0/+35
* | Windows: Use new clipboard API for listening to changes.Friedemann Kleint2014-05-151-5/+41
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-132-0/+62
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-032-0/+62
| |\
| | * Fix assert on justification of QTextLine with only spacesEskil Abrahamsen Blomfeldt2014-04-301-0/+15
| | * Fix incorrect repaints with plain text editSimon Hausmann2014-04-301-0/+47
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-064-46/+185
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-46/+36
| |\|
| | * Improve the Unicode script itemization implementationKonstantin Ritt2014-04-141-15/+7
| | * Make HarfBuzz-NG the default shaper on MacKonstantin Ritt2014-04-142-31/+29
| * | XCB: fix that modal dialogs can go behind other process windowsJorgen Lind2014-04-161-0/+113
| * | QNX: Fix QGuiApplication autotestsFabian Bumberger2014-04-141-0/+36
| |/
* | Add support for -qwindowicon command line argument.David Faure2014-05-025-0/+27
* | Remove direct OpenGL calls from QtOpenGLLaszlo Agocs2014-04-281-7/+7
* | Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-242-1/+53
* | Introducing QPixelFormatJorgen Lind2014-04-234-0/+294
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-113-1/+8
|\|
| * QPageLayout: provide op!=Marc Mutz2014-04-081-0/+4
| * QPageSize: provide op!=Marc Mutz2014-04-081-0/+3
| * purge vestiges of opengl es 1 supportOswald Buddenhagen2014-04-041-1/+1
* | Optimize QColor::setNamedColorJędrzej Nowacki2014-04-031-2/+11
* | Serialize QPicture using the latest QDataStream version.Mitch Curtis2014-04-021-24/+83
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-0110-186/+364
|\|
| * Make tst_qopengl more verbose.Friedemann Kleint2014-03-311-28/+45
| * QEvent: document and check when registerEventTypes() returns -1Marc Mutz2014-03-291-0/+26
| * tst_QEvent: add another test-case for registerEventType()Marc Mutz2014-03-291-1/+3
| * Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-281-0/+21
| * Deprecate QFont::setRawName() and QFont::rawName()Sergio Ahumada2014-03-271-34/+0
| * Fix application font removal when using FontConfigFabian Bumberger2014-03-274-1/+35
| * QNX: Fix QWindow autotestFabian Bumberger2014-03-271-1/+53