Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (97 - 99 of 301)

Ticket Resolution Summary Owner Reporter
#185 fixed Hang when calling file open dialog once or twice KO Myung-Hun
Description

Hi/2.

If using file open dialog once or twice, Qt4 apps hang.

You can reproduce this using SMPlayer like this.

  1. Open a file using file open dialog.
  2. Stop playing.
  3. Open a different file (in a different directory) using file open dialog.
  4. Hang

At r801.

#89 fixed Implement QFontDatabase::addApplicationFont() and friends Dmitry A. Kuminov
Description

There is a possibility to add private application-specific fonts which may be used by some applications. Currently, it's a noop on OS/2 and will always fail at application level.

Methods in qfontdatabase_pm.cpp that need to be implemented are:

  • registerFont()
  • QFontDatabase::removeApplicationFont()
  • QFontDatabase::removeAllApplicationFonts()
  • QFontDatabase::supportsThreadedFontRendering()
#288 duplicate Implement WM_QUERYCONVERTPOS KO Myung-Hun
Description

Hi/2.

I've implemented WM_QUERYCONVERTPOS fully, and attach the patch.

Review, please.

Note: See TracQuery for help on using queries.