diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-10 01:02:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-10 01:02:50 +0000 |
commit | c66249b79aa9bfa0924494adcd5345b5b1244b0c (patch) | |
tree | 19a77c57cc41d8b522554fbde0c36d6f20d7dc7b /doc/interface.docbook | |
download | gwenview-c66249b79aa9bfa0924494adcd5345b5b1244b0c.tar.gz gwenview-c66249b79aa9bfa0924494adcd5345b5b1244b0c.zip |
Added old abandoned KDE3 version of gwenview
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1088034 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/interface.docbook')
-rw-r--r-- | doc/interface.docbook | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/interface.docbook b/doc/interface.docbook new file mode 100644 index 0000000..1d17e0b --- /dev/null +++ b/doc/interface.docbook @@ -0,0 +1,50 @@ +<chapter id="interface"> +<title>The interface</title> + +<sect1 id='browse_and_view_modes'><title>Browse and View modes</title> + +<para>By default, &kappname; opens in Browse mode.</para> + +<para>In this mode you can easily navigate through your files and folders. As + you can see on the screenshot, the preview window shows the current image as + well as any embedded image comment.</para> + +<screenshot> + <screeninfo>Browse Mode Screenshot</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="browse_mode.png" format="PNG" /> + </imageobject> + </mediaobject> +</screenshot> + + +<para>From the Browse mode, + unchecking + <menuchoice> + <shortcut> + <keycombo action="simul">&Ctrl;<keycap>Return</keycap></keycombo> + </shortcut> + <guimenu>View</guimenu> + <guimenuitem>Browse</guimenuitem> + </menuchoice> + will put you in View mode, where the image takes all the + space of the window.</para> + +<screenshot> + <screeninfo>View Mode Screenshot</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="view_mode.png" format="PNG" /> + </imageobject> + </mediaobject> +</screenshot> + +<tip><para>You can start directly in View mode by starting &kappname; with an image + as an argument.</para> +</tip> + +</sect1> + +</chapter> +<!-- vim: set ft=xml: --> |