summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xlib
Commit message (Collapse)AuthorAgeFilesLines
* Change all shmget calls to user-only memoryThiago Macieira2013-01-181-1/+1
| | | | | | | | | Drop the read and write permissions for group and other users in the system. Change-Id: I8fc753f09126651af3fb82df3049050f0b14e876 (cherry-picked from Qt 5 commit 856f209fb63ae336bfb389a12d2a75fa886dc1c5) Reviewed-by: Richard J. Moore <rich@kde.org>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1325-25/+25
| | | | | | Change-Id: I52bf8ef0447b701b4ebf7d7d240013a72adb9425 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2925-601/+601
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update contact information in license headers.Sergio Ahumada2012-08-0125-50/+50
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-1125-25/+25
| | | | | | | | | 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>
* Allow shared EGL contexts for xcb and xlib platformsReuben Dowle2011-09-191-1/+1
| | | | | Merge-request: 1331 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-0625-433/+435
|\ | | | | | | | | | | | | | | 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.8Jyri Tahtela2011-05-1325-426/+426
| | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
| * Remove not supported qmake apiJørgen Lind2011-05-091-2/+0
| |
| * Added Wayland selection support.Laszlo Agocs2011-05-091-0/+2
| | | | | | | | Messed up when I cherry-picked eb0c2e7229bb3559e6f8754122b298479407c153
| * Lighthouse: Fix up XlibJørgen Lind2011-05-055-14/+10
| |
* | Remove const from QPlatformClipboard::mimeData().Laszlo Agocs2011-05-302-6/+4
| | | | | | | | | | Most implementations will anyway do non-const operations in there, the change avoids the need for const_cast or mutable.
* | Full translucent background support in xcb and xlib backend.Samuel Rødal2011-05-192-4/+18
| | | | | | | | | | | | | | | | 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 Lewandowski2011-05-194-10/+26
| | | | | | | | | | Merge-request: 1231 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* | Compile fixes for Xlib plugin.Samuel Rødal2011-05-194-15/+13
|/
* Remove hasOpenGL. This changes breaks binary compatibillityJørgen Lind2011-04-143-3/+13
| | | | | so you will need to use $QTBUILDDIR/bin/syncqt and recompile all applications
* Remove DefaultSharedContext from Lighthouse API.Samuel Rødal2011-04-132-45/+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
* Lighthouse: Native interface for xlibJørgen Lind2011-04-065-3/+223
|
* Xlib platform plugin also doesn't support PING protocol.Samuel Rødal2011-03-281-1/+1
|
* Fixed typo.Samuel Rødal2011-03-252-3/+3
|
* Lighthouse: Move glx common code into shared filesJørgen Lind2011-03-244-187/+7
|
* Avoid duplicate calls to eglGetDisplay() in XCB / Xlib platforms.Samuel Rødal2011-03-234-5/+17
| | | | | Just call eglGetDisplay() once, as we also need to call eglInitialize() before the display can be used validly.
* Fixup license headers in Lighthouse pluginsJørgen Lind2011-03-1723-28/+110
|
* Compile with glxPaul Olav Tvete2011-03-022-15/+16
| | | | Reviewed-by: Jørgen
* Lighthouse: Adding EGL support to the xcb pluginJørgen Lind2011-03-014-243/+3
|
* Lighthouse: Xlib added QXlibDisplay typeJørgen Lind2011-03-0112-144/+228
| | | | We still use the nativeDisplay all over the place. Maybe we should?
* Call the extended key event handlers in XCB and Xlib backends.Samuel Rødal2011-02-241-1/+1
|
* 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/+6275