Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 301)

Ticket Resolution Summary Owner Reporter
#129 wontfix Build break using GCC 3.3.5 rudi
Description

GCC 3.3.5 pukes on line 173 in

src\gui\kernel\qkeymapper_p.h:

enum { KeyLayoutSize? = sizeof(keyLayout) / sizeof(keyLayout[0]) };

It doesn't seem to allow to declare an enum from an integer expression.

#130 fixed Clicking HTTP links doesn't start the browser Dmitry A. Kuminov
Description

A user reports that he is unable to start the browser by clicking on HTTP links in Qt applications although it has correctly set up the path to the broser executable in HINI_USER_PROFILE\WPURLDEFAULTSETTINGS.

#131 fixed Suppress hardware errors if AUTOFAIL is missing from CONFIG.SYS Dmitry A. Kuminov
Description

There's already been some discussion about whether we should issue DosError?(FERR_DISABLEHARDERR) or not upon Qt initialization. Back then, I decided that we should not. Now I think that we may satisfy all parties by doing this call if there is no explicit AUTOFAIL setting in CONFIG.SYS which will:

  1. Disable these annoying error notification dialogs on systems where it is implicitly on by default (i.e. no AUTOFAIL setting in CONFIG.SYS, which is equivalent to AUTOFAIL=NO). This is the case for old Warp installations.
  2. Won't change the behavior on modern eCS systems which put AUTOFAIL=YES in CONFIG.SYS by default.
  3. Let people that want these notifications have them by explicitly putting AUTOFAIL=NO to CONFIG.SYS.

This thread contains some recent discussion on this topic.

Note: See TracQuery for help on using queries.