Wykres commitów

1717 Commity (07c12e07a505f57a92aa4510d7918d33d64e6c17)

Autor SHA1 Wiadomość Data
David Freese 07c12e07a5 TX Attenuator
* This is a fix to commit 64406547b
  * Added Tx attenuator control to Audio configuration tab
  * Added main dialog short cut keys for tx attenuator control
    alt - ==> decrease by 0.1 dB (Command key "-" on OS X)
    alt = ==> increase by 0.1 dB (Command key "=" on OS X)
  * Modify two-tone generator in Olivia / Contestia to avoid
    remultiplication by txlevel
2011-07-10 14:08:19 -05:00
Pierfrancesco Caci 12714ebe04 CW Offset optional
* Make CW Offset optional in the waterfall
  * Computation of CW offset optional and independent of BFO
    sideband selection
  * tested on K3 only
2011-06-29 04:17:05 -05:00
David Freese c2d0b93c62 Pkt compile warnings
* Corrected uninitialized variables in pkt.cxx
2011-06-29 04:12:32 -05:00
Remi Chateauneu dc9edc10b4 WEFAX compiler warnings
* Corrected parameter usage for LOG_ERROR macro
2011-06-29 03:59:55 -05:00
David Freese 8dd630c9f6 Version 3.22.0AE
Alpha release
2011-06-28 18:04:28 -05:00
Remi Chateauneu 406a5eaea9 Wefax improvements
* Set right ADIF mode tag for Wefax
  * Better help messages
2011-06-28 18:02:39 -05:00
Remi Chateauneu 732f12de2c Wefax fixes
* Fixed transmit time estimation
  * Added line counter when transmitting
  * Fixed syncobj destructor
2011-06-28 18:02:25 -05:00
Remi Chateauneu cfbfe22ede Added XML-RPC functions for Wefax
Also added Clear button for sending faxes.
2011-06-28 18:02:07 -05:00
David Freese f77b48a949 XMLRPC linking error
* Removed -lpthread from xmlrpc.m4 generation of XMLRPC_LIBS
    - newer gcc linker faults if -lpthread is out of order
2011-06-27 08:07:55 -05:00
Pierfrancesco Caci eda79c406b Swap mode/frequency change from frequency list
* Reverse ordering of change to frequency / mode.  Elecraft K3
     and others retain last mode used per band, so any combined
     mode/band change must have the mode change after the band
     change, or it will be overridden by the radio memory.
   * This change should not effect other brands of transceivers.
2011-06-27 06:59:04 -05:00
David Freese 25ac0d65a5 Version 3.22.0AD
Alpha release
2011-06-19 13:28:00 -05:00
David Freese b0c6941773 XLOG save with xmllog
* Added code to support external (foreign) logbooks such as Xlog on Linux
    when using the logbook server vice internal fldigi logbook
2011-06-18 07:38:30 -05:00
David Freese faf6ab8667 Version 3.22.0AC
Alpha release
2011-06-17 17:55:34 -05:00
David Freese 13819f590b Logbook server
* Added configuration tab
  * Added retention of address/port in fldigi_def.xml file
  * Added ability to reconnect to the server when addr/port changed
2011-06-17 17:11:14 -05:00
David Freese 964dd00bb3 Version 3.22.0AB
Alpha release
2011-06-17 08:21:07 -05:00
David Freese 360eedb679 Logbook client
* Restored xmlrpc logbook client
2011-06-16 10:32:02 -05:00
David Freese 27b16f2d9d Logbook County
Added County (CNTY) field to logbook database
2011-06-16 05:40:21 -05:00
Kamal Mostafa 6e0cd5f9b8 Mode_info table restrictions
* Fix failure to start up due to NLS problem (Closes: #628864)
    - do not use nls in mode_info table
  * Error halt getMenuItem if parameter submenu points to a
    corrupted Fl_Menu_Item array, or the search fails.
  * Corrected Op-Mode menu hide/show logic
2011-06-15 15:11:02 -05:00
Pierfrancesco Caci af057a4eb4 K3 CW-QSY
* Additions to allow qsy to function correctly when K3 is used
    in mode A1A.
  * This might also apply to other transceivers which display the
    CW transmit signal frequency on the front panel when in mode A1A.
2011-06-06 12:17:43 -05:00
David Freese 64406547b1 TX attenuator
* Added Tx attenuator control to configure Audio
  * Added quick key control of Tx attenuator
    shift alt + ==> increase by 0.1 dB
    shift alt - ==> decrease by 0.1 dB
2011-06-06 12:17:34 -05:00
David Freese 2b89e69ab5 LOG.ADIF export
* Added QSO_DATE_OFF to the record
2011-05-29 06:05:53 -05:00
David Freese ec6104e27a Duplicate #defines
Removed duplicate #define statements in src/dialogs/fl_digi.cxx
2011-05-23 17:41:29 -05:00
Kamal Mostafa 8c066afe6d GNU/Hurd build fix
* Fix build on GNU/Hurd (or other platforms which do not define SA_NOCLDWAIT.
  * Fix build on GNU/Hurd (or other platforms which do not define any PATH_MAX)
2011-05-23 17:41:29 -05:00
David Freese ff3e162449 Spot-notifier
* Removed spotting dependence on viewer state or modem type
2011-05-23 17:41:29 -05:00
John Phelps, KL4YFD ab1602b752 High baud rate Dom/Thor
* New high speed modem types based on dominoex / thor.
     - dominoex at 85 baud
     - dominoex at 125 baud
     - Thor at 85 baud
     - Thor at 125  baud
       Thor85/125 use a convolutional encoder / viterbi
       decoder constraint length of THOR_K=15 (NASA/Galileo)
2011-05-23 17:41:29 -05:00
Chris Sylvain 4931d1d150 Packet Modem
Merged 3.22.0 with berlios/pu/cs development work
  on packet modem
2011-05-23 17:40:56 -05:00
David Freese b74102f9c6 Config defaults
Change true/false default for some  configuration items
2011-03-23 06:36:40 -05:00
David Freese 485a6339be No rig mode selection
Restored functionality of transceiver mode selector when no
  transceiver is being controlled.
2011-03-22 21:06:40 -05:00
David Freese f6bb40317a wo save status
Bug fix - segmentation fault during save status when executing
  in waterfall only mode.
2011-03-20 12:55:57 -05:00
David Freese e04d5f6a75 flmsg auto start
* Changed to allow both flmsg and browser to open valid
    flmsg data stream
2011-03-18 13:16:26 -05:00
David Freese 2ab8535494 Version 3.22.0AA
Alpha version
2011-03-07 18:27:29 -06:00
David Freese 91d93856a8 Wrap File reception
* Open NBEMS message folder if required by configuration
  * Start flmsg if required AND string "<flmsg>" is in the
    received text.
2011-03-07 18:20:27 -06:00
David Freese c054ee63e6 EXEC win32 macro tag
* Added new tag <EXEC>...</EXEC> for win32 implementation
    - launches new application
    - does not expect any return values
2011-03-06 07:41:31 -06:00
Stelios Bounanos e987c66c8f Fix socket/getaddrinfo support
* Correctly copy sockaddr members when copying addrinfo structures
  * Handle IPv6 addresses in logging calls

We still don't handle IPv6 if getaddrinfo is not available.
2011-03-06 07:22:32 -06:00
David Freese b52222f522 Version 3.21.4
Maintenance release
2011-03-01 12:59:04 -06:00
David Freese b1f141f017 LOGBOOK date-order
Bug in date-order initialization
2011-03-01 10:36:49 -06:00
David Freese 6daba19c01 GRIDSQUARE on reports
Added GRIDSQUARE to csv and text output reports.
  Bug reported by Janno, ES6JAN
2011-02-25 16:16:16 -06:00
David Freese 9cdd4da900 Version 3.21.3
Public release
2011-02-20 14:15:29 -06:00
David Freese a15a9c3a52 PO updates
Final updates submitted by es.po and it.po maintainers
2011-02-19 05:01:21 -06:00
David Freese 6eb644b85a Waterfall Only
Missing test for --wo mode in cb_seek
2011-02-18 15:52:35 -06:00
David Freese 43e8062319 Version 3.21.2
Public release
2011-02-18 06:34:45 -06:00
Stelios Bounanos 211ea4c979 Update NEWS 2011-02-18 06:34:45 -06:00
Pavel Milanes Costa c01c28ef3b es.po update
Final 3.21 release translation
2011-02-18 06:34:35 -06:00
David Freese 13fce24d0d Olivia Tone displacement
Adjusted Olivia / Contestia IFFT tone placement relative to
  waterfall center frequency.  Difference restrained to no more than
  1/2 the mode bandwidth.  Most noticeable when tones are < 16.
2011-02-18 05:23:02 -06:00
David Freese d95ebc656c Version 3.21.1
Public release of 3.21.1
2011-02-15 13:19:23 -06:00
Pavel Milanes Costa ef8b122d2a es.po update
Spanish translation update
2011-02-14 20:29:17 -06:00
Leigh L. Klotz Jr 3cc9e5ecba Add RX frequency tag for search macros 2011-02-15 00:47:48 +00:00
Stelios Bounanos 8ad76850a3 Adjust notify dialog 2011-02-13 17:13:29 +00:00
David Freese 256f544a88 Version 3.21.0BL
Alpha release
2011-02-11 07:43:09 -06:00
Pierfrancesco Caci 3634a11989 it.po update
Changes to better accommodate label widths
2011-02-11 07:35:47 -06:00