Search found 4 matches
- Tue Apr 29, 2014 4:51 am
- Forum: General forum
- Topic: Patch to add AutoComplete Support
- Replies: 1
- Views: 657
Patch to add AutoComplete Support
Hi there, Please find below a patch to add directory autocomplete support to the "save to folder" combo box in the add download dialogue. With the below code you can start typing folder names and it will show available directories names in a drop down box based on what has been typed to da...
- Fri Sep 27, 2013 8:03 am
- Forum: General forum
- Topic: FDM 3.9.3
- Replies: 91
- Views: 103114
Re: FDM 3.9.3
Hi Alex, Can you please post the last source into the source control. Also, is there any particular process for submitting patches? I submitted the following patch some time back, http://www.freedownloadmanager.org/board/viewtopic.php?f=1&t=16473 I note the fix does not appear to be included in ...
- Tue May 07, 2013 10:07 am
- Forum: General forum
- Topic: Patch to support retrieving filename for files >2GB
- Replies: 2
- Views: 2631
Re: Patch to support retrieving filename for files >2GB
Was just reviewing the post, and noticed there may be a stack memory usage issue in both the above patch, and the code it was based on (void fsHttpFile::RetreiveSuggFileName()). Specifically the bottom line of void fsInternetFile2::RetrieveSuggFileName() and void fsHttpFile::RetreiveSuggFileName() r...
- Tue May 07, 2013 9:53 am
- Forum: General forum
- Topic: Patch to support retrieving filename for files >2GB
- Replies: 2
- Views: 2631
Patch to support retrieving filename for files >2GB
Hi there, I posted some time back that the "Generate filename automatically" feature doesn't work for HTTP/HTTPS downloads greater than 2GB in size. At the time, I had identified the issue and had a hack work around working, but no decent patch. Since then I noticed that you updated the co...