r23437 by jghali - Fix documentation of scripter's unGroupObject()

scribus-commit scribus-commit at lists.scribus.net
Thu Jan 9 18:31:57 UTC 2020


Author: jghali
Date: Thu Jan  9 18:31:57 2020
New Revision: 23437

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23437
Log:
Fix documentation of scripter's unGroupObject()

Modified:
    branches/Version14x/Scribus/scribus/doc/de/scripterapi-manobj.html
    branches/Version14x/Scribus/scribus/doc/de/scripterapi-pydoc.html
    branches/Version14x/Scribus/scribus/doc/en/scripterapi-manobj.html
    branches/Version14x/Scribus/scribus/doc/fr/scripterapi-manobj.html
    branches/Version14x/Scribus/scribus/doc/fr/scripterapi-pydoc.html
    branches/Version14x/Scribus/scribus/doc/it/scripterapi-manobj.html
    branches/Version14x/Scribus/scribus/plugins/scriptplugin/cmdmani.h

Modified: branches/Version14x/Scribus/scribus/doc/de/scripterapi-manobj.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23437&path=/branches/Version14x/Scribus/scribus/doc/de/scripterapi-manobj.html
==============================================================================
--- branches/Version14x/Scribus/scribus/doc/de/scripterapi-manobj.html	(original)
+++ branches/Version14x/Scribus/scribus/doc/de/scripterapi-manobj.html	Thu Jan  9 18:31:57 2020
@@ -55,7 +55,7 @@
 <p>Resizes the object "name" to the given width and height. If "name" is not given the currently selected item is used.</p></dd>
 
 <dt><a name="-unGroupObject"><strong>unGroupObject</strong></a>(...)</dt>
-<dd><code>unGroupObjects("name")</code>
+<dd><code>unGroupObject("name")</code>
 <p>Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</p></dd>
 
 <dt><a name="-textFlowsAroundFrame"><strong>textFlowsAroundFrame</strong></a>(...)</dt>

Modified: branches/Version14x/Scribus/scribus/doc/de/scripterapi-pydoc.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23437&path=/branches/Version14x/Scribus/scribus/doc/de/scripterapi-pydoc.html
==============================================================================
--- branches/Version14x/Scribus/scribus/doc/de/scripterapi-pydoc.html	(original)
+++ branches/Version14x/Scribus/scribus/doc/de/scripterapi-pydoc.html	Thu Jan  9 18:31:57 2020
@@ -691,7 +691,7 @@
 	<dd><code><a href="#-traceText">traceText</a>(["name"])<br><br>Convert the text frame "name" to outlines. If "name" is not given the currently selected item is used.</code></dd>
 
 	<dt><a name="-unGroupObject"><strong>unGroupObject</strong></a>(...)</dt>
-	<dd><code>unGroupObjects("name")<br><br>Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</code></dd>
+	<dd><code>unGroupObject("name")<br><br>Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</code></dd>
 
 	<dt><a name="-unlinkTextFrames"><strong>unlinkTextFrames</strong></a>(...)</dt><dd>
 	<code><a href="#-unlinkTextFrames">unlinkTextFrames</a>("name")<br><br>Remove the specified (named) object from the text frame flow/linkage. If the frame was in the middle of a chain, the previous and next frames will be connected, eg 'a->b->c' becomes 'a->c' when you <a href="#-unlinkTextFrames">unlinkTextFrames</a>(b)'<br><br>May throw <a href="#ScribusException">ScribusException</a> if linking rules are violated.</code></dd>

Modified: branches/Version14x/Scribus/scribus/doc/en/scripterapi-manobj.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23437&path=/branches/Version14x/Scribus/scribus/doc/en/scripterapi-manobj.html
==============================================================================
--- branches/Version14x/Scribus/scribus/doc/en/scripterapi-manobj.html	(original)
+++ branches/Version14x/Scribus/scribus/doc/en/scripterapi-manobj.html	Thu Jan  9 18:31:57 2020
@@ -59,7 +59,7 @@
 <p>Resizes the object "name" to the given width and height. If "name" is not given the currently selected item is used.</p></dd>
 
 <dt><a name="-unGroupObject"><strong>unGroupObject</strong></a>(...)</dt>
-<dd><code>unGroupObjects("name")</code>
+<dd><code>unGroupObject("name")</code>
 <p>Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</p></dd>
 
 <dt><a name="-textFlowMode"><strong>textFlowMode</strong>(...)</a></dt>

Modified: branches/Version14x/Scribus/scribus/doc/fr/scripterapi-manobj.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23437&path=/branches/Version14x/Scribus/scribus/doc/fr/scripterapi-manobj.html
==============================================================================
--- branches/Version14x/Scribus/scribus/doc/fr/scripterapi-manobj.html	(original)
+++ branches/Version14x/Scribus/scribus/doc/fr/scripterapi-manobj.html	Thu Jan  9 18:31:57 2020
@@ -64,7 +64,7 @@
 <p>Redimensionne l'objet "nom" à la largeur et à la hauteur données. Si "nom" n'est pas fourni, l'élément sélectionné est utilisé. </p></dd>
 
 <dt><a name="-unGroupObject"><strong>unGroupObject</strong></a>(...)</dt>
-<dd><code>unGroupObjects("nom")</code>
+<dd><code>unGroupObject("nom")</code>
 <p> Détruit le groupe auquel appartient l'objet "nom". Si le "nom" n'est pas fourni, l'élément sélectionné est utilisé.</p></dd>
 
 <dt><a name="-textFlowsAroundFrame"><strong>textFlowsAroundFrame</strong></a>(...)</dt>

Modified: branches/Version14x/Scribus/scribus/doc/fr/scripterapi-pydoc.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23437&path=/branches/Version14x/Scribus/scribus/doc/fr/scripterapi-pydoc.html
==============================================================================
--- branches/Version14x/Scribus/scribus/doc/fr/scripterapi-pydoc.html	(original)
+++ branches/Version14x/Scribus/scribus/doc/fr/scripterapi-pydoc.html	Thu Jan  9 18:31:57 2020
@@ -712,7 +712,7 @@
 	<dd><code><a href="#-traceText">traceText</a>(["nom"])<br><br>Convertit le cadre de texte "nom" en contours. Si le "nom" n'est pas fourni, l'élément sélectionné est utilisé.</code></dd>
 
 	<dt><a name="-unGroupObject"><strong>unGroupObject</strong></a>(...)</dt>
-	<dd><code>unGroupObjects("nom")<br><br>Détruit le groupe auquel appartient l'objet "nom". Si le "nom" n'est pas fourni, l'élément sélectionné est utilisé.</code></dd>
+	<dd><code>unGroupObject("nom")<br><br>Détruit le groupe auquel appartient l'objet "nom". Si le "nom" n'est pas fourni, l'élément sélectionné est utilisé.</code></dd>
 
 	<dt><a name="-unlinkTextFrames"><strong>unlinkTextFrames</strong></a>(...)</dt><dd>
  <code><a href="#-unlinkTextFrames">unlinkTextFrames</a>("nom")<br><br>Retire l'objet désigné de la séquence de liens du cadre de texte. Si le cadre se trouvait au milieu d'une chaîne de liens, les cadres précédent et suivant seront connectés, par exemple 'a->b->c' devient 'a->c' lorsque vous déconnectez <a href="#-unlinkTextFrames">unlinkTextFrames</a>(b)'<br><br>Peut

Modified: branches/Version14x/Scribus/scribus/doc/it/scripterapi-manobj.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23437&path=/branches/Version14x/Scribus/scribus/doc/it/scripterapi-manobj.html
==============================================================================
--- branches/Version14x/Scribus/scribus/doc/it/scripterapi-manobj.html	(original)
+++ branches/Version14x/Scribus/scribus/doc/it/scripterapi-manobj.html	Thu Jan  9 18:31:57 2020
@@ -59,7 +59,7 @@
 <p>Resizes the object "name" to the given width and height. If "name" is not given the currently selected item is used.</p></dd>
 
 <dt><a name="-unGroupObject"><strong>unGroupObject</strong></a>(...)</dt>
-<dd><code>unGroupObjects("name")</code>
+<dd><code>unGroupObject("name")</code>
 <p>Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</p></dd>
 
 <dt><a name="-textFlowMode"><strong>textFlowMode</strong>(...)</a></dt>

Modified: branches/Version14x/Scribus/scribus/plugins/scriptplugin/cmdmani.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23437&path=/branches/Version14x/Scribus/scribus/plugins/scriptplugin/cmdmani.h
==============================================================================
--- branches/Version14x/Scribus/scribus/plugins/scriptplugin/cmdmani.h	(original)
+++ branches/Version14x/Scribus/scribus/plugins/scriptplugin/cmdmani.h	Thu Jan  9 18:31:57 2020
@@ -121,7 +121,7 @@
 
 /*! docstring */
 PyDoc_STRVAR(scribus_ungroupobj__doc__,
-QT_TR_NOOP("unGroupObjects(\"name\")\n\n\
+QT_TR_NOOP("unGroupObject(\"name\")\n\n\
 Destructs the group the object \"name\" belongs to.\
 If \"name\" is not given the currently selected item is used."));
 /*! Ungroup objects named in list. */




More information about the scribus-commit mailing list