Git commit d8bb72801086c3ba7b1d3331ff90f5044c61f0eb by Stéphane MANKOWSKI.
Committed on 28/12/2024 at 12:52.
Pushed by smankowski into branch 'master'.

document History panel and better document viewing transactions modified by an 
action
BUG:494077

M  +9    -21   doc/index.docbook
M  +3    -1    doc/kde_docbook
D  +-    --    doc/settings_dashboard.png

https://invent.kde.org/office/skrooge/-/commit/d8bb72801086c3ba7b1d3331ff90f5044c61f0eb

diff --git a/doc/index.docbook b/doc/index.docbook
index 9862cc665..844071a02 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -327,7 +327,10 @@
          In order to limit the impact on filesize, &skrooge; is configured by 
default to keep a history of 50 entries. You can change this value in the <link 
linkend="settings">settings</link>.
        </para>
        <para>
-         &skrooge; has a <link linkend="docks">dock</link> that lists all 
undoable actions.
+         Right-clicking on an action allows you to view a list of all 
transactions that were modified during that action.
+       </para>
+       <para>
+         In the menu <guimenuitem>Go > Open last modified...</guimenuitem> 
allows you to see the transactions modified during the last action.
        </para>
        
        <screenshot>
@@ -354,12 +357,6 @@
            </para>
          </listitem>
          
-         <listitem>
-           <para>
-             the date when the action was made
-           </para>
-         </listitem>
-         
          <listitem>
            <para>
              a disk icon <inlinemediaobject><imageobject><imagedata 
fileref="document-save.png" format="PNG"/></imageobject></inlinemediaobject> 
means this action corresponds to a saved state, &ie; the document was saved 
right after this action.
@@ -1602,7 +1599,11 @@ file is opened. It is also recommended to create a 
different account (&eg; "ETF"
          <para>To use a template and create a new transaction from it, double 
click on it. A new transaction will be created with the same attributes as the 
template, at the current date. You can then modify its attributes if 
needed.</para>
          
          <para>Templates can also be <link 
linkend="scheduled">scheduled.</link></para>
-         
+  </sect2>
+  <sect2 id="viewing_modified_transactions">
+       <title>Viewing Modified Transactions</title>
+<para>You can use Go > Open last modified... to view the transactions modified 
by your last action. Furthermore, &skrooge; keeps a record of all changes to 
transactions in its <link linkend="undo_redo">History panel</link>. To see this 
panel, choose <guimenuitem>View > Panels > History</guimenuitem>. You can then 
right-click on any action in the <link linkend="undo_redo">History list</link> 
and choose <guimenuitem>Open transactions modified by this 
action</guimenuitem>...
+       </para>
        </sect2>
        
       </sect1>
@@ -2580,19 +2581,6 @@ file is opened. It is also recommended to create a 
different account (&eg; "ETF"
         <para>These options will help you to better manage your modifications 
history.</para>
         </sect1>
 
-        <sect1 id="settings_dashboard">
-        <title>Dashboard</title>
-        
-        <screenshot>
-            <mediaobject>
-            <imageobject>
-                <imagedata fileref="settings_dashboard.png" format="PNG"/>
-            </imageobject>
-            </mediaobject>
-        </screenshot>
-        <para>Only one option here to choose the dashboard you want (QML or 
not).</para>
-        </sect1>
-
         <sect1 id="settings_transactions">
         <title>Transactions</title>
         
diff --git a/doc/kde_docbook b/doc/kde_docbook
index 1be3c0e31..e522598e4 100755
--- a/doc/kde_docbook
+++ b/doc/kde_docbook
@@ -1,11 +1,13 @@
 #!/bin/bash
 
+# /kde_docbook index.docbook index.html
+
 # Let's call the KDE catalog first
 export XML_CATALOG_FILES="/usr/share/kf5/kdoctools/customization/catalog.xml"
 
 # Check if docbook is well formed
 echo "Running checkXML… ";
-checkXML5 $1;
+checkXML6 $1;
 if [ $? -gt 0 ]; then
   echo " -> checkXML failed !";
   exit 1;
diff --git a/doc/settings_dashboard.png b/doc/settings_dashboard.png
deleted file mode 100644
index d7cb0562d..000000000
Binary files a/doc/settings_dashboard.png and /dev/null differ

Reply via email to