feat: implement xdg-dialog-v1 protocol support#1051
Open
wineee wants to merge 1 commit into
Open
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wineee The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
74786e5 to
d4a2a42
Compare
wineee
commented
Jun 25, 2026
wineee
commented
Jun 25, 2026
c42a901 to
85df15f
Compare
|
TAG Bot New tag: 0.8.13 |
8fc9a00 to
e8b06d9
Compare
f997c5f to
ec04078
Compare
Add xdg-dialog-v1 protocol support (qwxdgdialogv1 wrapper + wxdgdialogmanagerv1 handler) so clients can mark surfaces as modal dialogs via the new Wayland protocol. Implement KWin-style asymmetric modal policy: - Minimizing a parent hides non-modal children but keeps modal dialogs visible; minimizing a modal dialog pulls its parent along - Moving a surface to another workspace drags its transient children and (for modal dialogs) its parent; surfaces pinned to all workspaces are skipped to preserve their "show everywhere" intent TASK: 391997
zccrs
requested changes
Jun 30, 2026
| text: qsTr("Move to Left Work Space") | ||
| enabled: leftWorkspaceId >= 0 | ||
| onTriggered: Helper.workspace.moveSurfaceTo(surface, leftWorkspaceId) | ||
| onTriggered: { |
| text: qsTr("Move to Right Work Space") | ||
| enabled: rightWorkspaceId >= 0 | ||
| onTriggered: Helper.workspace.moveSurfaceTo(surface, rightWorkspaceId) | ||
| onTriggered: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add native wlroots-based xdg-dialog-v1 integration across the stack:
qwlroots:
waylib:
treeland: