summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'remotes/lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-07-1922-25/+2040
|\ | | | | | | | | Conflicts: src/opengl/qgl_p.h
| * Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-1417-363/+703
| |\ | | | | | | | | | | | | | | | | | | Conflicts: src/gui/image/image.pri src/gui/image/qpixmapdatafactory.cpp src/gui/painting/qgraphicssystem.cpp
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-06-246-78/+38
| |\ \
| * | | Refactored classes and functions using liteJørgen Lind2010-06-241-1/+1
| | | |
| * | | Refactored QGraphicsSystemCursor -> QPlatformCursorJørgen Lind2010-06-243-40/+40
| | | |
| * | | Adding -qpa configure switchJørgen Lind2010-06-241-7/+7
| | | | | | | | | | | | | | | | also renaming the embedded_lite qmake switch to be qpa
| * | | Renamed files from *_lite* to *_qpa*Jørgen Lind2010-06-245-5/+5
| | | |
| * | | Say hello to Q_WS_QPA!Jørgen Lind2010-06-249-23/+23
| | | | | | | | | | | | | | | | Rename Q_WS_LITE -> Q_WS_QPA
| * | | Removing the default graphicsystem from lighthouseJørgen Lind2010-06-233-136/+2
| | | | | | | | | | | | | | | | Reviewed-by: paul
| * | | Merge remote branch 'qt/4.7' into lighthousePaul Olav Tvete2010-06-1842-436/+1215
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure mkspecs/common/qws.conf src/corelib/io/qresource.cpp src/gui/image/qpixmapdata_p.h src/gui/kernel/qapplication.cpp src/gui/kernel/qapplication_p.h src/gui/painting/qpaintengine_raster.cpp src/gui/text/qfontdatabase.cpp src/opengl/qgl_p.h src/plugins/mediaservices/gstreamer/gstreamer.pro
| * | | | Add support for native children in QtGui againJørgen Lind2010-06-111-5/+1
| | | | | | | | | | | | | | | | | | | | no pluginsupport though
| * | | | Use the QBlittable::drawPixmap implementation for pixmaps when we canJørgen Lind2010-06-021-3/+3
| | | | | | | | | | | | | | | | | | | | just enable a few more states
| * | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-05-1013-849/+389
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/egl/egl.pri src/gui/painting/qwindowsurface_p.h
| * | | | | move cursor details into a private classJeremy Katz2010-05-052-4/+11
| | | | | |
| * | | | | allow multiple cursorsJeremy Katz2010-05-052-7/+6
| | | | | |
| * | | | | some cursor documentation fixes, reduce public access to class internalsJeremy Katz2010-05-032-11/+24
| | | | | |
| * | | | | Enable some faster text drawing for lighthouse when using rasterJørgen Lind2010-04-221-2/+4
| | | | | |
| * | | | | Avoid copying code.Paul Olav Tvete2010-04-221-1/+7
| | | | | |
| * | | | | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-2131-893/+1937
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure src/gui/kernel/qapplication.cpp src/gui/painting/qbackingstore.cpp src/opengl/qgl.cpp src/opengl/qgl_p.h src/plugins/plugins.pro tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir tools/tools.pro
| * | | | | | Renamed createWindowSurfaceForWindowJørgen Lind2010-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to createWindowSurface. Gave also a default dpi when there is no platform integration, ie. it has not been initialised yet or is being initialised.
| * | | | | | Implement createWindowSurface, so that reparenting worksPaul Olav Tvete2010-04-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Jørgen
| * | | | | | Small optimalisation in DirectfbBlitterJørgen Lind2010-04-121-1/+1
| | | | | | |
| * | | | | | Cleaned up Blitter Paint engine and fixed a couple of bugsJørgen Lind2010-04-122-58/+54
| | | | | | |
| * | | | | | This seems to fix the resize issuesPaul Olav Tvete2010-04-091-5/+14
| | | | | | |
| * | | | | | Added QPlatformWindowJørgen Lind2010-04-075-51/+39
| | | | | | |
| * | | | | | Compile fixPaul Olav Tvete2010-03-311-0/+1
| | | | | | |
| * | | | | | Refactoring GraphicsSystem to QPlatformIntegrationJørgen Lind2010-03-318-85/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QPlatformIntegration is the "main" integration class which needs to be subclassed. This is done so that we don't pollute GraphicsSystem with functionality that really does not belong there. In lighthouse applications needs now to be started with -platform some_platform
| * | | | | | Compile fix from merging blitter examples.Jørgen Lind2010-03-291-2/+0
| | | | | | |
| * | | | | | Make sure the blitter api works with Raster GS(x11 and win) and QWSJørgen Lind2010-03-298-95/+179
| | | | | | |
| * | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-186-41/+28
| |\ \ \ \ \ \
| * | | | | | | Revert "Add blendfunctions for "all" depths on all platforms"Paul Olav Tvete2010-03-182-45/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: It turns out that the original code is more accurate and in most cases faster as well. This reverts commit a029628b5e626f4213031427aec0f62ffbef4cab.
| * | | | | | | Add blendfunctions for "all" depths on all platformsJørgen Lind2010-03-152-47/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and not only QWS
| * | | | | | | Merge remote branch 'origin/4.7' into 4.7-lighthouseJørgen Lind2010-03-1119-90/+240
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/kernel/qapplication.cpp src/gui/kernel/qapplication_p.h src/gui/kernel/qwidget.cpp
| * | | | | | | | QGraphcissystemCursor is now in a file with a _ in itJørgen Lind2010-03-083-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that syncqt does not generate an entry for it in QtGui
| * | | | | | | | Compile after QStaticText introductionPaul Olav Tvete2010-03-012-0/+13
| | | | | | | | |
| * | | | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-0139-589/+1554
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure src/gui/egl/qegl.cpp src/gui/kernel/qdnd_p.h
| * | | | | | | | | Minimaldfb: try to make pixelformat of window the same as the layerJørgen Lind2010-02-232-0/+7
| | | | | | | | | |
| * | | | | | | | | added some documentationJeremy Katz2010-02-171-1/+75
| | | | | | | | | |
| * | | | | | | | | Merge remote branch 'remotes/qt/4.6' into lighthousePaul Olav Tvete2010-02-1014-90/+151
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure tests/auto/qwidget/tst_qwidget.cpp
| * | | | | | | | | | Added basic fps calculation in qbackingstoreJørgen Lind2010-02-101-0/+15
| | | | | | | | | | |
| * | | | | | | | | | Fix release build-error in qpaintengine_blitter.cppJørgen Lind2010-02-091-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Second attemt on rasteroverlay in blitterpaintengineJørgen Lind2010-02-092-58/+49
| | | | | | | | | | |
| * | | | | | | | | | Fix QPixmap::fill autotest and cachekey autotestJørgen Lind2010-01-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make sure it didn't failed with a QFATAL when drawing bitmaps and tried to make sure all surfaces er unlocked when opperations are being performed on them from the windowsurface. There are still test failuers :(
| * | | | | | | | | | Make the blitterpaintengine not create a pathJørgen Lind2010-01-192-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but call the raster implementation instead (this is a workaround for the anti-pattern that the blitterpaintengine is)
| * | | | | | | | | | Fixed QBlittablePixmapData::fillJørgen Lind2010-01-181-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and a clipping error in the paintengine. Should prob. refactor engine state and clip calls.
| * | | | | | | | | | Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into ↵Paul Olav Tvete2010-01-141-2/+2
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lighthouse
| | * | | | | | | | | | minimaldfb: Set the correct SetDstBlendFunctionJørgen Lind2010-01-141-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2010-01-14167-282/+830
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure src/corelib/global/qglobal.cpp src/gui/dialogs/dialogs.pri
| * | | | | | | | | | | Make sure that premultiplied surfaces are usedJørgen Lind2010-01-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and clean up a bit. Also removed alot of unnecessary windowsurface code
| * | | | | | | | | | | fix application supplied image cursorsJeremy Katz2009-12-082-0/+8
| | | | | | | | | | | |