how to post Enhancements?

Asked by hgy

Hi
I have done some enhancements to win32diskimager.

- persistence of the last used directory (in the registry)
- GUI design (fix height of the form, small margins around progressbar and other controls, Form as parent of the Messageboxes brings the boxes over the form and not anywhere on the screen)
- Update of MD5 only after leaving the edit control (and not on every keypress...)

I was working on displaying drive labels beside the drive letters, but did no succeed to register volume changed event yet.

What is the best way to transmit the proposed changes?
I could send a patch file (at which address?)

thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Image Writer Edit question
Assignee:
No assignee Edit question
Solved by:
Tobin Davis
Solved:
Last query:
Last reply:
Revision history for this message
Best Tobin Davis (gruemaster) said :
#1

The best way to post modifications is to fork the code on sourceforge.net and submit a merge request.

Thank you for your contributions. I hope to process all merge requests during the holidays along with new features and bug fixes.

Revision history for this message
hgy (hpgysin) said :
#2

Thanks Tobin Davis, that solved my question.