This commit is contained in:
wpferguson 2021-04-09 04:36:54 +00:00
parent d0f5b1afd8
commit 2833cb1084
4 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

4
js/jquery.js vendored

File diff suppressed because one or more lines are too long

View file

@ -3066,7 +3066,7 @@
[percentage : boolean], [percentage : boolean],
[cancel_callback : function] [cancel_callback : function]
) : types.dt_lua_backgroundjob_t ) : types.dt_lua_backgroundjob_t
</code></pre><p>Create a new progress_bar displayed in <a href="#darktable.gui.libs.backgroundjobs">darktable.gui.libs.backgroundjobs</a></p> </code></pre><p>Create a new progress_bar displayed in <a href="../libs/backgroundjobs.md">darktable.gui.libs.backgroundjobs</a></p>
<ul> <ul>
<li> <li>
<p><strong>text</strong> - <em>string</em> - The text to display in the job entry</p> <p><strong>text</strong> - <em>string</em> - The text to display in the job entry</p>
@ -3086,7 +3086,7 @@
job : types.dt_lua_backgroundjob_t job : types.dt_lua_backgroundjob_t
) )
</code></pre><ul> </code></pre><ul>
<li><strong>job</strong> - <em><a href="/luadocs/lua.api.manual/types/dt_lua_backgroundjob_t/">types.dt_lua_backgroundjob_t</a></em> - The job who is being cancelled</li> <li><strong>job</strong> - <em><a href="/luadocs/lua.api.manual/types/dt_lua_backgroundjob_t/">types.dt_lua_backgroundjob_t</a></em> - The job that is being cancelled</li>
</ul> </ul>

View file

@ -3075,7 +3075,9 @@ originally selected images.</p>
<li>start this script using script manager</li> <li>start this script using script manager</li>
<li>select an image or images for editing with GIMP</li> <li>select an image or images for editing with GIMP</li>
<li>in the export dialog select &ldquo;Edit with GIMP&rdquo; and select the format and bit depth for the <li>in the export dialog select &ldquo;Edit with GIMP&rdquo; and select the format and bit depth for the
exported image</li> exported image. Check the &ldquo;run_detached&rdquo; button to run GIMP in detached mode. Images
will not be returned to darktable in this mode, but additional images can be sent to
GIMP without stopping it.</li>
<li>Press &ldquo;export&rdquo;</li> <li>Press &ldquo;export&rdquo;</li>
<li>Edit the image with GIMP then save the changes with File-&gt;Overwrite&hellip;.</li> <li>Edit the image with GIMP then save the changes with File-&gt;Overwrite&hellip;.</li>
<li>Exit GIMP</li> <li>Exit GIMP</li>