Fix inadvertent renaming and typos.

pull/1/head
Darrell Anderson 11 years ago
parent 8aa20fb7fc
commit fb4b5d2a55

@ -159,7 +159,7 @@ operates.
`--help' `--help'
Print a summary of the options to `configure', and exit. Print a summary of the options to `configure', and exit.
`--tquiet' `--quiet'
`--silent' `--silent'
`-q' `-q'
Do not print messages saying which checks are being made. Do not print messages saying which checks are being made.

@ -23,7 +23,7 @@ use kdocParseDoc;
use vars qw/ %rootNodes $declNodeType @includes_list %options @formats_wanted $allow_k_dcop_accessors use vars qw/ %rootNodes $declNodeType @includes_list %options @formats_wanted $allow_k_dcop_accessors
@includeclasses $includeclasses $skipInternal %defines $defines $match_qt_defines @includeclasses $includeclasses $skipInternal %defines $defines $match_qt_defines
$libdir $libname $outputdir @libs $parse_global_space $qt_embedded $qt4 $striphpath $doPrivate $readstdin $libdir $libname $outputdir @libs $parse_global_space $qt_embedded $qt4 $striphpath $doPrivate $readstdin
$Version $tquiet $debug $debuggen $parseonly $currentfile $cSourceNode $exe $Version $quiet $debug $debuggen $parseonly $currentfile $cSourceNode $exe
%formats %flagnames @allowed_k_dcop_accesors $allowed_k_dcop_accesors_re $rootNode %formats %flagnames @allowed_k_dcop_accesors $allowed_k_dcop_accesors_re $rootNode
@classStack $cNode $globalSpaceClassName @classStack $cNode $globalSpaceClassName
$lastLine $docNode @includes $cpp $defcppcmd $cppcmd $docincluded $lastLine $docNode @includes $cpp $defcppcmd $cppcmd $docincluded
@ -52,7 +52,7 @@ $includeclasses = "";
$doPrivate = 0; $doPrivate = 0;
$Version = "0.9"; $Version = "0.9";
$tquiet = 0; $quiet = 0;
$debug = 0; $debug = 0;
$debuggen = 0; $debuggen = 0;
$parseonly = 0; $parseonly = 0;
@ -201,7 +201,7 @@ GetOptions( \%options,
"define=s", \%defines, # define a single preprocessing symbol "define=s", \%defines, # define a single preprocessing symbol
"defines=s", \$defines, # file containing preprocessing symbols, one per line "defines=s", \$defines, # file containing preprocessing symbols, one per line
"tquiet|q", \$tquiet, "quiet|q", \$quiet,
"debug|D", \$debug, # debug the parsing "debug|D", \$debug, # debug the parsing
"debuggen", \$debuggen, # debug the file generation "debuggen", \$debuggen, # debug the file generation
"parse-only", \$parseonly ) "parse-only", \$parseonly )
@ -221,7 +221,7 @@ else {
if ($#includeclasses>=0) if ($#includeclasses>=0)
{ {
$includeclasses = join (" ", @includeclasses); $includeclasses = join (" ", @includeclasses);
print "Using Classes: $includeclasses\n" unless $tquiet; print "Using Classes: $includeclasses\n" unless $quiet;
} }
if ( $#includes >= 0 && !$cpp ) { if ( $#includes >= 0 && !$cpp ) {
@ -330,7 +330,7 @@ sub readLibraries
require kdocLib; require kdocLib;
foreach my $lib ( @libs ) { foreach my $lib ( @libs ) {
print "$exe: reading lib: $lib\n" unless $tquiet; print "$exe: reading lib: $lib\n" unless $quiet;
my $relpath = exists $options{url} ? my $relpath = exists $options{url} ?
$options{url} : $outputdir; $options{url} : $outputdir;
@ -366,7 +366,7 @@ sub parseFiles
|| croak "Can't read from $currentfile"; || croak "Can't read from $currentfile";
} }
print STDERR "$exe: processing $currentfile\n" unless $tquiet; print STDERR "$exe: processing $currentfile\n" unless $quiet;
# reset vars # reset vars
$rootNode = getRoot( $lang ); $rootNode = getRoot( $lang );
@ -415,7 +415,7 @@ sub writeDocumentation
require $pack.".pm"; require $pack.".pm";
print STDERR "Generating bindings for $format ", print STDERR "Generating bindings for $format ",
"language...\n" unless $tquiet; "language...\n" unless $quiet;
my $f = "$pack\::writeDoc"; my $f = "$pack\::writeDoc";
&$f( $libname, $node, $outputdir, \%options ); &$f( $libname, $node, $outputdir, \%options );

@ -11,7 +11,7 @@
Chief Wreck On The Highway Chief Wreck On The Highway
Richard Dale <Richard_Dale@tipitina.demon.co.uk> Richard Dale <Richard_Dale@tipitina.demon.co.uk>
Etquipment Equipment
iMac with SuSE 6.4, 160 Mb RAM, and Contour 3 button UniMouse iMac with SuSE 6.4, 160 Mb RAM, and Contour 3 button UniMouse
Books Books

@ -150,7 +150,7 @@ operates.
`--help' `--help'
Print a summary of the options to `configure', and exit. Print a summary of the options to `configure', and exit.
`--tquiet' `--quiet'
`--silent' `--silent'
`-q' `-q'
Do not print messages saying which checks are being made. Do not print messages saying which checks are being made.

@ -254,9 +254,9 @@ Java_org_kde_koala_Job_kill__(JNIEnv* env, jobject obj)
} }
JNIEXPORT void JNICALL JNIEXPORT void JNICALL
Java_org_kde_koala_Job_kill__Z(JNIEnv* env, jobject obj, jboolean tquietly) Java_org_kde_koala_Job_kill__Z(JNIEnv* env, jobject obj, jboolean quietly)
{ {
((TDEIO::Job*) QtSupport::getQt(env, obj))->kill((bool) tquietly); ((TDEIO::Job*) QtSupport::getQt(env, obj))->kill((bool) quietly);
return; return;
} }

@ -139,9 +139,9 @@ Java_org_kde_koala_SimpleJob_kill__(JNIEnv* env, jobject obj)
} }
JNIEXPORT void JNICALL JNIEXPORT void JNICALL
Java_org_kde_koala_SimpleJob_kill__Z(JNIEnv* env, jobject obj, jboolean tquietly) Java_org_kde_koala_SimpleJob_kill__Z(JNIEnv* env, jobject obj, jboolean quietly)
{ {
((TDEIO::SimpleJob*) QtSupport::getQt(env, obj))->kill((bool) tquietly); ((TDEIO::SimpleJob*) QtSupport::getQt(env, obj))->kill((bool) quietly);
return; return;
} }

@ -801,9 +801,9 @@ Java_org_kde_koala_TDEHTMLView_print__(JNIEnv* env, jobject obj)
} }
JNIEXPORT void JNICALL JNIEXPORT void JNICALL
Java_org_kde_koala_TDEHTMLView_print__Z(JNIEnv* env, jobject obj, jboolean tquick) Java_org_kde_koala_TDEHTMLView_print__Z(JNIEnv* env, jobject obj, jboolean quick)
{ {
((TDEHTMLView*) QtSupport::getQt(env, obj))->print((bool) tquick); ((TDEHTMLView*) QtSupport::getQt(env, obj))->print((bool) quick);
return; return;
} }

@ -12,7 +12,7 @@ import org.kde.qt.QtSupport;
element definition </a> in HTML 4.0. element definition </a> in HTML 4.0.
Note: The DOM is not quite consistent here. They also define the Note: The DOM is not quite consistent here. They also define the
HTMLBlockQuoteElement interface, to represent the <code>BLOCKTQUOTE</code> HTMLBlockQuoteElement interface, to represent the <code>BLOCKTQUOTE</code>
element. To resolve ambitquities, we use this one for the <code>Q</code> element. To resolve ambiquities, we use this one for the <code>Q</code>
element only. element only.
@short For the <code>Q</code> and <code>BLOCKTQUOTE</code> elements. @short For the <code>Q</code> and <code>BLOCKTQUOTE</code> elements.

@ -36,14 +36,14 @@ public class Job extends TQObject {
/** /**
Abort this job. Abort this job.
This kills all subjobs and deletes the job. This kills all subjobs and deletes the job.
@param tquietly if false, Job will emit signal result @param quietly if false, Job will emit signal result
and ask tdeio_uiserver to close the progress window. and ask tdeio_uiserver to close the progress window.
<code>tquietly</code> is set to true for subjobs. Whether applications <code>quietly</code> is set to true for subjobs. Whether applications
should call with true or false depends on whether they rely should call with true or false depends on whether they rely
on result being emitted or not. on result being emitted or not.
@short Abort this job. @short Abort this job.
*/ */
public native void kill(boolean tquietly); public native void kill(boolean quietly);
public native void kill(); public native void kill();
/** /**
Returns the error code, if there has been an error. Returns the error code, if there has been an error.

@ -22,7 +22,7 @@ import org.kde.qt.TQFrame;
care of. care of.
This widget also emits a 'clicked()' signal when it received a This widget also emits a 'clicked()' signal when it received a
mouse press event. mouse press event.
A tquick example: A quick example:
<pre> <pre>
KAnimWidget anim = new KAnimWidget("kde", 0, this); KAnimWidget anim = new KAnimWidget("kde", 0, this);
anim.start(); anim.start();

@ -99,7 +99,7 @@ public class KSpellConfig extends TQWidget {
the <code>_ignorelist</code> contains whatever was put in by you plus the <code>_ignorelist</code> contains whatever was put in by you plus
any words the user has chosen to ignore via the dialog box. any words the user has chosen to ignore via the dialog box.
It may be useful to save this list with the document being It may be useful to save this list with the document being
edited to facilitate tquicker future spellchecking. edited to facilitate quicker future spellchecking.
@short @short
*/ */
public native void setIgnoreList(String[] _ignorelist); public native void setIgnoreList(String[] _ignorelist);

@ -225,11 +225,11 @@ public class Range implements QtSupport {
public native DocumentFragment createContextualFragment(String html); public native DocumentFragment createContextualFragment(String html);
/** /**
Called to indicate that the range is no longer in use and that Called to indicate that the range is no longer in use and that
the implementation may relintquish any resources associated with the implementation may relinquish any resources associated with
this range. Subsequent calls to any methods or attribute getters this range. Subsequent calls to any methods or attribute getters
on this range will result in a DOMException being thrown with an on this range will result in a DOMException being thrown with an
error code of INVALID_STATE_ERR. error code of INVALID_STATE_ERR.
@short Called to indicate that the range is no longer in use and that the implementation may relintquish any resources associated with this range. @short Called to indicate that the range is no longer in use and that the implementation may relinquish any resources associated with this range.
*/ */
public native void detach(); public native void detach();
/** /**

@ -42,12 +42,12 @@ public class SimpleJob extends Job {
/** /**
Abort job. Abort job.
This kills all subjobs and deletes the job. This kills all subjobs and deletes the job.
@param tquietly if true, Job will emit signal result @param quietly if true, Job will emit signal result
Should only be set to false when the user kills the job Should only be set to false when the user kills the job
(from tdeio_uiserver), not when you want to abort a job. (from tdeio_uiserver), not when you want to abort a job.
@short Abort job. @short Abort job.
*/ */
public native void kill(boolean tquietly); public native void kill(boolean quietly);
public native void kill(); public native void kill();
/** /**
Abort job. Abort job.

@ -143,12 +143,12 @@ public class TDECModule extends TQWidget {
*/ */
public native void sysdefaults(); public native void sysdefaults();
/** /**
Return a tquick-help text. Return a quick-help text.
This method is called when the module is docked. This method is called when the module is docked.
The tquick-help text should contain a short description of the module and The quick-help text should contain a short description of the module and
links to the module's help files. You can use TQML formatting tags in the text. links to the module's help files. You can use TQML formatting tags in the text.
@note make sure the tquick help text gets translated (use i18n()). @note make sure the quick help text gets translated (use i18n()).
@short Return a tquick-help text. @short Return a quick-help text.
*/ */
public native String quickHelp(); public native String quickHelp();
/** /**
@ -212,8 +212,8 @@ public class TDECModule extends TQWidget {
*/ */
// TDEConfigDialogManager* addConfig(TDEConfigSkeleton* arg1,TQWidget* arg2); >>>> NOT CONVERTED // TDEConfigDialogManager* addConfig(TDEConfigSkeleton* arg1,TQWidget* arg2); >>>> NOT CONVERTED
/** /**
Sets the tquick help. Sets the quick help.
@short Sets the tquick help. @short Sets the quick help.
*/ */
protected native void setQuickHelp(String help); protected native void setQuickHelp(String help);
/** /**

@ -15,11 +15,11 @@ public interface TDECModuleSignals {
*/ */
void changed(boolean state); void changed(boolean state);
/** /**
Indicate that the module's tquickhelp has changed. Indicate that the module's quickhelp has changed.
Emit this signal whenever the module's tquickhelp changes. Emit this signal whenever the module's quickhelp changes.
Modules implemented as tabbed dialogs might want to implement Modules implemented as tabbed dialogs might want to implement
per-tab tquickhelp for example. per-tab quickhelp for example.
@short Indicate that the module's tquickhelp has changed. @short Indicate that the module's quickhelp has changed.
*/ */
void quickHelpChanged(); void quickHelpChanged();
} }

@ -90,10 +90,10 @@ public class TDEHTMLView extends TQScrollView {
public native void print(); public native void print();
/** /**
Prints the HTML document. Prints the HTML document.
@param tquick if true, fully automated printing, without print dialog @param quick if true, fully automated printing, without print dialog
@short Prints the HTML document. @short Prints the HTML document.
*/ */
public native void print(boolean tquick); public native void print(boolean quick);
/** /**
ensure the display is up to date ensure the display is up to date
@short ensure the display is up to date @short ensure the display is up to date

@ -36,7 +36,7 @@ public class TDEShortcut implements QtSupport {
a TDEShortcut. a TDEShortcut.
@short The maximum number of key sequences that can be contained in a TDEShortcut. @short The maximum number of key sequences that can be contained in a TDEShortcut.
*/ */
public static final int MAX_SETQUENCES = 2; public static final int MAX_SEQUENCES = 2;
/** /**
Creates a new null shortcut. Creates a new null shortcut.
@ -163,7 +163,7 @@ public class TDEShortcut implements QtSupport {
Returns the number of sequences that are in this Returns the number of sequences that are in this
shortcut. shortcut.
@return the number of sequences @return the number of sequences
MAX_SETQUENCES MAX_SEQUENCES
@short Returns the number of sequences that are in this shortcut. @short Returns the number of sequences that are in this shortcut.
*/ */
@ -173,7 +173,7 @@ public class TDEShortcut implements QtSupport {
@param i the number of the key sequence to retrieve @param i the number of the key sequence to retrieve
@return the <code>i</code>'th sequence or KKeySequence.null() if @return the <code>i</code>'th sequence or KKeySequence.null() if
there are less than <code>i</code> key sequences there are less than <code>i</code> key sequences
MAX_SETQUENCES MAX_SEQUENCES
@short Returns the <code>i</code>'th key sequence of this shortcut. @short Returns the <code>i</code>'th key sequence of this shortcut.
*/ */
@ -252,8 +252,8 @@ public class TDEShortcut implements QtSupport {
/** /**
Sets the <code>i</code> 'th key sequence of the shortcut. You can not introduce Sets the <code>i</code> 'th key sequence of the shortcut. You can not introduce
gaps in the list of sequences, so you must use an <code>i</code> <= count(). gaps in the list of sequences, so you must use an <code>i</code> <= count().
Also note that the maximum number of key sequences is MAX_SETQUENCES. Also note that the maximum number of key sequences is MAX_SEQUENCES.
@param i the position of the new key sequence(0 <= i <= count(), 0 <= i < MAX_SETQUENCES) @param i the position of the new key sequence(0 <= i <= count(), 0 <= i < MAX_SEQUENCES)
@param keySeq the key sequence to set @param keySeq the key sequence to set
@return true if successful, false otherwise @return true if successful, false otherwise
@ -262,7 +262,7 @@ public class TDEShortcut implements QtSupport {
public native boolean setSeq(int i, KKeySequence keySeq); public native boolean setSeq(int i, KKeySequence keySeq);
/** /**
Appends the given key sequence. This sets it as either the keysequence or Appends the given key sequence. This sets it as either the keysequence or
the alternate keysequence. If the shortcut already has MAX_SETQUENCES the alternate keysequence. If the shortcut already has MAX_SEQUENCES
sequences then this call does nothing, and returns false. sequences then this call does nothing, and returns false.
@param keySeq the key sequence to add @param keySeq the key sequence to add
@return true if successful, false otherwise @return true if successful, false otherwise
@ -284,7 +284,7 @@ public class TDEShortcut implements QtSupport {
@short Appends the given key @short Appends the given key
@see #setSeq @see #setSeq
@see MAX_SETQUENCES @see MAX_SEQUENCES
*/ */
public native boolean append(KKey spec); public native boolean append(KKey spec);
/** /**
@ -293,7 +293,7 @@ public class TDEShortcut implements QtSupport {
@return true if successful, false otherwise @return true if successful, false otherwise
@short Appends the sequences from the given shortcut. @short Appends the sequences from the given shortcut.
@see MAX_SETQUENCES @see MAX_SEQUENCES
*/ */
public native boolean append(TDEShortcut cut); public native boolean append(TDEShortcut cut);
/** /**

@ -23,7 +23,7 @@ public class KHelpers extends TDEMainWindow {
protected int idfilenew; protected int idfilenew;
protected int idfileopen; protected int idfileopen;
protected int idfilesave; protected int idfilesave;
protected int idfiletquit; protected int idfilequit;
// reference to the application // reference to the application
TDEApplication kapp; TDEApplication kapp;
@ -41,7 +41,7 @@ public class KHelpers extends TDEMainWindow {
idfilenew = file.insertItem("&New"); idfilenew = file.insertItem("&New");
idfileopen = file.insertItem("&Open..."); idfileopen = file.insertItem("&Open...");
idfilesave = file.insertItem("&Save"); idfilesave = file.insertItem("&Save");
idfiletquit = file.insertItem("&Quit", kapp, SLOT("closeAllWindows()")); idfilequit = file.insertItem("&Quit", kapp, SLOT("closeAllWindows()"));
connect ( file, SIGNAL( "highlighted(int)"), this, SLOT( "slotMenuEntryHelp (int)")); connect ( file, SIGNAL( "highlighted(int)"), this, SLOT( "slotMenuEntryHelp (int)"));
@ -86,7 +86,7 @@ public class KHelpers extends TDEMainWindow {
statusBar().message("Save the current document.",HelpMessageTime); statusBar().message("Save the current document.",HelpMessageTime);
} }
else if (id == idfiletquit) { else if (id == idfilequit) {
statusBar().message("Quit the application.",HelpMessageTime); statusBar().message("Quit the application.",HelpMessageTime);

@ -242,7 +242,7 @@ protected void closeEvent( TQCloseEvent e ){
void slotQuit(){ void slotQuit(){
if ( job != null ) { if ( job != null ) {
job.kill( true ); // kill the job tquietly job.kill( true ); // kill the job quietly
} }
if (slave != null ) if (slave != null )
Scheduler.disconnectSlave(slave); Scheduler.disconnectSlave(slave);

@ -171,7 +171,7 @@ SHOW_INCLUDE_FILES = YES
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style # will interpret the first line (until the first dot) of a JavaDoc-style
# comment as the brief description. If set to NO, the JavaDoc # comment as the brief description. If set to NO, the JavaDoc
# comments will behave just like the Qt-style comments (thus retquiring an # comments will behave just like the Qt-style comments (thus requiring an
# explict @brief command for a brief description. # explict @brief command for a brief description.
JAVADOC_AUTOBRIEF = YES JAVADOC_AUTOBRIEF = YES

@ -171,7 +171,7 @@ SHOW_INCLUDE_FILES = YES
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style # will interpret the first line (until the first dot) of a JavaDoc-style
# comment as the brief description. If set to NO, the JavaDoc # comment as the brief description. If set to NO, the JavaDoc
# comments will behave just like the Qt-style comments (thus retquiring an # comments will behave just like the Qt-style comments (thus requiring an
# explict @brief command for a brief description. # explict @brief command for a brief description.
JAVADOC_AUTOBRIEF = YES JAVADOC_AUTOBRIEF = YES

@ -2303,7 +2303,7 @@
2003-11-22 Saturday 00:54 geiseri 2003-11-22 Saturday 00:54 geiseri
Make the compiler a little tquieter by commenting out unused args in functions. Make the compiler a little quieter by commenting out unused args in functions.
2003-11-21 Friday 20:13 rich 2003-11-21 Friday 20:13 rich

@ -1,5 +1,5 @@
----------------------------------------------- -----------------------------------------------
Kde application framework template tquickstart Kde application framework template quickstart
Author: Thomas Nagy Author: Thomas Nagy
Date: 2004-03-22 Date: 2004-03-22
----------------------------------------------- -----------------------------------------------

@ -59,7 +59,7 @@ pre {
made scriptable without explicitly binding every object.&lt;/li> made scriptable without explicitly binding every object.&lt;/li>
&lt;/ul> &lt;/ul>
&lt;h3>First Steps - The Console Dialog&lt;/h3> &lt;h3>First Steps - The Console Dialog&lt;/h3>
&lt;p>The tquickest way to see what KJSEmbed can do is with kjscmd, a tool for running &lt;p>The quickest way to see what KJSEmbed can do is with kjscmd, a tool for running
scripts from the command line. To begin, we'll run kjscmd without any parameters scripts from the command line. To begin, we'll run kjscmd without any parameters
which brings up the KJSEmbed console dialog. The console provides an easy way which brings up the KJSEmbed console dialog. The console provides an easy way
to run short (one line) scripts, as you can see in figure 1 the scripts have to run short (one line) scripts, as you can see in figure 1 the scripts have

@ -5,7 +5,7 @@
<body> <body>
<h1 align="center">Image Gallery</h1> <h1 align="center">Image Gallery</h1>
<hr> <hr>
<p>Here are some images, the larger ones have been scaled down to ensure this page loads tquickly. Click on an image or filename to see it full size.</p> <p>Here are some images, the larger ones have been scaled down to ensure this page loads quickly. Click on an image or filename to see it full size.</p>
<table border=0 width="90%" cellpadding="12" cellspacing="1"> <table border=0 width="90%" cellpadding="12" cellspacing="1">
<tr> <tr>
<td align="center"><a href="example1.png"><img border=0 width=197 height=160 src=thumb-example1.png></a></td> <td align="center"><a href="example1.png"><img border=0 width=197 height=160 src=thumb-example1.png></a></td>

@ -6,7 +6,7 @@
var default_title = 'Image Gallery'; var default_title = 'Image Gallery';
var default_intro = 'Here are some images, the larger ones have been scaled down to ' var default_intro = 'Here are some images, the larger ones have been scaled down to '
+ 'ensure this page loads tquickly. Click on an image or filename ' + 'ensure this page loads quickly. Click on an image or filename '
+ 'to see it full size.'; + 'to see it full size.';
var default_width = 250; var default_width = 250;
var default_height = 160; var default_height = 160;

@ -5,7 +5,7 @@
<body> <body>
<h1 align="center">Image Gallery</h1> <h1 align="center">Image Gallery</h1>
<hr> <hr>
<p>Here are some images, the larger ones have been scaled down to ensure this page loads tquickly. Click on an image or filename to see it full size.</p> <p>Here are some images, the larger ones have been scaled down to ensure this page loads quickly. Click on an image or filename to see it full size.</p>
<table border=0 width="90%" cellpadding="12" cellspacing="1"> <table border=0 width="90%" cellpadding="12" cellspacing="1">
<tr> <tr>
<td align="center"><a href="example1.png"><img border=0 width=197 height=160 src="thumb-example1.png"></a></td> <td align="center"><a href="example1.png"><img border=0 width=197 height=160 src="thumb-example1.png"></a></td>

@ -60,7 +60,7 @@ pre {
made scriptable without explicitly binding every object.</li> made scriptable without explicitly binding every object.</li>
</ul> </ul>
<h3>First Steps - The Console Dialog</h3> <h3>First Steps - The Console Dialog</h3>
<p>The tquickest way to see what KJSEmbed can do is with kjscmd, a tool for running <p>The quickest way to see what KJSEmbed can do is with kjscmd, a tool for running
scripts from the command line. To begin, we'll run kjscmd without any parameters scripts from the command line. To begin, we'll run kjscmd without any parameters
which brings up the KJSEmbed console dialog. The console provides an easy way which brings up the KJSEmbed console dialog. The console provides an easy way
to run short (one line) scripts, as you can see in figure 1 the scripts have to run short (one line) scripts, as you can see in figure 1 the scripts have

@ -171,7 +171,7 @@ SHOW_INCLUDE_FILES = YES
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style # will interpret the first line (until the first dot) of a JavaDoc-style
# comment as the brief description. If set to NO, the JavaDoc # comment as the brief description. If set to NO, the JavaDoc
# comments will behave just like the Qt-style comments (thus retquiring an # comments will behave just like the Qt-style comments (thus requiring an
# explict @brief command for a brief description. # explict @brief command for a brief description.
JAVADOC_AUTOBRIEF = YES JAVADOC_AUTOBRIEF = YES

@ -19,7 +19,7 @@ QtRuby is a ruby version of the PerlQt/Smoke project, written by:
Germain Garand Germain Garand
David Faure David Faure
Etquipment Equipment
800 Mhz iBook with Yellow Dog 3.0, Macally Micro 3 button mouse 800 Mhz iBook with Yellow Dog 3.0, Macally Micro 3 button mouse
Books Books

@ -1,5 +1,5 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# A tquick and dirty web browser demonstrating the direct instantiation # A quick and dirty web browser demonstrating the direct instantiation
# of a TDEHTML part. Needless to say: this is NOT a programming paragon :) # of a TDEHTML part. Needless to say: this is NOT a programming paragon :)
# -- gg. # -- gg.
# AK - ported to ruby # AK - ported to ruby

@ -4,7 +4,7 @@ This is a ruby version of Jim Bublitz's pytde program, translated by Richard Dal
=begin =begin
A basic system tray application - you can combine this with code from A basic system tray application - you can combine this with code from
menuapp2.rb or menuapp3.rb to tquickly build a full-blown application menuapp2.rb or menuapp3.rb to quickly build a full-blown application
framework. framework.
=end =end

@ -11,7 +11,7 @@
Chief Wreck On The Highway Chief Wreck On The Highway
Richard Dale <Richard_Dale@tipitina.demon.co.uk> Richard Dale <Richard_Dale@tipitina.demon.co.uk>
Etquipment Equipment
iMac with SuSE 6.4, Contour 3 button UniMouse iMac with SuSE 6.4, Contour 3 button UniMouse
Books Books

@ -150,7 +150,7 @@ operates.
`--help' `--help'
Print a summary of the options to `configure', and exit. Print a summary of the options to `configure', and exit.
`--tquiet' `--quiet'
`--silent' `--silent'
`-q' `-q'
Do not print messages saying which checks are being made. Do not print messages saying which checks are being made.

@ -43,7 +43,7 @@ CHARMAP
<US> /x1F <U001F> UNIT SEPARATOR (IS1) <US> /x1F <U001F> UNIT SEPARATOR (IS1)
<SP> /x20 <U0020> SPACE <SP> /x20 <U0020> SPACE
<!> /x21 <U0021> EXCLAMATION MARK <!> /x21 <U0021> EXCLAMATION MARK
<"> /x22 <U0022> TQUOTATION MARK <"> /x22 <U0022> QUOTATION MARK
<%> /x25 <U0025> PERCENT SIGN <%> /x25 <U0025> PERCENT SIGN
<&> /x26 <U0026> AMPERSAND <&> /x26 <U0026> AMPERSAND
<'> /x27 <U0027> APOSTROPHE <'> /x27 <U0027> APOSTROPHE
@ -68,9 +68,9 @@ CHARMAP
<:> /x3A <U003A> COLON <:> /x3A <U003A> COLON
<;> /x3B <U003B> SEMICOLON <;> /x3B <U003B> SEMICOLON
<<> /x3C <U003C> LESS-THAN SIGN <<> /x3C <U003C> LESS-THAN SIGN
<=> /x3D <U003D> ETQUALS SIGN <=> /x3D <U003D> EQUALS SIGN
</>> /x3E <U003E> GREATER-THAN SIGN </>> /x3E <U003E> GREATER-THAN SIGN
<?> /x3F <U003F> TQUESTION MARK <?> /x3F <U003F> QUESTION MARK
<At> /x40 <U0040> COMMERCIAL AT <At> /x40 <U0040> COMMERCIAL AT
<A> /x41 <U0041> LATIN CAPITAL LETTER A <A> /x41 <U0041> LATIN CAPITAL LETTER A
<B> /x42 <U0042> LATIN CAPITAL LETTER B <B> /x42 <U0042> LATIN CAPITAL LETTER B
@ -98,9 +98,9 @@ CHARMAP
<X> /x58 <U0058> LATIN CAPITAL LETTER X <X> /x58 <U0058> LATIN CAPITAL LETTER X
<Y> /x59 <U0059> LATIN CAPITAL LETTER Y <Y> /x59 <U0059> LATIN CAPITAL LETTER Y
<Z> /x5A <U005A> LATIN CAPITAL LETTER Z <Z> /x5A <U005A> LATIN CAPITAL LETTER Z
<<(> /x5B <U005B> LEFT STQUARE BRACKET <<(> /x5B <U005B> LEFT SQUARE BRACKET
<////> /x5C <U005C> REVERSE SOLIDUS <////> /x5C <U005C> REVERSE SOLIDUS
<)/>> /x5D <U005D> RIGHT STQUARE BRACKET <)/>> /x5D <U005D> RIGHT SQUARE BRACKET
<'/>> /x5E <U005E> CIRCUMFLEX ACCENT <'/>> /x5E <U005E> CIRCUMFLEX ACCENT
<_> /x5F <U005F> LOW LINE <_> /x5F <U005F> LOW LINE
<'!> /x60 <U0060> GRAVE ACCENT <'!> /x60 <U0060> GRAVE ACCENT
@ -162,7 +162,7 @@ CHARMAP
<SS> /x98 <U0098> START OF STRING (SOS) <SS> /x98 <U0098> START OF STRING (SOS)
<GC> /x99 <U0099> SINGLE GRAPHIC CHARACTER INTRODUCER (SGCI) <GC> /x99 <U0099> SINGLE GRAPHIC CHARACTER INTRODUCER (SGCI)
<SC> /x9A <U009A> SINGLE CHARACTER INTRODUCER (SCI) <SC> /x9A <U009A> SINGLE CHARACTER INTRODUCER (SCI)
<CI> /x9B <U009B> CONTROL SETQUENCE INTRODUCER (CSI) <CI> /x9B <U009B> CONTROL SEQUENCE INTRODUCER (CSI)
<ST> /x9C <U009C> STRING TERMINATOR (ST) <ST> /x9C <U009C> STRING TERMINATOR (ST)
<OC> /x9D <U009D> OPERATING SYSTEM COMMAND (OSC) <OC> /x9D <U009D> OPERATING SYSTEM COMMAND (OSC)
<PM> /x9E <U009E> PRIVACY MESSAGE (PM) <PM> /x9E <U009E> PRIVACY MESSAGE (PM)
@ -175,9 +175,9 @@ CHARMAP
<Nb> /xA6 <U0023> NUMBER SIGN <Nb> /xA6 <U0023> NUMBER SIGN
<SE> /xA7 <U00A7> SECTION SIGN <SE> /xA7 <U00A7> SECTION SIGN
<Cu> /xA8 <U00A4> CURRENCY SIGN <Cu> /xA8 <U00A4> CURRENCY SIGN
<'6> /xA9 <U2018> LEFT SINGLE TQUOTATION MARK <'6> /xA9 <U2018> LEFT SINGLE QUOTATION MARK
<"6> /xAA <U201C> LEFT DOUBLE TQUOTATION MARK <"6> /xAA <U201C> LEFT DOUBLE QUOTATION MARK
<<<> /xAB <U00AB> LEFT-POINTING DOUBLE ANGLE TQUOTATION MARK <<<> /xAB <U00AB> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
<<-> /xAC <U2190> LEFTWARDS ARROW <<-> /xAC <U2190> LEFTWARDS ARROW
<-!> /xAD <U2191> UPWARDS ARROW <-!> /xAD <U2191> UPWARDS ARROW
<-/>> /xAE <U2192> RIGHTWARDS ARROW <-/>> /xAE <U2192> RIGHTWARDS ARROW
@ -191,13 +191,13 @@ CHARMAP
<PI> /xB6 <U00B6> PILCROW SIGN <PI> /xB6 <U00B6> PILCROW SIGN
<.M> /xB7 <U00B7> MIDDLE DOT <.M> /xB7 <U00B7> MIDDLE DOT
<-:> /xB8 <U00F7> DIVISION SIGN <-:> /xB8 <U00F7> DIVISION SIGN
<'9> /xB9 <U2019> RIGHT SINGLE TQUOTATION MARK <'9> /xB9 <U2019> RIGHT SINGLE QUOTATION MARK
<"9> /xBA <U201D> RIGHT DOUBLE TQUOTATION MARK <"9> /xBA <U201D> RIGHT DOUBLE QUOTATION MARK
</>/>> /xBB <U00BB> RIGHT-POINTING DOUBLE ANGLE TQUOTATION MARK </>/>> /xBB <U00BB> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
<14> /xBC <U00BC> VULGAR FRACTION ONE TQUARTER <14> /xBC <U00BC> VULGAR FRACTION ONE QUARTER
<12> /xBD <U00BD> VULGAR FRACTION ONE HALF <12> /xBD <U00BD> VULGAR FRACTION ONE HALF
<34> /xBE <U00BE> VULGAR FRACTION THREE TQUARTERS <34> /xBE <U00BE> VULGAR FRACTION THREE QUARTERS
<?I> /xBF <U00BF> INVERTED TQUESTION MARK <?I> /xBF <U00BF> INVERTED QUESTION MARK
<"!> /xC1 <UE002> NON-SPACING GRAVE ACCENT <ISO-IR-103_C1> (not a real character) <"!> /xC1 <UE002> NON-SPACING GRAVE ACCENT <ISO-IR-103_C1> (not a real character)
<"'> /xC2 <UE003> NON-SPACING ACUTE ACCENT <ISO-IR-103_C2> (not a real character) <"'> /xC2 <UE003> NON-SPACING ACUTE ACCENT <ISO-IR-103_C2> (not a real character)
<"/>> /xC3 <UE004> NON-SPACING CIRCUMFLEX ACCENT <ISO-IR-103_C3> (not a real character) <"/>> /xC3 <UE004> NON-SPACING CIRCUMFLEX ACCENT <ISO-IR-103_C3> (not a real character)
@ -459,7 +459,7 @@ CHARMAP
<DEL> /x7F <U007F> DELETE (DEL) <DEL> /x7F <U007F> DELETE (DEL)
<space> /x20 <U0020> SPACE <space> /x20 <U0020> SPACE
<exclamation-mark> /x21 <U0021> EXCLAMATION MARK <exclamation-mark> /x21 <U0021> EXCLAMATION MARK
<quotation-mark> /x22 <U0022> TQUOTATION MARK <quotation-mark> /x22 <U0022> QUOTATION MARK
<number-sign> /xA6 <U0023> NUMBER SIGN <number-sign> /xA6 <U0023> NUMBER SIGN
<dollar-sign> /xA4 <U0024> DOLLAR SIGN <dollar-sign> /xA4 <U0024> DOLLAR SIGN
<percent-sign> /x25 <U0025> PERCENT SIGN <percent-sign> /x25 <U0025> PERCENT SIGN
@ -489,14 +489,14 @@ CHARMAP
<colon> /x3A <U003A> COLON <colon> /x3A <U003A> COLON
<semicolon> /x3B <U003B> SEMICOLON <semicolon> /x3B <U003B> SEMICOLON
<less-than-sign> /x3C <U003C> LESS-THAN SIGN <less-than-sign> /x3C <U003C> LESS-THAN SIGN
<equals-sign> /x3D <U003D> ETQUALS SIGN <equals-sign> /x3D <U003D> EQUALS SIGN
<greater-than-sign> /x3E <U003E> GREATER-THAN SIGN <greater-than-sign> /x3E <U003E> GREATER-THAN SIGN
<question-mark> /x3F <U003F> TQUESTION MARK <question-mark> /x3F <U003F> QUESTION MARK
<commercial-at> /x40 <U0040> COMMERCIAL AT <commercial-at> /x40 <U0040> COMMERCIAL AT
<left-square-bracket> /x5B <U005B> LEFT STQUARE BRACKET <left-square-bracket> /x5B <U005B> LEFT SQUARE BRACKET
<backslash> /x5C <U005C> REVERSE SOLIDUS <backslash> /x5C <U005C> REVERSE SOLIDUS
<reverse-solidus> /x5C <U005C> REVERSE SOLIDUS <reverse-solidus> /x5C <U005C> REVERSE SOLIDUS
<right-square-bracket> /x5D <U005D> RIGHT STQUARE BRACKET <right-square-bracket> /x5D <U005D> RIGHT SQUARE BRACKET
<circumflex> /x5E <U005E> CIRCUMFLEX ACCENT <circumflex> /x5E <U005E> CIRCUMFLEX ACCENT
<circumflex-accent> /x5E <U005E> CIRCUMFLEX ACCENT <circumflex-accent> /x5E <U005E> CIRCUMFLEX ACCENT
<underscore> /x5F <U005F> LOW LINE <underscore> /x5F <U005F> LOW LINE

@ -67,7 +67,7 @@ CHARMAP
<SS> /x38 <U0098> START OF STRING (SOS) <SS> /x38 <U0098> START OF STRING (SOS)
<GC> /x39 <U0099> SINGLE GRAPHIC CHARACTER INTRODUCER (SGCI) <GC> /x39 <U0099> SINGLE GRAPHIC CHARACTER INTRODUCER (SGCI)
<SC> /x3A <U009A> SINGLE CHARACTER INTRODUCER (SCI) <SC> /x3A <U009A> SINGLE CHARACTER INTRODUCER (SCI)
<CI> /x3B <U009B> CONTROL SETQUENCE INTRODUCER (CSI) <CI> /x3B <U009B> CONTROL SEQUENCE INTRODUCER (CSI)
<D4> /x3C <U0014> DEVICE CONTROL FOUR (DC4) <D4> /x3C <U0014> DEVICE CONTROL FOUR (DC4)
<NK> /x3D <U0015> NEGATIVE ACKNOWLEDGE (NAK) <NK> /x3D <U0015> NEGATIVE ACKNOWLEDGE (NAK)
<PM> /x3E <U009E> PRIVACY MESSAGE (PM) <PM> /x3E <U009E> PRIVACY MESSAGE (PM)
@ -119,7 +119,7 @@ CHARMAP
<%> /x6C <U0025> PERCENT SIGN <%> /x6C <U0025> PERCENT SIGN
<_> /x6D <U005F> LOW LINE <_> /x6D <U005F> LOW LINE
</>> /x6E <U003E> GREATER-THAN SIGN </>> /x6E <U003E> GREATER-THAN SIGN
<?> /x6F <U003F> TQUESTION MARK <?> /x6F <U003F> QUESTION MARK
<BB> /x70 <U00A6> BROKEN BAR <BB> /x70 <U00A6> BROKEN BAR
<E'> /x71 <U00C9> LATIN CAPITAL LETTER E WITH ACUTE <E'> /x71 <U00C9> LATIN CAPITAL LETTER E WITH ACUTE
<E/>> /x72 <U00CA> LATIN CAPITAL LETTER E WITH CIRCUMFLEX <E/>> /x72 <U00CA> LATIN CAPITAL LETTER E WITH CIRCUMFLEX
@ -134,8 +134,8 @@ CHARMAP
<AE> /x7B <U00C6> LATIN CAPITAL LETTER AE <AE> /x7B <U00C6> LATIN CAPITAL LETTER AE
<O//> /x7C <U00D8> LATIN CAPITAL LETTER O WITH STROKE <O//> /x7C <U00D8> LATIN CAPITAL LETTER O WITH STROKE
<'> /x7D <U0027> APOSTROPHE <'> /x7D <U0027> APOSTROPHE
<=> /x7E <U003D> ETQUALS SIGN <=> /x7E <U003D> EQUALS SIGN
<"> /x7F <U0022> TQUOTATION MARK <"> /x7F <U0022> QUOTATION MARK
<At> /x80 <U0040> COMMERCIAL AT <At> /x80 <U0040> COMMERCIAL AT
<a> /x81 <U0061> LATIN SMALL LETTER A <a> /x81 <U0061> LATIN SMALL LETTER A
<b> /x82 <U0062> LATIN SMALL LETTER B <b> /x82 <U0062> LATIN SMALL LETTER B
@ -146,8 +146,8 @@ CHARMAP
<g> /x87 <U0067> LATIN SMALL LETTER G <g> /x87 <U0067> LATIN SMALL LETTER G
<h> /x88 <U0068> LATIN SMALL LETTER H <h> /x88 <U0068> LATIN SMALL LETTER H
<i> /x89 <U0069> LATIN SMALL LETTER I <i> /x89 <U0069> LATIN SMALL LETTER I
<<<> /x8A <U00AB> LEFT-POINTING DOUBLE ANGLE TQUOTATION MARK <<<> /x8A <U00AB> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
</>/>> /x8B <U00BB> RIGHT-POINTING DOUBLE ANGLE TQUOTATION MARK </>/>> /x8B <U00BB> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
<d-> /x8C <U00F0> LATIN SMALL LETTER ETH (Icelandic) <d-> /x8C <U00F0> LATIN SMALL LETTER ETH (Icelandic)
<y'> /x8D <U00FD> LATIN SMALL LETTER Y WITH ACUTE <y'> /x8D <U00FD> LATIN SMALL LETTER Y WITH ACUTE
<th> /x8E <U00FE> LATIN SMALL LETTER THORN (Icelandic) <th> /x8E <U00FE> LATIN SMALL LETTER THORN (Icelandic)
@ -166,8 +166,8 @@ CHARMAP
<-o> /x9B <U00BA> MASCULINE ORDINAL INDICATOR <-o> /x9B <U00BA> MASCULINE ORDINAL INDICATOR
<(!> /x9C <U007B> LEFT CURLY BRACKET <(!> /x9C <U007B> LEFT CURLY BRACKET
<',> /x9D <U00B8> CEDILLA <',> /x9D <U00B8> CEDILLA
<<(> /x9E <U005B> LEFT STQUARE BRACKET <<(> /x9E <U005B> LEFT SQUARE BRACKET
<)/>> /x9F <U005D> RIGHT STQUARE BRACKET <)/>> /x9F <U005D> RIGHT SQUARE BRACKET
<My> /xA0 <U00B5> MICRO SIGN <My> /xA0 <U00B5> MICRO SIGN
<u:> /xA1 <U00FC> LATIN SMALL LETTER U WITH DIAERESIS <u:> /xA1 <U00FC> LATIN SMALL LETTER U WITH DIAERESIS
<s> /xA2 <U0073> LATIN SMALL LETTER S <s> /xA2 <U0073> LATIN SMALL LETTER S
@ -179,7 +179,7 @@ CHARMAP
<y> /xA8 <U0079> LATIN SMALL LETTER Y <y> /xA8 <U0079> LATIN SMALL LETTER Y
<z> /xA9 <U007A> LATIN SMALL LETTER Z <z> /xA9 <U007A> LATIN SMALL LETTER Z
<!I> /xAA <U00A1> INVERTED EXCLAMATION MARK <!I> /xAA <U00A1> INVERTED EXCLAMATION MARK
<?I> /xAB <U00BF> INVERTED TQUESTION MARK <?I> /xAB <U00BF> INVERTED QUESTION MARK
<D-> /xAC <U00D0> LATIN CAPITAL LETTER ETH (Icelandic) <D-> /xAC <U00D0> LATIN CAPITAL LETTER ETH (Icelandic)
<Y'> /xAD <U00DD> LATIN CAPITAL LETTER Y WITH ACUTE <Y'> /xAD <U00DD> LATIN CAPITAL LETTER Y WITH ACUTE
<TH> /xAE <U00DE> LATIN CAPITAL LETTER THORN (Icelandic) <TH> /xAE <U00DE> LATIN CAPITAL LETTER THORN (Icelandic)
@ -191,9 +191,9 @@ CHARMAP
<Co> /xB4 <U00A9> COPYRIGHT SIGN <Co> /xB4 <U00A9> COPYRIGHT SIGN
<SE> /xB5 <U00A7> SECTION SIGN <SE> /xB5 <U00A7> SECTION SIGN
<PI> /xB6 <U00B6> PILCROW SIGN <PI> /xB6 <U00B6> PILCROW SIGN
<14> /xB7 <U00BC> VULGAR FRACTION ONE TQUARTER <14> /xB7 <U00BC> VULGAR FRACTION ONE QUARTER
<12> /xB8 <U00BD> VULGAR FRACTION ONE HALF <12> /xB8 <U00BD> VULGAR FRACTION ONE HALF
<34> /xB9 <U00BE> VULGAR FRACTION THREE TQUARTERS <34> /xB9 <U00BE> VULGAR FRACTION THREE QUARTERS
<NO> /xBA <U00AC> NOT SIGN <NO> /xBA <U00AC> NOT SIGN
<!!> /xBB <U007C> VERTICAL LINE <!!> /xBB <U007C> VERTICAL LINE
<'-> /xBC <U203E> OVERLINE <'-> /xBC <U203E> OVERLINE
@ -298,7 +298,7 @@ CHARMAP
<DEL> /x07 <U007F> DELETE (DEL) <DEL> /x07 <U007F> DELETE (DEL)
<space> /x40 <U0020> SPACE <space> /x40 <U0020> SPACE
<exclamation-mark> /x4F <U0021> EXCLAMATION MARK <exclamation-mark> /x4F <U0021> EXCLAMATION MARK
<quotation-mark> /x7F <U0022> TQUOTATION MARK <quotation-mark> /x7F <U0022> QUOTATION MARK
<number-sign> /x4A <U0023> NUMBER SIGN <number-sign> /x4A <U0023> NUMBER SIGN
<dollar-sign> /x67 <U0024> DOLLAR SIGN <dollar-sign> /x67 <U0024> DOLLAR SIGN
<percent-sign> /x6C <U0025> PERCENT SIGN <percent-sign> /x6C <U0025> PERCENT SIGN
@ -328,14 +328,14 @@ CHARMAP
<colon> /x7A <U003A> COLON <colon> /x7A <U003A> COLON
<semicolon> /x5E <U003B> SEMICOLON <semicolon> /x5E <U003B> SEMICOLON
<less-than-sign> /x4C <U003C> LESS-THAN SIGN <less-than-sign> /x4C <U003C> LESS-THAN SIGN
<equals-sign> /x7E <U003D> ETQUALS SIGN <equals-sign> /x7E <U003D> EQUALS SIGN
<greater-than-sign> /x6E <U003E> GREATER-THAN SIGN <greater-than-sign> /x6E <U003E> GREATER-THAN SIGN
<question-mark> /x6F <U003F> TQUESTION MARK <question-mark> /x6F <U003F> QUESTION MARK
<commercial-at> /x80 <U0040> COMMERCIAL AT <commercial-at> /x80 <U0040> COMMERCIAL AT
<left-square-bracket> /x9E <U005B> LEFT STQUARE BRACKET <left-square-bracket> /x9E <U005B> LEFT SQUARE BRACKET
<backslash> /xE0 <U005C> REVERSE SOLIDUS <backslash> /xE0 <U005C> REVERSE SOLIDUS
<reverse-solidus> /xE0 <U005C> REVERSE SOLIDUS <reverse-solidus> /xE0 <U005C> REVERSE SOLIDUS
<right-square-bracket> /x9F <U005D> RIGHT STQUARE BRACKET <right-square-bracket> /x9F <U005D> RIGHT SQUARE BRACKET
<circumflex> /x5F <U005E> CIRCUMFLEX ACCENT <circumflex> /x5F <U005E> CIRCUMFLEX ACCENT
<circumflex-accent> /x5F <U005E> CIRCUMFLEX ACCENT <circumflex-accent> /x5F <U005E> CIRCUMFLEX ACCENT
<underscore> /x6D <U005F> LOW LINE <underscore> /x6D <U005F> LOW LINE

@ -502,7 +502,7 @@ WidgetView( TQWidget parent, String name )
mleText += (char) 0x00d8; // Norwegian mleText += (char) 0x00d8; // Norwegian
mleText += "\n"; mleText += "\n";
mleText += "Unicode (black square):"; mleText += "Unicode (black square):";
mleText += (char) 0x25A0; // BLACK STQUARE mleText += (char) 0x25A0; // BLACK SQUARE
mleText += "\n"; mleText += "\n";
mle.setText( mleText ); mle.setText( mleText );
TQToolTip.add( mle, "second multi line editor" ); TQToolTip.add( mle, "second multi line editor" );

@ -43,7 +43,7 @@ QtRuby is a ruby version of the PerlQt/Smoke project, written by:
Germain Garand Germain Garand
David Faure David Faure
Etquipment Equipment
800 Mhz iBook with Yellow Dog 3.0, Macally Micro 3 button mouse 800 Mhz iBook with Yellow Dog 3.0, Macally Micro 3 button mouse
Books Books

@ -119,7 +119,7 @@ Info.plist is
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>Shoot</string> <string>Shoot</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>jp.co.ryutaro.qttquit</string> <string>jp.co.ryutaro.qtquit</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>

@ -32,7 +32,7 @@ class Graphics
# Defines counter-clockwise points used in OpenGL TRIANGLE_STRIP to # Defines counter-clockwise points used in OpenGL TRIANGLE_STRIP to
# create a circle on the X/Z plane. Don't include center point here; # create a circle on the X/Z plane. Don't include center point here;
# It is added when outputting the circle. # It is added when outputting the circle.
STQUARE = [ SQUARE = [
XPLUS, ZMINUS, XMINUS, ZPLUS, XPLUS XPLUS, ZMINUS, XMINUS, ZPLUS, XPLUS
] ]
@ -225,7 +225,7 @@ class Graphics
def Graphics.circle(iterations = DEFAULT_SPHERE_ITERATIONS, def Graphics.circle(iterations = DEFAULT_SPHERE_ITERATIONS,
counterClockwise = true) counterClockwise = true)
if @@circles[iterations].nil? if @@circles[iterations].nil?
@@circles[iterations] = buildCircle(iterations, STQUARE) @@circles[iterations] = buildCircle(iterations, SQUARE)
end end
circle = @@circles[iterations] circle = @@circles[iterations]

@ -5,7 +5,7 @@
# author: germain Garand <germain@ebooksfrance.com> # author: germain Garand <germain@ebooksfrance.com>
# licence: GPL v.2 # licence: GPL v.2
# options: -q: be tquieter # options: -q: be quieter
# -o file: redirect output to "file". (default: ./qtdefines) # -o file: redirect output to "file". (default: ./qtdefines)
# -t [0..15]: set the testing threshold (see below) # -t [0..15]: set the testing threshold (see below)
# -f "flags": additional compiler flags/parameters # -f "flags": additional compiler flags/parameters

@ -5,7 +5,7 @@
# author: germain Garand <germain@ebooksfrance.com> # author: germain Garand <germain@ebooksfrance.com>
# licence: GPL v.2 # licence: GPL v.2
# options: -q: be tquieter # options: -q: be quieter
# -o file: redirect output to "file". (default: ./qtdefines) # -o file: redirect output to "file". (default: ./qtdefines)
# -t [0..15]: set the testing threshold (see below) # -t [0..15]: set the testing threshold (see below)
# -f "flags": additional compiler flags/parameters # -f "flags": additional compiler flags/parameters

Loading…
Cancel
Save