Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 301)

Ticket Resolution Summary Owner Reporter
#196 fixed Qmake creates invalid "LIBS" entry in Makefile,xxxxx rudi
Description

When a library in a *.pro file has special chars in it's name the library name in the makefile is not correctly escaped.

Example.pro:

LIBS += -lMagick++

Makefile:

LIBS = ... -l"-lMagick++"

Note that the attached diff has some whitespace changes as well. The functional part is the removal of the quotes before checking for "-l" or "-L".

#197 fixed Allow developers to build documentation rudi
Description

Currently, the QT documentation can only be built, when configuring an "official build". I don't really see a reason, why we should not allow this by default (i.e. always add "docs" to QT_DEFAULT_BUILT_PARTS).

#198 fixed modal child widgets go to background rudi
Description

Certain modal 3rd-level child widgets go to the background (i.e. behind the main window) when they should not. An example for this is in Arora browser:

1. Select "Tools/Options" from main menu
2. On the "Autofill" tab, click "Edit"
3.) Click on the Arora main window

What happens is, that the modal dialog "Form Passwords" will disappear behind the main window. Something similar can be observed with KDIFF3.

Note: See TracQuery for help on using queries.