Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 301)

Ticket Resolution Summary Owner Reporter
#84 fixed Add DosSetExtLIBPATH to QProcess() Dmitry A. Kuminov
Description

There is a common problem of searching for the right DLLs for the application being started in OS/2: by default, the OS/2 loader doesn't search for DLLs in the directory where the .exe is located (which is a very common and natural case) which requires to put the DLL to the system DLL location (badly bloating it) or craft a .cmd that sets a proper BEGINLIBPATH/ENDLIBPATH. Both ways suck.

I've got an idea to do DosSetExtLIBPATH() with the exe's path implicitly in QProcess before starting the application (and undo afterwards) to make this search location transparent both for the end user and for the Qt developer.

Unless I discover some bad side effects, I'll do it like that.

#86 fixed File open dialog tries to access drive A: Dmitry A. Kuminov
Description

A user reports that Qt tries to access his drive A: every time he opens a file open dialog. My guess is that it tries to read the root directory which takes too much time and makes too much noise if there is no disk in drive A:. Similar thing should happen to drive B:

#88 fixed Qt 4.6 Dmitry A. Kuminov Silvan Scherrer
Description

move to 4.6 code base

Note: See TracQuery for help on using queries.