Custom Query (27 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 27)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#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.

#38 duplicate GIF-support dmik rudi
Description

Is there a reason why we don't enable GIF-support by default ?

AFAIK, the licensing issues are not valid anymore because the patents for the LZW algorithm have expired in 2003 or so.

#7 fixed Implement QWidget::setIcon() dmik dmik
Description

We need to implement setting the widget's icon and ensure it works both for top-level widgets (i.e. a correct icon appears in the PM window title) and for self-drawn MDI widgets.

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