* Change location of message folders when binary is
located in parent folder FL_APPS.
- ../../flmsg.messages - messages folder
- ../../flmsg.forms - custom forms folder
For use when NBEMS applications deployed on a removable
thumb drive, independent of operating system. On Windows:
- E:\FL_APPS
- E:\flmsg.messages
- E:\flmsg.forms
for example.
* Add file DND to Edit & View buttons on Simple Dialog interface
* mods driven by update to mxe
* modify 'version' to include VERSION_PATCH
* update source to compile with fltk 1.3.xx
* update fltk.m4
* update builddist.sh buildmxe.sh
* 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
* added HTML-5 telephone field to custom.cxx
* added HTML-t email field to custom.cxx
* limit upper case field conversions to within
the bounds of <body ... </body
* add event lines population upon initial open
* events appended to protected string
* add percentage sent/rcvd to event log
* add notify dialog widget - open instance when
- arq transfer completed
- arq transfer aborted
- arq transfer timed out
* add log files directory to .nbems structure
- store current log file in log file directory
- add log file aging, keep last 5 logs
* 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)
* Added new fields / data to HTML file copy
- received from call / net / date-time
- sent to call / net / date-time
- originator date-time
- delivered to date-time
* commit 2b3d1f529f
- changed from reinterpret_cast to static_cast usage
* commit 24d18ccac1
- deleted reference to build4mingw.sh in src/Makefile.am
- added reference to buildmxe.sh
* Changed User Interface, UI, to default to a non-communicator
or 'tyro' mode
* Added configuration tab UI with check button to select
either Expert or Tyro start up.
* Tryo UI is minimum necessary to select custom template,
Edit, and Exit.
- access to the Expert panel available as Menu item.
* Added Tyro / Expert documentation
* Fix bug in trying to automatically update templates combo