Wykres commitów

2389 Commity (8ad0a8b3f7e4a2ef6a9f92b8685ad0c85f53460f)

Autor SHA1 Wiadomość Data
David Freese 8ad0a8b3f7 WX configure
* corrected inchs mercury to Hg vice Mg
2015-09-22 08:35:27 -05:00
David Freese 0caa5ea1e1 PA debug 2015-09-20 13:34:21 -05:00
David Freese 838e11237e WFALL-ONLY
* fixes for wfall-only operation (N1MM)
2015-09-18 16:29:51 -05:00
David Freese 7cb4c66651 ifkp avatar depth
* Added code to support variable image depth in png
    source file
2015-09-18 16:29:51 -05:00
David Freese ea189427d4 IFKP image slant
* correct bug in slant correction code
2015-09-18 16:29:51 -05:00
David Freese f472a17646 Logbook read
* Change read log routine
    - file read a line at a time vice entire image into RAM
2015-09-18 08:46:28 -05:00
David Freese 9632b3ae12 Version 3.23.00
* Major revison release
    - new modem types
    - change to MXE cross compiler version
2015-09-13 16:17:28 -05:00
David Freese f78aa389ac Clear Tx Panel
* clear entire Tx panel when executing a ^r or ^R sequence.
2015-09-13 16:17:16 -05:00
David Freese cbff7c3f18 Olivia/Contestia start stop tones
* add ability to disable start/stop tones in Olivia and
    Contestia
2015-09-13 16:17:16 -05:00
David Freese 37175e2ca2 macro bug
* fix timer seg fault when Tx contains trash text
2015-09-12 15:02:06 -05:00
David Freese ed3b09d2b6 ifkp modem
* Incremental Frequency Keyed + modem
    - wide band, moderate speed differential MFSK signal
      with offset +1.
    - sample rate 16000
    - symbol length 4096
    - 33 tones spaced 3xSR/symlen apart approximately 398 Hz
      bandwidth.
    - multiple image transfer formats similar to FSQ
      . Avatar (59x74 WxH pixel) image transfers
    - tunable modem subcarrier (center freq)
      . may be configured fixed at 1500 Hz or
      . set to Psk sweet spot
    - raw data received written to audit log - if enabled
    - heard list entries written to heard log - if enbled
    - assigned fldigi secondary RSID code, (56, 1171)
2015-09-12 15:02:06 -05:00
David Freese 7b42e019e9 Macros
* Added @WAIT macro
  * Added disable macro timer when changing modems
2015-09-12 15:02:06 -05:00
David Freese 30ad2a95c8 WEFAX hang on INFO
* WEFAX rx becomes unresponsive when writing to INFO log
2015-09-12 15:02:05 -05:00
David Freese c82de8e39c MXE update
* code changes for update to mxe suite
2015-09-12 15:02:05 -05:00
David Freese d4b6308ab9 QSO rec
* Changed qsorec data store to an arrary of string pointers
    vice an array of strings.
    - new mxe implementation string handler changes from standard
      gnu string template
2015-09-12 15:02:05 -05:00
David Freese 2df24b8f68 MS Read logbook
* change to "rb" for correct reading of logbook file
    - do not allow M$ to make changes to CR/LF counts
2015-09-12 15:02:05 -05:00
David Freese 670479756f Nu opBW combos 2015-09-12 15:02:05 -05:00
David Freese db696170c8 LSB modes
* Add recognition of flrig LSB modes
    - adjust waterfall for LSB
    - correct logging frequency for LSB
2015-09-12 15:02:05 -05:00
David Freese 0606d1a34a Doxygen help
* Update to doxgen to 1.8.10
    - Corrected various doxygen parse errors
2015-09-12 15:02:05 -05:00
David Freese 3d6e0b9168 FSQ updates
* Fix copy all on heard list
  * change default color scheme as requested by ZL1BPU
    - added user configuration items for RX text colors
  * remove "MONITOR" text from RX panel as requested by ZL1BPU
  * added fsq tx text queue to handle case when user
    tries to force a second transmit sequence when modem
    is already in TX state.
  * last_command updated to include both queued and transmitted
    text string.
    - allows recall of queued command even if transmit timed out
  * last_command changed to a stack of commands
    - allows recall of up to last 10 commands
    - each press of F2 recalls one deeper in stack
    - rotates back to beginning after recall of most ancient
  * add call to logbook using right click on heard entry
  * Fix erroneous date in audit log when fsq is default
    modem during program start
    - change format of date entry to make it easier to
      find when reviewing the log.
  * Added video text at beginning of transmit
    - also adds ability to transmit pretone
      for amplifier carrier detect
      for FM repeater operation
  * Add code to force center frequency to 1500
    when switching from another modem
  * Fix to avoid time out errors
  * Macintosh OSX thread management
    - submitted by KK5VD
    - Ensure FSQ TX routines are called in the main thread.
2015-09-11 09:37:52 -05:00
David Freese 1c40e335b9 Version 3.22.13
* Maintenance release
2015-07-20 13:35:23 -05:00
David Freese 7bdf051c3d FSQ bug fix
* Fixed error in parsing returned heard list
  * Fixed save filename for # trigger
    - filename was not being saved with the .txt extension
    - append existing file
  * Changed time out processing of delayed response
    - added user configuration item for time out duration
2015-07-20 11:14:31 -05:00
David Freese 93196764e3 XMLRPC commands
* Corrected interface values for
    - main.get_char_timing
    - main.get_tx_timing
  * Added following to xmlrpc struct
    - log.set_rst_in
    - log.set_rst_out
  * Added rig.get_frequency (d:n)
  * Deprecated main.get_frequency
2015-07-18 08:43:36 -05:00
David Freese b657b61a2e Version 3.22.12
* Maintenance release
2015-07-18 04:06:42 -05:00
David Freese 1579ef60c1 FSQ heard parser
* added more restrictive discovery of heard callsign
    - must pass crc8 comparison
    - must pass regular expression test for callsign
      ([[:alnum:]]?[[:alpha:]/]+[[:digit:]]+[[:alnum:]/]+)
2015-07-18 02:10:57 -05:00
David Freese 475fd193d5 Version 3.22.11
* Maintenance/Update release
2015-07-14 12:34:46 -05:00
David Freese f61f7d7cc2 fsq modem
* added FSQCALL(US) compatible modem
  * corrected code-page 1250 Latin-1 extended character keyboard
    entry to UTF-8 strings
    - correctly encodes 1250 characters 080 through 0FF using the
      control + numeric keypad entry for the character
      . British pound sign: control 163
2015-07-11 13:17:55 -05:00
David Freese dfb931831c FreqControl focus
* fix raise window problem when mouse passes over the freq
    control
2015-07-10 16:07:31 -05:00
David Freese e477621cf1 trx exit
* fixed bug in exit procedure.  program failed to exit gracefully
    if TRX_STATE was RECEIVE
2015-07-10 09:06:23 -05:00
David Freese 7d881bf76b flrig xmlrpc update
* update to the interface for flrig control/query via xmlrpc
2015-06-11 02:56:09 -05:00
Kamal Mostafa 40a6dcbaab BUILD_{DATE,USER,HOST}
* Externally overridable BUILD_DATE, BUILD_USER, and BUILD_HOST to allow
    distros to generate reproducible builds.
2015-06-11 02:54:18 -05:00
David Freese 46c1383535 Version 3.22.10
* Maintenance / bug release
2015-06-01 09:36:05 -05:00
David Freese dfc430ff37 FTextView styles bug
* Corrected order of calling reset_styles to prevent
    calling resize with an improperly initialized styles
    table
  * This rescinds commit dac5bf4dd8
2015-06-01 08:39:11 -05:00
David Freese e4125f24f8 Version 3.22.09
* Maintenance / bug-fix release
2015-05-30 05:03:07 -05:00
Kamal Mostafa dac5bf4dd8 Fl_Text_Display
* Avoid calling resize() too early
2015-05-28 18:10:49 -05:00
David Freese c34a613d7a Cabrillo/Export dialogs
* separate APPLE from other OS for font selection
2015-04-28 04:56:50 -05:00
David Freese 8b9343684c Version 3.22.08
* Maintenance release
2015-04-24 07:51:38 -05:00
David Freese 2bda963bbe Analysis
* fix bug that extended loop variable beyond array limit
2015-04-23 20:45:10 -05:00
David Freese b5aa6a3e06 flxmlrpc
* flxmlrpc replaces xmlrpc++ code
  * Embed flxmlrpc code in subdir xmlrpcpp
  * Allow conditional build with or without lib flxmlrpc
2015-04-23 06:39:24 -05:00
Dave Freese 28839d70a2 call focus
* Modify keyboard focus to allow easier access to logging
    widgets.
2015-04-23 06:39:23 -05:00
David Freese a4d4faabdc 599 update
* Change 59/599 entry when mode changed
2015-04-23 06:39:23 -05:00
David Freese 41beca0078 US units
* Allow US units of distance for QRB
2015-04-23 06:39:23 -05:00
David Freese 91ab73f919 olivia cxx
* changed olivia.cxx file permissions to 664
2015-04-23 06:39:23 -05:00
David Freese a45006dad8 fldigi-shell
* remove from install process
  * retain for developer testing
2015-04-18 14:52:24 -05:00
David Freese ee19668733 Write log
* Added status bar annunciation of write log after adding
    deleting, modifying any logbook record.
2015-04-18 14:52:23 -05:00
David Freese 8d4f0efaa5 Config dialog
* fix positioning of "show control chars"
2015-04-18 14:52:23 -05:00
David Freese 967e7c5535 rx/tx queues
* fix tx_queue_execute.
    - missing que_ok resets
  * corrected wait timing for tx que events
  * added wait for STATE_RX before executing rx queu
    events
2015-04-18 08:39:44 -05:00
David Freese 379ce46ff7 Version 3.22.07
* Maintenance release
2015-04-01 11:07:04 -05:00
David Freese b78b683e51 Macro edit
* correct initialization of text size in configure panel
2015-04-01 11:07:04 -05:00
David Freese 06515a8965 Multi-psk
* bug fix programming error
2015-04-01 11:07:04 -05:00