Commit graph

37 commits

Author SHA1 Message Date
Makoto Fujiwara
8f8e95490e 2013-07-07 Robert Stiles <kk5vd@yahoo.com>
afa7be6: Portaudio exceptions

2013-07-07  David Freese  <w1hkj@w1hkj.com>

	11370c3: mxe-win32 regex
	0f5ede7: PSKMAIL/ARQ socket
	2490d0f: Thor update
	bda5518: record_loader fix
	6e16b41: Code cleanup
	50c1c12: Pskmail Notify RsID
	4b9c578: MFSK shut down
2013-07-08 00:59:36 +00:00
Makoto Fujiwara
3cdd30c046 Bump version 3.21.71 to 3.21.72BK
patches/patch-src_navtex_navtex.cxx
  -- Removed, no similar code exists anymore.
---------------
2013-07-05  David Freese  <w1hkj@w1hkj.com>
        a0ed5be: PSKMAIL/ARQ socket
        01675d7: Thor update
        858a71f: record_loader fix
        223fc9b: Code cleanup
        50c1c12: Pskmail Notify RsID
        4b9c578: MFSK shut down

2013-06-27  Robert Stiles  <kk5vd@yahoo.com>
        af5e09a: Cwidth test for zero

2013-06-21  David Freese  <w1hkj@w1hkj.com>
        b6ee3f7: XMLRPC
        389c189: MXE compile

2013-06-19  Stefan Fendt  <smfendt@gmail.com>
        dfc2bd8: RTTY decoder

2013-06-09  Dennis Engdahl  <engdahl@snowcrest.net>
        7d62b22: RigCAT user commands

2013-06-08  David Freese  <w1hkj@w1hkj.com>
        3850862: TX state
        9b26ff6: pskmail events
        e12a373:   * Changed extended rsid iaw doc/rsid_codes.gnumeric

2013-06-01  Remi Chateauneu  <remi.chateauneu@gmail.com>
        dead15a: KML/Synop/RTTY/Navtex
        3bb70e4: Port to MXE / MingW
        34b3baf: QSL VIA
        6cd7017: XML parser

2013-05-31  David Freese  <w1hkj@w1hkj.com>
        2c9c73f: ARQ support changes
        f8e26f3: xmlrpcpp
        237cc8f: PortAudio
        dc7173c: SysV ARQ interface
        1ea46c6: METAR format
        e1004fc: RSID logic

=Version 3.21.72=
        a933da1: RsID Timeout
        ff1d69a: PSKMAIL
        531c40c: Colors/Fonts Dialog
        8be3913: Developer List
2013-07-07 07:10:12 +00:00
Makoto Fujiwara
0b7ef12b6a Add comment for patches (original from cvs commit log by joerg@ thanks). 2013-05-09 14:40:49 +00:00
Makoto Fujiwara
31459ce1eb Bump to Version 3.21.71
--------
      * Maintenance release

Date:   Mon May 6 20:15:44 2013 -0500
    About update
      * Updated list of principal developers
--------
Add patches: (sync to ham/fldigi/patches by joerg@)
  Avoid implicit conversions to bool for streams.
  Require C++11 for Clang and prefer std version over tr1 when in C++11
  mode.
2013-05-09 14:30:01 +00:00
Makoto Fujiwara
8131bd748e Bump version 3.21.69 to 3.21.70
----------
Sat Apr 13 14:48:19 2013 -0500
    Version 3.21.70
      * Maintenance release

Sat Apr 13 17:51:18 2013 -0500
    Contestia/Olivia
      * Quick change / custom dialog
      * Corrected Contestia callback in confdialog.fl
      * Corrected resetOLIVIA function

Sat Apr 13 14:36:19 2013 -0500
    Tabs Colors
      * Added ID / QRZ tabs to color schema

Sat Apr 13 07:17:48 2013 -0500, Author: Arvo Järve <arvo@softshark.ee>
    Double Click bug fix
      * Double click text selection for transfer to QSO record fields

Fri Apr 12 18:09:26 2013 -0500
    RTTY update
      * Removed code used for filter tests
      * Added CWI suppression, select decoding of
        - Mark-Space
        - Mark only
        - Space only
----------
2013-04-18 13:48:28 +00:00
Makoto Fujiwara
999fac9e41 patches/patch-src_misc_configuration.cxx
New patch for DragonFly build to fix following problem:
  misc/configuration.cxx: In member function 'void configuration::testCommPorts()':
  misc/configuration.cxx:934:2: error: 'glob_t' was not declared in this scope
  misc/configuration.cxx:934:9: error: expected ';' before 'gbuf'
  gmake[3]: *** [fldigi-configuration.o] Error 1
2013-04-15 05:52:55 +00:00
Makoto Fujiwara
2cf2ba386e (1) Bump version 3.21.69
(2) patches/patch-src_throb_throb.cxx
    .. Upstream now includes this patch (not exactly the same).

Tue Apr 9 14:59:08 2013 -0500
    Version 3.21.69

      * Maintenance release

Fri Mar 22 10:55:55 2013 -0500
    RTTY filters
      * Removed deprecated Hilbert transform
      * Corrected inverse FFT computation to provide unity gain
        h(t) -> H(w) -> h(t)
      * Added design output statements to fftfilt.cxx - normally disabled
      * Removed deprecated lpfilt, bitfilt, bp_filt_lo, bp_filt_hi
      * Improved X-scope update rate
      * Removed unused methods and members

Thu Apr 11 05:02:11 2013 -0500
    Spotting
      * Add user configurable spotting using signal browser
        - spotting can be disabled if viewer is not visible
        - reduces CPU load if selected

Wed Apr 10 12:27:40 2013 -0500
    ADIF case
      * Change import parser to treat fields specifiers as case
        insensitive.

Tue Apr 9 14:12:27 2013 -0500
    QSO NBR/NXT macro tag
      * Added <QSONBR>, <NXTNBR> macro tags to respectively add
        current # QSO records, next QSO record number to transmit

Tue Apr 9 09:53:52 2013 -0500
    TX lower case
      * User configurable transmit all text in lower case

Tue Apr 9 09:07:51 2013 -0500
    WX parser
      * Update station name parser iaw new METAR format
2013-04-12 13:13:31 +00:00
Makoto Fujiwara
8986d4bad1 Date: Fri Feb 8 21:19:02 2013 -0600
Version 3.21.68
      * Maintenance release

    RTTY bug fix
      * Missing initialization for Cmovavg bit filter pointer
    RTTY filters
      * added Modified Lanzcos RTTY Rx filter
        - DO2SMF, Stefan Fendt <smfendt@gmail.com>
    Hang on start
      * Erroneously created / deleted new thread for instance when
        rig_cat not being used for rig control.
    Analysis
      * Added timeout value to extinguish status message
    WF only ESC abort
      * Capture Escape to prevent program shutdown when
        Escape pressed when --wo dialog has focus.
        - Rx - escape ignored
        - Tx - transmit aborted, return to Rx
        - Tune - tune aborted, return to Rx
    rigMEM
      * removed rigMEM support code
        - KC505 transceiver control no longer uses this
          converted to use xmlrpc control.
    WF only null pointer fix
      * in waterfall only mode, bypass text logging of rx stream
    RTTY config tab
     * Cosmetic corrections
    RTTY stop bits
      * remove forced return to 1.5 stop bits for Baudot
2013-02-09 14:01:50 +00:00
Makoto Fujiwara
4fd6bf4866 Delete old topics related to fltk version. 2013-02-01 07:19:30 +00:00
Makoto Fujiwara
31da62ea0f Version 3.21.67
* Maintenance release

RTTY FSK modem
  * This patch contributed to by
    W1HKJ, Dave Freese <w1hkj@w1hkj.com>
    DO2SMF, Stefan Fendt <smfendt@gmail.com>
  * Waveshaped FSK modem for classic RTTY using raised cosine
    matched filters
  * Kahn demodulator
  * RTTY scope based on separate mark / space filter outputs
  * Corrected s/n estimator
  * Change RTTY browser to new demodulator
  * Fixed missing browser highlight for callsign detection
  * Bypass Viewer signal processing if viewer(s) are not visible
    - significantly reduces % CPU use
  * Separated psk-rtty range/value pairs for viewer squelch
    control.

PSK viewer
  * Suppress psk viewer decoding if neither viewer
    is visible.

Contest fields
  * increased size of contest fields

RigCAT INIT/CLOSE
  * This modification submitted by:
    Arvo Jarve, ES1JA, <arvo@softshark.ee>
  * Added CLOSE port rigcat command
  * Added user control to enable/disable restortation
    of serial port status bits when closing port
    - use <RESTORE>bool_value</RESTORE> in xml definition
      file.

Olivia FEC reset
  * Added user control to enable/disable automatic reset of
    FEC integration depth when BW / Tones are changed either
    by user or via RsID reception.

Status / Tx Level Controls
  * increased horizontal dimension to 120 pixels
2013-02-01 07:17:06 +00:00
Makoto Fujiwara
7adb5dce7d Regenerate distinfo. 2013-01-16 15:18:16 +00:00
Makoto Fujiwara
2564a4fbb2 (1) Bump version 3.21.65 to 3.21.66
=Version 3.21.66=
        Thor reset
        File Selector
        Macros
        CW modem
        User configurable items

(2) Sync to ham/fldigi
  (a) patch-src_throb_throb.cxx (Add)
    $NetBSD: patch-src_throb_throb.cxx,v 1.1 2012/11/19 23:23:39 joerg Exp $
    Don't use variable length arrays of non-POD types.
  (b) options.mk (Remove)
    fltk11 or fltk13 selection, now with fltk13 only.
2013-01-16 15:17:16 +00:00
Makoto Fujiwara
da959a9737 Bump version to 3.21.65:
Author: David Freese <w1hkj@w1hkj.com>
Date:   Fri Dec 28 14:56:20 2012 -0600
    Version 3.21.65

      * Maintenance / update release

Date:   Thu Dec 27 08:24:20 2012 -0600
    High Speed / Multi-Carrier Modems

      * This commit contributed to by:
        - John Douyere <vk2eta@gmail.com>
        - Dave Freese <w1hkj@w1hkj.com>
        - John Phelps <kl4yfd@gmail.com>
        - Andrej Lajovic <s57ln@hamradio.si>
      * New high speed and multi carrier modems
        - psk, pskr
        - DominoEX
        - Thor
      * Added separate modem initialization for
        Olivia tone / bandwidth pairs:
        - 4/250, 8/250
        - 4/500, 8/500, 16/500
        - 8/1000, 16/1000, 32/1000
        - 64/2000
      * RSID changes
        - Added secondary RsID code set
        - RsID code 263 enables detection of the secondary
          RsID code burst.
      * MFSK UTF-8 tx
        - corrected transmit of two-byte UTF-8 characters
      * PSK-UTF-8 tx
        - corrected transmit of two-byte UTF-8 characters
      * Changed PSK multicarrier bandwidth markers to show full
        extent of signal in the waterfall.
      * THOR modem updates
        - Added Thor high speed modes
          25x4, 50, 50x2, 100 Baud, all < 1800 Hz bandwidth
        - IFK+ Softdecode function for THOR
          dynamically detects and suppresses CWI
          Rx printing is disabled when "File IO only" is selected for
          soundcard.  Decoder uses puncture in this condition.
        - THOR FEC confidence indicator
          Uses the actual path-metrics from the Viterbi decoder.
          Displays next to the S/N in the main dialog.

Date:   Sun Dec 30 14:18:18 2012 -0600
    User configurable items

      * View Browser Colors
        - Added configurable colors to signal view browser
      *Logbook browser font
        - Added set font code for logbook browser
2013-01-03 10:53:56 +00:00
Makoto Fujiwara
560c541722 =Version 3.21.64=
2012-12-26  Makoto Fujiwara  <makoto@ki.nu>

        640378a: NetBSD compile error
		(This is actually gcc-4.7 disclosed the original sed
		 script problem )

2012-12-15  David Freese  <w1hkj@w1hkj.com>

        05b3ad0: Dup Cty lookup
        b02da36: Get RX buffer
        d52579b: Capture Alt-F4
2012-12-26 14:11:59 +00:00
Makoto Fujiwara
9cd3cbf2aa Fix problem with gcc-4.7:
The original sed script eats space chars around '-lpthread',
getting g++: unrecognized option '-pthread-lrt'.
 -- verified on DragonFlyBSD-3.2.2 with gcc-4.7.2
Thanks gdt@ and jmmv@.
2012-12-25 13:54:22 +00:00
Greg Troxel
0e733eb219 Update to 3.21.63.
(Upstream NEWS does not change with minor versions.)
2012-12-20 02:05:50 +00:00
Greg Troxel
7a6f858cf8 Update to 3.21.61, maintenance release.
ARQ server

      * Changed to multiple client model
2012-11-15 22:33:28 +00:00
Greg Troxel
d39d00d812 With the deprecation of fltk 1.1, replace the fltk13 option with an
fltk11 option, defaulting to off, so that fltk13 is the default.

Try to make the build deterministic by not overriding the bl3 version
rules.  Now, asking for fltk11 should fail if 1.3 is installed.
2012-11-15 22:23:06 +00:00
Greg Troxel
b8a59be154 Default to fltk13.
1.3 is now the default, because a) fltk upstream says 1.1 is not
maintained and b) fldigi upstream primarily tests with 1.3.
(ok mef@)
2012-11-10 12:55:40 +00:00
Makoto Fujiwara
b6795e2258 (1) Bump version to 3.21.60
Version 3.21.60
      * Maintenance release

    DistCheck cleanup
      * Added uninstall NAVTEX_Stations.csv to src/Makefile.am

    FLTK-1.1.x

      * Added code to allow source reversion to use Fltk-1.1.10 lib
      * Needed by users who either cannot or prefer not to update
        their Linux distributions to the current model.
      * The new UTF-8 capability is not available when compiled against
        Fltk-1.1.10

(2) options.mk is newly installed trying to support either with
    fltk or fltk13.
    (Not fully tested yet).

(3) Update TODO, mainly for fltk 1.1 or 1.3 issue.
2012-11-04 14:48:43 +00:00
Makoto Fujiwara
cfadf23df0 (1) Bump version 3.21.59
(Maintenance release)
     =Version 3.21.59=
	UTF-8 overhaul
	Thumbdrive
(2) convert buildlink3 from fltk to fltk13
(3) Fix typo of comment on patch-src_misc_newinstall.cxx
2012-11-02 15:05:23 +00:00
Makoto Fujiwara
fd9940cacb 1. MAINTAINER set to myself, makoto@ki.nu (as is ham/fldig)
2. Bump 3.21.56 to 3.21.58 (For 3.21.54 to 3.21.56, See ham/fldigi)
-- Version 3.21.57
  * Maintenance release

Escape aborts clean start
  * Modified default key handler to prevent "escaping" out of
    main dialog when no other key has been pressed.

TLF arq
  * Restored use of gmfsk_autosend file for TLF.
    - requested by new TLF maintainer, Tom Beierlein, DL1JBE

--- Version 3.21.58
  * Maintenance release

Escape aborts
  * correction to commit d925c85c5d218d5e
2012-10-22 15:09:22 +00:00
Makoto Fujiwara
841ff91f61 Bump to Version 3.21.53
- Maintenance release
2012-10-03 00:50:54 +00:00
Makoto Fujiwara
1bb3917b70 Sync to ham/fldigi, except PKG_DESTDIR_SUPPORT= line. 2012-10-03 00:41:46 +00:00
Aleksej Saushev
8280e930f0 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-28 23:21:46 +00:00
Makoto Fujiwara
f38cb118bb Sending name twice, is not a problem, just for avoid QRM/QRN. 2012-09-25 07:29:08 +00:00
Makoto Fujiwara
a4f0951807 Add one minor, probably upstream problem for sending name twice. 2012-09-25 07:26:08 +00:00
Makoto Fujiwara
3617302b5d Bump version 3.21.50 to 3.21.52
From ChangeLog:

=Version 3.21.52=
2012-09-21  David Freese  <w1hkj@w1hkj.com>
        a31af3e: ASCII table correction

=Version 3.21.51=
        638a3c2: flmsg/flamp stream processing
        8a41aad: DominoEX varicode
        de95906: WRAP binary files

2012-08-31  Andrej Lajovic  <s57ln@hamradio.si>
        8fdb2ca: Backspaces patch

2012-08-31  Daniel F1RMB  <f1rmb.daniel@gmail.com>
        8d38260: UI enhancements

2012-08-31  David Freese  <w1hkj@w1hkj.com>
        29c9c6a: Combo update
        a30ad34: Extract timeout
        7286512: ASCII tables
        e765c4e: Socket send on Linux

2012-08-07  Kamal Mostafa  <kamal@whence.com>
        8ab2f6e: fix spelling error

2012-08-04  David Freese  <w1hkj@w1hkj.com>
        2f7de4d: Logbook dialog initial size
2012-09-25 07:24:21 +00:00
Makoto Fujiwara
f19570b6a9 Add note (1) portaudio and (2) to remove patches. 2012-09-25 06:36:28 +00:00
Makoto Fujiwara
45ec6c8b4a Correct OS: item at issuing of Brag command (Effective only new install only). 2012-09-25 05:08:11 +00:00
Greg Troxel
9021c7e806 Update/resolve pending TODO items.
Drop question about pulseaudio; it seems clear that it should be
there.

Explain more about why portaudio is questioned.

Drop question about jpeg; there's no apparent reason to bl3 it, so
just don't, and if we have an issue later we'll deal.
2012-08-12 18:15:31 +00:00
Greg Troxel
0aa356a80d whitespace (drop trailing space) 2012-08-12 16:14:41 +00:00
Makoto Fujiwara
ad781c272a Now confirmed on NetBSD 5.1.2 (packaged and running)
Makefile:
(1) Delete -lossaudio line, instead, have .include mk/oss.buildlink3.mk
   (as of ham/fldigi 3.03)
(2) Have following line as of ham/ for NetBSD 5.1
   CONFIGURE_ENV+=                STRIP=${STRIP}
2012-08-08 14:25:03 +00:00
Makoto Fujiwara
5af3360bc8 Add list of concern for migrating 3.03 to 3.21.x 2012-08-08 05:15:44 +00:00
Greg Troxel
35e1acf6ad Reduce cosmetic differences to ham/fldigi.
Add extra # after RCSId line (pointless, but makes diff smaller).

Change homepage to the one pointed to by author, and (for now) leave
commented out the mailing list page (also pointed to by author's README).
2012-08-08 00:22:45 +00:00
Makoto Fujiwara
a626f4ae2e (1) Bump 3.21.49 to 3.21.50
(2) Fix make fetch stage problem (delete related item from TODO)
(3) Add SUBST.asciidoc to process document at build
2012-08-07 15:09:23 +00:00
Makoto Fujiwara
492cfca2df Adding Replacement of ham/fldigi(3.03) 3.21.49 2012-08-07 14:05:13 +00:00