From 2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 7 Jan 2025 18:20:53 +0900 Subject: Remove support for Tru64, OSF and SCO v3.2 Signed-off-by: Michele Calgaro --- doc/html/qmake-manual-2.html | 2 +- doc/html/tqglobal-h.html | 40 ++-------------------------------------- doc/html/tqstyle.html | 6 +++--- doc/man/man3/tqstyle.3qt | 4 ++-- 4 files changed, 8 insertions(+), 44 deletions(-) (limited to 'doc') diff --git a/doc/html/qmake-manual-2.html b/doc/html/qmake-manual-2.html index f51ae67b8..ed82475eb 100644 --- a/doc/html/qmake-manual-2.html +++ b/doc/html/qmake-manual-2.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; }

Before building TQt manually the following environment variables must be set:

Once the environment variables are set go into the qmake directory, $TQTDIR/qmake, e.g. C:\qt\qmake. Now run make or nmake depending on your compiler.

When the make has completed, qmake is ready for use.

diff --git a/doc/html/tqglobal-h.html b/doc/html/tqglobal-h.html index df234edc5..05f45cac4 100644 --- a/doc/html/tqglobal-h.html +++ b/doc/html/tqglobal-h.html @@ -102,8 +102,6 @@ body { background: #ffffff; color: black; } OPENBSD - OpenBSD BSDI - BSD/OS IRIX - SGI Irix - OSF - HP Tru64 UNIX - SCO - SCO OpenServer 5 UNIXWARE - UnixWare 7, Open UNIX 8 AIX - AIX HURD - GNU Hurd @@ -161,8 +159,6 @@ body { background: #ffffff; color: black; } # define Q_OS_BSD4 #elif defined(__sgi) # define Q_OS_IRIX -#elif defined(__osf__) -# define Q_OS_OSF #elif defined(_AIX) # define Q_OS_AIX #elif defined(__Lynx__) @@ -175,9 +171,7 @@ body { background: #ffffff; color: black; } # define Q_OS_QNX #elif defined(_SEQUENT_) # define Q_OS_DYNIX -#elif defined(_SCO_DS) /* SCO OpenServer 5 + GCC */ -# define Q_OS_SCO -#elif defined(__USLC__) /* all SCO platforms + UDK or OUDK */ +#elif defined(__USLC__) /* UDK or OUDK */ # define Q_OS_UNIXWARE # define Q_OS_UNIXWARE7 #elif defined(__svr4__) && defined(i386) /* Open UNIX 8 + GCC */ @@ -236,7 +230,7 @@ body { background: #ffffff; color: black; } DEC - DEC C++ HP - HPUX C++ HPACC - HPUX ANSI C++ - USLC - SCO OUDK, UDK, and UnixWare 2.X C++ + USLC - UDK, and UnixWare 2.X C++ KAI - KAI C++ INTEL - Intel C++ for Linux, Intel C++ for Windows HIGHC - MetaWare High C/C++ @@ -372,36 +366,6 @@ body { background: #ffffff; color: black; } # define Q_CANNOT_DELETE_CONSTANT # endif -/* Older versions of DEC C++ do not define __EDG__ or __EDG - observed - on DEC C++ V5.5-004. New versions do define __EDG__ - observed on - Compaq C++ V6.3-002. - This compiler is different enough from other EDG compilers to handle - it separately anyway. */ -#elif defined(__DECCXX) || defined(__DECC) -# define Q_CC_DEC -/* Compaq C++ V6 compilers are EDG-based but I'm not sure about older - DEC C++ V5 compilers. */ -# if defined(__EDG__) -# define Q_CC_EDG -# endif -/* Compaq have disabled EDG's _BOOL macro and use _BOOL_EXISTS instead - - observed on Compaq C++ V6.3-002. - In any case versions prior to Compaq C++ V6.0-005 do not have bool. */ -# if !defined(_BOOL_EXISTS) -# define Q_NO_BOOL_TYPE -# endif -/* Spurious (?) error messages observed on Compaq C++ V6.5-014. */ -# define Q_NO_USING_KEYWORD -/* Apply to all versions prior to Compaq C++ V6.0-000 - observed on - DEC C++ V5.5-004. */ -# if __DECCXX_VER < 60060000 -# define TQ_TYPENAME -# define Q_BROKEN_TEMPLATE_SPECIALIZATION -# define Q_CANNOT_DELETE_CONSTANT -# endif -/* avoid undefined symbol problems with out-of-line template members */ -# define TQ_INLINE_TEMPLATES inline - /* Compilers with EDG front end are similar. To detect them we test: __EDG documented by SGI, observed on MIPSpro 7.3.1.1 and KAI C++ 4.0b __EDG__ documented in EDG online docs, observed on Compaq C++ V6.3-002 */ diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html index be1169606..c539dfd9d 100644 --- a/doc/html/tqstyle.html +++ b/doc/html/tqstyle.html @@ -365,7 +365,7 @@ header
  • TQStyle::PE_ScrollBarAddLine - scrollbar line increase indicator (i.e. scroll down); see also TQScrollBar.
  • TQStyle::PE_ScrollBarSubLine - scrollbar line decrease indicator (i.e. scroll up). -
  • TQStyle::PE_ScrollBarAddPage - scolllbar page increase indicator (i.e. page down). +
  • TQStyle::PE_ScrollBarAddPage - scrollbar page increase indicator (i.e. page down).
  • TQStyle::PE_ScrollBarSubPage - scrollbar page decrease indicator (i.e. page up).
  • TQStyle::PE_ScrollBarSlider - scrollbar slider
  • TQStyle::PE_ScrollBarFirst - scrollbar first line indicator (i.e. home). @@ -433,7 +433,7 @@ behave as appropriate for each control. value. If TRUE, when clicking a scrollbar SubControl, holding the mouse button down and moving the pointer outside the SubControl, the scrollbar continues to scroll. If FALSE, the -scollbar stops scrolling when the pointer leaves the +scrollbar stops scrolling when the pointer leaves the SubControl.
  • TQStyle::SH_TabBar_Alignment - the alignment for tabs in a TQTabWidget. Possible values are TQt::AlignLeft, TQt::AlignCenter and TQt::AlignRight. @@ -485,7 +485,7 @@ cause a tab to be selected.
  • TQStyle::SH_ListViewExpand_SelectMouseType - which type of mouse event should cause a listview expansion to be selected.
  • TQStyle::SH_TabBar_PreferNoArrows - whether a tabbar should suggest a size -to prevent scoll arrows. +to prevent scroll arrows.
  • TQStyle::SH_ComboBox_Popup - allows popups as a combobox dropdown menu.
  • TQStyle::SH_Workspace_FillSpaceOnMaximize - the workspace should diff --git a/doc/man/man3/tqstyle.3qt b/doc/man/man3/tqstyle.3qt index 6d1d18a8b..194a2e6ac 100644 --- a/doc/man/man3/tqstyle.3qt +++ b/doc/man/man3/tqstyle.3qt @@ -454,7 +454,7 @@ This enum represents the PrimitiveElements of a style. A PrimitiveElement is a c .TP \fCTQStyle::PE_ScrollBarSubLine\fR - scrollbar line decrease indicator (i.e. scroll up). .TP -\fCTQStyle::PE_ScrollBarAddPage\fR - scolllbar page increase indicator (i.e. page down). +\fCTQStyle::PE_ScrollBarAddPage\fR - scrollbar page increase indicator (i.e. page down). .TP \fCTQStyle::PE_ScrollBarSubPage\fR - scrollbar page decrease indicator (i.e. page up). .TP @@ -582,7 +582,7 @@ This enum represents a StyleHint. A StyleHint is a general look and/or feel hint .TP \fCTQStyle::SH_ListViewExpand_SelectMouseType\fR - which type of mouse event should cause a listview expansion to be selected. .TP -\fCTQStyle::SH_TabBar_PreferNoArrows\fR - whether a tabbar should suggest a size to prevent scoll arrows. +\fCTQStyle::SH_TabBar_PreferNoArrows\fR - whether a tabbar should suggest a size to prevent scroll arrows. .TP \fCTQStyle::SH_ComboBox_Popup\fR - allows popups as a combobox dropdown menu. .TP -- cgit v1.2.3