* Change expert dialog to allow resizing
. using -g WxH+X+Y command line parameter
. by corner drag resize
. flmsg remembers position and size between
executions, unless the -g parameter is
invoked.
* Scrolling widgets do not resize. The fltk
scroll widget does not resize internal widgets
* repair damage caused by 'win mingw' commit
- some build compilers do not properly parse
"string"ABCD where ABCD is #define "ABC"
- changed all such occurances to
string("string").append(ABCD)
* Addition of support for editable custom html forms
Form elements allowed:
- <FORM> ... </FORM>
- <INPUT
- NAME
- TYPE (text, password, radio, checkbox)
- <SELECT ...>
- <OPTION
- <TEXTAREA ...>...</TEXTAREA>
* Controls are all DISABLED for viewing
* Added code to update size/time estimates
* Fixed crash if csv file extension used older DOS style ".CSV"
* Replace any DOS type cr-lf terminators with UNIX lf terminator
* Added button to allow user to update size/time
estimate without changing compression/modem
controls.
* Added callback to all form controls to update
estimate.
* Added escape encoding for all file types
- Allows compressed files to transferred using either
base64, base128 or base256 with escaped control bytes.
* Added ability to transmit generic files including:
- jpeg image
- png images
- xls, doc and other office documents
* Transfer time computed for various levels of compression /
base encoding
* added table view dialog for CSV files
* added separate button for editing CSV files
- user is advised that the modified file must be
re-imported into flmsg
* Added compression / decompression to data contents
- data is compressed IF and ONLY IF the data stream is
reduced in size.
* Compression can be applied to all flmsg wrapped files,
whether stored or auto sent.
* Added socket interface for AutoSend file transfer to fldigi
* Added "auto_sent.csv" file to NBEMS.files/ICS
(~/.nbems) folder created/appended to each time AutoSend is
invoked; file contains:
- header: FILE_NAME, DATE, TIME
- dataline: <fname>, YYYY-MM-DD, HHMM Z
Do not open with Notepad! Use a spreadheet program or WordPad
* Added test for form modification
- prompt to save when modified
- inhibit creating wrap file or autosend if modified and not
saved