Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#41 fixed Port QFont, QFontEngine and QFontDatabase Dmitry A. Kuminov Dmitry A. Kuminov
Description

Provide the OS/2 version of the QFont, QFontEngine and QFontDatabase classes.

#44 fixed Port QSystemTrayIcon Dmitry A. Kuminov Dmitry A. Kuminov
Description

Provide the OS/2 version of the QSystemTrayIcon class.

#49 fixed Detect locale properly Dmitry A. Kuminov Dmitry A. Kuminov
Description

String conversion functions depend on the locale. Currently, the locale is derived (as on Linux) from the LC_* and LANG environment variables. However, LANG may absent from the environment on OS/2 systems in which case we should derive the locale from the current code page of the process.

The second problem to solve is the ru_RU locale. According to the standard, if the code page number is missing from the locale definition, it's 8859-5 for ru_RU but it's obviously makes no sense on OS/2 where it should be cp866 if not specified explicitly.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.