summaryrefslogtreecommitdiffstats
path: root/kig/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'kig/ChangeLog')
-rw-r--r--kig/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/kig/ChangeLog b/kig/ChangeLog
index ec8d6042..8c60c89f 100644
--- a/kig/ChangeLog
+++ b/kig/ChangeLog
@@ -10,7 +10,7 @@
2005-09-16 Pino Toscano <toscano.pino@tiscali.it>
* Move a text label by (2,2), so the attached ones should be less
- sticky to the "parent" object.
+ sticky to the "tqparent" object.
2005-09-08 Pino Toscano <toscano.pino@tiscali.it>
@@ -936,7 +936,7 @@
and made a sort of skeleton to modify type's data.
* Made buttons of some dialogs like other KDE dialogs ones (with
- icons and correct alignment).
+ icons and correct tqalignment).
* Kig now ask the user when exporting type(s) to an already
existant file.
@@ -1142,8 +1142,8 @@
* Fix the moving system again, it now only redraws exactly those
objects that need to be redrawn. E.g. when a constrained point
- was moved, before it was assumed that all of its parents, and
- their children would move, whereas in reality, a constrained point
+ was moved, before it was assumed that all of its tqparents, and
+ their tqchildren would move, whereas in reality, a constrained point
does not move the curve it is constrained to. This is now taken
into account for. This much optimizes the case where we move the
constrained point in examples/sine-curve.kig.
@@ -1200,7 +1200,7 @@
could not open.. I'm backporting this into Kig 0.6.0 and
informing the packager..
- * clean up: Objects now store their parents in order, so that no
+ * clean up: Objects now store their tqparents in order, so that no
parsing has to be done in the calc() function.. Also some more
modifications making that function a bit simpler are included.
Specifically, ArgsParser now does the checking of the arguments,
@@ -1218,7 +1218,7 @@
2003-09-01 Dominique Devriese <devriese@kde.org>
- * only move an object if its parents are not yet moving.. This
+ * only move an object if its tqparents are not yet moving.. This
fixes bug #63250.
* remove the defective operator| and operator& implementations for
@@ -1399,7 +1399,7 @@
* show an appropriate error when trying to open an non-existing
file..
- * clean up the object parent-child relation mechanism. Rather
+ * clean up the object tqparent-child relation mechanism. Rather
large code cleanup, that simplifies a lot of code.. Needed a
backwards-compatible file format extension. This commit now also
adds proper treatment of internal objects, because it no longer
@@ -1438,7 +1438,7 @@
2003-05-24 Dominique Devriese <devriese@kde.org>
* when the user tries to construct a macro that constructs an
- object from its children, warn him instead of
+ object from its tqchildren, warn him instead of
crashing... Thanks to Stephan Binner for the bug report
* improve the export to image dialog, as suggested by Stephan Binner
@@ -1516,7 +1516,7 @@
* organise the filters directory more sanely
- * fix for deleting: remove deleted objects from their children, so
+ * fix for deleting: remove deleted objects from their tqchildren, so
they don't appear in saved files
2003-05-07 Dominique Devriese <devriese@kde.org>