Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (259 - 261 of 301)

Ticket Owner Reporter Resolution Summary
#43 Dmitry A. Kuminov fixed Port QPrintDialog and QPageSetupDialog
Description

Provide the OS/2 version of the QPrintDialog and QPageSetupDialog classes.

#49 Dmitry A. Kuminov Dmitry A. Kuminov fixed Detect locale properly
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.

#50 Dmitry A. Kuminov fixed Finish QKeyMapper
Description

There are few things in QKeyMapper that remain to be done:

  • Implement and test numpad functionality.
  • Check that CapsLock and NumLock work as designed.
  • Implement QKeyMapperPrivate::possibleKeys(). This somehow deals with shortcut maps.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.