Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | Do release build for devices and remove some warnings. | con | 2011-03-11 | 4 | -31/+42 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | XmlPatterns actually compiles and runs. | con | 2011-03-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Add proof-of-concept UIKit based lighthouse platform. | con | 2011-03-10 | 21 | -0/+2082 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See the README in the uikit platform plugin for details. | |||||
| | * | | | | | | | | | | | | | Lighthouse: Adding Native interface to getting the native eglcontext | Jørgen Lind | 2011-03-07 | 9 | -17/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in xcbplugin. I also reoredered how eglInitialize was executed, (its not so lazy anymore) | |||||
| | * | | | | | | | | | | | | | Lighthouse: Fix a block for wayland with gl support | Benjamin Franzke | 2011-03-04 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initialial readable iteration, needs to be done before initializing egl, or it will be done inside egl. The readable iteration after initialzing egl would block forever otherwise. | |||||
| | * | | | | | | | | | | | | | Lighthouse: Make xcb backen usable for anyone else again | Jørgen Lind | 2011-03-03 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Compile with glx | Paul Olav Tvete | 2011-03-02 | 2 | -15/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Jørgen | |||||
| | * | | | | | | | | | | | | | Build fixes for the Wayland plugin | Paul Olav Tvete | 2011-03-02 | 3 | -9/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add qmake.conf variables, and use the generic font plugin. Reviewed-by: Jørgen | |||||
| | * | | | | | | | | | | | | | Lighthouse: Implement the new Native Interface api in the xcb plugin | Jørgen Lind | 2011-03-01 | 4 | -16/+87 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | added capabilites to QPlatformIntegration | Gunnar Sletta | 2011-03-01 | 14 | -3/+72 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Jørgen Lind | |||||
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into lighthouse-master | Jørgen Lind | 2011-03-01 | 18 | -146/+401 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse: Xcb, implement native interface | Jørgen Lind | 2011-03-01 | 5 | -2/+82 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse: Xcb. implement dri2 context handling | Jørgen Lind | 2011-03-01 | 7 | -25/+460 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse: Adding EGL support to the xcb plugin | Jørgen Lind | 2011-03-01 | 10 | -33/+90 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse: Xlib added QXlibDisplay type | Jørgen Lind | 2011-03-01 | 12 | -144/+228 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We still use the nativeDisplay all over the place. Maybe we should? | |||||
| | * | | | | | | | | | | | | | Avoid flicker | Paul Olav Tvete | 2011-02-25 | 2 | -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 available | Paul Olav Tvete | 2011-02-24 | 4 | -9/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Jørgen | |||||
| | * | | | | | | | | | | | | | Call the extended key event handlers in XCB and Xlib backends. | Samuel Rødal | 2011-02-24 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse: fix qxlib include files after file-rename | Jørgen Lind | 2011-02-14 | 22 | -71/+71 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse Renamed testlite files to xlib | Jørgen Lind | 2011-02-14 | 21 | -0/+0 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse Moving testlite plugin into xlib | Jørgen Lind | 2011-02-14 | 24 | -0/+0 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse: renaming testlite to xlib | Jørgen Lind | 2011-02-14 | 23 | -303/+301 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse: Testlite: Added modallity for dialogs | Jørgen Lind | 2011-02-14 | 2 | -33/+124 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed some identing in qtestlitewindow | |||||
| | * | | | | | | | | | | | | | More debugging of XCB events. | Samuel Rødal | 2011-02-14 | 1 | -38/+46 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Properly update the geometry variable of QPlatformWindow when resized. | Samuel Rødal | 2011-02-14 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse:Propogate the configure event to the QWaylandWindow | Jørgen Lind | 2011-02-11 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse: Wayland: Sort out egl includes in plugin | Jørgen Lind | 2011-02-11 | 3 | -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ødal | 2011-02-10 | 3 | -2/+21 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Added WM_TRANSIENT_FOR property to XCB backend. | Samuel Rødal | 2011-02-10 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Added warnings for unhandled XCB events. | Samuel Rødal | 2011-02-10 | 1 | -0/+46 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Added GL support to XCB backend. | Samuel Rødal | 2011-02-10 | 12 | -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ødal | 2011-02-10 | 1 | -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ødal | 2011-02-10 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If xcb_key_symbols_get_keysym returns XCB_NO_SYMBOL, try the other column. | |||||
| | * | | | | | | | | | | | | | Lighthouse: Wayland compile-fix for egl interface change | Jørgen Lind | 2011-02-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse: Wayland: Fix include | Jørgen Lind | 2011-02-10 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse: Wayland: Use EGLSurface | Jørgen Lind | 2011-02-09 | 18 | -341/+628 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Add highest pixel format option to q_configFromQPlatformWindowFormat | Jørgen Lind | 2011-02-09 | 2 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default is still the old behavior | |||||
| | * | | | | | | | | | | | | | Better handling of key codes in XCB backend. | Samuel Rødal | 2011-02-09 | 2 | -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ødal | 2011-02-09 | 2 | -15/+17 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Added window attribute setting to XCB backend. | Samuel Rødal | 2011-02-09 | 2 | -10/+145 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Added setGeometry(), raise(), lower() and setParent() in XCB backend. | Samuel Rødal | 2011-02-08 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Initial key event handling for XCB backend. | Samuel Rødal | 2011-02-08 | 8 | -18/+1124 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As there is no XLookupString equivalent in XCB, the key handling is still incomplete. | |||||
| | * | | | | | | | | | | | | | Made XCB report correct physical size. | Samuel Rødal | 2011-02-08 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Optimized XCB window surface using partial updates and shared images. | Samuel Rødal | 2011-02-08 | 5 | -34/+138 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Add WM_DELETE_WINDOW support and clean up atom / connection handling. | Samuel Rødal | 2011-02-08 | 10 | -39/+124 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Added atom resolving, resizing, and window title support to XCB backend. | Samuel Rødal | 2011-02-07 | 4 | -2/+395 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Added support for scrolling in XCB window surface. | Samuel Rødal | 2011-02-07 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Lighthouse Wayland: wayland-egl entry points where renamed | Jørgen Lind | 2011-02-07 | 2 | -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ødal | 2011-02-07 | 1 | -7/+46 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Initial (incomplete) XCB platform port. | Samuel Rødal | 2011-02-07 | 12 | -0/+1077 | |
| | | | | | | | | | | | | | | |