summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Mark reimplemented methods as overridePier Luigi Fiorini2015-11-281-13/+13
* Fix typo in QWaylandQuickOutput warningPier Luigi Fiorini2015-11-281-1/+1
* Add keyboard repeat rate and delayPier Luigi Fiorini2015-11-283-1/+75
* Compile fix for namespaced Qt buildsPaul Olav Tvete2015-11-285-4/+18
* Rename setPopup surface argumentPier Luigi Fiorini2015-11-271-1/+1
* Doc: Change a few parameter values in the qdocconfVenugopal Shivashankar2015-11-112-12/+9
* Fix crash on client exitPaul Olav Tvete2015-11-091-0/+2
* Fix copyright headersPaul Olav Tvete2015-11-0922-50/+56
* Try to get wl_display from the platform pluginPaul Olav Tvete2015-11-061-2/+6
* Merge branch '5.6' into wip-compositor-apiLaszlo Agocs2015-10-2712-58/+315
|\
| * Support EGLStream in wayland-eglLaszlo Agocs2015-10-208-42/+309
| * Update focusResource if needed when wl_keyboard is boundOlivier Blin2015-10-202-8/+37
| * Fix setting focusDestroyListener when no keyboard resource is boundOlivier Blin2015-10-201-4/+8
| * Fix for QStringBuilderLaszlo Agocs2015-10-191-4/+23
* | Add documentation to Qt Wayland CompositorEskil Abrahamsen Blomfeldt2015-10-2629-38/+2014
* | Remove obsolete defineLouai Al-Khanji2015-10-231-1/+0
* | Add warning to private headersPaul Olav Tvete2015-10-2321-0/+231
* | Rename QWaylandExtensionContainer to QWaylandObjectPaul Olav Tvete2015-10-2322-52/+65
* | Merge branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-10-1373-198/+1047
|\|
| * Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0579-0/+869
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-025-6/+25
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-025-6/+25
| | |\
| | | * Remove scoped enums to fix builds without C++11 support.5.5Julien Brianceau2015-10-012-4/+4
| | | * QtCompositor: Work around driver issue on iMX6 devicesLouai Al-Khanji2015-09-251-6/+11
| | | * QWaylandSurfaceItem: ungrab the pointer on TouchEnd event.Andreas Hartmetz2015-09-251-0/+4
| | | * Fix a segfault when the wayland connection is brokenGiulio Camuffo2015-09-251-0/+2
| | | * Fix deadlock when hiding and showing EGL windowsv5.5.1Giulio Camuffo2015-09-092-0/+8
| * | | xkb: Provide support for the XF86Phone symbolAndres Gomez2015-10-021-0/+2
| |/ /
| * | xdg-shell: upgrade to support current version (weston-1.8.0)Philippe Coval2015-09-232-115/+285
| * | QWaylandXdgSurface/QWaylandWlShellSurface: Fix warnings about CT initializati...Friedemann Kleint2015-09-152-4/+4
| * | Don't invalidate textures when the scene graph is stopped.Andrew den Exter2015-09-091-5/+0
| * | Fix updating the keymap when no key is pressedGiulio Camuffo2015-09-031-2/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-2811-70/+89
| |\|
| | * Don't crash if loading the keymap failsGiulio Camuffo2015-08-272-20/+37
| | * Reset surface transientParent when the parent is destroyed.Mikko Harju2015-08-261-0/+8
| | * Fix QDesktopServices::openUrl when there is no windowmanager integrationGiulio Camuffo2015-08-262-15/+20
| | * Fix possible race condition leading to a dead lockGiulio Camuffo2015-07-064-20/+6
| | * Fix tooltips without a transient parentGiulio Camuffo2015-07-042-15/+17
| * | Enable input context selectionBernd Weimer2015-08-251-1/+3
| * | Compile after QPA API changes.Morten Johan Sørvig2015-08-062-6/+6
* | | Fix missing #ifndef for housekeeping code.Erik Larsson2015-10-121-0/+2
* | | A surface buffer has content iff it has a bufferPaul Olav Tvete2015-10-121-1/+1
* | | Avoid crash on window closePaul Olav Tvete2015-10-121-2/+3
* | | Avoid double deletePaul Olav Tvete2015-10-021-3/+1
* | | Add raise() and lower() to QWaylandQuickItemPaul Olav Tvete2015-09-292-0/+20
* | | Improve notification at surface destructionPaul Olav Tvete2015-09-291-5/+5
* | | Add missing Q_ENUMJørgen Lind2015-09-183-0/+4
* | | Make sure QWaylandQuickItem paints the first frameJørgen Lind2015-09-182-0/+3
* | | Hook up the QWaylandQuickItem::surfaceDestroyedJørgen Lind2015-09-181-0/+1
* | | Remove the parent pointer for the view in QWaylandQuickItemJørgen Lind2015-09-181-1/+1