| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Also fix xml in tests/auto/qdbusabstractinterface/com.trolltech.QtDBus.Pinger.xml
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
|
|
| |
Merge-request: 2343
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
|
|
|
|
| |
Reviewed-by: Harald Fernengel
|
|
|
|
|
|
|
|
|
| |
The code doesn't actually violate aliasing by doing type-punned
dereferencing. The objects are always accessed as the right type. So
disable the warning and pray that GCC doesn't optimise code out of
existence.
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 0d3044b547614cbd313d90021606af1f81fb10de.
I'm not sure if this is good for anything. I can't reproduce the
failures that happen on Mac and Windows, so let's try reverting the
only patch that touches QtDeclarative.
If this works, then we'll have found out that the code is broken and
my patch only revealed the errors.
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into master-integration
* 'staging-master' of scm.dev.nokia.troll.no:qt/qt-lighthouse: (94 commits)
Lighthouse: Fix license headers
Remove hasOpenGL. This changes breaks binary compatibillity
Lighthouse: Fix license headers
Compile fix for shared context change.
Some virtual keyboard text input for uikit.
Wayland: Conform with the api change in the frame callback
Fix configure for Lighthouse
Remove DefaultSharedContext from Lighthouse API.
Make readEvents() non-blocking
Wayland: Show what backend is being used
Wayland: Tell what backend we use for xcomposite glx
Wayland: compile fix after making the event handling
Make the xcomposite the default gl integration backend
Make sure the global listener gets registered even when using drm.
Wayland: Rename XPixmap GL integrations to Readback
Adapt drag distance for uikit.
Prevented crash due to dangling pointer in QWaylandInputDevice.
Fixed logical error in XCB backend.
Set the _NET_WM_WINDOW_TYPE property in the XCB backend.
Added _NET_WM_PID in XCB backend.
...
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
so you will need to use $QTBUILDDIR/bin/syncqt and recompile all
applications
|
| | |\
| | |/
| |/| |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
It is very limited as is. But it handles Qt's RequestSoftwareInputPanel
and CloseSoftwareInputPanel events.
|
| | | |
|
| | |
| | |
| | |
| | | |
Dont assume that we are QWS :)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
single threaded
|
| | |
| | |
| | |
| | |
| | | |
The others can be opted in with the environment variable:
QT_WAYLAND_GL_CONFIG
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
When a QWaylandWindow is destroyed we need to make sure it's not still
referenced by QWaylandInputDevice.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
We need to sync here for some reason.
|
| | |
| | |
| | |
| | |
| | | |
Not calling QApplication::processEvents() in qt_init any more, and not
using a write socket notifier to send data over the wayland protocol.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
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).
|
| | | |
|
| | |
| | |
| | |
| | | |
in 39ede7e7914b486d5971491dd742da3712a1d7e5
|