* When built with FLTK1.1, FTextTX::clear_sent() fails to clear the TX
text after transmitting it, so it gets transmitted again every time
TX is initiated. (When macro keys are used, it appears as though fldigi
gets "stuck" on the first macro sent).
* The bug occurs because FTextTX::clear_sent() should consider txpos, not
utf8_txpos, for FLTK1.1 builds, as this patch implements.
* Added test for trailing path separator on command line
directory parameters.
* Added relative pathname capability to command line
directory parameters
* Added alternate path test for the file wrap_auto_file
* Removed REQ_SYNC calls from push2talk invocation
* Added bounds tests on PTTTUNE:nnnn <modem> parameter
PTTTUNE enables CAT ptt, but does not inject an audio
signal
* Added XMTTUNE:nnnn parameter to enable CAT ptt and
inject a 100% modulation audio sine wave
*First ERROR message
- removed popup dialog messes on first encounter
of ERROR / WARN message
- fl_message dialog could be hidden behind other
open dialogs such as signal browser, logbook or
main dialog. Result was apparent loss of focus
for main dialog on Windows OS.
- moved debug::stop() to clean_exit function to
prevent leaving zombie debug window visible when
closing down application
* Corrected <TX> disabling when executing <EXEC>...</EXEC>
* Modified code to allow multiple <EXEC>...</EXEC> calls
with a single macro text
* Removed ability to recurse the <EXEC>...</EXEC> macro tag
* close all dialogs except main dialog on close
* correct class FSEL instantiation on OS X
* this commit resolves the crash-on-exit on OS X Lion
* add configuration items
- SaveConfig : save fldigi_def.xml on exit (if changed)
- SaveMacros : save macro mdf file on exit (if changed)
* Normal shut down with prompts if File/Exit menu item selected
* Shut down without prompts for saved config, macros or log entry
if window decoration "X" is used to exit program.
* capture cmd-Q exit event to allow normal program shut down
* Added return http document error tests
* Removed "Weather:\n" prefix from returned data string
* Corrected English / Metric conversions
* Added wind in Meters/Sec to MPH KPH conversion
* Added condition parsing from raw data string
* Added web lookup for METAR station of interest
* Insure all control key combinations are handled by widget with focus.
* Add select all / copy to clipboard when ESC pressed and TX active
Allows subsequent ^V or Shift-Insert to return clipboard text to
the TX widget