-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
menus: fix dialogs_dockable_actions being in 2 groups.
Depending on where it's used, this list of action can be either in the "dockable" or the "dialogs" action group. The meson rule is a bit more complicated than I wished it were because of the ever-so-blocking lack of simple dependency in meson. Cf. my latest comment: mesonbuild/meson#8123 (comment)
- Loading branch information
Jehan
committed
Apr 7, 2023
1 parent
7697f06
commit 9d59aef
Showing
6 changed files
with
89 additions
and
48 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<section> | ||
<item><attribute name="action">@GROUP@.dialogs-tool-options</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-device-status</attribute></item> | ||
<section> | ||
<item><attribute name="action">@GROUP@.dialogs-layers</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-channels</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-vectors</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-indexed-palette</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-histogram</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-selection-editor</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-navigation</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-undo-history</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-cursor</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-sample-points</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-symmetry</attribute></item> | ||
</section> | ||
<section> | ||
<item><attribute name="action">@GROUP@.dialogs-colors</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-brushes</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-dynamics</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-mypaint-brushes</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-patterns</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-gradients</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-palettes</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-fonts</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-tool-presets</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-buffers</attribute></item> | ||
</section> | ||
<item><attribute name="action">@GROUP@.dialogs-images</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-document-history</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-templates</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-error-console</attribute></item> | ||
<item><attribute name="action">@GROUP@.dialogs-dashboard</attribute></item> | ||
</section> |
This file contains 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
This file contains 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
This file contains 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