Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 301)

Ticket Resolution Summary Owner Reporter
#14 fixed Generate proper qconfig.h Dmitry A. Kuminov Dmitry A. Kuminov
Description

configure.cmd needs to generate a proper qconfig.h file containing required platform definitions (like endianness) plus Qt options (like the set of modules) based on the user input.

Currently, configure.cmd generates an empty qconfig.h that is fine for qmake but not enough for anything else.

#76 fixed Generate root makefile Dmitry A. Kuminov
Description

Improve configure.cmd so that it generates the root Makefile and Makefiles for all .pro files in the tree, as on other platforms.

#308 wontfix Glyph substutition does not work for certain character sets. Alex Taylor
Description

In principle, when rendering Unicode text, characters that are not supported by the current font will be substituted from a font which does support them. (Whether Qt4 does this via fontconfig or something else I'm not certain.)

This does work for many languages, including Cyrillic, Hebrew and Greek. However, it does not work with some other languages, in particular Japanese and Chinese: all relevant characters are rendered with the font's .notdef glyph.

Consequently, when reading text that includes such languages, it is necessary to set the font explicitly to one which supports those languages. Unfortunately, not all applications allow this (especially web browsers which use page-defined fonts).

You can easily see this by opening a page like https://en.wikipedia.org in the Arora browser. The list of languages down the left-hand side shows several with substituted characters (specifically: Georgian, Korean, Japanese and Chinese).

Note: See TracQuery for help on using queries.