Wykres commitów

2823 Commity (cb85bd79502d8e06232eacee70932188d8e2995c)

Autor SHA1 Wiadomość Data
Adam Greig cb85bd7950 check based on all old git IDs instead 2015-01-07 22:00:27 +00:00
James Coxon 501f86909b added if clause to allow new filter code to be used if baud <= 100, if higher then no filter - this allows higher baud rates to be usable in dl-fldigi 2013-12-11 21:17:25 +00:00
James Coxon ef1619e37f modified fftfilt.cxx and removed additional rtty filter - was stopping 150baud + from decoding. WARNING this is a dirty hack - will need review upstream to actually fix the problem - difficult to know what the damage is by getting it to work 2013-12-11 20:40:49 +00:00
James Coxon 0c2c1ec1b8 added back 600 and 1200 to gui 2013-12-11 19:14:55 +00:00
James Coxon 640f95f6b1 fixed double decoder of RTTY, thanks DR 2013-12-10 21:30:35 +00:00
James Coxon 14b29f302b fixed merge error 2013-12-08 12:08:09 +00:00
James Coxon da0426d7ea reinserted slider to control RTTY rx bandwidth - in progress have removed ability to pre-set bandwidth as baud * 2. Will also remember previous bandwidth 2013-12-08 09:55:06 +00:00
James Coxon a2002acfd8 Merge tag 'v3.21.77' of git://git.berlios.de/fldigi
Conflicts:
	ChangeLog
	configure.ac
	po/dl-fldigi.pot
	po/es.po
	po/fr.po
	po/it.po
	po/pl.po
	src/dialogs/confdialog.cxx
	src/dialogs/confdialog.fl
	src/include/confdialog.h
	src/main.cxx
	src/throb/throb.cxx
	src/trx/modem.cxx
2013-11-29 16:59:36 +00:00
James Coxon 656877a40e Merge tag 'v3.21.76' of git://git.berlios.de/fldigi 2013-11-29 16:37:39 +00:00
James Coxon 01975c245e Merge tag 'v3.21.75' of git://git.berlios.de/fldigi
Conflicts:
	src/dialogs/confdialog.fl
2013-11-29 16:37:11 +00:00
James Coxon 184e5adf6f Merge tag 'v3.21.74' of git://git.berlios.de/fldigi
Conflicts:
	src/main.cxx
2013-11-29 16:30:47 +00:00
James Coxon 1d7d18fabd Merge tag 'v3.21.73' of git://git.berlios.de/fldigi
Conflicts:
	doc/Makefile.am
	po/dl-fldigi.pot
	po/es.po
	po/fr.po
	po/it.po
	po/pl.po
	src/Makefile.am
	src/dialogs/fl_digi.cxx
	src/include/configuration.h
	src/include/fl_digi.h
	src/rigcontrol/rigio.cxx
2013-11-29 16:23:07 +00:00
James Coxon dbeae97f0f Merge tag 'v3.21.72' of git://git.berlios.de/fldigi
Conflicts:
	po/dl-fldigi.pot
	po/es.po
	po/fr.po
	po/it.po
	po/pl.po
	src/dialogs/confdialog.cxx
	src/dialogs/confdialog.fl
2013-11-29 15:59:42 +00:00
James Coxon dc9c3d153b Merge tag 'v3.21.71' of git://git.berlios.de/fldigi
Conflicts:
	po/es.po
2013-11-29 15:44:44 +00:00
James Coxon d1e0e9a324 Merge tag 'v3.21.70' of git://git.berlios.de/fldigi
Conflicts:
	src/dialogs/confdialog.cxx
	src/dialogs/confdialog.fl
2013-11-29 15:20:12 +00:00
James Coxon f440cfceed Merge tag 'v3.21.69' of git://git.berlios.de/fldigi
Conflicts:
	src/cw_rtty/rtty.cxx
	src/dialogs/confdialog.cxx
	src/dialogs/confdialog.fl
	src/include/rtty.h
	src/misc/configuration.cxx
	src/throb/throb.cxx

Compiles clean, a few additional changes to take into account ssdv. Looking at the updated version of Modem->RTTY there is no way of increasing the filter sizes - to be investigated
2013-11-29 15:05:49 +00:00
James Coxon 1c2793fbb2 small fix in throb.cxx for OS X 2013-11-29 14:31:39 +00:00
David Freese cd1939df3d Version 3.21.77
* Maintenance release
2013-10-30 12:55:23 -05:00
David Freese 1cca53ad6e WF latency
* Restore latency adjustment for WF display
2013-10-30 07:21:19 -05:00
David Freese 665f1959b4 Load preferences
* Changed get preferences string usage from
      get(const char * key,
          char *& text,
          const char * defval)
    to
      get(const char * key,
          char * text, 
          const char * defval, 
          int max chars)
  * Suggested change from fldigi developer, Remi
2013-10-28 07:25:39 -05:00
John Phelps 0b8143b466 MFSK HF Long Modes
* Added MFSK64L and MFSL128L new modes
 * 6.25 Second interleaver for very-robust HF reception
 * Assigned new RSIDs
  * Mode MFSK-64L : 1026
  * Mode MFSK-128L : 1029
2013-10-24 20:03:19 -05:00
David Freese 7dcfc50610 Waterfall race condition
* Some methods in waterfall are being called
    before a modem has been instantiated.  Possibly
    due to threads being assigned to separate cpu
    processors.  This cannot happen on h/w with a
    single cpu thread implementation.
2013-10-24 20:03:18 -05:00
David Freese e0d91cb040 Waterfall improvements
* remove unnecessary code
  * remove latency processing
  * alter average processing
2013-10-22 15:02:33 -05:00
David Freese a32287579a fldigi.pot update
* Added newinstall.cxx to POTFILES.in
  * Added new translation file de.po
    - thank you Marc Richter, DF2MR
2013-10-22 15:02:33 -05:00
Remi Chateauneu 1e3950185b Fix test_process on MacOS 2013-10-22 15:02:33 -05:00
Remi Chateauneu fb5c891d61 Various speed-ups, fixes and cleanups
* decay_avg
* Member modem must be initialised.
2013-10-22 15:02:33 -05:00
David Freese adc612843e Multi-channel decode
* Changed text and default value for disabling
    multi-channel decoding when no viewer is
    visible
2013-10-22 15:02:33 -05:00
David Freese d56a7f449f Cfft removal
* removed source files for Cfft, the original fast fourier
    transform used in fldigi.  Cfft has been replaced by
    g_fft, the fast fourier transform C++ template based on
    public domain code by 
    John Green <green_jt@vsdec.npt.nuwc.navy.mil>
2013-10-22 15:02:33 -05:00
David Freese 267b91499c fft filter
* Changed fftfilt implementation to use g_fft class vice
    Cfft class.
  * Removed multi-channel decoding when not visible or configured
    for decoding when not visible.
2013-10-22 15:02:32 -05:00
David Freese 6d79e5563d rsid fft
* Changed rsid fft from Cfft to g_fft
2013-10-22 15:02:32 -05:00
James Coxon fe09a6db70 Merge branch 'master' of https://github.com/fsphil/dl-fldigi 2013-10-20 14:59:07 +01:00
David Freese 9b62e1b313 WF fft
* Changed Waterfall fft from Cfft to g_fft
2013-10-15 20:53:09 -05:00
David Freese 1bad52f852 g_fft
* Added new fft class template g_fft
  * Modified class complex to be based on std::complex
    - required changes in all modem implementations
2013-09-30 05:45:00 -05:00
David Freese d600d0231d Wefax Config tab
* Cosmetic changes
2013-09-23 15:25:16 -05:00
David Freese 683b3642ee Autostart programs
* Add the ability to autostart various programs when fldigi is
    first started.
2013-09-21 07:49:54 -05:00
Kamal Mostafa 51ead20417 Avoid-nitems-fltk-kfreebsd-collision.patch
* Bug: http://www.fltk.org/str.php?L2984
    - Avoid 'nitems' macro collision between FreeBSD's
      sys/params.h and fltk's FL/Fl_Check_Browser.H
      (http://www.fltk.org/str.php?L2984)
2013-09-19 14:24:18 -05:00
David Freese bb91898b6a RsID Error Control
* Changed from slider to 3 position selector
    to avoid confusion among the users
2013-09-19 14:01:37 -05:00
David Freese 1eaba46bc6 Macro tag Image
* Added macro tag for sending image.  Similar to <File:xxx>
    <IMAGE:[full pathname to image file]>
    A file finder will open for image file selection when the
    macro tag is selected from the pick list.
2013-09-19 14:01:31 -05:00
David Freese 8159199998 MFSKpic improvements
*  Fine tuned MFSK pic decoding delays for various
     MFSK baud rates.  MFSK pic now functional for
     - MFSK-16
     - MFSK-32
     - MFSK-64
     - MFSK-128
  * Corrected vertical displacement of Tx picture dialog
    controls.
  * Added bandpass filtering to transmitted signal
2013-09-19 14:01:25 -05:00
David Freese 9aae8d97eb Version 3.21.76
* Maintenance release
2013-09-12 07:52:50 -05:00
David Freese 20c533f8a8 Version 3.21.76
* Maintenance release
2013-09-12 07:52:50 -05:00
David Freese 78d11dd952 ADIF log database
* Change to STX_STRING, STR_STRING for contest exchange fields
2013-09-12 07:24:35 -05:00
David Freese dbabd6378c MFSK update
* re-scaled MFSK soft-bits: improved very-weak signal decode
  * added CWI detection and avoidance
  * removed "Hide", "Save", and "Abort" buttons from receive
    pic dialog.  Dialog remains open after changing modes.
    Close using the system "X" close button.
2013-09-11 03:13:56 -05:00
David Freese 3d400aefe9 Thor update
* added "soft-doppler" data to soft-decision Rx in THOR
  *  Replaced wrong/bad K=15 FEC codes for THOR 25,50,100
2013-09-10 19:09:57 -05:00
David Freese e743f376dc AMP end of text
* Correct end of AMP transmission char string
2013-09-09 09:10:20 -05:00
David Freese e640b53283 ARQ mode character set
* Removed restriction on display UTF-8 characters when
    fldigi ARQ server has an active client
  * Deprecated table ascii3
2013-09-09 07:54:39 -05:00
David Freese e875d6e4d3 RsID, Macro Queue, DTMF transmit management
* Added LOG_DEBUG statement to indicate when an
    rsid code is not assigned to a modem type.
  * Added code to disallow
      <!MODEM:SSB> and <!MODEM:ANALYSIS>
    macro tags.
  * Added code to clear macro queue when T/R returns
    to receive using the T/R button.
  * Added assigned(trx_mode m) method to class cRsId
    - used for testing whether Tx loop should invoke
      the cRsID::send(...) method
  * Corrected position of dtmf->send() in tx loop
2013-09-05 21:40:53 -05:00
David Freese e618ecf153 Xmlrpc method signatures
* Correct method signatures
2013-09-05 14:15:10 -05:00
David Freese 6e8f57a18c RsID fo computation
* Added rounding factor to rsid center frequency
    computation
  * Added Blackman filter to input data
2013-09-04 19:29:01 -05:00
David Freese 2fb302026b Version 3.21.75
* Maintenance release
2013-09-01 14:21:01 -05:00