Custom Query (27 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 27)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#40 fixed File dialog box sometimes missing ".." entry dmik rudi
Description

On some drives, the file dialog box does not contain the ".." folder entry. This happens only on the first subdirectory level on some drives.

Solution is to change line 5891 in qfiledialog.cpp from:

if ( !bShowHiddenFiles ) {

to:

if ( !bShowHiddenFiles && inf.name() != ".." ) {

There is a comment about a "bug" in Windows a few lines above. HPFS seems to behave the same way.

#51 fixed pipes not created unique dmik diver
Description

in qprocess_pm.cpp it's possible that pipes are not created unique. this leads to a problem if a new process is started with the same pipe key. the problem occured in smplayer.

see attached patch to qprocess_pm.cpp. it fixes the smplayer problem

#27 invalid Psi influencing behaviour of other apps dmik axel.hagedorn@…
Description

Cannot say if this is a defect of the port or problems with other apps that Psi brings up. But since I see things with more than just one app it seems to be more on the Psi side...

When Psi is up and running, the Unread-Icon in of a new mail in PMMail does not automatically switch to read anymore when the mail is viewed in the preview pane. - If you shut down Psi, it works again.

When Psi is up and running, the animated train-symbol that can be seen when moving or copying a file with EFCommander is not displayed. - Again, if you switch off Psi, next copy job shows it again.

When Psi is up and running, you cannot rename files anymore in EFCommander by clicking on the filename twice. - Switch off Psi and it works again.

This is while working with Beta 1 of Psi.

Regards Axel

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.