summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qgraphicssystem_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-031-0/+2
|\ | | | | | | | | | | | | Conflicts: src/openvg/qvg_symbian.cpp src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtGuiu.def
| * Add internal function for releasing cached GPU resources.Jani Hautakangas2011-03-011-0/+2
| | | | | | | | | | Task-number: QTBUG-17849 Reviewed-by: Samuel Rødal
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/imageanalyzer/imageanalyzer.h examples/webkit/imageanalyzer/mainwindow.h mkspecs/unsupported/qws/linux-x86-openkode-g++/qplatformdefs.h src/corelib/io/qfsfileengine_iterator_unix.cpp src/corelib/io/qfsfileengine_iterator_win.cpp src/corelib/kernel/qcoreapplication.cpp src/network/access/qnetworkaccessdatabackend.cpp src/plugins/bearer/connman/qconnmanservice_linux.cpp src/plugins/platforms/openvglite/qwindowsurface_vglite.h src/s60installs/bwins/QtCoreu.def src/s60installs/eabi/QtCoreu.def src/s60installs/s60installs.pro tools/assistant/tools/assistant/helpviewer_qwv.h tools/qdoc3/test/qt-html-templates.qdocconf
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Removed createBlittable factory function from PlatformIntegrationJørgen Lind2010-07-221-1/+0
| | | | | | | | | | | | | | | | | | | | and moved it onto QBlittablePixmap making the class abstract. The creator function was seen as to spesialised to be part of the PlatformIntegration class, and belonged to the QBlittablePixmap class anyway since that was the PixmapData type you would need to return to use the blitter api. Also removed the cross platform examples as they are more confusing than anything else. For usage of QBlittable look in the directfb platform integration plugin.
* | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-141-0/+1
|\ \ | |/ | | | | | | | | | | Conflicts: src/gui/image/image.pri src/gui/image/qpixmapdatafactory.cpp src/gui/painting/qgraphicssystem.cpp
| * New variant of ::createPixmapData with origin for QGraphicsSystem.Michael Dominic K2010-06-281-0/+1
| | | | | | | | | | Merge-request: 705 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* | Refactoring GraphicsSystem to QPlatformIntegrationJørgen Lind2010-03-311-25/+2
| | | | | | | | | | | | | | | | | | | | | | 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
* | Make sure the blitter api works with Raster GS(x11 and win) and QWSJørgen Lind2010-03-291-1/+3
| |
* | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2010-01-141-1/+1
|\ \ | |/ | | | | | | | | | | Conflicts: configure src/corelib/global/qglobal.cpp src/gui/dialogs/dialogs.pri
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Made the blitter api work in lighthouseJørgen Lind2009-11-251-1/+1
| |
* | Added QBlittablePixmapDataJørgen Lind2009-11-251-0/+2
| | | | | | | | Is going to be used by everyone that reimplements QBlittable
* | Report cursor movement to QApplicationPrivate::handleMouseEvent() directlyJeremy Katz2009-11-191-2/+3
| | | | | | | | | | | | We had this running through qvnccursor -> QVNCGraphicsSystemScreen -> QApplicationPrivate, but that doesn't work with the generic Linux input plugin.
* | added QGraphicsSystemScreen::topLevelAt(): find the window at a global positionJeremy Katz2009-11-191-0/+1
| | | | | | | | | | This is used to determine which widget to send a pointer event to, and to implement QApplication::widgetAt().
* | moved top-level raise/lower from QGraphicsSystemScreen to QWindowSurface, ↵Jeremy Katz2009-11-161-3/+0
| | | | | | | | testlite support
* | support raise/lower for widgets that are a lighthouse windowJeremy Katz2009-11-131-0/+3
| |
* | Starting to implement grabWindow() for LighthousePaul Olav Tvete2009-11-121-1/+5
| |
* | Common framebuffer functionality for VNC and linuxfb, cursor event notificationJeremy Katz2009-11-111-0/+2
| |
* | Make QGraphicsSystemScreen a QObjectAnders Bakken2009-10-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | This has several advantages: We already see the various screen drivers making QObject-based helper classes for timers, socketNotifiers etc Also, this gives us more introspection from applications that now can query things from the screen. Reviewed-by: TrustMe
* | Merge branch '4.6' into lighthousePaul Olav Tvete2009-09-301-4/+4
|\ \ | |/ | | | | | | | | | | | | Conflicts: configure src/gui/image/qpixmapdatafactory.cpp src/gui/kernel/qapplication_p.h src/gui/painting/qgraphicssystem.cpp
| * Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | | | | | Reviewed-by: Trust Me
* | Please welcome the Lighthouse Research Project!Paul Olav Tvete2009-09-071-0/+14
|/ | | | | | | | | | | Lighthouse is a lighter, nimbler version of Qt/Embedded, which does not contain a window system. Instead, it uses graphics system plugins to provide the necessary functionality or interface with existing window systems. The first version was written by Rhys. Squashed commit.
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+78