mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
It's not all of them yet, just the ones which work out of the box with current code and which I could easily trigger.
19 lines
954 B
XML
19 lines
954 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<interface>
|
|
<menu id="/documents-popup">
|
|
<item><attribute name="action">app.documents-open</attribute></item>
|
|
<item><attribute name="action">app.documents-raise-or-open</attribute></item>
|
|
<item><attribute name="action">app.documents-file-open-dialog</attribute></item>
|
|
<item><attribute name="action">app.documents-copy-location</attribute></item>
|
|
<item><attribute name="action">app.documents-show-in-file-manager</attribute></item>
|
|
<item><attribute name="action">app.documents-remove</attribute></item>
|
|
<item><attribute name="action">app.documents-clear</attribute></item>
|
|
<section>
|
|
<item><attribute name="action">app.documents-recreate-preview</attribute></item>
|
|
<item><attribute name="action">app.documents-reload-previews</attribute></item>
|
|
<item><attribute name="action">app.documents-remove-dangling</attribute></item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|