diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:31 -0600 |
commit | c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 (patch) | |
tree | 1ee1912ac4bb966475f0db0f2a78678661b4b4a5 /chalk/doc | |
parent | 94844816550ad672ccfcdc25659c625546239998 (diff) | |
download | koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.tar.gz koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 94844816550ad672ccfcdc25659c625546239998.
Diffstat (limited to 'chalk/doc')
-rw-r--r-- | chalk/doc/DESIGN.obsolete | 2 | ||||
-rw-r--r-- | chalk/doc/background_paper.txt | 2 | ||||
-rw-r--r-- | chalk/doc/chalk-features | 6 | ||||
-rw-r--r-- | chalk/doc/chalk.xmi | 64 | ||||
-rw-r--r-- | chalk/doc/controller.xmi | 44 | ||||
-rw-r--r-- | chalk/doc/doc-outline | 4 | ||||
-rw-r--r-- | chalk/doc/selections | 2 | ||||
-rw-r--r-- | chalk/doc/the preview widget | 2 |
8 files changed, 63 insertions, 63 deletions
diff --git a/chalk/doc/DESIGN.obsolete b/chalk/doc/DESIGN.obsolete index f702d920..10ab8dbb 100644 --- a/chalk/doc/DESIGN.obsolete +++ b/chalk/doc/DESIGN.obsolete @@ -21,7 +21,7 @@ Design Patterns changes: * Change brushes handling to a generic Mediator pattern - (kis_resource_mediator). Resources are brush shapes, + (kis_resource_mediator). Resources are brush tqshapes, patterns (and colours, too?) Patrick intended a Flyweight here. diff --git a/chalk/doc/background_paper.txt b/chalk/doc/background_paper.txt index 2b860773..aa3bf87b 100644 --- a/chalk/doc/background_paper.txt +++ b/chalk/doc/background_paper.txt @@ -79,6 +79,6 @@ We need perhaps to add a light source or two, in OpenGL mode... I think we do. On top of the layers are what Xara calls blobs: the temporary droppings of -tools, like rubber bands, vector paths, brush shape cursors. +tools, like rubber bands, vector paths, brush tqshape cursors. diff --git a/chalk/doc/chalk-features b/chalk/doc/chalk-features index 4bca9d00..1c737ce6 100644 --- a/chalk/doc/chalk-features +++ b/chalk/doc/chalk-features @@ -201,10 +201,10 @@ of a tablet. Tilt and rotation is not yet supported. * Brushes -** gimp brush shapes. Support for colored and grayscale brushes and +** gimp brush tqshapes. Support for colored and grayscale brushes and pipe brushes. Support from Gimp parasites in brushes. -** custom brush shapes -** text brush shapes +** custom brush tqshapes +** text brush tqshapes ** brushes created from layers or images. These brushes can be saved ** colored brushes can also be used as masks diff --git a/chalk/doc/chalk.xmi b/chalk/doc/chalk.xmi index b209cfa9..69c6edca 100644 --- a/chalk/doc/chalk.xmi +++ b/chalk/doc/chalk.xmi @@ -473,15 +473,15 @@ managed by this KisTileMgr" visibility="public" xmi.id="354" type="Q_INT32" name <UML:Operation comment="Returns true if this KisTileMgr does not manage any tiles." visibility="public" xmi.id="362" type="bool" name="empty" /> <UML:Operation comment="Height in pixels of the total area managed by this KisTileMgr" visibility="public" xmi.id="363" type="Q_INT32" name="height" /> - <UML:Operation comment="XXX" visibility="public" xmi.id="364" type="KisTileSP" name="invalidate" > + <UML:Operation comment="XXX" visibility="public" xmi.id="364" type="KisTileSP" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="365" value="" type="KisTileSP" name="tile" /> <UML:Parameter visibility="private" xmi.id="366" value="" type="Q_INT32" name="xpix" /> <UML:Parameter visibility="private" xmi.id="367" value="" type="Q_INT32" name="ypix" /> </UML:Operation> - <UML:Operation comment="XXX" visibility="public" xmi.id="368" type="KisTileSP" name="invalidate" > + <UML:Operation comment="XXX" visibility="public" xmi.id="368" type="KisTileSP" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="369" value="" type="Q_INT32" name="tileno" /> </UML:Operation> - <UML:Operation comment="XXX" visibility="public" xmi.id="370" type="KisTileSP" name="invalidate" > + <UML:Operation comment="XXX" visibility="public" xmi.id="370" type="KisTileSP" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="371" value="" type="Q_INT32" name="xpix" /> <UML:Parameter visibility="private" xmi.id="372" value="" type="Q_INT32" name="ypix" /> </UML:Operation> @@ -645,7 +645,7 @@ of tile in x and y." visibility="public" xmi.id="408" type="void" name="tileCoor <UML:Operation visibility="public" xmi.id="476" type="virtual void" isAbstract="true" name="insert" > <UML:Parameter visibility="private" xmi.id="477" value="" type="KisTileSP" name="tile" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="478" type="virtual void" isAbstract="true" name="sizeHint" > + <UML:Operation visibility="public" xmi.id="478" type="virtual void" isAbstract="true" name="tqsizeHint" > <UML:Parameter visibility="private" xmi.id="479" value="" type="Q_INT32" name="nelements" /> </UML:Operation> <UML:Operation visibility="public" xmi.id="480" type="virtual " name="~KisTileCacheInterface" /> @@ -1705,17 +1705,17 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas <UML:Parameter visibility="private" xmi.id="1359" value="" type="const enumImgType &" name="imgType" /> <UML:Parameter visibility="private" xmi.id="1360" value="" type="const QString &" name="name" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="1361" type="virtual void" name="invalidate" /> - <UML:Operation visibility="public" xmi.id="1362" type="virtual void" name="invalidate" > + <UML:Operation visibility="public" xmi.id="1361" type="virtual void" name="tqinvalidate" /> + <UML:Operation visibility="public" xmi.id="1362" type="virtual void" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="1363" value="" type="Q_INT32" name="tileno" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="1364" type="virtual void" name="invalidate" > + <UML:Operation visibility="public" xmi.id="1364" type="virtual void" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="1365" value="" type="Q_INT32" name="x" /> <UML:Parameter visibility="private" xmi.id="1366" value="" type="Q_INT32" name="y" /> <UML:Parameter visibility="private" xmi.id="1367" value="" type="Q_INT32" name="w" /> <UML:Parameter visibility="private" xmi.id="1368" value="" type="Q_INT32" name="h" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="1369" type="virtual void" name="invalidate" > + <UML:Operation visibility="public" xmi.id="1369" type="virtual void" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="1370" value="" type="const QRect &" name="rc" /> </UML:Operation> <UML:Operation visibility="public" xmi.id="1371" type="KisLayerSP" name="layer" > @@ -1930,17 +1930,17 @@ cannot be abstract, because otherwise this class would be abstract." visibility= </UML:Operation> <UML:Operation visibility="public" xmi.id="1529" type="const KisImageSP" name="image" /> <UML:Operation visibility="protected" xmi.id="1530" type="void" name="init" /> - <UML:Operation visibility="public" xmi.id="1531" type="virtual void" name="invalidate" /> - <UML:Operation visibility="public" xmi.id="1532" type="virtual void" name="invalidate" > + <UML:Operation visibility="public" xmi.id="1531" type="virtual void" name="tqinvalidate" /> + <UML:Operation visibility="public" xmi.id="1532" type="virtual void" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="1533" value="" type="Q_INT32" name="tileno" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="1534" type="virtual void" name="invalidate" > + <UML:Operation visibility="public" xmi.id="1534" type="virtual void" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="1535" value="" type="Q_INT32" name="x" /> <UML:Parameter visibility="private" xmi.id="1536" value="" type="Q_INT32" name="y" /> <UML:Parameter visibility="private" xmi.id="1537" value="" type="Q_INT32" name="w" /> <UML:Parameter visibility="private" xmi.id="1538" value="" type="Q_INT32" name="h" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="1539" type="virtual void" name="invalidate" > + <UML:Operation visibility="public" xmi.id="1539" type="virtual void" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="1540" value="" type="const QRect &" name="rc" /> </UML:Operation> <UML:Operation visibility="public" xmi.id="1541" type="void" name="maskBounds" > @@ -2649,17 +2649,17 @@ in the constructor, you have to call loadAsync. <UML:Operation visibility="public" xmi.id="2090" type="" name="KisRenderInterface" > <UML:Parameter visibility="private" xmi.id="2091" value="" type="const KisRenderInterface &" name="rhs" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="2092" type="virtual void" isAbstract="true" name="invalidate" /> - <UML:Operation visibility="public" xmi.id="2093" type="virtual void" isAbstract="true" name="invalidate" > + <UML:Operation visibility="public" xmi.id="2092" type="virtual void" isAbstract="true" name="tqinvalidate" /> + <UML:Operation visibility="public" xmi.id="2093" type="virtual void" isAbstract="true" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="2094" value="" type="Q_INT32" name="tileno" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="2095" type="virtual void" isAbstract="true" name="invalidate" > + <UML:Operation visibility="public" xmi.id="2095" type="virtual void" isAbstract="true" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="2096" value="" type="Q_INT32" name="x" /> <UML:Parameter visibility="private" xmi.id="2097" value="" type="Q_INT32" name="y" /> <UML:Parameter visibility="private" xmi.id="2098" value="" type="Q_INT32" name="w" /> <UML:Parameter visibility="private" xmi.id="2099" value="" type="Q_INT32" name="h" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="2100" type="virtual void" isAbstract="true" name="invalidate" > + <UML:Operation visibility="public" xmi.id="2100" type="virtual void" isAbstract="true" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="2101" value="" type="const QRect &" name="rc" /> </UML:Operation> <UML:Operation visibility="public" xmi.id="2102" type="virtual Q_INT32" isAbstract="true" name="tileNum" > @@ -3926,10 +3926,10 @@ in the constructor, you have to call loadAsync. <listitem open="0" type="815" id="1353" label="index" /> <listitem open="0" type="815" id="1351" label="index" /> <listitem open="0" type="815" id="1355" label="init" /> - <listitem open="0" type="815" id="1362" label="invalidate" /> - <listitem open="0" type="815" id="1361" label="invalidate" /> - <listitem open="0" type="815" id="1369" label="invalidate" /> - <listitem open="0" type="815" id="1364" label="invalidate" /> + <listitem open="0" type="815" id="1362" label="tqinvalidate" /> + <listitem open="0" type="815" id="1361" label="tqinvalidate" /> + <listitem open="0" type="815" id="1369" label="tqinvalidate" /> + <listitem open="0" type="815" id="1364" label="tqinvalidate" /> <listitem open="0" type="815" id="1371" label="layer" /> <listitem open="0" type="815" id="1373" label="layer" /> <listitem open="0" type="815" id="1375" label="layers" /> @@ -4126,10 +4126,10 @@ in the constructor, you have to call loadAsync. <listitem open="0" type="815" id="1526" label="height" /> <listitem open="0" type="815" id="1529" label="image" /> <listitem open="0" type="815" id="1530" label="init" /> - <listitem open="0" type="815" id="1532" label="invalidate" /> - <listitem open="0" type="815" id="1531" label="invalidate" /> - <listitem open="0" type="815" id="1539" label="invalidate" /> - <listitem open="0" type="815" id="1534" label="invalidate" /> + <listitem open="0" type="815" id="1532" label="tqinvalidate" /> + <listitem open="0" type="815" id="1531" label="tqinvalidate" /> + <listitem open="0" type="815" id="1539" label="tqinvalidate" /> + <listitem open="0" type="815" id="1534" label="tqinvalidate" /> <listitem open="0" type="815" id="1541" label="maskBounds" /> <listitem open="0" type="815" id="1543" label="maskBounds" /> <listitem open="0" type="815" id="1548" label="move" /> @@ -4263,10 +4263,10 @@ in the constructor, you have to call loadAsync. <listitem open="0" type="815" id="2087" label="=" /> <listitem open="0" type="815" id="2089" label="KisRenderInterface" /> <listitem open="0" type="815" id="2090" label="KisRenderInterface" /> - <listitem open="0" type="815" id="2093" label="invalidate" /> - <listitem open="0" type="815" id="2095" label="invalidate" /> - <listitem open="0" type="815" id="2092" label="invalidate" /> - <listitem open="0" type="815" id="2100" label="invalidate" /> + <listitem open="0" type="815" id="2093" label="tqinvalidate" /> + <listitem open="0" type="815" id="2095" label="tqinvalidate" /> + <listitem open="0" type="815" id="2092" label="tqinvalidate" /> + <listitem open="0" type="815" id="2100" label="tqinvalidate" /> <listitem open="0" type="815" id="2102" label="tileNum" /> <listitem open="0" type="815" id="2105" label="tiles" /> <listitem open="0" type="815" id="2106" label="validate" /> @@ -4485,7 +4485,7 @@ in the constructor, you have to call loadAsync. <listitem open="0" type="815" id="473" label="KisTileCacheInterface" /> <listitem open="0" type="815" id="474" label="flush" /> <listitem open="0" type="815" id="476" label="insert" /> - <listitem open="0" type="815" id="478" label="sizeHint" /> + <listitem open="0" type="815" id="478" label="tqsizeHint" /> <listitem open="0" type="815" id="480" label="~KisTileCacheInterface" /> </listitem> <listitem open="0" type="813" id="1996" label="KisTileCommand" > @@ -4535,9 +4535,9 @@ in the constructor, you have to call loadAsync. <listitem open="0" type="815" id="359" label="duplicate" /> <listitem open="0" type="815" id="362" label="empty" /> <listitem open="0" type="815" id="363" label="height" /> - <listitem open="0" type="815" id="364" label="invalidate" /> - <listitem open="0" type="815" id="370" label="invalidate" /> - <listitem open="0" type="815" id="368" label="invalidate" /> + <listitem open="0" type="815" id="364" label="tqinvalidate" /> + <listitem open="0" type="815" id="370" label="tqinvalidate" /> + <listitem open="0" type="815" id="368" label="tqinvalidate" /> <listitem open="0" type="815" id="373" label="invalidateTile" /> <listitem open="0" type="815" id="376" label="invalidateTiles" /> <listitem open="0" type="815" id="378" label="memSize" /> diff --git a/chalk/doc/controller.xmi b/chalk/doc/controller.xmi index ceacf630..7d242713 100644 --- a/chalk/doc/controller.xmi +++ b/chalk/doc/controller.xmi @@ -3219,12 +3219,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1726" isRoot="false" initialValue="" type="1701" isAbstract="false" name="m_ac" /> <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1751" isRoot="false" initialValue="" type="1750" isAbstract="false" name="m_toolDockManager" /> <UML:Attribute comment="// Sliders" isSpecification="false" isLeaf="false" visibility="private" xmi.id="1753" isRoot="false" initialValue="" type="1752" isAbstract="false" name="m_layerchannelslider" /> - <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1754" isRoot="false" initialValue="" type="1752" isAbstract="false" name="m_shapesslider" /> + <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1754" isRoot="false" initialValue="" type="1752" isAbstract="false" name="m_tqshapesslider" /> <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1755" isRoot="false" initialValue="" type="1752" isAbstract="false" name="m_fillsslider" /> <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1756" isRoot="false" initialValue="" type="1752" isAbstract="false" name="m_toolcontrolslider" /> <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1757" isRoot="false" initialValue="" type="1752" isAbstract="false" name="m_colorslider" /> <UML:Attribute comment="// Dockers" isSpecification="false" isLeaf="false" visibility="private" xmi.id="1759" isRoot="false" initialValue="" type="1758" isAbstract="false" name="m_layerchanneldocker" /> - <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1760" isRoot="false" initialValue="" type="1758" isAbstract="false" name="m_shapesdocker" /> + <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1760" isRoot="false" initialValue="" type="1758" isAbstract="false" name="m_tqshapesdocker" /> <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1761" isRoot="false" initialValue="" type="1758" isAbstract="false" name="m_fillsdocker" /> <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1762" isRoot="false" initialValue="" type="1758" isAbstract="false" name="m_toolcontroldocker" /> <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1763" isRoot="false" initialValue="" type="1758" isAbstract="false" name="m_colordocker" /> @@ -36138,7 +36138,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="// Sliders" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock parent_id="1754" tag="tblock_23" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_shapesslider;" > + <ccfdeclarationcodeblock parent_id="1754" tag="tblock_23" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_tqshapesslider;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -36163,7 +36163,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="// Dockers" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock parent_id="1760" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_shapesdocker;" > + <ccfdeclarationcodeblock parent_id="1760" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_tqshapesdocker;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -36382,14 +36382,14 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <javacodedocumentation tag="" indentLevel="1" text="// Sliders" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" parent_id="1754" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1754" text="return m_shapesslider;" > + <codeaccessormethod accessType="0" parent_id="1754" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1754" text="return m_tqshapesslider;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_shapesslider&#010;&#010;@return the value of m_shapesslider" /> + <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tqshapesslider&#010;&#010;@return the value of m_tqshapesslider" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" parent_id="1754" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1754" text="m_shapesslider = value;" > + <codeaccessormethod accessType="1" parent_id="1754" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1754" text="m_tqshapesslider = value;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_shapesslider&#010;&#010;" /> + <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tqshapesslider&#010;&#010;" /> </header> </codeaccessormethod> <codeaccessormethod accessType="0" parent_id="1755" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_fillsslider;" > @@ -36432,14 +36432,14 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <javacodedocumentation tag="" indentLevel="1" text="// Dockers" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_shapesdocker;" > + <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_tqshapesdocker;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_shapesdocker&#010;&#010;@return the value of m_shapesdocker" /> + <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tqshapesdocker&#010;&#010;@return the value of m_tqshapesdocker" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1760" text="m_shapesdocker = value;" > + <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1760" text="m_tqshapesdocker = value;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_shapesdocker&#010;&#010;" /> + <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tqshapesdocker&#010;&#010;" /> </header> </codeaccessormethod> <codeaccessormethod accessType="0" parent_id="1761" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_fillsdocker;" > @@ -36982,19 +36982,19 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock parent_id="1754" tag="tblock_23" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_shapesslider;" > + <ccfdeclarationcodeblock parent_id="1754" tag="tblock_23" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_tqshapesslider;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" parent_id="1754" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1754" text="return m_shapesslider;" > + <codeaccessormethod accessType="0" parent_id="1754" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1754" text="return m_tqshapesslider;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_shapesslider&#010;&#010;@return the value of m_shapesslider" /> + <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tqshapesslider&#010;&#010;@return the value of m_tqshapesslider" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" parent_id="1754" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1754" text="m_shapesslider = value;" > + <codeaccessormethod accessType="1" parent_id="1754" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1754" text="m_tqshapesslider = value;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_shapesslider&#010;&#010;" /> + <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tqshapesslider&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> @@ -37082,19 +37082,19 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock parent_id="1760" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_shapesdocker;" > + <ccfdeclarationcodeblock parent_id="1760" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_tqshapesdocker;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_shapesdocker;" > + <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_tqshapesdocker;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_shapesdocker&#010;&#010;@return the value of m_shapesdocker" /> + <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tqshapesdocker&#010;&#010;@return the value of m_tqshapesdocker" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1760" text="m_shapesdocker = value;" > + <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1760" text="m_tqshapesdocker = value;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_shapesdocker&#010;&#010;" /> + <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tqshapesdocker&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> diff --git a/chalk/doc/doc-outline b/chalk/doc/doc-outline index 88722a45..081f9ed7 100644 --- a/chalk/doc/doc-outline +++ b/chalk/doc/doc-outline @@ -85,7 +85,7 @@ The current outline (working towards 1.6): - [TODO] properties, usage, converting, ... - Commands - - General layout + - General tqlayout - Menus - Toolbars - Palettes @@ -142,7 +142,7 @@ Outline for the 1.5 manual (final as of 2006-05-31): - Available colorspaces - Commands ([TODO] make up-to-date) - - General layout + - General tqlayout - Menus - Toolbars - Palettes diff --git a/chalk/doc/selections b/chalk/doc/selections index 37d78702..32bffe49 100644 --- a/chalk/doc/selections +++ b/chalk/doc/selections @@ -117,7 +117,7 @@ discarded. If a transform is applied to a image, all layers are transformed. The selection is transformed, too: in the new situation, the layer that has a -selection active still has a selection, but the shape of the selection is +selection active still has a selection, but the tqshape of the selection is transformed. If a layer is moved, the selection moves with the layer (this is not diff --git a/chalk/doc/the preview widget b/chalk/doc/the preview widget index a403da86..cc06b9de 100644 --- a/chalk/doc/the preview widget +++ b/chalk/doc/the preview widget @@ -2,7 +2,7 @@ On Tuesday 21 June 2005 14:16, Casper Boemann wrote: > Hi > -> As you might have noticed I have changed the layout of the preview, to lo= +> As you might have noticed I have changed the tqlayout of the preview, to lo= ok > more like digikam. > |