Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 301)

Ticket Resolution Summary Owner Reporter
#55 fixed Implement window icons Dmitry A. Kuminov
Description

QWidgetPrivate::setWindowIcon_sys() is a stub now and must be implemented to make it possible to set window icons.

#56 fixed Implement widget scroll operations Dmitry A. Kuminov
Description

QWidgetPrivate::scroll_sys() is used for scrolling the entire widget contents and some widgets may use it.

#59 fixed "make clean" will crash CMD.EXE rudi
Description

During the processing of "make clean" CMD.EXE will crash leaving behind a 100%-CPU-eating zombie process. The reason for this is, that CMD.EXE can't handle "del" commands with huge file lists as they are emitted by the makefile.

I don't know, if it is possible to instruct GNU make not split these into multiple commands. If not, we should not use "del" in our qmake.conf. Instead we should use "rm" and either force the user to install GNU file utils or provide a script/executable for that.

Note: See TracQuery for help on using queries.