| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Build fix on platforms having xcb-icccm >= 3.8
This is a backport of 7ce8491280990350162933a0716d1b014f65aeb6 and
f005dee1b3692a09e47782dcff9b5b07aa659b51 from qtbase.
Change-Id: Ic6cbb555335a74cc7b00273081c249aa7e08afaf
Reviewed-by: Holger Freyther <holger+qt@freyther.de>
Reviewed-by: Donald Carr <donald.carr@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Reducing the amount of spelling errors from NBN.
Change-Id: I9b228bb95b4a757cff57595125009e70b0097d86
Reviewed-by: Rohan McGovern
|
|/
|
|
|
| |
Merge-request: 1331
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/plugins/platforms/wayland/qwaylandclipboard.cpp
src/plugins/platforms/wayland/qwaylandclipboard.h
src/plugins/platforms/wayland/qwaylanddisplay.cpp
src/s60installs/eabi/QtOpenGLu.def
|
| |
| |
| |
| |
| |
| |
| | |
Updated version of LGPL and FDL licenseheaders.
Apply release phase licenseheaders for all source files.
Reviewed-by: Trust Me
|
| | |
|
| |
| |
| |
| | |
Messed up when I cherry-picked eb0c2e7229bb3559e6f8754122b298479407c153
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
| |
Merge-request: 1231
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
|
|
|
|
|
| |
so you will need to use $QTBUILDDIR/bin/syncqt and recompile all
applications
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
We need to sync here for some reason.
|
|
|
|
|
| |
Excluded KWin for now, as it sends multiple ConfigureNotify events per
_NET_WM_SYNC_REQUEST message.
|
| |
|
|
|
|
|
|
| |
Make sure the region to flush is inside the bounds (it might be outside
if the window surface hasn't been initialized yet or if a resize just
happened and we get an Expose event too soon).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We want the XCB events to be processed right before calling select(),
to make sure any remaining events in the queue are flushed.
|
|
|
|
|
| |
There are to many synchronization problems if any GL call can lead the
event processing thread to stall.
|
|
|
|
|
|
| |
Use select() and xcb_poll_for_event() instead of xcb_wait_for_event(),
ad xcb_wait_for_event() will lock the XCB connection mutex, preventing
the other thread from posting events etc.
|
| |
|
|
|
|
| |
Make sure event processing is enabled when we close the connection.
|
| |
|
|
|
|
|
| |
Move the mutex lock into the window surface instead of belonging to the
QXcbShmImage, which will be destroyed and recreated in resize().
|
| |
|
|
|
|
|
| |
Try to report the interval of known calls between which the X error was
generated, if we can't find a sequence match.
|
| |
|
| |
|
|
|
|
| |
Don't free null GC.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
These are the default settings in qwindowsurface.cpp anyway, and the
explicit setters are about to be replaced by a features() function.
|
| |
|
|
|
|
| |
Prevent the XCB event queue from growing indefinitely.
|
| |
|
|
|
|
|
| |
We probably need to make sure the window is mapped before we start
issuing GL commands.
|
| |
|
| |
|
|
|
|
| |
Fixes graying out of windows on Compiz.
|