Wykres commitów

18 Commity (40a6dcbaabdb996d159455710827a365395396b1)

Autor SHA1 Wiadomość Data
David Freese b522d833cb FSF address
* correct FSF address in various files
2015-03-31 04:54:54 -05:00
David Freese c79bfd73c0 Image update
* update to help image, folder-files.png
2015-03-31 04:54:49 -05:00
David Freese 15ca512524 8psk modes
* Combined effort of W1HKJ, KK5VD and KL4YFD
  * Corrected 8psk1333 symbol rate to 12
  * Added no-fec and fec for each 8psk modem type
  * Assigned RsID codes to new modem types
    - backward compatible with previous 8psk implementation
  * Reset interleaver at the start of PSK TX.
  * Add init() routines to encoder:: and viterbi:: in order to reset
    internals without reallocation.
  * Remove string length variance 'n' when measuring char timing.
  * 8PSK soft decoder
    - 8PSK soft bits now use the phase error as a measure of received-bit quality
    - phase error is applied in combination with the a-priori mapped softbits
    - hard-coded the gray-unmapping of incoming bits (reduced CPU load slightly)
  * AFC using vestigial carrier for all 8psk modes
    - enable using "PSK pilot" on psk config tab
    - level controllable on psk config tab
    - use increases cpu usage
    - use can improve low s/n decoding
  * Updated 8psk mode and configuration documention
2015-03-21 08:59:00 -05:00
David Freese e5148c0be3 QSY documentation
* update to docs
2015-03-20 19:50:32 -05:00
Robert Stiles 1155d8d0c7 Documentation Update 2015-02-10 18:48:34 -06:00
Robert Stiles 814bed31f8 Configure Script Engine
* Add menu item "Scripts" and callback function.
    * Add scripting engine.
    * Update script engine for localization strings/messages.
    * Add hierarchy syntax
    * New file run_script.h
    * Hierarchy integration completed
    * Add command set
    * Add 'int find_index(char *)' to combo.cxx
    * Add menu item 'Generate Script' and code for generating a default
      config script file.
    * Add void loadRigXmlFile(void) to rigxml.cxx to support scripting calls.
      - Trim leading/trailing white spaces from portaudio device names.
    * Remove duplicate calling functions/method members.
    * Move command parameter specific verification to run_script.cxx
      basic testing remains in script_parsing.cxx
    * First Document Draft - Script commands
      - Add Misc NBEMS config commands
      - Add Notice - Program restart required.
      - Update Documentation with new commands
    * Removed Unused Variables (multiple locations)
    * Change behavior of floating point output for script generate.
    * Remove function qsy() use restriction on rig control availability.
    * Add strnlen, strncmp and strncpy checks to configure.ac
    * Add trim_white_spaces, strnlen, strncmp and strncpy routines to util.cxx
    * Add pa_set_dev() to soundconf.cxx for updating pa device names.
    * Add code to save macro(s) with content only.
    * Add config_script files to POTFILES.in for localization processing.
    * Flag command types.
    * Limit generate script output based on configure content.
    * Change script error dialog box to warning.
    * Change default rig.xml to rig-unassigned.xml. For testing purposes.
      (script generation)
    * Update Documents with Notes about script generation and executing.
    * Correct \ref and \section name duplicates in doxygen doc source
    * Add script commands for ID->RSID/Video/CW panel.
    * Move Script/Execute/Generate Menu Items to File Menu.
      - Move repetitive code into general functions.
    * Rename "Scripts" menu item to "Config Scripts"
    * Fix error introduced in last mods. Port Audio Gen Config
2015-02-10 18:48:34 -06:00
David Freese ad52857f2c Macros
* Added following to inline macro set
    - <!RIGCAT:...>
  * Added video text tag, always executes inline
    - <VIDEO:text>
  * Added new post <RX> processing que and the following
    tags
    - <@MODEM:
    - <@RIGCAT:
    - <@GOFREQ:
    - <@GOHOME>
    - <@RIGMODE:
    - <@FILWID:
    - <@TXRSID:
  * Add ability to send a gray scale image using the macro
      <IMAGE:filename>
    gray scale switch used as:
      <IMAGE:G,filename> or
      <IMAGE:g,filename>
    white space may appear anywhere in front of the filename
    as in
      <IMAGE: G, filename>
  * update to documentation
2015-02-08 14:05:47 -06:00
David Freese 7cc119ddc9 Documentation
* Updated use of Smeter / Mode-BW switch
2015-01-09 08:26:35 -06:00
David Freese b986d9d552 CW configuration
* updated documentation for the new BPF transmit shaping
2014-12-24 18:53:41 -06:00
David Freese d5e257d377 Documentation
* Removed references to Precompiled Binaries
  * Added illustration of command line parameters
    - on Win8.1
    - on Mint UI launcher properties
2014-12-06 13:44:23 -06:00
David Freese 3a00dfcd7f HTML strings
* Update to list of contibutors
  * Update to language selector entries
  * Update recongitions page in user docs
  * Removed percent_done from language list box
2014-11-30 15:16:40 -06:00
Robert Stiles a488e72a98 Documentation Update
* Add Latest 8PSK modes and seperate PSK modem types
  * Update Menu Chapter
  * About Dialog Box
    - Change Copyright Year in About Dialog Box HTML Data
    - Put localization strings into a <pre>...</pre> block
2014-11-18 13:51:02 -06:00
David Freese bf41f90918 MT63 doc
* Added documentation on Long Integration factor
2014-10-30 22:21:09 -05:00
David Freese 263257a6a1 RX single click
* restored Name / QTH clickable
2014-10-20 11:30:17 -05:00
David Freese b123fc1023 Thumb drive
* update documentation on thumb drive installation
2014-10-19 06:49:49 -05:00
David Freese e7de40b25b Documentation update
* Added missing documentation on use of Smeter / Power-meter
    display on main dialog.
  * Added new xmlrpc TxID commands
2014-10-18 14:35:18 -05:00
Robert Stiles 80dc81bcad Documentation
* Updated / added
    - images
    - user source docs
    - prog source docs
  * New png's for 8PSK
  * Add new Mouse interaction with Freq Display"
2014-10-14 20:19:36 -05:00
Robert Stiles 67a744b216 Doxygen Inclusion
* Add user and programmer documentation
2014-08-29 04:03:54 -05:00