summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Collapse)AuthorAgeFilesLines
...
* | Lighthouse: Xcb. implement dri2 context handlingJørgen Lind2011-03-017-25/+460
| |
* | Lighthouse: Adding EGL support to the xcb pluginJørgen Lind2011-03-0110-33/+90
| |
* | Lighthouse: Xlib added QXlibDisplay typeJørgen Lind2011-03-0112-144/+228
| | | | | | | | We still use the nativeDisplay all over the place. Maybe we should?
* | Avoid flickerPaul Olav Tvete2011-02-252-0/+20
| | | | | | | | | | | | Don't start a new paint until we get an ack from the compositor Reviewed-by: Samuel
* | Make it build when EGL is not availablePaul Olav Tvete2011-02-244-9/+37
| | | | | | | | Reviewed-by: Jørgen
* | Call the extended key event handlers in XCB and Xlib backends.Samuel Rødal2011-02-242-2/+2
| |
* | Lighthouse: fix qxlib include files after file-renameJørgen Lind2011-02-1422-71/+71
| |
* | Lighthouse Renamed testlite files to xlibJørgen Lind2011-02-1421-0/+0
| |
* | Lighthouse Moving testlite plugin into xlibJørgen Lind2011-02-1424-0/+0
| |
* | Lighthouse: renaming testlite to xlibJørgen Lind2011-02-1423-303/+301
| |
* | Lighthouse: Testlite: Added modallity for dialogsJørgen Lind2011-02-142-33/+124
| | | | | | | | Also fixed some identing in qtestlitewindow
* | More debugging of XCB events.Samuel Rødal2011-02-141-38/+46
| |
* | Properly update the geometry variable of QPlatformWindow when resized.Samuel Rødal2011-02-141-1/+4
| |
* | Lighthouse:Propogate the configure event to the QWaylandWindowJørgen Lind2011-02-111-0/+2
| |
* | Lighthouse: Wayland: Sort out egl includes in pluginJørgen Lind2011-02-113-15/+6
| | | | | | | | | | | | | | We used to include the X part of the eglplatform.h, but now the mesa version of the header file has a WL_EGL_PLATFORM part. This define is defined in wayland-egl.h which thus needs to be included before any egl header file.
* | Conform to ICCCM when mapping / unmapping windows in XCB backend.Samuel Rødal2011-02-103-2/+21
| |
* | Added WM_TRANSIENT_FOR property to XCB backend.Samuel Rødal2011-02-101-0/+23
| |
* | Added warnings for unhandled XCB events.Samuel Rødal2011-02-101-0/+46
| |
* | Added GL support to XCB backend.Samuel Rødal2011-02-1012-24/+588
| | | | | | | | | | We need to use a Xlib / XCB hybrid approach, as GLX depends on Xlib, and there's no replacement for XCB.
* | Fixed 'lingering' dialog bug in XCB backend.Samuel Rødal2011-02-101-0/+2
| | | | | | | | | | We need to flush the XCB command stream after unmapping a window, to ensure it doesn't get delayed.
* | Small improvement to XCB key input handling.Samuel Rødal2011-02-101-0/+12
| | | | | | | | | | If xcb_key_symbols_get_keysym returns XCB_NO_SYMBOL, try the other column.
* | Lighthouse: Wayland compile-fix for egl interface changeJørgen Lind2011-02-101-1/+1
| |
* | Lighthouse: Wayland: Fix includeJørgen Lind2011-02-101-3/+1
| |
* | Lighthouse: Wayland: Use EGLSurfaceJørgen Lind2011-02-0918-341/+628
| |
* | Add highest pixel format option to q_configFromQPlatformWindowFormatJørgen Lind2011-02-092-10/+10
| | | | | | | | The default is still the old behavior
* | Better handling of key codes in XCB backend.Samuel Rødal2011-02-092-12/+19
| | | | | | | | | | Using xcb_key_symbols_get_keysym seems to give better results compared to xcb_key_press_lookup_keysym xcb_key_release_lookup_keysym.
* | Added workaround to make XCB key event handling detect upper case.Samuel Rødal2011-02-092-15/+17
| |
* | Added window attribute setting to XCB backend.Samuel Rødal2011-02-092-10/+145
| |
* | Added setGeometry(), raise(), lower() and setParent() in XCB backend.Samuel Rødal2011-02-081-1/+14
| |
* | Initial key event handling for XCB backend.Samuel Rødal2011-02-088-18/+1124
| | | | | | | | | | As there is no XLookupString equivalent in XCB, the key handling is still incomplete.
* | Made XCB report correct physical size.Samuel Rødal2011-02-082-0/+6
| |
* | Optimized XCB window surface using partial updates and shared images.Samuel Rødal2011-02-085-34/+138
| |
* | Add WM_DELETE_WINDOW support and clean up atom / connection handling.Samuel Rødal2011-02-0810-39/+124
| |
* | Added atom resolving, resizing, and window title support to XCB backend.Samuel Rødal2011-02-074-2/+395
| |
* | Added support for scrolling in XCB window surface.Samuel Rødal2011-02-071-1/+10
| |
* | Lighthouse Wayland: wayland-egl entry points where renamedJørgen Lind2011-02-072-7/+6
| | | | | | | | | | | | | | Conflicts: src/plugins/platforms/wayland/qwaylanddisplay.cpp src/plugins/platforms/wayland/qwaylanddrmsurface.cpp
* | Improve mouse input handling in XCB lighthouse backend.Samuel Rødal2011-02-071-7/+46
| |
* | Initial (incomplete) XCB platform port.Samuel Rødal2011-02-0712-0/+1077
| |
* | wayland: Use wayland-egl instead of drm specific codeKristian Høgsberg2011-02-075-132/+38
| |
* | Lighthouse: Wayland, if we don't have cursors installedJørgen Lind2011-02-011-0/+3
| | | | | | | | or the configuration is faulty, then don't change cursors
* | wayland: Handle keyboard focus correctlyKristian Høgsberg2011-02-011-5/+14
| | | | | | | | Activate the window widget and update modifiers.
* | Lighthouse: Wayland plugin. Only create depth and stencil buffers onceKristian Høgsberg2011-01-272-9/+9
| |
* | Remove unneeded includeJørgen Lind2011-01-271-5/+1
| |
* | Only const_cast can remove const :)Jørgen Lind2011-01-271-1/+1
|/
* Merge branch 'master' into lighthouse-masterJørgen Lind2011-01-262-2/+2
|\
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Lighthouse: License headers to new files in testliteJørgen Lind2011-01-2611-1/+411
| |
* | Lighthouse: Wayland. Make the wayland integration closer to LighthosueJørgen Lind2011-01-2613-39/+99
| | | | | | | | | | | | | | | | Today there is a connection between QWidget and QPlatformScreen. So I added a accessor in QWaylandScreen to get the corresponding QWaylandDisplay. So now it should be possible to have different QWaylandDisplays. But also its possible to use the internal Lighthouse api closer in the wayland plugin if that should be of interest ;)
* | Lighthouse: Wayland, only make one fbo for the WaylandPaintDeviceJørgen Lind2011-01-262-87/+138
| | | | | | | | | | | | | | Actually the fbo belongs to the QWaylandPaintDevice, which also holds n QWaylandDrmBuffers. Then the QWaylandDrmWindowSurface gets the current drmbuffer used on flush and attaches it to the window and calls wl_surface_damage
* | Making clearer separation between responsibility of different classesJørgen Lind2011-01-2615-327/+563
| | | | | | | | | | | | | | | | | | Ie. Moving code into different files and refactoring some of the classes. The Drmbuffer was most affected. It has a depth and stencil buffer. QWaylandGLContext contain the context. The drm buffer class has to be bound to the context before used.