summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Declare QWaylandOutputMode as a movable typePaul Olav Tvete2016-11-151-0/+1
* Add missing override to initialize in QWaylandIviSurfaceRobert Loehning2016-11-141-1/+1
* 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-1022-19/+110
|\
| * Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-11-1022-18/+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
| | * 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
* | | Rename QWaylandSurface::throttlingView to primaryViewJohan Klokkhammer Helsing2016-10-0710-13/+77
* | | Fix advance() documentationPaul Olav Tvete2016-10-071-15/+12
* | | 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
* | | 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-037-121/+471
* | | Documentation: Remove tech preview statusJohan Klokkhammer Helsing2016-10-0316-27/+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-0126-754/+919
* | | 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-3014-86/+392
* | | C++ API and tests for the ivi-application extensionJohan Klokkhammer Helsing2016-09-307-0/+671
* | | Fix invalid write to random memoryPaul Olav Tvete2016-09-302-2/+4
* | | Compositor: Base shell classPier Luigi Fiorini2016-09-3015-69/+327
* | | Update xdg-shell protocol fileKai Koehne2016-09-281-26/+54
* | | Update ivi-application protocol to version 1.9.1Kai Koehne2016-09-281-17/+18
* | | Return serial from sendTouchPointEventJohan Klokkhammer Helsing2016-09-285-16/+23
* | | Compositor: Return event serials from mouse press functionsJohan Klokkhammer Helsing2016-09-282-8/+20
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-204-2/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-173-2/+7
| |\|