Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 301)

Ticket Resolution Summary Owner Reporter
#277 fixed enhance QsysInfo Silvan Scherrer
Description

Qt lacks the OV_ECS_2_1 and upcomming OV_ECS_2_2 in qglobal.cpp QSysInfo::os2Version()

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

#282 fixed QDIR problem Silvan Scherrer
Description

QDIR(/@unixroot/usr/lib) produces e:/@unixroot/usr/lib when a app runs from drive e. in the unixroot case i guess this is wrong.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.