Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 63 | -63/+63 |
| | | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> | ||||
* | Do not unconditionally use pkg-config in .pro files | Rohan McGovern | 2011-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | Using the first pkg-config in PATH is prone to errors when cross compiling. This is a known issue, and `configure' already avoids using pkg-config for cross compiling (unless -force-pkg-config is used). However, there was previously no way for a .pro file to test whether or not the user had passed -force-pkg-config. Let !contains(QT_CONFIG, no-pkg-config) be used to test whether or not it is safe to run pkg-config. | ||||
* | 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 | 62 | -1047/+1051 |
|\ | | | | | | | | | | | | | | | 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 | 61 | -1047/+1047 |
| | | | | | | | | | | | | | | 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 | 1 | -2/+0 |
| | | |||||
| * | Added Wayland selection support. | Laszlo Agocs | 2011-05-09 | 3 | -0/+330 |
| | | | | | | | | 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 |
| | | |||||
* | | 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 | 2 | -3/+3 |
| | | | | | | | | | | 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 | ||||
* | | Lighthouse xcb and xlib: Add support for transparency of GLX windows. | Janusz Lewandowski | 2011-05-19 | 1 | -1/+3 |
| | | | | | | | | | | Merge-request: 1231 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> | ||||
* | | 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. | ||||
* | 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 |
| | |||||
* | Remove hasOpenGL. This changes breaks binary compatibillity | Jørgen Lind | 2011-04-14 | 2 | -1/+2 |
| | | | | | so you will need to use $QTBUILDDIR/bin/syncqt and recompile all applications | ||||
* | Wayland: Conform with the api change in the frame callback | Jørgen Lind | 2011-04-14 | 4 | -6/+6 |
| | |||||
* | Remove DefaultSharedContext from Lighthouse API. | Samuel Rødal | 2011-04-13 | 2 | -31/+1 |
| | | | | | | | | | QPlatformWindowFormat::setUseDefaultSharedContext was meant as a convenience, but it adds complexity in the platform plugin implementation, and can be implemented by the above layers using QPlatformWindowFormat::setSharedContext. Reviewed-by: Jørgen Lind | ||||
* | Make readEvents() non-blocking | Paul Olav Tvete | 2011-04-11 | 3 | -2/+27 |
| | | | | | | | | | Another event handler could empty the Wayland socket after the socket notifier has triggered, but before the signal is delivered. Since wl_display_iterate is blocking, we have to test whether there is data available to avoid freezing the whole application. Reviewed-by: Samuel | ||||
* | Wayland: Show what backend is being used | Jørgen Lind | 2011-04-11 | 4 | -3/+4 |
| | |||||
* | Wayland: Tell what backend we use for xcomposite glx | Jørgen Lind | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Wayland: compile fix after making the event handling | Jørgen Lind | 2011-04-11 | 2 | -9/+18 |
| | | | | single threaded | ||||
* | Make the xcomposite the default gl integration backend | Jørgen Lind | 2011-04-11 | 2 | -16/+31 |
| | | | | | The others can be opted in with the environment variable: QT_WAYLAND_GL_CONFIG | ||||
* | Make sure the global listener gets registered even when using drm. | Samuel Rødal | 2011-04-11 | 1 | -1/+3 |
| | |||||
* | Wayland: Rename XPixmap GL integrations to Readback | Jørgen Lind | 2011-04-11 | 18 | -146/+144 |
| | |||||
* | Prevented crash due to dangling pointer in QWaylandInputDevice. | Samuel Rødal | 2011-04-08 | 4 | -2/+18 |
| | | | | | When a QWaylandWindow is destroyed we need to make sure it's not still referenced by QWaylandInputDevice. | ||||
* | Wayland: Add license headers to new files | Jørgen Lind | 2011-04-07 | 37 | -47/+1355 |
| |