summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Optimized raster drop shadow filter to only blur alpha channel.Samuel Rødal2009-10-151-24/+27
* Fixed buggy bitmap drawing in GL 2 engine on X11.Samuel Rødal2009-10-151-1/+1
* Fixed bitmap brushes and tiled bitmaps in the OpenGL1 paint engine.Kim Motoyoshi Kalland2009-10-153-92/+132
* CompileEskil Abrahamsen Blomfeldt2009-10-151-1/+1
* Fixed the GLSL-to-assembly code generator to output enums correctly.Kim Motoyoshi Kalland2009-10-141-21/+32
* Cleaned up OpenGL1 paint engine GLSL code.Kim Motoyoshi Kalland2009-10-1420-1063/+1009
* Optimized bloom graphics effect implementation.Samuel Rødal2009-10-141-9/+13
* Added qt_toRasterPixmap functions.Samuel Rødal2009-10-141-0/+23
* Added QPixmapData::createCompatiblePixmapData() used by QPixmap::copy().Samuel Rødal2009-10-1413-8/+52
* Fixed wrong use of graphics effects for pixmap graphics items.Samuel Rødal2009-10-141-27/+7
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-146-17/+16
|\
| * Fixed upside down brush patterns in the OpenGL paint engines.Kim Motoyoshi Kalland2009-10-142-3/+0
| * Fixed handling of brush origin in the OpenGL paint engines.Kim Motoyoshi Kalland2009-10-133-14/+14
| * Fixed bug where bitmaps were painted black instead of in pen colour.Kim Motoyoshi Kalland2009-10-131-0/+2
* | updated fragment programs after changes to .glsl filesGunnar Sletta2009-10-141-141/+105
* | Make QStrokerOps, QStroker and QDashStroker properly modulargunnar2009-10-131-4/+4
* | Make QStrokerOps, QStroker and QDashStroker properly modulargunnar2009-10-132-8/+38
|/
* Work around broken ATI X1600 drivers on Mac OS XGunnar Sletta2009-10-131-1/+19
* Fixed bug when using QGLWidgets in -graphicssystem openglSamuel Rødal2009-10-122-1/+18
* Fixed documentation of QPixmap::x11Info() to not talk about widgets.Samuel Rødal2009-10-121-5/+5
* Fixed bug on X11 with WA_TranslucentBackground and native child widgets.Samuel Rødal2009-10-121-25/+46
* Fixed bug where calling fill on pixmap with active painter would crash.Kim Motoyoshi Kalland2009-10-091-0/+10
* Fix for tst_qfile::map auto test in Symbian OS 3.1.Janne Anttila2009-10-091-2/+13
* Made QPen::setDashOffset() work with non-custom dashed lines.Kim Motoyoshi Kalland2009-10-091-3/+11
* Add a way to allow tracking the originating object with QNetworkRequest.Simon Hausmann2009-10-094-0/+51
* Autotest: fix false positives with MSVC.NET 2003Thiago Macieira2009-10-091-1/+19
* Autotest: fix forward-declaration test.Thiago Macieira2009-10-091-1/+5
* Fixed doc for softkeys in the qwidget doc.Denis Dzyubenko2009-10-091-2/+1
* Doc: update the compiler notes about Sun CC's STL not being supportedThiago Macieira2009-10-091-1/+13
* Fix QHostInfo IP resolution when there's no reverse for the IP.Thiago Macieira2009-10-092-50/+30
* Help Nokia X86 compiler to compiler qbuttongroup autotest.Janne Anttila2009-10-091-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jan-Arve Sæther2009-10-0984-812/+1280
|\
| * Check the framebuffer format against a format, not a texture targetRhys Weatherley2009-10-091-1/+1
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-10-097-6/+38
| |\
| | * hellogl now runs on QT_OPENGL_ES_1 (ie N95).Sarah Smith2009-10-097-6/+38
| * | Suppress unnecessary warning messages if pbuffers are not supportedRhys Weatherley2009-10-091-3/+10
| * | EGL_SAMPLES should be 1, not -1, to select number of samplesRhys Weatherley2009-10-091-1/+1
| |/
| * Prevent double-destroy of a pbuffer's EGLSurfaceRhys Weatherley2009-10-081-1/+1
| * Fix detection of pbuffers on OpenGL/ES systemsRhys Weatherley2009-10-081-1/+1
| * Don't print EGL buffer size if it isn't set.Rhys Weatherley2009-10-081-2/+2
| * Color role with higher contrast for focusrectAlessandro Portale2009-10-081-1/+1
| * Fix .ui of Styledemo (Layout tweaks)Alessandro Portale2009-10-081-184/+149
| * QS60Style: Re-enable color-from-skin-part extractionAlessandro Portale2009-10-081-5/+4
| * Fixes XPASS on the QFileDialog test on CarbonOlivier Goffart2009-10-081-1/+1
| * Merge branch '4.5' into 4.6Thiago Macieira2009-10-084-8/+7
| |\
| | * QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-10-071-4/+8
| | * ignore invalid WM_KEYDOWN messages on WindowsJoerg Bornemann2009-10-071-2/+2
| | * fix ts and qm targets under windowsOswald Buddenhagen2009-10-071-4/+1
| | * Fix ASSERT caused by Plastique style when setting an application font with a ...Bradley T. Hughes2009-10-071-1/+1
| * | Fixed compile.Rohan McGovern2009-10-081-1/+2