Changeset 243


Ignore:
Timestamp:
Oct 17, 2009, 2:46:45 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

Readme for Beta 3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r188 r243  
    6868The next step is to go to the src subdirectory and type:
    6969
    70   qmake
    7170  make
    7271
     
    7877separate directories for object files.
    7978
     79
     80
     81
     82
    8083Once the library is successfully built, you may try to compile the demos
    8184and examples by visiting the individual example subdirectories in the source
     
    9699CURRENT LIMITATIONS
    97100
    98   1. configure.cmd is not yet capable of generating the main Makefile and
    99      individual Makefiles for modules and examples. This needs to be done by
    100      hand (as described above).
    101 
    102   2. Beta 2 and earlier can only use one font at the moment,
    103      C:\PSFONTS\HELV.PFB. Make sure this file exists.
     101  1. configure.cmd is not yet capable to generate individual Makefiles for demos
     102     and examples, it only generates the main Makefile that builds the library
     103     and the necessary tools. Demos and examples can be compiled by hand
     104     (as described above).
     105
     106  2. OS/2 bitmap fonts are not yet supported. Use TTF or Type1 (PFB) fonts with
     107     Qt.
    104108
    105109  3. Make sure you have the LANG environment variable properly set.
     
    116120     real life applications and has low priority.
    117121
    118   6. No native PM style.
    119 
    120   7. No QDesigner, QLinguist and QAssistant.
    121 
    122   8. No Drag&Drop, no printer support, no sound. See the project roadmap for
     122  6. No native PM style, but Qt will use fonts and colors from the current
     123     OS/2 theme (hint: if your default OS/2 font is "WarpSans", install the
     124     "Workplace Sans" TTF font from Alex Taylor to get more native look & feel).
     125
     126  7. QProcess: when starting PM applications from text-mode applications and
     127     when detaching applications with startDetached(), the returned PID is a
     128     PID of the intermediate cmd.exe process, not the target application.
     129
     130  8. No QDesigner, no QAssistant.
     131
     132  9. No Drag&Drop, no printer support, no sound. See the project roadmap for
    123133     more information on the progress and current limitations:
    124134
     
    128138
    129139CHANGES
     140
     141
     142
     143
     144
     145
     146
     147
     148
     149
     150
     151
     152
     153
     154
     155
     156
     157
     158
     159
     160
     161
     162
     163
     164
     165
     166
     167
     168
     169
     170
     171
     172
     173
     174
     175
     176
     177
     178
     179
     180
     181
     182
    130183
    131184Beta 2 (17-09-2009)
Note: See TracChangeset for help on using the changeset viewer.