Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#297 wontfix icon corruption KO Myung-Hun
Description

Hi/2.

If some icons, maybe 24-bits or 32-bits icons are used, a default icon of a program is corrupted. That is, an icon of a program listed in a folder on WPS is corrupted.

I investigated this problem, and found the causes. They were compressions. Compression is done by two steps in linking stage. One is QMAKE_RUN_RC2EXE, the other is QMAKE_EXEPACK.

If removing -x2 from QMAKE_RUN_RC2EXE and exepack from CONFIG, the problem has gone.

However, without lxlite, the size of .exe and/or .dll is much bigger. So swapping the order of QMAKE_RUN_RC2EXE and exepack is helpful. That is, compress .exe and/or .dll with lxlite, then embed .res to .exe and/or .dll without compression.

Although a whole size is a little bigger, but when porting Windows programs, icons will not be corrupted.

#268 invalid file selection doesn't always work guzzi
Description

Not sure if this is the proper place to report this... See tickets: http://svn.netlabs.org/qtapps/ticket/27 http://svn.netlabs.org/qtapps/ticket/28

I remember the same thing as in http://svn.netlabs.org/qtapps/ticket/28 happened with some earlier versions of smplayer, although in smplayer it has been fixed.

#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()

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