summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-03-088-147/+180
|\
| * Fix SHM drawing logicGiulio Camuffo2016-03-077-111/+158
| * don't over-expose private dependenciesOswald Buddenhagen2016-02-251-4/+4
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-10/+9
| * Fix crash for destroyed surface on touch eventElvis Lee2016-02-251-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-192-3/+11
|\|
| * Fix freeze when using BypassWindowManagerHintJohan Klokkhammer Helsing2016-02-121-1/+2
| * Don't create wl_surface for desktop widgetsv5.6.0-rc1Paul Olav Tvete2016-01-111-2/+2
| * Fix the control keyPaul Olav Tvete2016-01-111-0/+7
* | Implement initial IVI-shell support with shell integration.Yusuke Binsaki2016-02-121-1/+2
* | Add missing we mean it headerLaszlo Agocs2016-01-291-0/+11
* | Updated license headersAntti Kokko2016-01-2084-1178/+1682
* | Set appId according to QGuiApplication::desktopFileName()Pier Luigi Fiorini2016-01-111-15/+26
* | Merge branch 'wip-compositor-api' into devPaul Olav Tvete2015-12-028-114/+92
|\ \
| * | Merge remote-tracking branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-12-0210-247/+42
| |\|
| * | Merge branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-10-1352-65/+550
| |\ \
| * | | Fix sending exposeevents on all swapbuffersJørgen Lind2015-09-101-1/+2
| * | | Set default size if a QWindow has no geometryJørgen Lind2015-09-041-3/+5
| * | | Compilefix from Pauls high DPI changesJørgen Lind2015-08-282-6/+6
| * | | Remove the qt_sub_surface extensionJørgen Lind2015-08-281-1/+0
| * | | Check if we have a shellSurface in the decorationJørgen Lind2015-08-281-2/+2
| * | | Rework how we manage extensionsJørgen Lind2015-08-281-1/+0
| * | | Fix some wrong licenses in QtWaylandClientJørgen Lind2015-07-244-108/+84
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0110-247/+42
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix compiler warnings.Friedemann Kleint2015-11-052-1/+2
| * | | client: Remove the event threadGiulio Camuffo2015-11-036-232/+29
| * | | CMake: Create CMake files for WaylandClientKevin Funk2015-11-021-1/+0
| * | | Add wl_shell_surface as nativeResourceForWindowMartin Gräßlin2015-10-301-0/+10
| * | | Fix deadlock when starting a dragGiulio Camuffo2015-10-291-13/+1
| | |/ | |/|
* | | Support non-blocking flush for shm subsurfacesMikko Levonmaa2015-11-281-12/+31
* | | Make swap buffer call non-blocking for subsurfacesMikko Levonmaa2015-11-122-0/+5
* | | Add QWaylandWindowFunctionsMikko Levonmaa2015-11-064-1/+82
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1552-61/+546
|\| |
| * | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0544-0/+484
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+2
| |\ \
| | * | Fix a segfault when the wayland connection is brokenGiulio Camuffo2015-09-251-0/+2
| * | | xdg-shell: upgrade to support current version (weston-1.8.0)Philippe Coval2015-09-231-10/+13
| * | | QWaylandXdgSurface/QWaylandWlShellSurface: Fix warnings about CT initializati...Friedemann Kleint2015-09-152-4/+4
| * | | Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-288-50/+44
| |\| |
| | * | 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
* | | | Implement the wl_subcompositor interface server-sideGiulio Camuffo2015-10-011-1/+0
* | | | Add QWayland::shm object to clientMikko Levonmaa2015-09-257-7/+166
* | | | xdg-shell: upgrade to support current version (weston-1.8.0)Philippe Coval2015-09-031-10/+13
* | | | Fallback to normal input method pluginsMarco Martin2015-08-201-1/+9
|/ / /
* | / Compile after QPA API changes.Morten Johan Sørvig2015-08-062-6/+6
| |/ |/|
* | Use xkbcommon for internal key events tooGiulio Camuffo2015-07-232-155/+5
* | Use standard wl_subsurface interface to set a window as a child of another oneGiulio Camuffo2015-07-226-92/+113