Редактирование: Qt:Документация 4.3.2/3rdparty

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
Внимание: Вы не представились системе. Ваш IP-адрес будет записан в историю изменений этой страницы.
Правка может быть отменена. Пожалуйста, просмотрите сравнение версий, чтобы убедиться, что это именно те изменения, которые вас интересуют, и нажмите «Записать страницу», чтобы изменения вступили в силу.
Текущая версия Ваш текст
Строка 6: Строка 6:
Run <tt>configure -help</tt> to see any options that may be available for controlling the use of these libraries.
Run <tt>configure -help</tt> to see any options that may be available for controlling the use of these libraries.
-
*[[#freetype-2 | FreeType 2 (<tt>freetype</tt>)]]
 
-
*[[#harfbuzz | HarfBuzz (<tt>harfbuzz</tt>)]]
 
-
*[[#md5-and | MD5 (<tt>md5.cpp</tt> and <tt>md5.h</tt>)]]
 
-
*[[#the-independent-jpeg-group-s-jpeg-software | The Independent JPEG Group's JPEG Software (<tt>libjpeg</tt>)]]
 
-
*[[#mng-library | MNG Library (<tt>libmng</tt>)]]
 
-
*[[#png-reference-library | PNG Reference Library (<tt>libpng</tt>)]]
 
-
*[[#tiff-software-distribution | TIFF Software Distribution (<tt>libtiff</tt>)]]
 
-
*[[#sqlite | SQLite (<tt>sqlite</tt>)]]
 
-
*[[#wintab-api | Wintab API (<tt>wintab</tt>)]]
 
-
*[[#data-compression-library | Data Compression Library (<tt>zlib</tt>)]]
 
-
<div id="freetype-2"></div>
 
===FreeType 2 (<tt>freetype</tt>)===
===FreeType 2 (<tt>freetype</tt>)===
''The [[Qt:Документация 4.3.2/qtopiacore-fonts#freetype | 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.'' -- quoted from <tt>3rdparty/freetype/docs/freetype2.html</tt>.
''The [[Qt:Документация 4.3.2/qtopiacore-fonts#freetype | 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.'' -- quoted from <tt>3rdparty/freetype/docs/freetype2.html</tt>.
Строка 35: Строка 24:
*Renamed: ftgrays.h to qgrayraster_p.h
*Renamed: ftgrays.h to qgrayraster_p.h
*Renamed: ftgrays.c to qgrayraster.c
*Renamed: ftgrays.c to qgrayraster.c
-
<div id="harfbuzz"></div>
+
 
===HarfBuzz (<tt>harfbuzz</tt>)===
===HarfBuzz (<tt>harfbuzz</tt>)===
''This is [[#harfbuzz | HarfBuzz]], an OpenType Layout engine.''
''This is [[#harfbuzz | HarfBuzz]], an OpenType Layout engine.''
Строка 42: Строка 31:
See <tt>src/3rdparty/harfbuzz/COPYING.FTL</tt> and src/3rdparty/harfbuzz/COPYING.GPL for license details.
See <tt>src/3rdparty/harfbuzz/COPYING.FTL</tt> and src/3rdparty/harfbuzz/COPYING.GPL for license details.
-
<div id="md5-and"></div>
+
 
===MD5 (<tt>md5.cpp</tt> and <tt>md5.h</tt>)===
===MD5 (<tt>md5.cpp</tt> and <tt>md5.h</tt>)===
''This code implements the MD5 message-digest algorithm. The algorithm is due to Ron Rivest. This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish.'' -- quoted from <tt>src/3rdparty/md5/md5.h</tt>
''This code implements the MD5 message-digest algorithm. The algorithm is due to Ron Rivest. This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish.'' -- quoted from <tt>src/3rdparty/md5/md5.h</tt>
See <tt>src/3rdparty/md5/md5.cpp</tt> and <tt>src/3rdparty/md5/md5.h</tt> for more information about the terms and conditions under which the code is supplied.
See <tt>src/3rdparty/md5/md5.cpp</tt> and <tt>src/3rdparty/md5/md5.h</tt> for more information about the terms and conditions under which the code is supplied.
-
<div id="the-independent-jpeg-group-s-jpeg-software"></div>
+
 
===The Independent JPEG Group's JPEG Software (<tt>libjpeg</tt>)===
===The Independent JPEG Group's JPEG Software (<tt>libjpeg</tt>)===
''This package contains C software to implement JPEG image compression and decompression. JPEG (pronounced "jay-peg") is a standardized compression method for full-color and gray-scale images. JPEG is intended for compressing "real-world" 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.'' -- quoted from <tt>src/3rdparty/libjpeg/README</tt>.
''This package contains C software to implement JPEG image compression and decompression. JPEG (pronounced "jay-peg") is a standardized compression method for full-color and gray-scale images. JPEG is intended for compressing "real-world" 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.'' -- quoted from <tt>src/3rdparty/libjpeg/README</tt>.
See <tt>src/3rdparty/libjpeg/README</tt> for license details.
See <tt>src/3rdparty/libjpeg/README</tt> for license details.
-
<div id="mng-library"></div>
+
 
===MNG Library (<tt>libmng</tt>)===
===MNG Library (<tt>libmng</tt>)===
''The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. It uses the zlib compression library, and optionally the JPEG library by the Independant JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguer.'' -- quoted from <tt>src/3rdparty/libmng/doc/libmng.txt</tt>
''The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. It uses the zlib compression library, and optionally the JPEG library by the Independant JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguer.'' -- quoted from <tt>src/3rdparty/libmng/doc/libmng.txt</tt>
See <tt>src/3rdparty/libmng/LICENSE</tt> for license details.
See <tt>src/3rdparty/libmng/LICENSE</tt> for license details.
-
<div id="png-reference-library"></div>
+
 
===PNG Reference Library (<tt>libpng</tt>)===
===PNG Reference Library (<tt>libpng</tt>)===
''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.'' -- quoted from <tt>src/3rdparty/libpng/libpng.txt</tt>.
''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.'' -- quoted from <tt>src/3rdparty/libpng/libpng.txt</tt>.
See <tt>src/3rdparty/libpng/LICENSE</tt> for license details.
See <tt>src/3rdparty/libpng/LICENSE</tt> for license details.
-
<div id="tiff-software-distribution"></div>
+
 
===TIFF Software Distribution (<tt>libtiff</tt>)===
===TIFF Software Distribution (<tt>libtiff</tt>)===
''libtiff is a set of C functions (a library) that support the manipulation of TIFF image files.'' -- quoted from <tt>src/libtiff/html/libtiff.html</tt>
''libtiff is a set of C functions (a library) that support the manipulation of TIFF image files.'' -- quoted from <tt>src/libtiff/html/libtiff.html</tt>
See <tt>src/3rdparty/libtiff/COPYRIGHT</tt> for license details.
See <tt>src/3rdparty/libtiff/COPYRIGHT</tt> for license details.
-
<div id="sqlite"></div>
+
 
===SQLite (<tt>sqlite</tt>)===
===SQLite (<tt>sqlite</tt>)===
''[[#sqlite | SQLite]] is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.'' -- quoted from [http://www.sqlite.org/ www.sqlite.org].
''[[#sqlite | SQLite]] is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.'' -- quoted from [http://www.sqlite.org/ www.sqlite.org].
According to the comments in the source files, the code is in the public domain. See the [http://www.sqlite.org/copyright.html SQLite Copyright] page on the [[#sqlite | SQLite]] web site for further information.
According to the comments in the source files, the code is in the public domain. See the [http://www.sqlite.org/copyright.html SQLite Copyright] page on the [[#sqlite | SQLite]] web site for further information.
-
<div id="wintab-api"></div>
+
 
===Wintab API (<tt>wintab</tt>)===
===Wintab API (<tt>wintab</tt>)===
Wintab is a de facto API for pointing devices on Windows. The wintab code is from [http://www.pointing.com/WINTAB.HTM http://www.pointing.com/WINTAB.HTM].
Wintab is a de facto API for pointing devices on Windows. The wintab code is from [http://www.pointing.com/WINTAB.HTM http://www.pointing.com/WINTAB.HTM].
See <tt>src/3rdparty/wintab/wintab.h</tt> for license details.
See <tt>src/3rdparty/wintab/wintab.h</tt> for license details.
-
<div id="data-compression-library"></div>
+
 
===Data Compression Library (<tt>zlib</tt>)===
===Data Compression Library (<tt>zlib</tt>)===
''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'' -- quoted from <tt>src/3rdparty/zlib/README</tt>.
''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'' -- quoted from <tt>src/3rdparty/zlib/README</tt>.

Пожалуйста, обратите внимание, что все ваши добавления могут быть отредактированы или удалены другими участниками. Если вы не хотите, чтобы кто-либо изменял ваши тексты, не помещайте их сюда.
Вы также подтверждаете, что являетесь автором вносимых дополнений, или скопировали их из источника, допускающего свободное распространение и изменение своего содержимого (см. Wiki.crossplatform.ru:Авторское право). НЕ РАЗМЕЩАЙТЕ БЕЗ РАЗРЕШЕНИЯ ОХРАНЯЕМЫЕ АВТОРСКИМ ПРАВОМ МАТЕРИАЛЫ!


Шаблоны, использованные на текущей версии страницы: