summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Fix build with QT_NO_ACCESSIBILITYSamuli Piippo2016-09-162-2/+6
| | * Remove or add window decorations when toggling fullscreenJohan Klokkhammer Helsing2016-09-051-0/+1
| * | Add missing mouse ungrab when touch endsJohan Klokkhammer Helsing2016-09-151-0/+6
| * | Doc: Add missing docs for a few QML typesVenugopal Shivashankar2016-09-021-20/+73
* | | Emit signals for compositor propertiesPier Luigi Fiorini2016-09-202-3/+31
* | | Compositor API: Add closeAllPopups method to QWaylandWlShellJohan Klokkhammer Helsing2016-09-206-27/+58
* | | Warn if using QWaylandClientExtension without a Wayland pluginJohan Klokkhammer Helsing2016-09-191-0/+5
* | | Only bind the extension oncePaul Olav Tvete2016-09-181-1/+1
* | | Cleanup and null ptr checkPaul Olav Tvete2016-09-181-9/+10
* | | Fix FramelessWindowHintPaul Olav Tvete2016-09-182-2/+8
* | | Rename QWaylandView::attach() to bufferCommitted()Paul Olav Tvete2016-09-083-7/+11
* | | Rename the QWaylandXdg* classes to QWaylandXdg*V5Giulio Camuffo2016-09-058-392/+392
* | | Don't assume we always have a shellPaul Olav Tvete2016-09-052-4/+3
* | | Merge remote-tracking branch 'qt/5.7' into 5.8v5.8.0-alpha1Liang Qi2016-08-2838-222/+718
|\| |
| * | Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-08-264-8/+26
| |\|
| | * Merge remote-tracking branch 'qt/5.6.2' into 5.6Paul Olav Tvete2016-08-263-7/+17
| | |\
| | | * Client: Fix keyboard focus logic and crashJohan Klokkhammer Helsing2016-08-263-7/+17
| | * | Pass TRANSIENT_INACTIVE flag for windows with WA_ShowWithoutActivatingMartin Gräßlin2016-08-261-1/+9
| | |/
| | * Fix crash on client exitWieland Hagen2016-08-181-4/+13
| * | Doc: Language editVenugopal Shivashankar2016-08-241-1/+1
| * | Fix incorrect documentation for QWaylandInputDeviceJohan Klokkhammer Helsing2016-08-181-1/+1
| * | Doc: Language editsVenugopal Shivashankar2016-08-1715-151/+167
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1117-52/+506
| |\|
| | * Client: Fix popup position for xdg shellJohan Klokkhammer Helsing2016-08-106-1/+163
| | * Make wl_shell and xdg_shell use the QWaylandShellIntegration interfaceJohan Klokkhammer Helsing2016-08-0913-40/+337
| | * Client: Refactor window active stateJohan Klokkhammer Helsing2016-08-084-8/+4
| | * Fix crash when dragging with touch without first having pointer focusJohan Klokkhammer Helsing2016-08-021-0/+3
| | * Remove logging of drag-and-drop dataJohan Klokkhammer Helsing2016-08-011-4/+0
| * | Fix for wayland-egl on DRIVE CXLaszlo Agocs2016-08-102-2/+2
| * | Doc: minor link issues in qtwaylandNico Vertriest2016-08-104-12/+19
* | | Improve robustness of QML plugin loadingSimon Hausmann2016-08-261-1/+1
* | | Remove QWaylandView from the QML APIPaul Olav Tvete2016-08-228-38/+111
* | | Rename QWaylandSurface::isMapped to hasContentJohan Klokkhammer Helsing2016-08-227-27/+27
* | | compositor: Add shell property to xdg-shellPier Luigi Fiorini2016-08-152-0/+44
* | | Compositor: Add windowType property to QWaylandWlShellSurfaceJohan Klokkhammer Helsing2016-08-155-0/+45
* | | Compositor: Document QWaylandWlShellSurface shell propertyPier Luigi Fiorini2016-08-151-0/+11
* | | Compositor API: rename QWaylandInputDevice to QWaylandSeatJohan Klokkhammer Helsing2016-08-1144-373/+369
* | | Fix documentation for wlShellSurfaceRequestedJohan Klokkhammer Helsing2016-08-101-2/+2
* | | Compositor API: Remove mouseFocus method from QWaylandTouchJohan Klokkhammer Helsing2016-08-092-15/+2
* | | Merge remote-tracking branch 'qt/5.7' into devPaul Olav Tvete2016-08-0411-17/+20
|\| |