Changes between Version 62 and Version 63 of WikiStart


Ignore:
Timestamp:
Nov 19, 2010, 3:53:00 PM (13 years ago)
Author:
Dmitry A. Kuminov
Comment:

Announced Qt 4.6.3 release.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v62 v63  
    3232
    3333== Latest Version ==
    34 The latest version is '''4.6.2''' released on 14.05.2010. This is the latest release of Qt 4 from Nokia and it includes a bunch of new features and improvements, many of which appear in the OS/2 port as well. Besides that, the following key improvements specific to the OS/2 port are brought by this release:
     34The latest version is '''4.6.3''' released on 19.10.2010. This is the latest 4.6 release of Qt from Nokia. This is mostly a bug fix release (over 35 bug fixes, many DIVE and DnD problems were solved). Besides, there is a bunch of performance improvements and a number of new features which include OpenSSL support necessary to browse web-sites using the HTTPS protocol in QWebKit-based browsers as well as MySQL and PostgresSQL database Qt plugins.
    3535
    36  * Complete printing support through CUPS (requires [http://svn.netlabs.org/ecups/wiki eCUPS] to be installed).
    37  * Painting in widgets using DIVE, which makes all graphical operations up to 4 times faster comparing to 4.5.1 GA (the actual numbers depend on the combination of the graphics hardware, video driver and the current screen mode). The non-DIVE painting mode is also optimized, with the performance boost varying from 30% to 200%.
    38  * webkit module (used in many complex web-based applications such as web browsers to implement the JavaScript support).
    39  * help module (used for context sensitive help in applications).
    40  * Qt Assistant tool.
    41  
    42 The more detailed list of changes can be found [source:/tags/4.6.2-os2/CHANGES.OS2 here].
     36The more detailed list of changes can be found [source:/tags/4.6.3-os2/CHANGES.OS2 here].
    4337
    44 Version '''4.6.2''' is available for downloading in the following packages and formats.
     38Version '''4.6.3''' is available for downloading in the following packages and formats.
    4539
    4640==== Prerequisites ====
    4741
    48 ||'''GCC 4 Core Libraries'''||[ftp://ftp.netlabs.org/pub/gcc/gcc4core.wpi WPI]||GCC 4 runtime libraries needed for all Qt 4 installations.||
     42||'''GCC 4 Core Libraries'''||[ftp://ftp.netlabs.org/pub/gcc/gcc4core.wpi WPI]||GCC 4 runtime libraries needed for all Qt 4 installations (required).||
    4943||'''eCUPS Installer'''||[ftp://ftp.netlabs.org/incoming/eCUPS003.wpi WPI]||eCUPS support necessary for printing to work in Qt 4 applications (optional).||
     44||'''OpenSSL Runtime'''||[http://bauxite.sakura.ne.jp/tmp/os2/openssl-1.0.0a-os2knix-20100706-runtime.zip ZIP]||Contains OpenSSL DLLs necessary for OpenSSL support and for MySQL/PostgresSQL plugins to operate (optional).||
     45||'''MySQL Runtime'''||[http://download.smedley.info/mysql-5.1.51-os2-20101001.zip ZIP]||Contains MySQL DLLs necessary for the MySQL plugin (optional).||
     46||'''PostgresSQL Runtime'''||[http://download.smedley.info/postgresql-9.0.1-os2-20101108.zip ZIP]||Contains PostgresSQL DLLs necessary for the PostgresSQL plugin (optional).||
     47||'''kLIBC 0.6.4x Runtime'''||[ftp://ftp.netlabs.org/pub/gcc/gcc4core.wpi WPI]||Necessary for the PostgresSQL DLLs.||
    5048
    5149==== Qt 4 Packages ====
    5250
    53 ||'''Qt Runtime Libraries and Plugins'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-lib-4_6_2.wpi WPI]||This is the official Qt 4 runtime that is necessary to run applications created using the Qt4 framework.||
    54 ||'''Qt Runtime Libraries and Plugins (no XWP dependency)'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-lib-4_6_2-noxwpdep.wpi WPI]||This is the official Qt 4 runtime which does not require XWorkplace to be installed (this makes the system tray support and improved file watching unavailable).||
    55 ||'''Qt Development Libraries and Tools'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-dev-4_6_2.wpi WPI]||This is necessary to compile applications created using the Qt4 framework (make sure you read [source:/tags/4.6.2-os2/README.OS2#L239 this] to understand what this package is for). Requires the '''Qt Runtime Libraries and Plugins''' package.||
    56 ||'''Qt Reference Documentation'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-doc-4_6_2.wpi WPI]||Documentation for the Qt library and tools. Requires '''Qt Development Libraries and Tools'''.||
    57 ||'''Qt Demo and Example Applications'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-examples-4_6_2.wpi WPI]||Standard Qt demo and example applications (with the source code) that demonstrate the Qt4 features. Requires '''Qt Development Libraries and Tools'''.||
    58 ||'''Full Qt Source Code'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.2/qt-all-opensource-src-4_6_2-os2.zip ZIP]||Take this if you want to build the Qt library yourself (recommended as the '''development environment''' if you regularly develop or port Qt applications).||
     51||'''Qt Runtime Libraries and Plugins'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.3/qt-lib-4_6_3.wpi WPI]||This is the official Qt 4 runtime that is necessary to run applications created using the Qt4 framework.||
     52||'''Qt Runtime Libraries and Plugins (no XWP dependency)'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.3/qt-lib-4_6_3-noxwpdep.wpi WPI]||This is the official Qt 4 runtime which does not require XWorkplace to be installed (this makes the system tray support and improved file watching unavailable).||
     53||'''Qt Development Libraries and Tools'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.3/qt-dev-4_6_3.wpi WPI]||This is necessary to compile applications created using the Qt4 framework (make sure you read [source:/tags/4.6.3-os2/README.OS2#L301 this] to understand what this package is for). Requires the '''Qt Runtime Libraries and Plugins''' package.||
     54||'''Qt Reference Documentation'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.3/qt-doc-4_6_3.wpi WPI]||Documentation for the Qt library and tools. Requires '''Qt Development Libraries and Tools'''.||
     55||'''Qt Demo and Example Applications'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.3/qt-examples-4_6_3.wpi WPI]||Standard Qt demo and example applications (with the source code) that demonstrate the Qt4 features. Requires '''Qt Development Libraries and Tools'''.||
     56||'''Full Qt Source Code'''||[ftp://ftp.netlabs.org/pub/qt4/4.6.3/qt-all-opensource-src-4_6_3-os2.zip ZIP]||Take this if you want to build the Qt library yourself (recommended as the '''development environment''' if you regularly develop or port Qt applications).||
    5957
    6058Alternatively, if you want to play with the latest development version, you can check it out directly from the SVN repository. In order to do so you need to download and install the subversion client for eCS (OS/2). Use the following command to check out the full source tree to a ''<local_directory>'':
     
    6361}}}
    6462
    65 The required tools and build instructions are described in the [source:/tags/4.6.2-os2/README.OS2 README.OS2] file.
     63The required tools and build instructions are described in the [source:/tags/4.6.3-os2/README.OS2 README.OS2] file.
    6664
    67 The older downloads are available [ftp://ftp.netlabs.org/pub/qt4/old here].
     65The older downloads are available [ftp://ftp.netlabs.org/pub/qt4/ here].
    6866[[br]][[br]]
    6967