Git commit 0001384310fcf691c413d49e566340c4e4409f23 by Burkhard L?ck. Committed on 06/03/2014 at 13:14. Pushed by lueck into branch 'KDE/4.13'.
bump date+version, add info+screenshot about modified bar (cherry picked from commit 0c440a263b977e989e36efb984fb54c83cd6f8fc) backport to 4.13 M +16 -2 doc/index.docbook A +- -- doc/modified-bar.png http://commits.kde.org/gwenview/0001384310fcf691c413d49e566340c4e4409f23 diff --git a/doc/index.docbook b/doc/index.docbook index d91e05e..645b16f 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -38,8 +38,8 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2013-05-28</date> -<releaseinfo>4.11 (&kde; 4.11)</releaseinfo> +<date>2014-03-06</date> +<releaseinfo>4.13 (&kde; 4.13)</releaseinfo> <abstract> <para>&kappname; is an image viewer for &kde;.</para> </abstract> @@ -159,6 +159,20 @@ blurry and/or pixelated.</para></listitem> <para>These actions are also available on the <guilabel>Operations</guilabel> tab of the sidebar.</para> +<para>If you have edited one or more images a bar with additional actions is displayed at the top of the image. +You can undo oder redo your changes, go to the previous oder next modified image and there are three options to save +the changed images. +</para> + +<screenshot> + <screeninfo>Browse Mode Screenshot</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="modified-bar.png" format="PNG" /> + </imageobject> + </mediaobject> +</screenshot> + <!--FIXME all actions also available context menus, where to add that info --> <tip><para>If you have installed the Kipi Plugins, a <guimenu>Plugins</guimenu> diff --git a/doc/modified-bar.png b/doc/modified-bar.png new file mode 100644 index 0000000..80933f4 Binary files /dev/null and b/doc/modified-bar.png differ
