~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/3rdparty.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html
 
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<!-- /tmp/qt-4.0.0-espenr-1119621036935/qt-x11-opensource-desktop-4.0.0/doc/src/3rdparty.qdoc -->
 
6
<head>
 
7
    <title>Qt 4.0: Third-Party Licenses Used in Qt</title>
 
8
    <style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
 
9
a:link { color: #004faf; text-decoration: none }
 
10
a:visited { color: #672967; text-decoration: none }
 
11
td.postheader { font-family: sans-serif }
 
12
tr.address { font-family: sans-serif }
 
13
body { background: #ffffff; color: black; }</style>
 
14
</head>
 
15
<body>
 
16
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
17
<tr>
 
18
<td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></td>
 
19
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="annotated.html"><font color="#004faf">Annotated</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
 
20
<td align="right" valign="top" width="230"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></td></tr></table><h1 align="center">Third-Party Licenses Used in Qt</h1>
 
21
<p>Run <tt>configure -help</tt> to see any options that may be available for controlling the use of these libraries.</p>
 
22
<ul><li><a href="#dlopen-compatibility-library-for-darwin">dlopen() Compatibility Library for Darwin (<tt>dlcompat</tt>)</a></li>
 
23
<li><a href="#freetype-2">FreeType 2 (<tt>freetype</tt>)</a></li>
 
24
<li><a href="#the-independent-jpeg-group-s-jpeg-software">The Independent JPEG Group's JPEG Software (<tt>libjpeg</tt>)</a></li>
 
25
<li><a href="#png-reference-library">PNG Reference Library (<tt>libpng</tt>)</a></li>
 
26
<li><a href="#sqlite">SQLite (<tt>sqlite</tt>)</a></li>
 
27
<li><a href="#wintab-api">Wintab API (<tt>wintab</tt>)</a></li>
 
28
<li><a href="#data-compression-library">Data Compression Library (<tt>zlib</tt>)</a></li>
 
29
</ul>
 
30
<a name="dlopen-compatibility-library-for-darwin"></a>
 
31
<h2>dlopen() Compatibility Library for Darwin (<tt>dlcompat</tt>)</h2>
 
32
<p><i>Dlcompat is] a small library that emulates the dlopen() interface on top of Darwin's dyld API.</i> -- quoted from <tt>src/3rdparty/dlcompat/README</tt>.</p>
 
33
<p>See <tt>src/3rdparty/dlcompat/LICENSE</tt> for license details.</p>
 
34
<a name="freetype-2"></a>
 
35
<h2>FreeType 2 (<tt>freetype</tt>)</h2>
 
36
<p><i>The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. We specifically target embedded systems and focus on bringing small, efficient and ubiquitous products.</i> -- quoted from <tt>3rdparty/freetype/docs/freetype2.html</tt>.</p>
 
37
<p>See <tt>src/3rdparty/freetype/docs/FTL.txt</tt> and <tt>src/3rdparty/freetype/docs/GPL.txt</tt> for license details.</p>
 
38
<p>See also the files in <tt>src/3rdparty/opentype</tt>, which are used by FreeType.</p>
 
39
<p>Parts of the FreeType projects have been modified and put into Qt for use in the painting subsystem. These files are ftraster.h, ftraster.c, ftgrays.h and ftgrays.c. The following modifications has been made to these files:</p>
 
40
<ul>
 
41
<li>Renamed FT_ and ft_ symbols to QT_FT_ and qt_ft_ to avoid name conflicts.</li>
 
42
<li>Removed parts of code not relevant when compiled with _STANDALONE_ defined.</li>
 
43
<li>Changed behaviour in ftraster.c to follow X polygon filling rules.</li>
 
44
<li>Implemented support in ftraster.c for winding / odd even polygon fill rules.</li>
 
45
<li>Replaced bitmap generation with span generation in ftraster.c</li>
 
46
<li>Renamed: ftraster.h to qblackraster_p.h</li>
 
47
<li>Renamed: ftraster.c to qblackraster.c</li>
 
48
<li>Renamed: ftgrays.h to qgrayraster_p.h</li>
 
49
<li>Renamed: ftgrays.c to qgrayraster.c</li>
 
50
</ul>
 
51
<a name="the-independent-jpeg-group-s-jpeg-software"></a>
 
52
<h2>The Independent JPEG Group's JPEG Software (<tt>libjpeg</tt>)</h2>
 
53
<p><i>This package contains C software to implement JPEG image compression and decompression. JPEG (pronounced &quot;jay-peg&quot;) is a standardized compression method for full-color and gray-scale images. JPEG is intended for compressing &quot;real-world&quot; scenes; line drawings, cartoons and other non-realistic images are not its strong suit. JPEG is lossy, meaning that the output image is not exactly identical to the input image.</i> -- quoted from <tt>src/3rdparty/libjpeg/README</tt>.</p>
 
54
<p>See <tt>src/3rdparty/libjpeg/README</tt> for license details.</p>
 
55
<a name="png-reference-library"></a>
 
56
<h2>PNG Reference Library (<tt>libpng</tt>)</h2>
 
57
<p><i>Libpng was written as a companion to the PNG specification, as a way of reducing the amount of time and effort it takes to support the PNG file format in application programs.</i> -- quoted from <tt>src/3rdparty/libpng/libpng.txt</tt>.</p>
 
58
<p>See <tt>src/3rdparty/libpng/LICENSE</tt> for license details.</p>
 
59
<a name="sqlite"></a>
 
60
<h2>SQLite (<tt>sqlite</tt>)</h2>
 
61
<p><i><a href="#sqlite">SQLite</a> is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.</i> -- quoted from <a href="http://www.sqlite.org/">www.sqlite.org</a>.</p>
 
62
<p>According to the comments in the source files, the code is in the public domain. See the <a href="http://www.sqlite.org/copyright.html">SQLite Copyright</a> page on the <a href="#sqlite">SQLite</a> web site for further information.</p>
 
63
<a name="wintab-api"></a>
 
64
<h2>Wintab API (<tt>wintab</tt>)</h2>
 
65
<p>Wintab is a de facto API for pointing devices on Windows. The wintab code is from <a href="http://www.pointing.com/WINTAB.HTM">http://www.pointing.com/WINTAB.HTM</a>.</p>
 
66
<p>See <tt>src/3rdparty/wintab/wintab.h</tt> for license details.</p>
 
67
<a name="data-compression-library"></a>
 
68
<h2>Data Compression Library (<tt>zlib</tt>)</h2>
 
69
<p><i>zlib is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952</i> -- quoted from <tt>src/3rdparty/zlib/README</tt>.</p>
 
70
<p>See <tt>src/3rdparty/zlib/README</tt> for license details.</p>
 
71
<p /><address><hr /><div align="center">
 
72
<table width="100%" cellspacing="0" border="0"><tr class="address">
 
73
<td width="30%">Copyright &copy; 2005 <a href="trolltech.html">Trolltech</a></td>
 
74
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
75
<td width="30%" align="right"><div align="right">Qt 4.0.0</div></td>
 
76
</tr></table></div></address></body>
 
77
</html>