* 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
* Replace the Tango Icon Library pixmaps (previously licensed as CC-BY-SA-2.5)
with new pixmaps generated from tango-icon-theme-0.8.90, which has since
been re-licensed as Public Domain. Move Tango pixmaps to pixmaps_tango.cxx.
* added LOG_INFO statements for 10.7 unwrap problem
* fixed apparant CRC error - actual error involved
directory permissions when writing the unwrap file
* Force message ck when exporting to wrapped file or sending
autofile
* Force TIME format in message to be either HHMML or HHMMZ
depending on configuration specifying local or GMT.
* Added control fields to radiogram datagram
* added control fields to wrapped / transferred messages
<origin>{station originating message [datetime]}
<modby>{stations modify message [datetime]}
<sender>de {station transmitting message [datetime]}
* datetime in YYYYMMDDHHMMZ format
* added striplf function to remove trailing linefeed from
stored text
* corrected UI positioning / sizes in various forms
* Changed from Tab manager to Menu manager for form selection
* Added Operational Period To field in ICS205
* Corrected :dt1: / :dt2: swapping when saving ICS205
* Increased radiogram html CHK field width to 10%
* Corrected tooltips on radiogram fields
* Added drag-n-drop panel and oval target on main display