summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Don't depend on shell extensionPaul Olav Tvete2017-04-271-39/+40
* Don't try to create zxdg_popup_v6s with incomplete positionersJohan Klokkhammer Helsing2017-04-191-0/+1
* Fix warning about inconsistent use of override keywordv5.9.0-beta2Thiago Macieira2017-04-041-1/+1
* Don't redefine symbols from system librariesPaul Olav Tvete2017-03-281-1/+3
* Clean up draganddrop and clipboard featuresPaul Olav Tvete2017-03-2317-57/+72
* Code cleanup (fixing -no-feature-cursor)Paul Olav Tvete2017-03-083-27/+29
* Remove QRegularExpression dependencyPaul Olav Tvete2017-03-021-1/+3
* Merge remote-tracking branch 'qt/5.8' into 5.9Paul Olav Tvete2017-03-014-5/+23
|\
| * Initialize the first wl_surface in the constructor of QWaylandWindowJohan Klokkhammer Helsing2017-02-222-1/+8
| * Fix crash when running without shell integrationGiulio Camuffo2017-02-161-1/+8
| * fix typos in "Raspberry Pi"Oswald Buddenhagen2017-02-101-1/+1
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-261-2/+6
| |\
| | * Don't call wl_surface::destroy if the surface was never initializedJohan Klokkhammer Helsing2017-01-051-1/+2
| | * Fix crash when starting clientsJohan Klokkhammer Helsing2017-01-031-1/+4
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2534-204/+292
|\| |
| * | Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-2326-192/+192
| * | Fix build without feature.draganddropTasuku Suzuki2017-01-151-4/+8
| * | Fix build without feature.cursorTasuku Suzuki2017-01-138-3/+53
| * | Fix build without feature.clipboardTasuku Suzuki2017-01-135-6/+27
| * | Client: Don't crash when the receiver of a paste closes the pipeJohan Klokkhammer Helsing2017-01-031-0/+10
| * | Fix initial window property values being propagatedRobert Griebl2016-12-161-0/+3
| |/
* | Handle the zxdg_toplevel_v6.close eventJohan Klokkhammer Helsing2016-12-131-0/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-122-0/+6
|\|
| * Don't crash when trying to run on a compositor without outputsJohan Klokkhammer Helsing2016-11-281-0/+5
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-261-0/+1
| |\
| | * Merge remote-tracking branch 'origin/5.7.1' into 5.75.7Liang Qi2016-11-241-0/+1
| | |\
| | | * Client: Remove windows from keyboard focus list when destroyedJohan Klokkhammer Helsing2016-10-253-1/+10
| | | * fix namespaced build. *again*Oswald Buddenhagen2016-10-171-0/+1
| * | | Fix crash when destroying focus windowPaul Olav Tvete2016-11-231-1/+2
* | | | Fix broken HEADERS list in client.proJohan Klokkhammer Helsing2016-12-081-3/+3
* | | | Deprecate QT_WAYLAND_USE_XDG_SHELLJohan Klokkhammer Helsing2016-12-067-28/+57
* | | | Add xdg_shell_v6 support for Qt clientsGiulio Camuffo2016-12-0210-7/+562
|/ / /
* | | Fix crash on exitPaul Olav Tvete2016-11-231-1/+5
* | | Use new feature system, part 2Lars Knoll2016-11-2327-64/+65
* | | Use the feature system internallyLars Knoll2016-11-2346-71/+124
* | | Move qtwayland over to use the new configuration systemLars Knoll2016-11-232-13/+138
* | | Don't reset the cursor at every mouse moveGiulio Camuffo2016-11-224-7/+19
* | | Client: Close popups on xdg_popup::popup_doneJohan Klokkhammer Helsing2016-11-182-0/+10
* | | Create and destroy the shell surface when showing and hidingGiulio Camuffo2016-11-1710-70/+83
* | | Rename qwaylandxdgpopup_p.cpp to qwaylandxdgpopup.cppJohan Klokkhammer Helsing2016-11-162-1/+1
* | | Remove useless method QWaylandShmBackingStore::hiddenJohan Klokkhammer Helsing2016-11-113-8/+0
* | | Remove QWaylandWindow::shellManagesActiveStateJohan Klokkhammer Helsing2016-11-1010-18/+37
* | | Follow the protocol for nested xdg_popupsJohan Klokkhammer Helsing2016-11-102-4/+21
* | | Merge remote-tracking branch 'qt/5.7' into 5.8Paul Olav Tvete2016-11-1022-19/+110
|\| |
| * | Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-11-1022-18/+121
| |\ \
| | * | Client: Cleanup mouse state after dragJohan Klokkhammer Helsing2016-11-102-0/+12
| | * | Client: Fix touch getting stuck after drag-and-dropJohan Klokkhammer Helsing2016-11-093-1/+19
| | * | Don't create new xdg surfaces in updateTransientParentJohan Klokkhammer Helsing2016-11-091-1/+3
| | * | Fix build when some features are disabledPaul Olav Tvete2016-11-0720-13/+69
| | * | Client: Call parent requestUpdate after changing subsurface positionJohan Klokkhammer Helsing2016-10-261-0/+3