From c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:31 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 94844816550ad672ccfcdc25659c625546239998. --- chalk/doc/DESIGN.obsolete | 2 +- chalk/doc/background_paper.txt | 2 +- chalk/doc/chalk-features | 6 ++-- chalk/doc/chalk.xmi | 64 +++++++++++++++++++++--------------------- chalk/doc/controller.xmi | 44 ++++++++++++++--------------- chalk/doc/doc-outline | 4 +-- chalk/doc/selections | 2 +- chalk/doc/the preview widget | 2 +- 8 files changed, 63 insertions(+), 63 deletions(-) (limited to 'chalk/doc') 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 - + - + - + @@ -645,7 +645,7 @@ of tile in x and y." visibility="public" xmi.id="408" type="void" name="tileCoor - + @@ -1705,17 +1705,17 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas - - + + - + - + @@ -1930,17 +1930,17 @@ cannot be abstract, because otherwise this class would be abstract." visibility= - - + + - + - + @@ -2649,17 +2649,17 @@ in the constructor, you have to call loadAsync. - - + + - + - + @@ -3926,10 +3926,10 @@ in the constructor, you have to call loadAsync. - - - - + + + + @@ -4126,10 +4126,10 @@ in the constructor, you have to call loadAsync. - - - - + + + + @@ -4263,10 +4263,10 @@ in the constructor, you have to call loadAsync. - - - - + + + + @@ -4485,7 +4485,7 @@ in the constructor, you have to call loadAsync. - + @@ -4535,9 +4535,9 @@ in the constructor, you have to call loadAsync. - - - + + + 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 - + - + @@ -36138,7 +36138,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f - +
@@ -36163,7 +36163,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f
- +
@@ -36382,14 +36382,14 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f - +
- +
- +
- +
@@ -36432,14 +36432,14 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f - +
- +
- +
- +
@@ -36982,19 +36982,19 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f
- +
- +
- +
- +
- +
@@ -37082,19 +37082,19 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f
- +
- +
- +
- +
- +
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. > -- cgit v1.2.1