Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Use nicer fonts and a few little patches to uikit platform. | Ian | 2011-06-27 | 6 | -18/+25 | |
| | | | | | | | | | | Merge-request: 1275 Reviewed-by: con | |||||
| * | Update README and qmlapplicationviewer to suit 4.8. | con | 2011-06-27 | 6 | -43/+60 | |
| | | ||||||
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-releng-staging into ↵ | Qt Continuous Integration System | 2011-06-28 | 2 | -34/+34 | |
|\ \ | |/ |/| | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-releng-staging: Re-apply licenseheader text in source files for qt4.8 | |||||
| * | Re-apply licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-06-27 | 2 | -34/+34 | |
| | | | | | | | | | | | | New files after previous license change round. Reviewed-by: Trust Me | |||||
* | | Fix broken rpath on wayland | Jørgen Lind | 2011-06-23 | 1 | -1/+4 | |
| | | ||||||
* | | Make sure to call damage on the buffer when we damage it | Jørgen Lind | 2011-06-23 | 5 | -15/+18 | |
| | | ||||||
* | | Update the wayland plugin | Jørgen Lind | 2011-06-23 | 4 | -11/+38 | |
|/ | | | | to shar bfea3d6befdb688d5354e6f15a9400ea637febf9 | |||||
* | Merge remote branch 'qt/4.8' into fire-master | Paul Olav Tvete | 2011-06-06 | 214 | -3654/+3659 | |
|\ | | | | | | | | | | | | | | | Conflicts: src/plugins/platforms/wayland/qwaylandclipboard.cpp src/plugins/platforms/wayland/qwaylandclipboard.h src/plugins/platforms/wayland/qwaylanddisplay.cpp src/s60installs/eabi/QtOpenGLu.def | |||||
| * | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 213 | -3646/+3646 | |
| | | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | |||||
| * | Remove not supported qmake api | Jørgen Lind | 2011-05-09 | 3 | -6/+0 | |
| | | ||||||
| * | Added Wayland selection support. | Laszlo Agocs | 2011-05-09 | 5 | -0/+334 | |
| | | | | | | | | Messed up when I cherry-picked eb0c2e7229bb3559e6f8754122b298479407c153 | |||||
| * | Added Wayland selection support. | Laszlo Agocs | 2011-05-09 | 6 | -3/+24 | |
| | | ||||||
| * | Add the wayland client libraries to rpath if we use rpath | Jørgen Lind | 2011-05-09 | 1 | -0/+4 | |
| | | ||||||
| * | Fix the wayland windowsurface so that we have stencil and depth buffer | Jørgen Lind | 2011-05-09 | 1 | -1/+1 | |
| | | ||||||
| * | Dont do doneCurrent in swapBuffers | Jørgen Lind | 2011-05-05 | 1 | -1/+0 | |
| | | ||||||
| * | Lighthouse: Fix up Xlib | Jørgen Lind | 2011-05-05 | 5 | -14/+10 | |
| | | ||||||
* | | Fix the wayland windowsurface so that we have stencil and depth buffer | Jørgen Lind | 2011-05-30 | 1 | -1/+1 | |
| | | ||||||
* | | We need to let the currentContext be in the same state after | Jørgen Lind | 2011-05-30 | 1 | -1/+8 | |
| | | | | | | | | setting the new eglsurface | |||||
* | | Track Wayland changes | Paul Olav Tvete | 2011-05-30 | 3 | -3/+40 | |
| | | | | | | | | | | | | | | The wl_display_get_xxxx_visual() functions have been removed, and are replaced by a compositor event. Reviewed-by: Samuel | |||||
* | | Fix deadlocks in wayland clipboard that can occur in special scenarios. | Laszlo Agocs | 2011-05-30 | 2 | -10/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | setMimeData() emits the changed signal always so to prevent duplicated signals keyboardFocus() must only emit when the change came from another wayland client. However direct connection may cause issues when invoking the slot from a wayland callback, so use a metacall to make sure we return from the callback. Unnecessary data transfer and potential deadlock is now also avoided when a client is requesting the mime data from itself. Reviewed-by: Jørgen Lind | |||||
* | | Prevent crash in wayland mimedata in case there is no offer. | Laszlo Agocs | 2011-05-30 | 1 | -0/+2 | |
| | | ||||||
* | | Remove const from QPlatformClipboard::mimeData(). | Laszlo Agocs | 2011-05-30 | 4 | -9/+7 | |
| | | | | | | | | | | Most implementations will anyway do non-const operations in there, the change avoids the need for const_cast or mutable. | |||||
* | | Retrieve the actual data in the Wayland clipboard only when requested. | Laszlo Agocs | 2011-05-30 | 2 | -23/+69 | |
| | | ||||||
* | | Added Wayland selection support. | Laszlo Agocs | 2011-05-30 | 8 | -3/+352 | |
| | | ||||||
* | | Add authentication token support for wayland windows | Lasse Holmstedt | 2011-05-25 | 4 | -7/+17 | |
| | | | | | | | | | | | | | | | | For compositors that support it, the wayland clients can associate themselves with an auth token, specified by WL_AUTHENTICATION_TOKEN env var, or by directly specifying it in the wayland client plugin. Reviewed-by: Samuel Rødal | |||||
* | | Refer to 3rdparty in windowmanagerintegration headers | Lasse Holmstedt | 2011-05-24 | 1 | -6/+6 | |
| | | | | | | | | Reviewed-by: Paul Olav Tvete | |||||
* | | Move wayland headers files to 3rdparty due to copyright issues | Lasse Holmstedt | 2011-05-24 | 2 | -118/+0 | |
| | | | | | | | | Reviewed-by: Paul Olav Tvete | |||||
* | | Full translucent background support in xcb and xlib backend. | Samuel Rødal | 2011-05-19 | 4 | -5/+31 | |
| | | | | | | | | | | | | | | | | Make sure to pick an alpha visual also for non-GL surface types, and to ask for alpha in the window format if the WA_TranslucentBackground attribute is set. Reviewed-by: Janusz Lewandowski | |||||
* | | Lighthouse xcb and xlib: Add support for transparency of GLX windows. | Janusz Lewandowski | 2011-05-19 | 10 | -25/+78 | |
| | | | | | | | | | | Merge-request: 1231 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> | |||||
* | | Lighthouse minimal: Add support for transparency | Janusz Lewandowski | 2011-05-19 | 2 | -3/+3 | |
| | | | | | | | | | | Merge-request: 1231 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> | |||||
* | | Compile fixes for Xlib plugin. | Samuel Rødal | 2011-05-19 | 4 | -15/+13 | |
| | | ||||||
* | | Don't crash if windowmanager is not initialized | Lasse Holmstedt | 2011-05-19 | 1 | -1/+2 | |
| | | | | | | | | | | | | This can happen if there is e.g. no wayland server. Reviewed-by: sroedal | |||||
* | | Wayland: send surface id + process id pairs to compositor | Lasse Holmstedt | 2011-05-19 | 9 | -1/+324 | |
|/ | | | | | | | This enables doing window/process management since we can now actually map the process we've launched to a window. Reviewed-by: Samuel Rødal | |||||
* | Remove warnings | Jørgen Lind | 2011-05-03 | 1 | -0/+1 | |
| | ||||||
* | Fix Wayland plugin so it works with the wayland bind api | Jørgen Lind | 2011-05-03 | 5 | -50/+26 | |
| | | | | | This is mostly for the xcomposite api, but also we needed to readEvents after doing a connect | |||||
* | wayland: Track wayland changes | Kristian Høgsberg | 2011-04-28 | 5 | -21/+12 | |
| | | | | | Pass version number when creating proxies, use wl_ prefix when looking up interfaces and drop wl_egl_display. | |||||
* | Support GL ES 2 with uikit. | con | 2011-04-27 | 6 | -43/+101 | |
| | | | | | | For GL ES 2 teach the paint device about the fact that it is doing rendering backed by a framebuffer object, not a system framebuffer (which doesn't exist). | |||||
* | Added missing function in QWaylandWindow. | Samuel Rødal | 2011-04-19 | 1 | -0/+3 | |
| | ||||||
* | wayland: Drop a debug qWarning() | Kristian Høgsberg | 2011-04-19 | 1 | -3/+0 | |
| | ||||||
* | wayland: Discard motion and button events receive with a NULL pointer focus | Kristian Høgsberg | 2011-04-19 | 1 | -0/+18 | |
| | | | | | | If we destroy a surface we NULL out mPointerFocus and mKeyboardFocus pointers, but the server may still send a few events out before it receives the destroy request. Discard such events. | |||||
* | wayland: Include eglconvenience.pri instead of pulling in individual file | Kristian Høgsberg | 2011-04-19 | 1 | -5/+4 | |
| | ||||||
* | wayland: Remove unused EGLConfig field | Kristian Høgsberg | 2011-04-19 | 1 | -1/+0 | |
| | ||||||
* | wayland: Add native access interface for Wayland plugin | Kristian Høgsberg | 2011-04-19 | 5 | -0/+144 | |
| | ||||||
* | Fixes compilation of wayland plugin after latest changes in wayland. | Samuel Rødal | 2011-04-18 | 1 | -0/+1 | |
| | ||||||
* | Adapt to different uikit resolutions. | con | 2011-04-15 | 2 | -12/+10 | |
| | ||||||
* | Lighthouse: Make directfb conform with ligthhouse gl context api | Jørgen Lind | 2011-04-15 | 1 | -0/+2 | |
| | ||||||
* | Compile fix for window surface features. (uikit) | con | 2011-04-15 | 2 | -1/+6 | |
| | ||||||
* | Lighthouse: Fix license headers | Jørgen Lind | 2011-04-15 | 1 | -0/+43 | |
| | ||||||
* | Remove hasOpenGL. This changes breaks binary compatibillity | Jørgen Lind | 2011-04-14 | 13 | -19/+32 | |
| | | | | | so you will need to use $QTBUILDDIR/bin/syncqt and recompile all applications | |||||
* | Lighthouse: Fix license headers | Jørgen Lind | 2011-04-14 | 3 | -1/+84 | |
| |