Custom Query (27 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 27)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#1 wontfix QT/2 vs Freetype dmik froloff
Description

Freetype is a part of official QT distro. Is it possible to include it into QT/2 as well?

#2 wontfix Missed API dmik froloff
Description

Some sort of API missed in QT/2. For example, DC P2P client need QProcess and QSound classes. Some other classes are incomplete: QWidget::setIcon() and QPixmap::convertFromImage() for images with alpha is not yet implemented on OS/2.

Where I can find roadmap of QT/2 developing?

#49 wontfix File dialogs and "not ready" drives dmik rudi
Description

If the user selects a drive that is not ready (empty floppy or CD) from the file open dialog, the OS/2 critical error box will show up. However, it is necessary to acknowledge "Return error code to program" 9 (nine !!!) times, before it is possible to continue.

My suggested workaround is to generally disable critical error popups by for example adding

DosError?(FERR_DISABLEHARDERR);

to qt_init() in qapplication_pm.cpp.

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.