Revisions of fldigi

buildservice-autocommit accepted request 1171443 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 91)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1171232 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 90)
- Update to 4.2.05:
  * Documentation Update
    + Script command RSID BW_MIN.
    + Script command C-Media PTT.
    + Html generated page formatting issues related to escape
      sequence characters in source.
    + Document Source code formatting issues related to end of
      line/return characters   (blasted text editor differences).
  * RSID Scripting
    + Add RSID minimum bandwidth script command.
    + Add missing top level script list of commands.
    + Comment out machine specific generated script file commands.
    + Filter values to their modulus "step" values.
  * Main X-Y-W-H restore: allow negative X, Y value
  * pi-winkeyer: repair broken winkeyer serial i/o on Pi computers
  * Add code to force default language to be English
  * RSID Min Bandwidth
    + add user adjustable bandwidth for minimum RsID detection
      range.
    + display RsID detection zone on waterfall (dashed lines) when
      RsID is both ON and limited to a specific bandwidth range
  * OFDM documentation
    + Update, remove unsupported OFDM modes
  * remove all instances of ° from strings literals
  * DominoEX MFSK Thor s/n
    + s/n & fec reports are erroneous when macro used to fill
      in those values during subsequent transmit.
      . change to provide last Rx max s/n & min error report
      . values displayed in Status fields will time out and clear
        in 15 seconds.
  * gpio ptt: increase OS wait time before sending bit values
  * fsq mod: reinstate squelch countdown
  * Add CW send using Wordsworth timing
  * RsID
    + add LOG_INFO statement to notifier dialog call
  * Add user adjustable menu font and font size
  * Update po files
  * Scope colors
    + add user defined colors for all instances of scope view
    + update fl files generation to fluid 1.3.9
buildservice-autocommit accepted request 1139706 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 89)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1139636 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 88)
- Update to 4.2.04:
  * PO files:
    + Add Catalan ca.po
    + Update Greek el.po
  * xmlrpc remote log: set xmlrpc execute timeout to 10.0 seconds
    for all fllog access
  * update font browser widget class to use std::list for
    enumerating fonts
  * gpio ptt: correct gpio export routine
  * MACRO tags: Add missing trailing '>' to macro tag string definitions
  * RsID Rx button color: remove from button initialization list
  * hamlib 4.6 bug fix: hamlib 4.6~git changes creates incompatible
    call with previous versions of the library
  * FMT zombie: fix potential thread zombie if FMT modem shut down
    during a log write
  * Squelch Macro tags
  * Add
    + <SQL:on|off|t> Digital Squelch on, off,toggle
    + <SQLCH:nnn> Digital Squelch level, 0..100
  * CLRLOG LOG LNW: Correct macro functions
  * metar report: add unprocessed ob: line as a report option
  * Log fields
    + add MY_STATE
    + trim leading/trailing blanks
    + add UK counties to counties list
    + changed short form to blank when NIL selected for state
    + store fldigi version number in SQSO.txt file
    + regenerate list from internal string if version number does
      not match with executing binary
buildservice-autocommit accepted request 1123598 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 87)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1123392 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 86)
-  update to 4.2.03:
  * Maintenance release
  * FSQ sounding CR/LF
    + add newline character at end of Sounding report
    + correct thread loop counter test
-  update to 4.2.02:
  * fsq coding error: correct coding error reported by Ken, AD5XJ
-  update to 4.2.01:
  * fsq sounder
    + change sounder squelch to only ch_sqlch_open state
    + recode sounder as a separate thread
  * FSK port: missing port assignment when NOT using shared port
  * Cloud log update: add color indicators to validate cloud log
    connection
  * frequencies2 list
    + add Save/Load to specific file
    + "Clear" button changed to three state function
       click - clear list with confirmation
       SHIFT-click - load from file
       CONTROL-click - save to file
    + last load/save filename saved between executions
  * fix gnu++ 11.17.xx warnings
  * flrig auto shutdown: move closure point to just before
    destroying the xmlrpc instance
  * Light Buttons: add missing buttons to configuration color
    control
  * OFDM_2000 OFDM_2000F:  stub out all references to these two
    modes
  * New XMLRPC Command: Add "modem.get_io_names" Transfers 8 bit
    safe modem list
  * Serial i/o: port serial i/o changes from flrig
  * Icons: set_msg_icon segmentation fault when parent widget is
    NULL
buildservice-autocommit accepted request 1108821 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 85)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1108801 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 84)
- update to 4.2.00:
  * THOR
    + add THOR-56 modem
    + add THOR-32 and THOR-44 modems
    + update THOR documentation
  * TTY ptt dtr/rts: 
    + configuration item not being set by combo selection
    + update to flrig code
  * Correct position/width/shape of waterfall cursor center tic
  * Revert "improved s/n and squelch processing" mod
 
buildservice-autocommit accepted request 1099897 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 83)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1099595 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 82)
- update to 4.1.27:
  * restore missing <PAUSE> function
  * fix and simplify navtex timing recovery logic
  * add TEN_TEN field to log.adif file
  * add CTRL-P as pause/break equivalent keystroke
  * FSQ: improved s/n and squelch processing
. faster acting squelch open/close
. modified s/n evaluator
  * improved s/n and squelch processing
    + squelch opens and closes faster
    + better s/n estimator
  * EQSL submission: always submit last dated log entry independent 
    of sort order
  * wfonly fix: segmentation fault during startup, NULL control
  * enable https queries in callook.info
  * Miscellaneous gcc cleanup
  * allow user to specify which avatar image to use for ifkp/thor
    transmission
    + recommend files be located in default <fldigi_files>/avatar/ folder
    + file format may be gif, jpeg or png
    + order of default file use:
      . <configured file name>.png [PNG, jpg, JPG, jpeg, JPEG, gif]
      . <operator call>.png
      . <station call>.png
    + trailing callsign modifiers will be removed from the file
      name i.e. AE5ZA/QRP is reduced to AE5ZA
    + different avatar can be used for IFKP and THOR
    + configuration items are clickable images on both IFKP and THOR
      configuration tabs.
    + image files no longer restricted to 59x74 format.
  * Set contest start nbr XMLRPC
    + add set contest start number xmlrpc method, update counter
      and current contest number
buildservice-autocommit accepted request 1072718 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 81)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1072706 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 80)
- update to 4.1.26:
  * Audio Monitor
  * musl file conflict
  * Add documentation for Cloudlog part
  * Add button for testing the API key
  * cloud logging
  * window icon tranparency
  * fonts
  * FC LEAVE
buildservice-autocommit accepted request 1067722 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 79)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1067709 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 78)
- Update to version 4.1.25
- Update to version 4.1.24
  * CTY.dat: create separate configuration tab 
  * transfer changes in flrig cwio speed to tx wpm vice rx wpm
  * update FreqControl for compatability with fltk-1.4
  * Improved reliability of freq control from fldigi when using
    N3FJP for rig control
  * Greek po file update: Haris Andrianos <sv1grb@...>
  * Polish po file update: Roman Bagiński <sp4jeu@...>
  * allow user selectable vumeter scale
    + original audio level scale
    + wsjtx emulation
  * add right click to FSQ QTC/QTH buttons to access edit controls
  * replicate the QTH control on the FSQ config panel
  * Rx audio gain parameter corrected
  * Tx audio fixed, fixed at last ring buffer too small for some
    modem types
  * expand mode state to index both by-mode and by-band
  * correct rtty squelch estimation for zero signal, zero noise
  * Add Audio Filter bandwidth lines to waterfall display
  * change CAT keying to allow up to 100 WPM on K4.
  * stub out audio alert and rx monitor functions if Portaudio
    library not present
  * Made Frequency Control behavior consistent across flapps
  * Fixed County combo box crash to desktop
  * Fixed 30 meter CW shortcut in frequencies2.txt
  * Fixed grid locator spec in pskreporter query
  * Fixed crash-to-desktop upon Activity (pskreporter) query.
buildservice-autocommit accepted request 986248 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 77)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 986112 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 76)
- Update to version 4.1.23
  * Remove C17 deprecated use of "std::iterator"
  * Correct errors caused by commit 9c035e809b, original commit
    failed to correctly send flmsg autosend character stream
  * modify debugging statements in xmlrpc notch
  * audio alerts / monitor
    + change sound card defaults
  * nanoIO ptt
    + bug fix
  * cw browser
    + partial reversion of commit dbe3622cc4d01f7
    + bug fixes for multi signal cw decoder
    + correct marquee scrolling to use all of available space
  * Signal browser
    + correct marquee end of line detection
  * cw via flrig
    + remove dead code
  * update build scripts for recent development OS update
  * FSK via flrig / nanoIO
    + add automatic insertion of '[' and ']' start/stop characters
  * INSTALL update
    + update dependency list
buildservice-autocommit accepted request 977724 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 75)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 977609 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 74)
- Update to version 4.1.22
  * add missing call to set_mode_afc in Save/Restore AFC by mode
- Update to version 4.1.21
  * IPC log report: change logging date report to date ON vice date OFF
  xmlrpc methods
  * add new methods all data in ADIF 3.1.2 compliant format:
    + logbook.last_record
    + logbook.all_records
  * add new methods as ADIF 3.1.2 compliant strings:
    + modem.get_mode
    + modem.get_submode
  * add new date-time methods
      . log.get_time_on
      . log.get_date_on
      . log.get_time_off
      . log.get_date_off
   * date-time correctly synchronized and in ZULU time
  CW h/w weight
  * provide control to control keying weight for DTR/RTS keying.
  build m4 script
  * correction to m4 build script for libmbedtls test
  TRX FFT
  * Add fft monitoring of transmitted signal
  flrig poll
  * provide user configurable poll interval
  CW/FSK
  * update flrig cw/rtty code
  * update rigcat FSK code
    - separate all bit timing from main thread
    - adjust sleep method for OS-X performance
    - adjust sleep method for Windows OS
  * add missing FSK commport control initialization
  * update cwio DTR/RTS rigcat keying
    - replace bit timing with high resolution interval timer
    - deprecate timing compensation
    - test satisfactory on Linux, 5 to 100 WPM
  log macro
  * fix parsing bug when a trailing <HS, <LOCK etc is in macro text
  psk reporter
  * update to report generation logic
  FFT Monitor update
  * Add complex signal processing to FFT usage
  CW multi-channel
  * changed cw viewer multi-decoder filtering to use independent
    fir bandpass filter centered on 50 Hz intervals
    . out-of-band reject 60 dB between adjacent channels
  * add right click clears channel to cw viewer
  FSK keying
  * add ability to key xcvr in FSK using either
    . a DTR or RTS serial signal line (default RTS).
    . serial port can be shared with rigio or a separate port
  * SPACE always sent as LETTERS character
  * 100% functional on Linux including Pi3/4
  * 100% functional on on macOS 11.6, 10.13.6, and 10.7.5
  * 100% functional on Win-10
  * BUG - fixed excessive CPU usage while Tx without text (idle)
  * TIMING - tune timing loop for slow cpu's such as Pi3
  * update to accu_sleep
    . improved function performance
    . move accu_sleep to util.cxx
  * update to baudot generator
  * add flrig / FSK interface
  xmlrpc QSY
  * add enable/disable QSY xmlrpc command for server
  dxcluster
  * bug - do not change mode if comments do not contain
    a valid ADIF mode name
  * set correct mode based on dxline contents
  * qsy to rf/sweetspot for identified mode Mode Parameters
  * save squelch settings by mode and reapply when
    mode selected: squelch value, squelch button
    . setting saved in file squelch_by_mode.prefs located
      in the fldigi main files folder. prefs files are
      user editable text format which are read during
      program start up.
  * save and reapply AFC state by mode
  * save and reapply TX level attenuator by mode
  * initialize all values to current states on first
    execution, or when file mode_state.prefs is deleted.
  Documentation update
  * add/update documentation for Domino-EX Micro, OFDM modes,
    Thor Micro, Thor 25/50/100, 8 psk modes
  Polish translation update
  * update to pl.po provided by Roman Baginski, SP4JEU
  synop event reporting
  * changed default event reporting to VERBOSE to reduce event
    log noise for users not operating SYNOP
  using namespace std
  + remove all use of "using namespace std"
  + add explicit "std::" predecessor for every standard lib reference
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 912284 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 73)
- Update to version 4.1.20
  Add OFDM modes for NBEMS
    - OFDM-500F for HF SSB
    - OFDM-750F for HF SSB
    - OFDM-2000F for HF-SSB/FM
    - OFDM-2000 for HF-SSB/FM
    - OFDM-3500 for FM 9600-port
    - OFDM-2000F CPU-load fix
  * Added Vestigial-carrier based AFC to OFDM modes
    - Increases robustness and tolerance to drift
  * OFDM 2000F hold
  * commented out OFDM 2000 and 2000F modes for bugfixes
  * OFDM 500F, 750F, and 3500 are complete
  Cosmetic changes
  * Fix cosmetic issues reported by Bob, VK2YQA
  * Fix parse of macro <PUSH>
  Gleam scheme
  * add fltk 'gleam' UI scheme
  xmlrpc id
  * add client ID to client requests
  * add client ID to server parsing
  cw tracking
  * adjust tracking filter constants to improve power detection
  Navtex modem
  * make single bit flip correction guess a little smarter
  Smeter Pwr_meter
  * correction to xmlrpc procedure to get smeter and power out
    meter from flrig
  My Callsign
  * modify edit code to maintain cursor position
  Contest fields
  * Change to Rx text field parsing
  * Change to cut number parsing
  gpio ptt
  * fix for pi3/4 gpio h/w UDRC-II operation
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 903823 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 72)
- Update to version 4.1.19
    * maintenance release
  Vestigial AFC fixes
     * Fix OFDM and 8PSK AFC jumping randomly to noise-signals
  C-Media PTT support
    * add support for C-Media ptt signal, used by DAR-30 etal
  LNW macro tag
    * add missing add to log call
  Notes
    * add Notes as a retrieve field for last worked call lookup in
      logbook
  lower case tx
    * defeat lower case TX when text source is from arq or xmlrpc
      socket interface.
 Qso Party Cabrillo
    * add state & country selections
  mxe scripts update
  cwid
    * enable cwid for
      . T/R button reset to Rx
      . ^r in xmlrpc transmit text strings
      . ^r in macro text
      . ^r in transmit text
      NOTE: recommend disabling cwid for all ARQ type message
      transmissions; flarq / flmsg.
  Doxygen srcdoc fix
   * MBEDTLS breaks the cppcheck tool, bypass checking for now
  Dxcluster freq
    * change to accommodate either '.' or ',' as the integer
      fractional part of frequency in kHz.
  Documentation update
    * image and text associated with menu items
      . View/Rig/Log Controls
      . View/Waterfall
  Carat r/R
    * if modem is not IFKP, change to identical function for ^r and
      ^R transmit character sequence
Compiler warnings
    * fix compiler warning on use of memset
      . rsid.cxx
      . ifkp.cxx
  flrig cwio
    * DTR/RTS CW keying using xmlrpc commands to flrig
  Set/Get Notch
    * Correct notch processing when used with flrig
    * RigCAT notch processing
      . Add wait 2 poll cycles between set and get notch
  FMT mod
    * limit estimation error to user defined value, reset tracking if
      error exceeds the set value
    * add +/- 5 and +/- 10 plot ranges
  Tx Monitor Level
    * Change control to dB scale to allow greater range of user control
  fh baud
    * modify fh parameter printout
  dxcluster
    * Immediate cmd
      . ! character as first in command definition will cause the command
        to be send immediate upon selection of that command button
  WF-only mode menu
    * add missing modes
  PSK-modes fix false triggers of DCD-OFF
    * Certian character combinations were triggering DCD-OFF
    * DCD-OFF code now searches over 6-bit window
    * Prevents rare data-loss bug mid-transmission
  fmt
    * add callback handlers to
      . btn_unk_enable
      . btn_ref_enable
      . btn_fmt_record
    * reset frequency whenever ref or unk button is pressed
  CW punctuation
    * Allow user to suppress decode/encode of specific punctuation
      characters
    * Allow user to select character to display noise decodes
      . default '*'
      . '_'
      . ' '
      . none
  WX
    * Correct <WX:xxx> weather macro text substitution
  Canada
    * Add missing provinces / regions
  PulseAudio Server String
    * always enable PA server string control to allow user to
      clear or modify entry
    * fix hanging up on server fault message dialog
      . caused by message dialog on being re-entrant
  Waterfall buttons
    * Set all buttons to visibile for new installation
  Audio Codec
    * fix for Portaudio h/w codec missing during fldigi startup
      . missing h/w could cause segmentation fault on some systems
      . added try{}catch{} to trx audio path
      . display error message
      . reset audio device to NULL codec
Displaying revisions 1 - 20 of 91
openSUSE Build Service is sponsored by