summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing override to initialize in QWaylandIviSurfaceRobert Loehning2016-11-141-1/+1
* Add a QML client manual testPier Luigi Fiorini2016-11-144-0/+173
* Compositor: Set view output in QWaylandQuickItem::init()Johan Klokkhammer Helsing2016-11-142-1/+8
* Remove useless method QWaylandShmBackingStore::hiddenJohan Klokkhammer Helsing2016-11-113-8/+0
* Remove QWaylandWindow::shellManagesActiveStateJohan Klokkhammer Helsing2016-11-1011-18/+38
* Follow the protocol for nested xdg_popupsJohan Klokkhammer Helsing2016-11-102-4/+21
* Merge remote-tracking branch 'qt/5.7' into 5.8Paul Olav Tvete2016-11-1023-31/+110
|\
| * Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-11-1023-30/+121
| |\
| | * Client: Cleanup mouse state after dragJohan Klokkhammer Helsing2016-11-102-0/+12
| | * Client: Fix touch getting stuck after drag-and-dropJohan Klokkhammer Helsing2016-11-093-1/+19
| | * Don't create new xdg surfaces in updateTransientParentJohan Klokkhammer Helsing2016-11-091-1/+3
| | * Fix build when some features are disabledPaul Olav Tvete2016-11-0720-13/+69
| | * remove dependencies from sync.profileOswald Buddenhagen2016-11-061-11/+0
| | * Client: Call parent requestUpdate after changing subsurface positionJohan Klokkhammer Helsing2016-10-261-0/+3
| | * Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-243-1/+10
| | * Don't return a null QMimeData from the clipboardGiulio Camuffo2016-10-172-3/+5
| * | Call formatWindowTitle on the window titleMartin Gräßlin2016-10-111-2/+3
* | | Don't ignore wl_surface:attach with null bufferJohan Klokkhammer Helsing2016-11-031-1/+1
* | | Doc: Added missing documentation for certain parametersNico Vertriest2016-11-035-19/+21
* | | Fix memory leaksGiulio Camuffo2016-11-032-47/+40
* | | QML Compositors: Switch touch events on by defaultJohan Klokkhammer Helsing2016-11-011-1/+1
* | | Compositor: Switch keyboard focus on touch inputJohan Klokkhammer Helsing2016-11-011-2/+5
* | | use modularized platformsupport modulesv5.8.0-beta1Oswald Buddenhagen2016-10-2219-22/+28
* | | Don't try to deliver event to destroyed windowPaul Olav Tvete2016-10-112-2/+4
* | | Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-113-1/+10
* | | Clients tests: Don't send leave events for destroyed surfacesJohan Klokkhammer Helsing2016-10-113-4/+20
* | | Add a multi-screen compositor exampleJohan Klokkhammer Helsing2016-10-107-0/+367
* | | Rename QWaylandSurface::throttlingView to primaryViewJohan Klokkhammer Helsing2016-10-0710-13/+77
* | | Fix advance() documentationPaul Olav Tvete2016-10-071-15/+12
* | | Show how to really make QtWayland work under X11Paul Olav Tvete2016-10-061-3/+30
* | | Fix race condition on mFrameCallbackPaul Olav Tvete2016-10-062-9/+8
* | | Fix crash on client hidePaul Olav Tvete2016-10-051-1/+1
* | | Make sure we send frameSwapped signalsJohan Klokkhammer Helsing2016-10-041-1/+1
* | | Document 3rd party code in Qt WaylandKai Koehne2016-10-044-0/+122
* | | Example compositor for the ivi application extensionJohan Klokkhammer Helsing2016-10-045-0/+172
* | | Update plugins.qmltypesPier Luigi Fiorini2016-10-041-47/+121
* | | Add missing constructor implementationPaul Olav Tvete2016-10-041-0/+8
* | | Add QML API and documentation for ivi-applicationJohan Klokkhammer Helsing2016-10-046-1/+192
* | | Add mode support to QWaylandOutputPier Luigi Fiorini2016-10-0319-138/+565
* | | Documentation: Remove tech preview statusJohan Klokkhammer Helsing2016-10-0317-32/+27
* | | Compositor: Send touch events to the surface pressedJohan Klokkahmmer Helsing2016-10-039-150/+57
* | | Expose native buffer handlesPaul Olav Tvete2016-10-035-9/+32
* | | Refactor buffer handlingPaul Olav Tvete2016-10-0132-798/+941
* | | Update git ignore listPier Luigi Fiorini2016-10-011-4/+7
* | | Include headers with full pathPier Luigi Fiorini2016-10-0110-15/+16
* | | Compositor: implement wl_shell maximize and fullscreenPier Luigi Fiorini2016-09-302-1/+72
* | | Make QWaylandKeymap a QObjectJohan Klokkhammer Helsing2016-09-3017-91/+485
* | | Make the custom extension example more interestingPaul Olav Tvete2016-09-3011-95/+470
* | | C++ API and tests for the ivi-application extensionJohan Klokkhammer Helsing2016-09-3011-1/+863
* | | Fix invalid write to random memoryPaul Olav Tvete2016-09-302-2/+4