Git commit b96d2537e877e289e337158f24d60e2159ab2a4e by Yuri Chornoivan. Committed on 23/02/2019 at 08:24. Pushed by yurchor into branch 'master'.
Update docs M +- -- doc/ApplicationPreferences.png M +- -- doc/SaveOptions.png M +20 -8 doc/index.docbook https://commits.kde.org/spectacle/b96d2537e877e289e337158f24d60e2159ab2a4e diff --git a/doc/ApplicationPreferences.png b/doc/ApplicationPreferences.png index dbbcd94..03fd665 100644 Binary files a/doc/ApplicationPreferences.png and b/doc/ApplicationPreferences.png differ diff --git a/doc/SaveOptions.png b/doc/SaveOptions.png index a231d79..236766d 100644 Binary files a/doc/SaveOptions.png and b/doc/SaveOptions.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 51cc06b..2649256 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -29,8 +29,8 @@ <legalnotice>&FDLNotice;</legalnotice> - <date>2018-07-17</date> - <releaseinfo>Applications 18.08</releaseinfo> + <date>2019-02-23</date> + <releaseinfo>Applications 19.04</releaseinfo> <abstract> <para>&spectacle; is a simple application for capturing desktop screenshots. It can capture images of the entire desktop, a single monitor, the currently active window, the window currently under the mouse, or a rectangular region of the screen. The images can then be printed, sent to other applications for manipulation, or quickly be saved as-is.</para> @@ -260,10 +260,9 @@ </mediaobject> <variablelist> <varlistentry> - <term><guilabel>Copy file location to clipboard after saving</guilabel></term> + <term><guilabel>Press screenshot key to</guilabel></term> <listitem> - <para>When a screenshot is saved, copy the location at which the file was saved to the clipboard. You can then paste it anywhere that accepts - text input. Note that you must be running a clipboard manager in order to keep the path in the clipboard after &spectacle; quits.</para> + <para>When a shortcut to make screenshot is pressed and &spectacle; is already running it is possible to configure the behavior of the screenshoting system. You can choose between taking a new screenshot, opening of a new &spectacle; window, and returning focus to the existing &spectacle; window.</para> </listitem> </varlistentry> <varlistentry> @@ -272,11 +271,17 @@ <para>Use a light background color to mask the cropped-out area in the rectangular region selector. This may make dark cursors easier to see.</para> </listitem> </varlistentry> + <varlistentry> + <term><guilabel>Show magnifier</guilabel></term> + <listitem> + <para>When a screenshot is saved, copy the location at which the file was saved to the clipboard. You can then paste it anywhere that accepts + text input. Note that you must be running a clipboard manager in order to keep the path in the clipboard after &spectacle; quits.</para> + </listitem> + </varlistentry> <varlistentry> <term><guilabel>Remember selected area</guilabel></term> <listitem> - <para>By default, &spectacle; does not show an initial selection when you take a screenshot of a rectangular region. Enable this option to remember - the last selected region of the screen, and set it as the initial selection when you use the rectangular region selector the next time.</para> + <para>By default, &spectacle; remembers an initial selection when you take a screenshot of a rectangular region until you close the &spectacle; window. You can also choose to make &spectacle; never remember selected area or remember it between the screenshoting sessions.</para> </listitem> </varlistentry> </variablelist> @@ -297,11 +302,18 @@ </para> <variablelist> <varlistentry> - <term><guilabel>Default Save Location</guilabel></term> + <term><guilabel>Save Location</guilabel></term> <listitem> <para>In the <guilabel>Location</guilabel> text box set the folder where you'd like to save your screenshots when you press <guibutton>Save</guibutton>.</para> </listitem> </varlistentry> + <varlistentry> + <term><guilabel>Copy file location to clipboard after saving</guilabel></term> + <listitem> + <para>When a screenshot is saved, copy the location at which the file was saved to the clipboard. You can then paste it anywhere that accepts + text input. Note that you must be running a clipboard manager in order to keep the path in the clipboard after &spectacle; quits.</para> + </listitem> + </varlistentry> <varlistentry> <term><guilabel>Default Save Filename</guilabel></term> <listitem>
