pull/1/head
Timothy Pearson 13 years ago
parent e02e31c8b9
commit 3ad1b623ac

16
configure vendored

@ -2057,7 +2057,7 @@ Configure options:
-no-exceptions ..... Disable exceptions on platforms that support it.
-version-script .... Use a version script when linking the Qt library.
Internal symbols will be marked as local. Retquires
Internal symbols will be marked as local. Requires
a recent GNU binutils package.
WARNING: Experimental, may be removed in future
@ -2259,32 +2259,32 @@ Qt/X11 only:
$SHN -no-xshape ......... Do not compile XShape support.
$SHY -xshape ............ Compile XShape support.
Retquires X11/extensions/shape.h.
Requires X11/extensions/shape.h.
$XRN -no-xinerama ....... Do not compile Xinerama (multihead) support.
$XRY -xinerama .......... Compile Xinerama support.
Retquires X11/extensions/Xinerama.h and libXinerama.
Requires X11/extensions/Xinerama.h and libXinerama.
$XCN -no-xcursor ........ Do not compile Xcursor support.
$XCY -xcursor ........... Compile Xcursor support.
Retquires X11/Xcursor/Xcursor.h and libXcursor.
Requires X11/Xcursor/Xcursor.h and libXcursor.
$XZN -no-xrandr ......... Do not compile XRandR (resize and rotate) support.
$XZY -xrandr ............ Compile XRandR support.
Retquires X11/extensions/Xrandr.h and libXrandr.
Requires X11/extensions/Xrandr.h and libXrandr.
$XRN -no-xrender ........ Do not compile XRender support.
$XRY -xrender ........... Compile XRender support.
Retquires Xft support (see -xft below),
Requires Xft support (see -xft below),
X11/extensions/Xrender.h and libXrender
$XFTN -no-xft ............ Do not compile Xft (anti-aliased font) support.
$XFTY -xft ............... Compile Xft support.
Retquires X11/Xft/Xft.h and libXft.
Requires X11/Xft/Xft.h and libXft.
$XIN -no-tablet ......... Do not compile Tablet support.
$XIY -tablet ............ Compile Tablet support.
Retquires IRIX with wacom.h and libXi or
Requires IRIX with wacom.h and libXi or
XFree86 with X11/extensions/XInput.h and libXi.
$XKN -no-xkb ............ Do not compile XKB (X KeyBoard extension) support.

@ -44,7 +44,7 @@ demonstrates basic canvas usage.
CONFIG += warn_on
RETQUIRES = full-config
REQUIRES = full-config
HEADERS += element.h \
canvastext.h \

@ -36,7 +36,7 @@ body { background: #ffffff; color: black; }
CONFIG += warn_on
RETQUIRES = full-config
REQUIRES = full-config
HEADERS += element.h \
canvastext.h \

@ -64,7 +64,7 @@ fonts and sizes you need, then remove TTF and BDF support.
<p> See <a href="makeqpf.html">tools/makeqpf</a> for a tool that helps
produce TQPF files from the TTF and BDF, or just run your application
with the <tt>-savefonts</tt> option.
<p> <h2> Memory Retquirements
<p> <h2> Memory Requirements
</h2>
<a name="2"></a><p> With TTF fonts, each character in the font at a given point size is
only rendered when first used in a drawing or metrics operation. With

@ -46,7 +46,7 @@ LANGUAGE = C++
CONFIG += qt warn_on release
RETQUIRES = full-config nocrosscompiler
REQUIRES = full-config nocrosscompiler
SOURCES += main.cpp
FORMS = mainform.ui \

@ -57,7 +57,7 @@ body { background: #ffffff; color: black; }
<h3><a name="3"></a>Common Tasks</h3>
<h4><a name="3-1"></a>Leaving a Translation for Later</h4>
<p>If you wish to leave a translation press <b>Ctrl+L</b> (Next Unfinished) to move to the next unfinished translation. An unfinished translation is one that either has not been translated at all or one which fails validation. To move to the next phrase press <b>Shift+Ctrl+L</b>. You can also navigate using the Translation menu. If you want to go to a different context entirely, click the context you want to work on in the Context list, then click the source text in the Source Text area.</p>
<h4><a name="3-2"></a>Phrases That Retquire Multiple Translations Depending on Context</h4>
<h4><a name="3-2"></a>Phrases That Require Multiple Translations Depending on Context</h4>
<!-- index Contexts!for Translation --><!-- index Comments!for Translators --><p>The same phrase may occur in two or more contexts without conflict. Once a phrase has been translated in one context, <em>TQt Linguist</em> notes that the translation has been made and when the translator reaches a later occurrence of the same phrase <em>TQt Linguist</em> will provide the previous translation as a possible translation candidate in the phrases and guesses area. If the previous translation is acceptable just click the <em>Done &amp; Next</em> button (press <b>Ctrl+Enter</b>) to move on to the next unfinished phrase.</p>
<p>If a phrase occurs more than once in a particular context it will only be shown once in <em>TQt Linguist</em>'s context list and the translation will be applied to every occurrence within the context. If the same phrase needs to be translated differently within the same context the programmer must provide a distinguishing comment for each of the phrases concerned. If such comments are used the duplicate phrases will appear in the context list. The programmers comments will appear in the translation area on a light blue background.</p>
<h4><a name="3-3"></a>Changing Keyboard Accelerators</h4>

@ -92,7 +92,7 @@ body { background: #ffffff; color: black; }
<pre>
TQObject::tr("&amp;Quit")
</pre>
<h4><a name="1-4"></a>Distinguishing Identical Strings That Retquire Different Translations</h4>
<h4><a name="1-4"></a>Distinguishing Identical Strings That Require Different Translations</h4>
<!-- index Translation Contexts --><!-- index Contexts!for Translation --><!-- index lupdate --><p>The <a href="linguist-manual-2.html#2">lupdate</a> program automatically provides a <em>context</em> for every source text. This context is the class name of the class that contains the <tt>tr()</tt> call. This is sufficient in the vast majority of cases. Sometimes however, the translator will need further information to uniquely identify a source text; for example, a dialog that contained two separate frames, each of which contained an "Enabled" option would need each identified because in some languages the translation would differ between the two. This is easily achieved using the two argument form of the <tt>tr()</tt> call, e.g.</p>
<pre>
rbc = new TQRadioButton( tr("Enabled", "Color frame"), this );

@ -43,7 +43,7 @@ removed once we have finished our migration, since we will use
worth replacing the <em>Print</em> dialog with a custom <a href="qdialog.html">TQDialog</a> replacement.
Instead, we will keep the <a href="motif-extension.html#Motif">Motif</a> based dialog and use <a href="qmotifdialog.html">TQMotifDialog</a> to
integrate the dialog with the application.
<p> <h2> Modality Retquirements
<p> <h2> Modality Requirements
</h2>
<a name="1"></a><p> Modality with TQDialog is different from Motif. The <a href="qdialog.html#exec">TQDialog::exec</a>()
function does not return until the dialog is finished. In Motif,

@ -212,8 +212,8 @@ win32:UI_HEADERS_DIR = c:\myproject\ui\include
unix:UI_SOURCES_DIR = ../myproject/ui/src
win32:UI_SOURCES_DIR = c:\myproject\ui\src
</pre>
<a name="RETQUIRES"></a><h5><a name="4-1-16"></a>RETQUIRES</h5>
<p>This is a special variable processed by <em>qmake</em>. If the contents of this variable do not appear in CONFIG by the time this variable is assigned, then a minimal makefile will be generated that states what dependencies (the values assigned to RETQUIRES) are missing.</p>
<a name="REQUIRES"></a><h5><a name="4-1-16"></a>REQUIRES</h5>
<p>This is a special variable processed by <em>qmake</em>. If the contents of this variable do not appear in CONFIG by the time this variable is assigned, then a minimal makefile will be generated that states what dependencies (the values assigned to REQUIRES) are missing.</p>
<p>This is mainly used in TQt's build system for building the examples.</p>
<a name="SOURCES"></a><h5><a name="4-1-17"></a>SOURCES</h5>
<p>This variable contains the name of all source files in the project.</p>
@ -369,7 +369,7 @@ app {
<p>This variable contains C++ compiler flags for generating compiler warnings. The value of this variable is typically handled by <em>qmake</em> or <a href="qmake-manual-8.html#QMAKESPEC">qmake.conf</a> and rarely needs to be modified.</p>
<a name="QMAKE_EXTENSION_SHLIB"></a><h5><a name="4-2-37"></a>QMAKE_EXTENSION_SHLIB</h5>
<p>This variable contains the extention for shared libraries. The value of this variable is typically handled by <em>qmake</em> or <a href="qmake-manual-8.html#QMAKESPEC">qmake.conf</a> and rarely needs to be modified.</p>
<a name="QMAKE_FAILED_RETQUIREMENTS"></a><h5><a name="4-2-38"></a>QMAKE_FAILED_RETQUIREMENTS</h5>
<a name="QMAKE_FAILED_REQUIREMENTS"></a><h5><a name="4-2-38"></a>QMAKE_FAILED_REQUIREMENTS</h5>
<p>This variable contains the list of requirements that were failed to be met when <em>qmake</em> was used. For example, the sql module is needed and wasn't compiled into TQt. The value of this variable is typically handled by <em>qmake</em> or <a href="qmake-manual-8.html#QMAKESPEC">qmake.conf</a> and rarely needs to be modified.</p>
<a name="QMAKE_FILETAGS"></a><h5><a name="4-2-39"></a>QMAKE_FILETAGS</h5>
<p>This variable contains the file tags needed to be entered into the makefile, such as SOURCES and HEADERS. The value of this variable is typically handled by <em>qmake</em> or <a href="qmake-manual-8.html#QMAKESPEC">qmake.conf</a> and rarely needs to be modified.</p>

@ -240,11 +240,11 @@ private: // Disabled copy constructor and operator=
* #include &lt;qmessagebox.h&gt;
* int main( int argc, char**argv )
* {
* QT_RETQUIRE_VERSION( argc, argv, "3.0.5" )
* QT_REQUIRE_VERSION( argc, argv, "3.0.5" )
* ...
* }
*/
#define QT_RETQUIRE_VERSION( argc, argv, str ) { TQString s=TQString::fromLatin1(str);\
#define QT_REQUIRE_VERSION( argc, argv, str ) { TQString s=TQString::fromLatin1(str);\
TQString sq=TQString::fromLatin1(qVersion()); if ( (sq.section('.',0,0).toInt()&lt;&lt;16)+\
(sq.section('.',1,1).toInt()&lt;&lt;8)+sq.section('.',2,2).toInt()&lt;(s.section('.',0,0).toInt()&lt;&lt;16)+\
(s.section('.',1,1).toInt()&lt;&lt;8)+s.section('.',2,2).toInt() ){if ( !qApp){ int c=0; new \

@ -40,7 +40,7 @@ body { background: #ffffff; color: black; }
CONFIG += warn_on
RETQUIRES = full-config
REQUIRES = full-config
HEADERS += element.h \
canvastext.h \

@ -226,7 +226,7 @@ See \link makeqpf.html tools/makeqpf\endlink for a tool that helps
produce QPF files from the TTF and BDF, or just run your application
with the \c -savefonts option.
\section1 Memory Retquirements
\section1 Memory Requirements
With TTF fonts, each character in the font at a given point size is
only rendered when first used in a drawing or metrics operation. With

@ -63,7 +63,7 @@
<!-- Settings for "Access Paths" panel -->
<SETTING><NAME>AlwaysSearchUserPaths</NAME><VALUE>false</VALUE></SETTING>
<SETTING><NAME>InterpretDOSAndUnixPaths</NAME><VALUE>true</VALUE></SETTING>
<SETTING><NAME>RetquireFrameworkStyleIncludes</NAME><VALUE>true</VALUE></SETTING>
<SETTING><NAME>RequireFrameworkStyleIncludes</NAME><VALUE>true</VALUE></SETTING>
<SETTING><NAME>UserSearchPaths</NAME>
<SETTING>
<SETTING><NAME>SearchPath</NAME>

@ -57,10 +57,10 @@ MetrowerksMakefileGenerator::MetrowerksMakefileGenerator(TQMakeProject *p) : Mak
bool
MetrowerksMakefileGenerator::writeMakefile(TQTextStream &t)
{
if(!project->variables()["QMAKE_FAILED_RETQUIREMENTS"].isEmpty()) {
if(!project->variables()["QMAKE_FAILED_REQUIREMENTS"].isEmpty()) {
/* for now just dump, I need to generated an empty xml or something.. */
fprintf(stderr, "Project file not generated because all requirements not met:\n\t%s\n",
var("QMAKE_FAILED_RETQUIREMENTS").latin1());
var("QMAKE_FAILED_REQUIREMENTS").latin1());
return TRUE;
}

@ -60,10 +60,10 @@ ProjectBuilderMakefileGenerator::ProjectBuilderMakefileGenerator(TQMakeProject *
bool
ProjectBuilderMakefileGenerator::writeMakefile(TQTextStream &t)
{
if(!project->variables()["QMAKE_FAILED_RETQUIREMENTS"].isEmpty()) {
if(!project->variables()["QMAKE_FAILED_REQUIREMENTS"].isEmpty()) {
/* for now just dump, I need to generated an empty xml or something.. */
fprintf(stderr, "Project file not generated because all requirements not met:\n\t%s\n",
var("QMAKE_FAILED_RETQUIREMENTS").latin1());
var("QMAKE_FAILED_REQUIREMENTS").latin1());
return TRUE;
}

@ -1427,7 +1427,7 @@ MakefileGenerator::write()
findLibraries();
if((Option::qmake_mode == Option::QMAKE_GENERATE_MAKEFILE || //write prl
Option::qmake_mode == Option::QMAKE_GENERATE_PRL) &&
project->variables()["QMAKE_FAILED_RETQUIREMENTS"].isEmpty() &&
project->variables()["QMAKE_FAILED_REQUIREMENTS"].isEmpty() &&
project->isActiveConfig("create_prl") && project->first("TEMPLATE") == "lib" &&
!project->isActiveConfig("plugin")) {
TQString prl = var("TARGET");
@ -2160,7 +2160,7 @@ bool
MakefileGenerator::writeMakeQmake(TQTextStream &t)
{
TQString ofile = Option::fixPathToTargetOS(fileFixify(Option::output.name()));
if(project->isEmpty("QMAKE_FAILED_RETQUIREMENTS") && !project->isActiveConfig("no_autoqmake") &&
if(project->isEmpty("QMAKE_FAILED_REQUIREMENTS") && !project->isActiveConfig("no_autoqmake") &&
!project->isEmpty("QMAKE_INTERNAL_PRL_FILE")) {
TQStringList files = fileFixify(Option::mkfile::project_files);
t << project->first("QMAKE_INTERNAL_PRL_FILE") << ": " << "\n\t"

@ -52,7 +52,7 @@ UnixMakefileGenerator::init()
return;
init_flag = TRUE;
if(!project->isEmpty("QMAKE_FAILED_RETQUIREMENTS")) /* no point */
if(!project->isEmpty("QMAKE_FAILED_REQUIREMENTS")) /* no point */
return;
TQStringList &configs = project->variables()["CONFIG"];

@ -73,7 +73,7 @@ UnixMakefileGenerator::writeMakefile(TQTextStream &t)
{
writeHeader(t);
if(!project->variables()["QMAKE_FAILED_RETQUIREMENTS"].isEmpty()) {
if(!project->variables()["QMAKE_FAILED_REQUIREMENTS"].isEmpty()) {
t << "QMAKE = " << (project->isEmpty("QMAKE_QMAKE") ? TQString("qmake") : var("QMAKE_QMAKE")) << endl;
{ //write the extra unix targets..
TQStringList &qut = project->variables()["QMAKE_EXTRA_UNIX_TARGETS"];
@ -82,7 +82,7 @@ UnixMakefileGenerator::writeMakefile(TQTextStream &t)
}
t << "all clean install distclean mocables uninstall uicables:" << "\n\t"
<< "@echo \"Some of the required modules ("
<< var("QMAKE_FAILED_RETQUIREMENTS") << ") are not available.\"" << "\n\t"
<< var("QMAKE_FAILED_REQUIREMENTS") << ") are not available.\"" << "\n\t"
<< "@echo \"Skipped.\"" << endl << endl;
writeMakeQmake(t);
return TRUE;
@ -690,7 +690,7 @@ UnixMakefileGenerator::writeMakeParts(TQTextStream &t)
}
writeMakeQmake(t);
if(project->isEmpty("QMAKE_FAILED_RETQUIREMENTS") && !project->isActiveConfig("no_autoqmake")) {
if(project->isEmpty("QMAKE_FAILED_REQUIREMENTS") && !project->isActiveConfig("no_autoqmake")) {
TQString meta_files;
if(project->isActiveConfig("create_libtool") && project->first("TEMPLATE") == "lib" &&
!project->isActiveConfig("compile_libtool")) { //libtool

@ -53,10 +53,10 @@ bool
BorlandMakefileGenerator::writeMakefile(TQTextStream &t)
{
writeHeader(t);
if(!project->variables()["QMAKE_FAILED_RETQUIREMENTS"].isEmpty()) {
if(!project->variables()["QMAKE_FAILED_REQUIREMENTS"].isEmpty()) {
t << "all clean:" << "\n\t"
<< "@echo \"Some of the required modules ("
<< var("QMAKE_FAILED_RETQUIREMENTS") << ") are not available.\"" << "\n\t"
<< var("QMAKE_FAILED_REQUIREMENTS") << ") are not available.\"" << "\n\t"
<< "@echo \"Skipped.\"" << endl << endl;
return TRUE;
}

@ -59,10 +59,10 @@ bool
MingwMakefileGenerator::writeMakefile(TQTextStream &t)
{
writeHeader(t);
if(!project->variables()["QMAKE_FAILED_RETQUIREMENTS"].isEmpty()) {
if(!project->variables()["QMAKE_FAILED_REQUIREMENTS"].isEmpty()) {
t << "all clean:" << "\n\t"
<< "@echo \"Some of the required modules ("
<< var("QMAKE_FAILED_RETQUIREMENTS") << ") are not available.\"" << "\n\t"
<< var("QMAKE_FAILED_REQUIREMENTS") << ") are not available.\"" << "\n\t"
<< "@echo \"Skipped.\"" << endl << endl;
writeMakeQmake(t);
return TRUE;

@ -51,10 +51,10 @@ DspMakefileGenerator::DspMakefileGenerator(TQMakeProject *p) : Win32MakefileGene
bool
DspMakefileGenerator::writeMakefile(TQTextStream &t)
{
if(!project->variables()["QMAKE_FAILED_RETQUIREMENTS"].isEmpty()) {
if(!project->variables()["QMAKE_FAILED_REQUIREMENTS"].isEmpty()) {
/* for now just dump, I need to generated an empty dsp or something.. */
fprintf(stderr, "Project file not generated because all requirements not met:\n\t%s\n",
var("QMAKE_FAILED_RETQUIREMENTS").latin1());
var("QMAKE_FAILED_REQUIREMENTS").latin1());
return TRUE;
}

@ -53,7 +53,7 @@ bool
NmakeMakefileGenerator::writeMakefile(TQTextStream &t)
{
writeHeader(t);
if(!project->variables()["QMAKE_FAILED_RETQUIREMENTS"].isEmpty()) {
if(!project->variables()["QMAKE_FAILED_REQUIREMENTS"].isEmpty()) {
{ //write the extra unix targets..
TQStringList &qut = project->variables()["QMAKE_EXTRA_WIN_TARGETS"];
for(TQStringList::ConstIterator it = qut.begin(); it != qut.end(); ++it)
@ -61,7 +61,7 @@ NmakeMakefileGenerator::writeMakefile(TQTextStream &t)
}
t << "all clean:" << "\n\t"
<< "@echo \"Some of the required modules ("
<< var("QMAKE_FAILED_RETQUIREMENTS") << ") are not available.\"" << "\n\t"
<< var("QMAKE_FAILED_REQUIREMENTS") << ") are not available.\"" << "\n\t"
<< "@echo \"Skipped.\"" << endl << endl;
writeMakeQmake(t);
return TRUE;

@ -182,9 +182,9 @@ VcprojGenerator::VcprojGenerator(TQMakeProject *p) : Win32MakefileGenerator(p),
bool VcprojGenerator::writeMakefile(TQTextStream &t)
{
// Check if all requirements are fullfilled
if(!project->variables()["QMAKE_FAILED_RETQUIREMENTS"].isEmpty()) {
if(!project->variables()["QMAKE_FAILED_REQUIREMENTS"].isEmpty()) {
fprintf(stderr, "Project file not generated because all requirements not met:\n\t%s\n",
var("QMAKE_FAILED_RETQUIREMENTS").latin1());
var("QMAKE_FAILED_REQUIREMENTS").latin1());
return TRUE;
}

@ -448,7 +448,7 @@ TQMakeProject::parse(const TQString &t, TQMap<TQString, TQStringList> &place)
varlist.remove((*valit));
}
}
if(var == "RETQUIRES") /* special case to get communicated to backends! */
if(var == "REQUIRES") /* special case to get communicated to backends! */
doProjectCheckReqs(vallist, place);
return TRUE;
@ -1050,7 +1050,7 @@ TQMakeProject::doProjectCheckReqs(const TQStringList &deps, TQMap<TQString, TQSt
int rparen = chk.findRev(')');
if(rparen == -1) {
TQCString error;
error.sprintf("Function (in RETQUIRES) missing right paren: %s", chk.latin1());
error.sprintf("Function (in REQUIRES) missing right paren: %s", chk.latin1());
qmake_error_msg(error);
} else {
TQString func = chk.left(lparen);
@ -1064,9 +1064,9 @@ TQMakeProject::doProjectCheckReqs(const TQStringList &deps, TQMap<TQString, TQSt
test = !test;
}
if(!test) {
debug_msg(1, "Project Parser: %s:%d Failed test: RETQUIRES = %s",
debug_msg(1, "Project Parser: %s:%d Failed test: REQUIRES = %s",
parser.file.latin1(), parser.line_no, chk.latin1());
place["QMAKE_FAILED_RETQUIREMENTS"].append(chk);
place["QMAKE_FAILED_REQUIREMENTS"].append(chk);
ret = FALSE;
}
}

@ -240,7 +240,7 @@ doesn't take credit card orders, but Global does.) It's not cheap: as of
shipping/handling. The standard is divided into two parts, Part 1 being the
actual specification, while Part 2 covers compliance testing methods. Part 1
is titled "Digital Compression and Coding of Continuous-tone Still Images,
Part 1: Retquirements and guidelines" and has document numbers ISO/IEC IS
Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS
10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of
Continuous-tone Still Images, Part 2: Compliance testing" and has document
numbers ISO/IEC IS 10918-2, ITU-T T.83.

@ -268,7 +268,7 @@ typedef int boolean;
#undef C_ARITH_CODING_SUPPORTED /* Arithmetic coding back end? */
#define C_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */
#define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Retquires MULTISCAN)*/
#define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/
#define ENTROPY_OPT_SUPPORTED /* Optimization of entropy coding parms? */
/* Note: if you selected 12-bit data precision, it is dangerous to turn off
* ENTROPY_OPT_SUPPORTED. The standard Huffman tables are only good for 8-bit
@ -284,7 +284,7 @@ typedef int boolean;
#undef D_ARITH_CODING_SUPPORTED /* Arithmetic coding back end? */
#define D_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */
#define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Retquires MULTISCAN)*/
#define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/
#define SAVE_MARKERS_SUPPORTED /* jpeg_save_markers() needed? */
#define BLOCK_SMOOTHING_SUPPORTED /* Block smoothing? (Progressive only) */
#define IDCT_SCALING_SUPPORTED /* Output rescaling via IDCT? */

@ -253,7 +253,7 @@ The basic command line switches for djpeg are:
gray-scale or if -grayscale is specified; otherwise
PPM is emitted.
-rle Select RLE output format. (Retquires URT library.)
-rle Select RLE output format. (Requires URT library.)
-targa Select Targa output format. Gray-scale format is
emitted if the JPEG file is gray-scale or if

@ -18,7 +18,7 @@ http://snow.ashlu.bc.ca/~giles/mng/
Another nice contribution. View MNG files on practically any platform
with this standalone viewer.
Source-code only; Retquires SDL library and libmng.so
Source-code only; Requires SDL library and libmng.so
(Modified by Greg Roelofs)
@ -28,7 +28,7 @@ mngview - A BCB port of the Delphi sample - by Andy Protano
I have added this nice little port to the BCB samples directory.
It adds a nifty progressbar while reading a file. Excellent work!
Retquires libmng.dll
Requires libmng.dll
(note: this is in the BCB samples directory)
----------------------------------------------------------------------
@ -37,7 +37,7 @@ mngdump - A BCB GUI-based dump utility - by Andy Protano
Andy has sent me this fully functional MNG dump utility, that gives
detailed information of the contents of any MNG file.
Retquires libmng.dll
Requires libmng.dll
----------------------------------------------------------------------
@ -47,7 +47,7 @@ Vova has been hacking away with the libmng code and has come up with
this nice little sample how to write a MNG viewer using GTK.
Thanks mate!
Source-code only
Retquires GTK+ (1.2 or higher) and libmng (0.9.2 or higher)
Requires GTK+ (1.2 or higher) and libmng (0.9.2 or higher)
(Modified by Greg Roelofs)

@ -6,7 +6,7 @@ The samples are in platform-specific directories.
bcb - Borland C++ Builder (3.0)
-------------------------------
win32dll - sample project to create a Windows dll. Retquires zlib1.1.3,
win32dll - sample project to create a Windows dll. Requires zlib1.1.3,
IJG jpgsrc6b and lcms1.0.6. The directories containing these
libraries must be at the same level as the libmng directory.
So if you're in the directory with this file and the libmng

@ -18,7 +18,7 @@ popular PNG image-format.
%package devel
Summary: Development tools for programs to manipulate MNG format files.
Group: Development/Libraries
Retquires: libmng = %{PACKAGE_VERSION}
Requires: libmng = %{PACKAGE_VERSION}
%description devel
The libmng-devel package contains the header files and static
libraries necessary for developing programs using the MNG

@ -70,7 +70,7 @@ include
uses assembler code tuned for Intel MMX platform)
makefile.gcc => Generic makefile (gcc, creates static libpng.a)
makefile.knr => Archaic UNIX Makefile that converts files with
ansi2knr (Retquires ansi2knr.c from
ansi2knr (Requires ansi2knr.c from
ftp://ftp.cs.wisc.edu/ghost)
makefile.aix => AIX/gcc makefile
makefile.cygwin => Cygwin/gcc makefile
@ -98,7 +98,7 @@ include
makefile.acorn => Acorn makefile
makefile.amiga => Amiga makefile
smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
(Retquires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
(Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
makefile.atari => Atari makefile
makefile.beos => BEOS makefile for X86
makefile.bor => Borland makefile (uses bcc)

@ -193,7 +193,7 @@ Files in this distribution:
tuned for Intel MMX platform)
makefile.gcc => Generic makefile (gcc, creates static libpng.a)
makefile.knr => Archaic UNIX Makefile that converts files with
ansi2knr (Retquires ansi2knr.c from
ansi2knr (Requires ansi2knr.c from
ftp://ftp.cs.wisc.edu/ghost)
makefile.aix => AIX makefile
makefile.cygwin => Cygwin/gcc makefile
@ -223,7 +223,7 @@ Files in this distribution:
makefile.acorn => Acorn makefile
makefile.amiga => Amiga makefile
smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC
compiler (Retquires SCOPTIONS, copied from
compiler (Requires SCOPTIONS, copied from
scripts/SCOPTIONS.ppc)
makefile.atari => Atari makefile
makefile.beos => BEOS makefile for X86

@ -7,7 +7,7 @@ a custom piece of code that changes the zlib interface or its behavior),
please consider submitting the project to the contrib directory.
Retquirements
Requirements
============
- The project must build zlib using exclusively the source files from

@ -204,11 +204,11 @@ private: // Disabled copy constructor and operator=
* #include <qmessagebox.h>
* int main( int argc, char**argv )
* {
* QT_RETQUIRE_VERSION( argc, argv, "3.0.5" )
* QT_REQUIRE_VERSION( argc, argv, "3.0.5" )
* ...
* }
*/
#define QT_RETQUIRE_VERSION( argc, argv, str ) { TQString s=TQString::fromLatin1(str);\
#define QT_REQUIRE_VERSION( argc, argv, str ) { TQString s=TQString::fromLatin1(str);\
TQString sq=TQString::fromLatin1(qVersion()); if ( (sq.section('.',0,0).toInt()<<16)+\
(sq.section('.',1,1).toInt()<<8)+sq.section('.',2,2).toInt()<(s.section('.',0,0).toInt()<<16)+\
(s.section('.',1,1).toInt()<<8)+s.section('.',2,2).toInt() ){if ( !qApp){ int c=0; new \

@ -2255,8 +2255,8 @@ static inline char *tag_to_string(FT_ULong tag)
#define DefaultScript FT_MAKE_TAG('D', 'F', 'L', 'T')
enum {
RetquiresGsub = 1,
RetquiresGpos = 2
RequiresGsub = 1,
RequiresGpos = 2
};
struct OTScripts {
@ -2440,7 +2440,7 @@ bool TQOpenType::checkScript(unsigned int script)
uint tag = ot_scripts[script].tag;
int requirements = ot_scripts[script].flags;
if (requirements & RetquiresGsub) {
if (requirements & RequiresGsub) {
if (!gsub)
return FALSE;
@ -2454,7 +2454,7 @@ bool TQOpenType::checkScript(unsigned int script)
}
}
if (requirements & RetquiresGpos) {
if (requirements & RequiresGpos) {
if (!gpos)
return FALSE;

@ -2813,7 +2813,7 @@ void TQPainter::drawTiledPixmap( int x, int y, int w, int h,
else
sy = sy % sh;
/*
Retquirements for optimizing tiled pixmaps:
Requirements for optimizing tiled pixmaps:
- not an external device
- not scale or rotshear
- not mono pixmap

File diff suppressed because it is too large Load Diff

@ -369,7 +369,7 @@ TQToolBar::TQToolBar( TQMainWindow * parent, const char * name )
/*!
\internal
Common initialization code. Retquires that \c mw and \c o are set.
Common initialization code. Requires that \c mw and \c o are set.
Does not call TQMainWindow::addDockWindow().
*/
void TQToolBar::init()

@ -149,7 +149,7 @@ or
QObject::tr("&Quit")
\endcode
\section2 Distinguishing Identical Strings That Retquire Different
\section2 Distinguishing Identical Strings That Require Different
Translations
\index Translation Contexts

@ -141,7 +141,7 @@ navigate using the Translation menu. If you want to go to a different
context entirely, click the context you want to work on in the Context
list, then click the source text in the Source Text area.
\section2 Phrases That Retquire Multiple Translations Depending on Context
\section2 Phrases That Require Multiple Translations Depending on Context
\index Contexts!for Translation
\index Comments!for Translators

@ -344,7 +344,7 @@ void Main::testAll()
c += section[*it];
c += "\n";
c += "Retquires: ";
c += "Requires: ";
c += dependencies[*it].join(" ");
c += "\n";
@ -445,7 +445,7 @@ void Main::loadFeatures(const TQString& filename)
TQString value = line.mid(colon+1).stripWhiteSpace();
if ( tag == "Feature" )
feature = value;
else if ( tag == "Retquires" )
else if ( tag == "Requires" )
deps = TQStringList::split(TQChar(' '),value);
else if ( tag == "Name" )
lab = value;
@ -630,7 +630,7 @@ void Main::showInfo(TQListViewItem* i)
TQString i = choice->info();
TQStringList deps = dependencies[choice->id];
if ( !deps.isEmpty() ) {
i += "<h3>Retquires:</h3><ul>";
i += "<h3>Requires:</h3><ul>";
for (TQStringList::ConstIterator it = deps.begin();
it != deps.end(); ++it)
{

Loading…
Cancel
Save