Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#48 fixed Enable MMX/SSE Dmitry A. Kuminov
Description

The Qt4 painting engine makes usage of various MMX/3DNow and SSE/SSE2 extensions on platforms which support it. These extensions seem to be accessed through the inclusion of <mmintrin.h>, <mm3dnow.h>, <xmmintrin.h> and <emmintrin.h> headers provided by the platform's compiler.

GCC for OS/2 doesn't have these headers. This ticket is to investigate where to get them and how to adopt to our compiler.

#50 fixed Finish QKeyMapper Dmitry A. Kuminov
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.
#55 fixed Implement window icons Dmitry A. Kuminov
Description

QWidgetPrivate::setWindowIcon_sys() is a stub now and must be implemented to make it possible to set window icons.

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