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 Owner Reporter Resolution Summary
#38 dmik rudi duplicate GIF-support
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.

#40 dmik rudi fixed File dialog box sometimes missing ".." entry
Description

On some drives, the file dialog box does not contain the ".." folder entry. This happens only on the first subdirectory level on some drives.

Solution is to change line 5891 in qfiledialog.cpp from:

if ( !bShowHiddenFiles ) {

to:

if ( !bShowHiddenFiles && inf.name() != ".." ) {

There is a comment about a "bug" in Windows a few lines above. HPFS seems to behave the same way.

#49 dmik rudi wontfix File dialogs and "not ready" drives
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.