Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#4 fixed os2-g++: DEF file generation Dmitry A. Kuminov Dmitry A. Kuminov
Description

Add DEF file management for the Qt libraries the same way it is done in Qt3 for OS/2, e.g. by using a script that maintains some level of persistence of the exported function table.

#207 invalid omit linking produces make error rudi
Description

qmake supports the a CONFIG option named "no_link". It is mostly used when build documentations or other non-source code parts of a program.

When that option is present in a *.pro file, qmake generates:

LINK          = @: IGNORE THIS LINE
LFLAGS        = -Zomf -Zstack 0x2000  ....

When running make, it complains that the program ":" does not exist.

#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.

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