Wykres commitów

1016 Commity (d039aab5fc338c4afb8320cc25844a6ff131750b)

Autor SHA1 Wiadomość Data
Stelios Bounanos d039aab5fc Add missing include 2009-04-06 16:26:07 +01:00
David Freese e5dd8e08c1 Version 3.11AX 2009-04-06 07:52:43 -05:00
David Freese e4d3f6a71f updated i18n 2009-04-06 07:50:19 -05:00
David Freese b1ff3f58a8 Status prefs mod
Do no save mainX and/or mainY when fldigi is minimized
    MS returns negative values which cause seg fault on restart
2009-04-06 07:45:50 -05:00
David Freese 5249bd9ef0 FFT processing - prefilter recognition
Restored missing code to accommodate changes in prefilter settings:
      RECT, BLACKMAN, HAMMING, HANNING, TRIANGULAR
    Support code lost during some earlier change
2009-04-05 16:31:50 -05:00
David Freese 104e8f5489 Version 3.11AW 2009-04-05 14:51:32 -05:00
David Freese f8c06f4ba3 Waterfall FFT fix
Corrected wfall FFT to use both real and imaginary parts
    Corrected FFT scaling factor
2009-04-05 14:22:26 -05:00
David Freese fb2c4d9c14 RigCAT code cleanup 2009-03-29 21:05:38 -05:00
David Freese 9ac9c1fc02 Version 3.11AV
* alpha test version 3.11AV
2009-03-27 19:46:05 -05:00
David Freese 0437cc7dec Update i18n 2009-03-27 19:45:49 -05:00
David Freese c261af319f Beginner Help
Updated html strings to asciidoc strings
2009-03-27 19:40:21 -05:00
David Freese bdf8ffbe35 XMLRPC mod
Update FreqDisp when xmlrpc command main.set_frequency is
    received.  Frequency control enabled from either fldigi or
    external xmlrpc access program
2009-03-27 18:16:02 -05:00
David Freese 038868e7b6 Logfile logic change
* Disabled creation of "Fldigi<datetime>.log" unless or
      until the "File/Log/Log all RX/TX text" is enabled.
    * Closes the log if the menu item is disabled.
    * Prevents accumulation of unnecessary empty files
2009-03-27 16:17:31 -05:00
David Freese aa40d40b8e RigCAT mod
* Added default xml values.  Only used to preset configuration
      values if present in <rig>.xml file:
        - <ECHO>bbb</ECHO>  bbb = true or false
        - <TIMEOUT>ttt</TIMEOUT> ttt = time in msec
        - <RETRIES>n</RETRIES> n = number
        - <WRITE_DELAY>ddd</WRITE_DELAY> ddd = delay in msec
        - <POST_WRITE_DELAY>ddd</POST_WRITE_DELAY> ddd = delay in msec
        - <BAUDRATE>rrr</BAUDRATE> rrr = 300, 600, 1200 ...
        - <RTSCTS>bbb</RTSCTS> bbb = true or false
        - <ECHO>bbb</ECHO> bbb = true or false
        - <CMDPTT>bbb</CMDPTT> bbb = true or false
2009-03-27 16:16:23 -05:00
David Freese a04d475027 Hamlib mod
* Default values for the following variables are read from
      the hamlib backend when a new rig is selected
        baudrate, retries, timeout, write_delay, post_write_delay
      The respective configuration controls are updated accordingly.
      User may over ride the default settings.
2009-03-27 08:56:28 -05:00
David Freese b89df53afa Version 3.11AU
* alpha test version 3.11AU
2009-03-26 18:06:53 -05:00
David Freese 43d0e8df50 update i18n 2009-03-26 18:06:34 -05:00
David Freese 3c7d0045cd Miscellaneous fixes
* RTTY DSP filter bandwidth tracks baud / shift
    * Log frequency changed to left justified
2009-03-26 16:37:08 -05:00
David Freese dfd721bd14 Version 3.11AT
* alpha test version 3.11AT
2009-03-25 19:49:23 -05:00
David Freese c8d1e1eb67 update i18n 2009-03-25 19:48:59 -05:00
David Freese a492284697 Beginners Help update 2009-03-25 18:54:23 -05:00
David Freese cc73610e4a HamLib PTT bug fix 2009-03-25 18:29:41 -05:00
David Freese 3993b5b7d1 Hamlib DTR / RTS state
Added OFF setting to DTR and RTS initial state - hamlib default
    might not be in the OFF state if the check box was not enabled.
2009-03-25 07:45:23 -05:00
David Freese efc4259d69 Logger32 default folder change
Changed default folder to TempDir from C:\FL_LOGBOOK
2009-03-25 07:39:45 -05:00
David Freese 22b70a52f8 Version 3.11AS
* alpha test version 3.11AS
2009-03-23 16:21:40 -05:00
David Freese a1c6d7541e Mods Logbook
* fixed corrupted file save bug
    * added CONT, ITUZ, CQZ fields to logbook dialog
    * rearranged to logbook dialog entry fields
    * increased size of CALL field to 15
2009-03-23 16:10:02 -05:00
David Freese 38a6066291 Version 3.11AR
* alpha test version 3.11AR
2009-03-22 17:19:54 -05:00
Stephane Fillod 53e631b865 Update i18n 2009-03-21 23:54:27 +00:00
Stephane Fillod 2929336729 Czech l10n by Josef Klimosz, OK2WO 2009-03-21 23:54:27 +00:00
David Freese 0bb3f8fe2e Modification to logbook file processing
* Performance enhancement to file reading and processing
    * original, 33 seconds to process 22200 records
    * new, 0.55 seconds to process 22200 records
2009-03-21 18:41:36 -05:00
David Freese 4dfb2c596c Mod - RSID propability of detection improvements
* increased time between RSID tones and start of normal modem signal
    * corrected errors in decoder implementation
2009-03-21 18:29:29 -05:00
David Freese 6c0d3777b0 RSID decoder bug fix
* added windowing function to fft
    * corrected CalculateBuckets method
2009-03-20 19:49:08 -05:00
David Freese d77b8cc7b3 Cosmetic change to adif_io.cxx code 2009-03-20 16:42:44 -05:00
David Freese 0262c8615e Version 3.11AQ
* 3.11AQ alpha test release
2009-03-17 18:41:56 -05:00
Stelios Bounanos 3a65fa108a Fix hex/bin string output
* Fix length error in printhex
* Rename printhex to str2hex, binarystr to uint2bin
* Use a vector<char> to store the string representation
2009-03-16 19:41:06 +00:00
David Freese 0c15f12f4d Version 3.11AP
* 3.11AP alpha test version
2009-03-14 15:49:13 -05:00
David Freese 228a4bd67e Hamlib modification
* added Write Delay control
    * renamed Command Delay to Post Write Delay
2009-03-14 15:45:54 -05:00
David Freese 35fe37b48e QSO logging date-time
* Changed log date to the Time-On date
    * Added hidden button (same as label) above the Time-On field
      on main dialog.  Button event updates Time On to current
      date/time
2009-03-14 08:51:48 -05:00
David Freese 867ee123e7 Rig Control modifications
* RigCAT - change method of controlling RTS/CTS handshake
    * RigCAT - change method of controlling RTS ptt
    * RigCAT - change method of controlling DTR ptt
    * added separate UHrouter checkbox
    * added separate PPort checkbox
    * UHrouter/PPort widgets hidden if not available on system
2009-03-14 08:51:48 -05:00
Stelios Bounanos 1155b533fc Modify variable-width font warning
The warning text is now appended to the buffer whose font became
proportional.  We compare the font name to that saved in progdefaults to
avoid repeated warnings.

Also changed FL_SCREEN to FL_COURIER because FL_SCREEN may not be fixed
width on all platforms.
2009-03-12 19:05:36 +00:00
David Freese 6b4a4f6d56 CQ decoder improvement
* reduced cpu usage by CW decoder
2009-03-12 13:56:49 -05:00
Stelios Bounanos c054a5b668 Fix hamlib RTS/CTS callback
Set progdefaults.HamlibRTSplus to false when RTS/CTS is set
2009-03-11 15:08:08 +00:00
Stelios Bounanos 36952a12b4 Add fldigi-shell pskrqsy command
This command fetches the list of "best frequencies" from
http://pskreporter.info/cgi-bin/psk-freq.pl and calls the
main.set_frequency XML-RPC command.

Optional arguments can be given to select the frequency and override the
grid square, e.g.:

  pskrqsy JO 1

uses the second frequency from the list for grid square JO. The defaults
are to use the first frequency (index 0) with no specific grid square,
which psk-freq.pl then estimates using IP address geolocation.

Here is how to change to the best frequency every 15 minutes:

  while :; do fldigi-shell -c pskrqsy; sleep 900; done
2009-03-11 13:28:22 +00:00
Stelios Bounanos ee69ba3710 Reduce PSK reporter re-spot interval 2009-03-10 21:56:35 +00:00
David Freese fc2ad9c522 Version 3.11AO
* 3.11AO alpha release
2009-03-10 15:24:05 -05:00
David Freese fc4a43601d CW shape modification
* removed exponential wave shape
    * substituted Blackman for the sine wave shape
2009-03-10 14:42:58 -05:00
David Freese d98d95ff53 Version 3.11AN
* version 3.11AN alpha test release
2009-03-09 08:56:13 -05:00
David Freese 6d92b4d73b Change to FreqControl behavior
* removed position sensitive up/down behavior
    * added left / right mouse button for +/- changes
    * mouse wheel behavior retained for +/- changes
2009-03-09 08:52:55 -05:00
David Freese 2391e67e57 Bug fix - missing inpNotes
* inpNotes not visible on initial start or when main dialog
      reduced to minimum width.
2009-03-09 07:31:10 -05:00
David Freese 787c67cf19 CW / QSK
* added edge shape selector
    * added width modifier
2009-03-09 07:10:30 -05:00