Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 301)

Ticket Resolution Summary Owner Reporter
#294 wontfix QtDBus Silvan Scherrer
Description

we should consider also supporting QtDBus, as I see more and more apps using it. Of course it can be deactivated during the port, but we loos the functionality then.

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

#299 wontfix QLocalSever Silvan Scherrer
Description

It seems as QLocalServer never emits the newConnection() signal. At least http://trac.netlabs.org/qtapps/browser/smplayer/trunk/src/qtsingleapplication/qtlocalpeer.cpp receiveConnection() is never executed. It should be executed, when the signal newConnection() (at line 131 you see the connect to it) is seen.

Note: See TracQuery for help on using queries.