Changeset b6f2d2


Ignore:
Timestamp:
Nov 3, 2025, 9:36:41 PM (2 months ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.1, stable
Children:
c0e35d
Parents:
a2c7c3
git-author:
Frederik Heber <frederik.heber@…> (11/03/25 21:30:05)
git-committer:
Frederik Heber <frederik.heber@…> (11/03/25 21:36:41)
Message:

DOC: Updates the qtgui part of the userguide.

  • adds table with important key controls.
  • explains how to change the view using the mouse.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    ra2c7c3 rb6f2d2  
    31303130          of the water molecules, the &quot;dreibein&quot; giving the positive axis
    31313131          directions and the slightly translucent cuboid of the domain on a black background.</para>
     3132            <section xml:id="graphical-user-interface.3d-view.mouse">
     3133            <title xml:id="graphical-user-interface.3d-view.mouse.title">Mouse Controls</title>
     3134                  <para>The viewport can be most easily changed with the mouse: Clicking and holding the
     3135                  left mouse button while moving the mouse will rotate the viewport.</para>
     3136                  <para>If you hold the Shift key at the same time, the mouse movements will no
     3137                  cause a rotation but a translation in the vertical and horizontal directions,
     3138                  orthogonal to the current view axis.</para>
     3139                  <para>Finally, the mouse wheel allows to zoom in and out.</para>
     3140                  <para>There is one more control: right-clicking with the mouse anywhere in
     3141                  the domain will open a context menu specific to atoms, allowing you to add
     3142                  atoms, saturate them, ...</para>
     3143                </section>
     3144            <section xml:id="graphical-user-interface.3d-view.keys">
     3145            <title xml:id="graphical-user-interface.3d-view.keys.title">Key Controls</title>
     3146                  <para>The 3D view can also be controlled through the following keys:
     3147                        <table xml:id="graphical-user-interface.3d-view.keymap">
     3148                                <title>Keymap</title>
     3149                                <tgroup cols='2' align='left' colsep='1' rowsep='1'>
     3150                                                                <colspec colname='c1'/>
     3151                                                                <colspec colname='c2'/>
     3152                                                                <thead>
     3153                                                                        <row>
     3154                                                                          <entry align="center">Key</entry>
     3155                                                                          <entry>Action</entry>
     3156                                                                        </row>
     3157                                                                </thead>
     3158                                                                <tbody>
     3159                                                                        <row>
     3160                                                                                <entry>Cursor Up</entry>
     3161                                                                                <entry>Moves the view upwards</entry>
     3162                                                                        </row>
     3163                                                                        <row>
     3164                                                                                <entry>Cursor Down</entry>
     3165                                                                                <entry>Moves the view downwards</entry>
     3166                                                                        </row>
     3167                                                                        <row>
     3168                                                                                <entry>Cursor Right</entry>
     3169                                                                                <entry>Moves the view to the right</entry>
     3170                                                                        </row>
     3171                                                                        <row>
     3172                                                                                <entry>Cursor Left</entry>
     3173                                                                                <entry>Moves the view to the left</entry>
     3174                                                                        </row>
     3175                                                                        <row>
     3176                                                                                <entry>Page Up</entry>
     3177                                                                                <entry>Moves the view further away</entry>
     3178                                                                        </row>
     3179                                                                        <row>
     3180                                                                                <entry>Page Down</entry>
     3181                                                                                <entry>Moves the view closer</entry>
     3182                                                                        </row>
     3183
     3184                                                                        <row>
     3185                                                                                <entry>Shift</entry>
     3186                                                                                <entry>Holding shift key switches mouse movements from rotation to translation mode</entry>
     3187                                                                        </row>
     3188                                                                </tbody>
     3189                                                        </tgroup>
     3190                        </table>
     3191                  </para>
     3192                </section>
    31323193        </section>
    31333194        <section xml:id="graphical-user-interface.information-tabs">
  • m4/ax_check_docbook.m4

    ra2c7c3 rb6f2d2  
    33XSLTPROC_FLAGS=--nonet
    44DOCBOOK_ROOT=
    5         for i in /usr/share/xml/docbook/stylesheet/docbook-xsl-ns /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/;
     5        for i in /usr/share/xml/docbook/stylesheet/docbook-xsl /usr/share/xml/docbook/stylesheet/docbook-xsl-ns /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/;
    66        do
    77                if test -d "$i"; then
Note: See TracChangeset for help on using the changeset viewer.