http://www.w1hkj.com/alpha/fldigi-flarq/

Posted source, Linux, Puppy and Windows executables. OS X will follow some time tomorrow.

See attached for the complete list of patches that have been incorporated in 3.21.0

Changes from 3.20.0AI to 3.20.0AJ include:

   MultiUser Logbook
     Enabled access to a single fldigi adif logbook database from
     multiple running instances of fldigi or fldigi and another
     program using same ADIF database file.

   Contestia Olivia info
     Changed LOG_INFO to LOG_DEBUG for event log printing of
     Contestia / Olivia parameters

   RSID silence period
     Removed silence periods between RSID transmission and start
     of modem signal.

   Logbook Save
     Fixed logic error in save record to logbook

   '^' Parser
     Modified '^' character sequence parsing to eliminate idle
     character.  Beneficial for slow modem baud rates.

   <LOG> change
     Added new logging macro tag <LNW> (Log NoW), which places
     the code pair "^L" into the transmit stream.  QSO logging
     takes place when that pair occurs in the transmit sequence.
     This guarantees that the time of log will concur with the
     ^L occurance.
Changed tag parsing to always place <RX> (^r) as last control
     tag in the expanded text that is placed into the Tx buffer.

73, Dave, W1HKJ

Version 3.21.0AJ
    
    MultiUser Logbook
      Enabled access to a single fldigi adif logbook database from
      multiple running instances of fldigi or fldigi and another
      program using same database file.

    Contestia Olivia info
      Changed LOG_INFO to LOG_DEBUG for event log printing of
      Contestia / Olivia parameters

    RSID silence period
      Removed silence periods between RSID transmission and start
      of modem signal.

    Logbook Save
      Fixed logic error in save record to logbook

    '^' Parser
      Modified '^' character sequence parsing to eliminate idle
      character.  Beneficial for slow modem baud rates.

    <LOG> change
      Added new logging macro tag <LNW> (Log NoW), which places
      the code pair "^L" into the transmit stream.  QSO logging
      takes place when that pair occurs in the transmit sequence.
      This guarantees that the time of log will concur with the
      ^L occurance.
    
      Changed tag parsing to always place <RX> (^r) as last control
      tag in the expanded text that is placed into the Tx buffer.

    RX-TX Select
      * Fixed text/background contrast for selected text in Rx Tx
        panels
      * Added color selector for hightlight (SEL) color used in
        Rx Tx panels

    RTS-DTR ptt
      Allow both to be used simultaneously in RigCAT

    REPEAT Macro
      Added <REPEAT> macro tag - puts fldigi into infinite
      transmit repeat of all text and tags preceeding <REPEAT>.
      <ESC> terminates the loop

    Mode prefs
      * Changed to named store of last used mode in prefs file
      * Added Contestia, Olivia, RTTY baud/bw values to prefs
        file.

    Morse Prosigns
      * Modified prosign / character translation
      * Simplified morse table structure
      * Print translated prosign character when transmitted
      * Allow user selection of ')' or <AR> prosign
        both have same Morse representation
      * Added style override for both put_rx_char and put_echo_char
        functions.  Allows prosigns to be display using CTRL style.
      * Modified xml generator for fldigi_def.xml to suppress xml
        key characters in the xml documentation block

    PSK Browser modes
      Add decoding for PSK63F and new PSK___R types

    Beginners Guide update
      Update beginner's guide for Lk and RxID button behaviors

    RTTY class
      Moved _BITS _BAUD _SHIFT into class definition to avoid
      namespace conflicts with future similar modem types.

    <ID> video text mod
      * Combined 3 patches from kb3cs, added value (W1HKJ)
      * Expanded video ID text for Olivia, Contestia and RTTY
      * Amended macro editor <ID> explanation
      * Changed format of auto-generated video ID text.
      * Increased number of characters to 8 for both font sizes
      * Simplified video generation methods
      * Added limit switches on video width
        - 500 Hz for US HF compliance
        - Mode bandwidth, video constrained to mode in use bw
      * Added abbreviated video mode name strings
      * Added FEC indicator for DominoEX FEC modes

    PH Cabrillo report
      Added SSB to USB, LSB, PH log entries which generate the
      PH Cabrillo report category.

    QRZ xml service
      Changed url for QRZ online xml server iaw with urgent email
      notification received from QRZ.com on 6/14/2010.

    CWID
      Correct for improper merge of master / wefax branches.

    RTTY 75 baud
      Removed RTTY-75 from menu structures
      Added RTTY-75N, 75 baud, 5 bit, 170 Hz shift
      Added RTTY-75W, 75 baud, 5 bit, 850 Hz shift

    Read Config
      Increased buffer size used for line input from file
      fldigi_def.xml

    VIDEO ID
      Restore videoid_modes.test to videoText function

    CTY.DAT-KG4
      Modify cty.dat lookup to account for special KG4
      call assignments.  1 & 3 letter suffix in US
      2 letter suffix in Guantanamo

    PA flush
      Replaced pa_simple_drain with delayed call to
      pa_simple_flush.

    RSID code base
      Reverted to 3.20.nn code.
        removed wefax RSID identifiers
        restored conditional rx/tx RSID functions

    RSID new codes
      * CONTESTIA 32-2000
      * CONTESTIA 64-500
      * CONTESTIA 64-1000
      * CONTESTIA 64-2000

    WEFAX time
      Bug fix for win32 current_time function

    TX Wrap disable
      Disable word wrap when file insert or drag-n-drop operation
      is performed.  Restore word wrap to former state after TX
      is finished or TX panel is cleared.

    RSID squelch
      * Added user setting in seconds to allow RSID to open squelch in
        decoder.
      * Changed default to Extended Characters for Olivia, Contestia
        and MT63
      * Change default to "Capture wrapped messages"

    RSID tx suppression
      Suppress RsID transmit for unsupported RTTY, OLIVIA and
      CONTESTIA modes.

    Pulse audio
      flush blocking
        Deleted call to pa_simple_drain.
        pa_simple_drain caused long delays on Ubuntu 9.04, 9.10 and
        10.04 due to blocking by pulse audio library

    WEFAX bug fixes
      * The logbook is updated when sending/receiving a file.
      * Speed-up when displaying.
      * Does not hang when switching to another mode with a macro.
      * Code cleanup.
      * Less loss of input audio frames.
      * Fax transmit is re-enabled.

    WEFAX additions
      * Added more input filters.
      * Detect lost frames and attempt to compensate.
      * Less CPU used for signal/noise detection.

    WEFAX image size
      * Initial image height is bigger.
      * Adjusted the size of some widgets.

    PSK RSID
      Disabled signal search on init of psk modem types
      Prevents jumping off of RSID detected frequency

    RSID DomEX-FEC
      Resolve RSID for DominoEX / DominoEX-FEC modes

    Implement CLOCK_MONOTONIC on OS X

    WEFAX MINGW32
      Fix for usleep call in wefax-pic.cxx, incompatible with MINGW32

    WEFAX addition
      Merger of all work submitted by Remi which was based on
      3.13BY.  Merge accomplished by reducing mulitple commits
      to a single and then cherry-picking that commit to the
      master branch.  No merge conflicts were experienced.
      Modified fl_digi.cxx / wefax items to comply with post
      3.13BY changes.

_______________________________________________
fldigi-alpha mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/fldigi-alpha

Reply via email to