Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 301)

Ticket Resolution Summary Owner Reporter
#265 fixed REXX errro in runmapsym rudi
Description

Changeset 1100 introduced a REXX error.

#278 fixed Qwidget setWinIcon() Silvan Scherrer
Description

the above function doesn't work as expected. It sets the icon the first time ok, but when a app wants to change the icon later it doesn't work. The reason is, that in qwidget.cpp setWindowsIcon() the iconPixmap is deleted which is ok. But then in qwidget_pm.cpp setWindowsIcon_sys() it has a if for iconPointer. As this wasn't deleted earlier it's still available and so the new icon is not set.

#63 fixed Query hardware address of the network interface Dmitry A. Kuminov
Description

Currently, QNetworkInterface::hardwareAddress() returns an empty string (#19). We should query the hardware address of the network interface using the native API. It may be simpler to replace ::ioctl(SIOCGIF*) with the native API completely.

Note: See TracQuery for help on using queries.