summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Macro for QML extension boilerplateJørgen Lind2015-08-283-61/+118
* Compilefix from Pauls high DPI changesJørgen Lind2015-08-282-6/+6
* Remove followRequestedPosition from QWaylandQuickItemJørgen Lind2015-08-282-21/+0
* Make the default wl_shell available from QMLJørgen Lind2015-08-2829-655/+630
* Remove automatic initialisation of extensionsJørgen Lind2015-08-2818-97/+30
* Move qwltouch_p.h into qwaylandtouch_p.hJørgen Lind2015-08-285-200/+94
* Remove the qt_sub_surface extensionJørgen Lind2015-08-289-538/+0
* Move QWaylandKeyboardPrivate away from wayland_wrapperJørgen Lind2015-08-2810-455/+351
* Move ref and unref from QWaylandSurface to privateJørgen Lind2015-08-285-62/+58
* Removed the m_ prefix for variables in QWaylandSurfacePrivateJørgen Lind2015-08-283-125/+108
* Move QWaylandPointerPrivate into a _p file and remove the apiJørgen Lind2015-08-289-316/+175
* Remove QtWayland::InputDeviceJørgen Lind2015-08-2817-435/+226
* Remove the QtWayland::Output classJørgen Lind2015-08-2811-707/+483
* Fix up that QWindowCompositor didn't send onScreenVisibillityJørgen Lind2015-08-282-2/+9
* Use QWaylandClient in constructor of QWaylandSurfaceJørgen Lind2015-08-287-11/+11
* Remove QtWayland::Compositor and add QWaylandCompositorPrivateJørgen Lind2015-08-2859-1089/+708
* Move some virtual functions into protected scoping.Jørgen Lind2015-08-283-7/+14
* Remove QtWayland::SurfaceJørgen Lind2015-08-2843-868/+535
* Remove the Surface role functionalityJørgen Lind2015-08-282-75/+0
* Remove some deprecated apisJørgen Lind2015-08-282-84/+0
* Remove output from QWaylandSurfaceJørgen Lind2015-08-2816-104/+100
* Fixups after rebasingJørgen Lind2015-08-2817-193/+62
* Remove excess definition of QWaylandKeymapJørgen Lind2015-08-2814-105/+24
* WIP: public QWaylandShellJørgen Lind2015-08-282-0/+182
* Enable shell surface on qwindow compositorJørgen Lind2015-08-282-2/+6
* Fix missing file rename from QWayalandQuickView -> ....ItemJørgen Lind2015-08-285-6/+6
* Remove the default shell functionalityJørgen Lind2015-08-289-122/+10
* Fixup from using QScopedPointer and Q_DECLARE_PRIVATE in QWaylandViewJørgen Lind2015-08-281-1/+0
* make sure that views don't have a surfaceJørgen Lind2015-08-283-0/+10
* Check if we have a shellSurface in the decorationJørgen Lind2015-08-281-2/+2
* Remove unused includeJørgen Lind2015-08-281-1/+0
* Remove the QWaylandCompositor::createView virtual functionJørgen Lind2015-08-2810-37/+49
* Make QWaylandOutput a QWaylandExtensionContainerJørgen Lind2015-08-281-2/+3
* Fix Compile errors and warningsPaul Olav Tvete2015-08-286-10/+10
* Rename QWaylandQuickView to QWaylandQuickItemJørgen Lind2015-08-285-66/+66
* rename QWaylandExtensionTemplate::get to findInJørgen Lind2015-08-2810-21/+15
* Rename QWaylandSurfaceView to QWaylandViewJørgen Lind2015-08-2845-239/+265
* Improve QWaylandExtensionJørgen Lind2015-08-2828-151/+96
* Remove transient(inactive|parent|offset) from QWaylandSurfaceJørgen Lind2015-08-2811-69/+41
* Remove the static instance of a compositor.Jørgen Lind2015-08-289-27/+39
* Make it possible to subclass QWayland(Pointer|Keyboard|Touch)Jørgen Lind2015-08-283-6/+8
* Make addClient virutal api for Keyboard Pointer and touchJørgen Lind2015-08-285-3/+12
* Use Q_SIGNALS and Q_SLOTS instead of signals: slots:Jørgen Lind2015-08-2811-12/+12
* Add missing functions in QWaylandKeyboardJørgen Lind2015-08-281-0/+18
* Rename QWaylandPointer::currentView to mouseFocusJørgen Lind2015-08-285-7/+7
* Mouse mouseFocus handling to the QWaylandInputDeviceJørgen Lind2015-08-2814-102/+381
* Public input apisJørgen Lind2015-08-2849-975/+1461
* Rework how we manage extensionsJørgen Lind2015-08-2855-914/+757
* Allow CurrentPosition to not having a current viewJørgen Lind2015-08-281-2/+1
* Default shell surface view to the primaryOutput of the surfaceJørgen Lind2015-08-281-0/+1