Custom Query (8105 matches)
Results (301 - 303 of 8105)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5010 | fixed | Error in Remote File Serach | ||
Description |
When remote file search is initiated after connecting to a remote UNIX server; and the relevent file name is put and SERACH button is pressed : the dialog box named "Target file already exists" appears for each file in that remote directory. e.g. if I serach for test.scr file and the remote directory has 100 .scr files; that dialog box appears again and again for each of the files. Since, this is only a SEARCH operation and we are not transferring a file; the above metioned dialog box should not appear when we serach for file. |
|||
#5011 | fixed | Unwanted rename when double clicking on folder or file | ||
Description |
I got a nasty problem with 3.3, when i double click on a folder (or file), I will sometime enter the folder but at the same time, get into rename mode (like when I slowly select a file and click again to rename it). The tricky part is click e.g. on a directory named "files" and having in file a directory named "img" in the same position of the files dir on the screen (behind the cursor after entering the files dir). I enter the files dir, see it's content but also see a folder being renamed, the folder name being "files". Pressing escape to cancel the rename action will in facts rename the "img" dir into "files". The original files directory will not be renamed. This happens also when uploading a file by double clicking. After the first upload, the file is still selected. Single clicking on it will either :
Double clicking will often upload the file AND go into rename mode. I have to hit escape every time in upload the same file. Or I have to unselect it. Below is the version details for filezilla : FileZilla Client Version: 3.3.0.1 Build information:
Linked against:
|
|||
#5019 | fixed | Fix precompiled header support for TinyXml | ||
Description |
The committed TinyXml files miss to include stdafx.h as the first file for precompiled header support, which results in a compile error. The attached patch fixes this. |