summaryrefslogtreecommitdiffstats
path: root/kjsembed
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 21:58:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 21:58:19 -0600
commit26abe38d0748c549f2458da57507614fad599d83 (patch)
tree02bc387417c25ba4cc5744f8addf7e3dacf24292 /kjsembed
parente1a0e352b6ead69ed6f55476272ace842fbbdf74 (diff)
downloadtdebindings-26abe38d0748c549f2458da57507614fad599d83.tar.gz
tdebindings-26abe38d0748c549f2458da57507614fad599d83.zip
Fix retquire
Diffstat (limited to 'kjsembed')
-rw-r--r--kjsembed/Doxyfile-Internal2
-rw-r--r--kjsembed/bindwizard/Doxyfile.in2
-rw-r--r--kjsembed/docs/ChangeLog26
-rw-r--r--kjsembed/jsbuiltin_imp.cpp6
-rw-r--r--kjsembed/kjsembedpart.h2
-rw-r--r--kjsembed/lgpl.txt12
-rw-r--r--kjsembed/tools/Doxyfile2
7 files changed, 26 insertions, 26 deletions
diff --git a/kjsembed/Doxyfile-Internal b/kjsembed/Doxyfile-Internal
index 983323ba..2cd25e3c 100644
--- a/kjsembed/Doxyfile-Internal
+++ b/kjsembed/Doxyfile-Internal
@@ -470,7 +470,7 @@ ENUM_VALUES_PER_LINE = 4
# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
# generated containing a tree-like index structure (just like the one that
# is generated for HTML Help). For this to work a browser that supports
-# JavaScript and frames is retquired (for instance Netscape 4.0+
+# JavaScript and frames is required (for instance Netscape 4.0+
# or Internet explorer 4.0+).
GENERATE_TREEVIEW = NO
diff --git a/kjsembed/bindwizard/Doxyfile.in b/kjsembed/bindwizard/Doxyfile.in
index 6acab7db..677f913d 100644
--- a/kjsembed/bindwizard/Doxyfile.in
+++ b/kjsembed/bindwizard/Doxyfile.in
@@ -470,7 +470,7 @@ ENUM_VALUES_PER_LINE = 4
# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
# generated containing a tree-like index structure (just like the one that
# is generated for HTML Help). For this to work a browser that supports
-# JavaScript and frames is retquired (for instance Netscape 4.0+
+# JavaScript and frames is required (for instance Netscape 4.0+
# or Internet explorer 4.0+).
GENERATE_TREEVIEW = NO
diff --git a/kjsembed/docs/ChangeLog b/kjsembed/docs/ChangeLog
index a201c55c..ecf3c561 100644
--- a/kjsembed/docs/ChangeLog
+++ b/kjsembed/docs/ChangeLog
@@ -1035,7 +1035,7 @@
KJS::Value callMethod(const TQString &methodName, KJS::List &args);
void putValue( const TQString &valueName, const KJS::Value &value);
- Rich I have tests, but they retquire being compiled. We need a C++ tests
+ Rich I have tests, but they require being compiled. We need a C++ tests
directory at this point i think to show off what we are up to.
2004-05-04 Tuesday 19:52 rich
@@ -1047,7 +1047,7 @@
- Improved the argument handling of kjscmd so that it will automatically
invoke the console if there is no script to run. It will also call exec
implicitly in this situation, though not if there is a script to invoke
- so the exec() call in the graphical scripts is still retquired.
+ so the exec() call in the graphical scripts is still required.
- Added a directory for a standard library of javascript utilities and put
the command line prompt script in it - other reusable scripts and objects
@@ -2107,7 +2107,7 @@
2003-12-08 Monday 17:53 rich
- - Don't use -no-undefined as this now retquires libkjsembed.
+ - Don't use -no-undefined as this now requires libkjsembed.
2003-12-08 Monday 17:16 rich
@@ -2289,7 +2289,7 @@
Rich im not sure if this is the correct location for these, but
they currently work.
- Added a demo to show off the new dcop stuff, retquires
+ Added a demo to show off the new dcop stuff, requires
KWeatherService from tdetoys to be running, since i dont
know how to start a service from KJSEmbed yet.
@@ -2595,10 +2595,10 @@
InternalFunctionImp (the internal here refers to the fact they are native
code rather than JS). This change fixes the problem that scripts could not
properly inspect the methods (for example instanceof was broken). The
- InternalFunctionImp constructor retquires an ExecState, so a few incidental
- changes were retquired to accomodate this.
+ InternalFunctionImp constructor requires an ExecState, so a few incidental
+ changes were required to accomodate this.
- NOTE: This change retquires the patch to KJS that I just committed.
+ NOTE: This change requires the patch to KJS that I just committed.
- Added some missing d pointers.
@@ -2681,14 +2681,14 @@
- Reworked the handling of the JSFactory object. The factory is now a propery
of the kpart rather than being global. This means that applications can have
- multiple active parts, each with their own factory. This change has retquired
+ multiple active parts, each with their own factory. This change has required
changes throughout KJSEmbed:
- Changes to allow the static js objects to know which factory they should
be using.
- Changes to the proxies so they know which part they use rather than just
- which interpreter. This has retquired changes all over the place, but
+ which interpreter. This has required changes all over the place, but
better now than later.
2003-10-18 Saturday 16:16 geiseri
@@ -2803,7 +2803,7 @@
more generic - rather than asking the factory if the object is a TQObject, it
should be asking the factory if there is a wrapper available for the class.
- - Did most of the grunt work retquired to handle slot pointer return types
+ - Did most of the grunt work required to handle slot pointer return types
properly. At the time we bind a slot we extract the return type from the
metaobject, the classname we obtain is stored in the slot binding
implementation.
@@ -3085,7 +3085,7 @@
In addition to supporting the standard event handlers needed to
write Qt/KDE wrappers, this code is intended to support weird
- compatibility stuff like kaxul. :-) This retquirement means we need
+ compatibility stuff like kaxul. :-) This requirement means we need
to allow for the possibility of custom event types, events mapping
to custom handler names, and also custom signatures in event
handlers. The same difficulties occur when support for custom
@@ -3668,7 +3668,7 @@
follows: TQRect -> [x,y,w,h], TQSize -> [w,h], TQPoint -> [x,y]
- Changed the prototypes of a couple of methods that extract values so
- they take a KJS::ExecState parameter. This is retquired for us to
+ they take a KJS::ExecState parameter. This is required for us to
create arrays etc. in order to return complex values.
- Began renaming the KJS::ExecState variables to 'exec' rather than
@@ -3686,7 +3686,7 @@
- Improved slot publishing code so that overloaded slots are
supported. The first slot is published as before, subsequent slots
- with the same name get the number of arguments they retquire
+ with the same name get the number of arguments they require
appended.
- Removed the childAt() and findChild() methods from the JSObjectProxy
diff --git a/kjsembed/jsbuiltin_imp.cpp b/kjsembed/jsbuiltin_imp.cpp
index c0f758e2..ddcb3dd2 100644
--- a/kjsembed/jsbuiltin_imp.cpp
+++ b/kjsembed/jsbuiltin_imp.cpp
@@ -85,7 +85,7 @@ KJS::Value JSBuiltInImp::call( KJS::ExecState *exec, KJS::Object &self, const KJ
return KJS::Boolean( ok );
}
else {
- TQString msg = i18n( "Method retquires 1 or 2 arguments, received %1." ).arg( args.size() );
+ TQString msg = i18n( "Method requires 1 or 2 arguments, received %1." ).arg( args.size() );
return throwError(exec, msg);
}
}
@@ -171,7 +171,7 @@ KJS::Value JSBuiltInImp::call( KJS::ExecState *exec, KJS::Object &self, const KJ
}
else if ( id == MethodSaxLoadFile ) {
if ( args.size() != 2 ) {
- TQString msg = i18n( "Method retquires 2 arguments, received %1." ).arg( args.size() );
+ TQString msg = i18n( "Method requires 2 arguments, received %1." ).arg( args.size() );
return throwError(exec, msg);
}
@@ -193,7 +193,7 @@ KJS::Value JSBuiltInImp::call( KJS::ExecState *exec, KJS::Object &self, const KJ
else if ( id == MethodDumpCompletion ) {
KJS::Object obj = obj.isValid() ? args[0].toObject(exec) : KJS::Object();
if ( !obj.isValid() ) {
- TQString msg = i18n( "Method retquires an object." );
+ TQString msg = i18n( "Method requires an object." );
return throwError(exec, msg,KJS::TypeError);
}
diff --git a/kjsembed/kjsembedpart.h b/kjsembed/kjsembedpart.h
index 3b9e6c7f..e89c482e 100644
--- a/kjsembed/kjsembedpart.h
+++ b/kjsembed/kjsembedpart.h
@@ -228,7 +228,7 @@ public slots:
// Reimplement the KPart API.
//
- /** Returns the view widget, creating one if retquired.*/
+ /** Returns the view widget, creating one if required.*/
virtual KJSEmbed::JSConsoleWidget *view();
/** Opens a URL. If the URL has the protocol 'javascript' then it is executed. */
diff --git a/kjsembed/lgpl.txt b/kjsembed/lgpl.txt
index 70800023..3bd9d7cc 100644
--- a/kjsembed/lgpl.txt
+++ b/kjsembed/lgpl.txt
@@ -182,12 +182,12 @@ above, provided that you also meet all of these conditions:
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
- application. Therefore, Subsection 2d retquires that any
+ application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
-These retquirements apply to the modified work as a whole. If
+These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
@@ -233,7 +233,7 @@ medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the retquirement to
+source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
@@ -315,7 +315,7 @@ of these things:
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
- For an executable, the retquired form of the "work that uses the
+ For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
@@ -324,7 +324,7 @@ components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
- It may happen that this retquirement contradicts the license
+ It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
@@ -354,7 +354,7 @@ rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
- 9. You are not retquired to accept this License, since you have not
+ 9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
diff --git a/kjsembed/tools/Doxyfile b/kjsembed/tools/Doxyfile
index 549f6392..a22a5fed 100644
--- a/kjsembed/tools/Doxyfile
+++ b/kjsembed/tools/Doxyfile
@@ -470,7 +470,7 @@ ENUM_VALUES_PER_LINE = 4
# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
# generated containing a tree-like index structure (just like the one that
# is generated for HTML Help). For this to work a browser that supports
-# JavaScript and frames is retquired (for instance Netscape 4.0+
+# JavaScript and frames is required (for instance Netscape 4.0+
# or Internet explorer 4.0+).
GENERATE_TREEVIEW = NO