Custom Query (27 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 27)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#16 fixed Background is out of bounds in QPainter::drawRoundRect dmik dmik
Description

When non-zero roundness coefficients are passed to QPainter::drawRoundRect() and the current brush is other than NoBrush, the background of the resulting rectangle is 1 pixel taller than the rectangle frame.

#21 fixed Enable the GIF support by default dmik dmik
Description

For the official Qt binary distribution, we want all the features to be enabled. The GIF support is currently disabled by default (and can be enabled only by manually editing configure.cmd or generated configuration files). This is done so due to some licensing issues, which need to be investigated.

#40 fixed File dialog box sometimes missing ".." entry dmik rudi
Description

On some drives, the file dialog box does not contain the ".." folder entry. This happens only on the first subdirectory level on some drives.

Solution is to change line 5891 in qfiledialog.cpp from:

if ( !bShowHiddenFiles ) {

to:

if ( !bShowHiddenFiles && inf.name() != ".." ) {

There is a comment about a "bug" in Windows a few lines above. HPFS seems to behave the same way.

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.