Changes between Version 91 and Version 92 of WikiStart
- Timestamp:
- Apr 4, 2016, 12:44:07 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v91 v92 1 = Qt 4 Application and UI Framework for eCS (OS/2)=1 = Qt 4 Application and UI Framework for OS/2 and OS/2-based systems = 2 2 [[PageOutline]] 3 3 4 Qt is a cross-platform application and UI framework. Using Qt, you can write applications once and deploy them across many desktop and embedded operating systems without rewriting the source code. (See [http://en.wikipedia.org/wiki/Qt_(toolkit)].) Availability for eCSmeans being able to port a [http://www.qt-apps.org/ large number of existing applications].4 Qt is a cross-platform application and UI framework. Using Qt, you can write applications once and deploy them across many desktop and embedded operating systems without rewriting the source code. (See [http://en.wikipedia.org/wiki/Qt_(toolkit)].) Availability for OS/2 and OS/2-based systems means being able to port a [http://www.qt-apps.org/ large number of existing applications]. 5 5 [[br]][[br]] 6 6 7 7 == History == 8 A few years ago netlabs.org hired Dmitriy Kuminov (aka dmik) to port version 3 of the toolkit to the eCS (OS/2)platform. This port is working well and made it possible to port many applications to our platform.8 A few years ago netlabs.org hired Dmitriy Kuminov (aka dmik) to port version 3 of the toolkit to the OS/2 and OS/2-based systems platform. This port is working well and made it possible to port many applications to our platform. 9 9 10 Some time ago Qt 4 got introduced. New Qt applications use this version of the toolkit, of course, but also more and more existing Qt 3 applications have been making the switch. To make sure we can port those applications again, we have to invest some more work into the eCS (OS/2)port, as Qt 4 redid a lot of things from scratch. Dmitriy offered us to work on the port again. Our goal would be to hire him for about 5 months, but we cannot do that ourself without help from the community.10 Some time ago Qt 4 got introduced. New Qt applications use this version of the toolkit, of course, but also more and more existing Qt 3 applications have been making the switch. To make sure we can port those applications again, we have to invest some more work into the OS/2 and OS/2-based systems port, as Qt 4 redid a lot of things from scratch. Dmitriy offered us to work on the port again. Our goal would be to hire him for about 5 months, but we cannot do that ourself without help from the community. 11 11 [[br]][[br]] 12 12 … … 86 86 ||'''Qt Development Libraries and Tools'''||[ftp://ftp.netlabs.org/pub/qt4/4.7.3.2/qt4-devel-kit-4.7.3.2-1.zip ZIP]||Qt 4 development environment necessary compile applications created using the Qt4 framework. Requires the '''Qt Runtime Libraries and Plugins''' package.|| 87 87 88 The full Qt source code can be downloaded from the SVN repository. In order to do so you need to download and install the subversion client for eCS (OS/2)and issue the following command (''<local_directory>'' is a directory where you want to save the sources to):88 The full Qt source code can be downloaded from the SVN repository. In order to do so you need to download and install the subversion client for OS/2 and OS/2-based systems and issue the following command (''<local_directory>'' is a directory where you want to save the sources to): 89 89 {{{ 90 90 svn export http://svn.netlabs.org/repos/qt4/tags/4.7.3.2 <local_directory> … … 109 109 We are sorry for inconvenience, but at the present time this is the only way to avoid extremely annoying spam. 110 110 [[br]][[br]] 111 112 == Mailing Lists ==113 114 Project discussion is done through mailing list conversations. Currently, the following mailing lists are available:115 116 * '''{{{qt-user()netlabs.org}}}''' [[mailto:qt-user-subscribe-at-netlabs.org subscribe]|[http://news.gmane.org/gmane.org.netlabs.qt.user read online]]117 118 This mailing list is intended to discuss the usage of the eCS (OS/2) version of the Qt Toolkit for creating or porting applications. Announces of new releases are also posted to this list.119 120 * '''{{{qt-dev()netlabs.org}}}''' [[mailto:qt-dev-subscribe-at-netlabs.org subscribe]|[http://news.gmane.org/gmane.org.netlabs.qt.devel read online]]121 122 This mailing list is for developers of Qt for eCS (OS/2). All ticket changes are automatically posted to this list. Please don't post user questions there!123 111 124 112