Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 301)

Ticket Resolution Summary Owner Reporter
#98 fixed Fonts: codepage handling chennecke
Description

Special characters in the text of, e.g., menus and dialogs is currently displayed wrongly. See screenshot. This not only applies to text displayed with Workplace Sans but also other fonts.

I guess the solution would be to either use Unicode fonts or implement a codepage conversion. Given the implications of the first, I'd prefer the latter solution.

#100 fixed Implement session management Dmitry A. Kuminov
Description

Session management in OS/2 is basically detecting when the PM is about to shutdown and providing a way to cancel it. On the Qt side, it's QSessionManager and a couple of methods in QApplication.

#101 fixed Use DIVE to speed up blitting in QRasterWindowSurface Dmitry A. Kuminov
Description

We may want to try to use DIVE to speed up flushing the widget's raster buffer to screen in QRasterWindowSurface::flush().

Currently we use GpiDrawBits?() for this purpose which is not very optimal since the image bits aren't likely to go directly to the video memory in this case.

We also may provide a custom QWindowSurface that allocates widget buffer directly in video memory (I recall DIVE should allow this).

Note: See TracQuery for help on using queries.