summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate multiple QWaylandBuffer pointersmasterFlorian Haenel2012-12-036-13/+14
* Cleanup QtWayland moduleAndy Nichols2012-12-0339-2182/+99
* Change setPos -> setPosition in WaylandSurfaceItem.David Yip2012-12-031-1/+1
* Make sure the GL integrations have been fully initialized in time.Samuel Rødal2012-11-304-0/+7
* Initial implementation of decorations for EGL windows.Giulio Camuffo2012-11-1718-71/+559
* Port to libxkbcommon 0.2.0.Giulio Camuffo2012-11-052-5/+5
* Update QtCompositor API to use wayland 1.0.0Andy Nichols2012-11-045-9/+27
* Port the Wayland QPA plugin to wayland 1.0.0.Giulio Camuffo2012-11-0421-60/+101
* adjust to qt_plugin.prf changesOswald Buddenhagen2012-10-241-5/+2
* Prevent leaking texture ids.Samuel Rødal2012-10-242-4/+16
* Follow API change for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-182-6/+2
* Follow API change for QPlatformWindow::setWindowFlagsThomas Senyk2012-10-162-4/+3
* Fixing include warnings regarding QWindowSystemInterfaceThomas Senyk2012-10-1611-11/+11
* Changing from QQuickCanvas to QQuickWindowThomas Senyk2012-10-161-6/+6
* change the order of subdirsElvis Lee2012-10-081-1/+1
* Compile after QWindowSystemInterface API changes.Morten Johan Sorvig2012-09-282-7/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-25210-3175/+3421
* Fixed modifiers not working for non-Qt wayland clients.Samuel Rødal2012-09-222-1/+52
* Made qtwayland compositor handle plain wayland clients.Samuel Rødal2012-09-224-1/+97
* Bump wayland_sha1.txt to latest wayland master.Samuel Rødal2012-09-221-1/+1
* Prevent crashing the compositor when the client wants to unset the cursor.Samuel Rødal2012-09-221-1/+3
* Doc: Adding documentation templates from qtbaseJerome Pasion2012-09-213-0/+776
* m_windowManagerListener is unused variableElvis Lee2012-09-121-2/+0
* use wl_list_for_each_safe instead of wl_list_for_eachElvis Lee2012-09-121-2/+2
* ignoring "plugins/" need a leading slashElvis Lee2012-09-121-1/+0
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-113-3/+1
* Fix build errors due to api changes in QtBaseJorgen Lind2012-09-102-2/+2
* Update the git-archive export optionsThiago Macieira2012-09-032-0/+4
* Add more files to the ignore list.v5.0.0-beta1Pier Luigi Fiorini2012-08-271-1/+20
* Fix mouse input in WaylandSurfaceItem.Pier Luigi Fiorini2012-08-271-4/+8
* qtwayland: correct order of parameters in setMouseFocus()Elvis Lee2012-08-201-1/+1
* Update Wayland SHAJorgen Lind2012-08-177-7/+12
* Do not pass texture ownership to scenegraph in WaylandSurfaceItemLaszlo Agocs2012-08-171-1/+1
* Fix qtwayland build with QT_NO_ACCESSIBILITYLaszlo Agocs2012-08-171-0/+6
* Wheel event support in WaylandSurfaceItemLaszlo Agocs2012-08-172-0/+9
* Add sendConfigure() for WaylandSurfaceElvis Lee2012-08-172-0/+8
* Add support for loading theme plugins.Pier Luigi Fiorini2012-08-162-0/+16
* Make the gl integrations use the same build options as the config testsJorgen Lind2012-08-138-9/+50
* Compile fixesJorgen Lind2012-08-132-1/+2
* Create platform plugin binary into the local plugins directory.Pier Luigi Fiorini2012-08-131-1/+1
* qwindow-compositor: Fix background image drawingLaszlo Agocs2012-08-131-2/+5
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* Need to NULL check for parent() in parentSurface()Elvis Lee2012-08-101-1/+1
* Set default background image for QWidgetCompositorElvis Lee2012-08-033-1/+8
* Correct background's coordinatesElvis Lee2012-07-312-9/+25
* Handle events coming from show() properly in qwindow-compositorLaszlo Agocs2012-07-251-2/+2
* Fix fall out from shell protocol changeLaszlo Agocs2012-07-252-4/+4
* Fix libxkbcommon config testLaszlo Agocs2012-07-251-1/+0
* Fix brcm_egl test to not link against QtAndy Nichols2012-07-192-7/+18
* Revert "Suppress QWindowSystemInterface inclusion warnings."Stephen Kelly2012-07-1811-11/+11