Wykres commitów

1503 Commity (a7f6d856356a701b470286ec6fbd36015e63c690)

Autor SHA1 Wiadomość Data
David Freese a7f6d85635 RSID new codes
* CONTESTIA 32-2000
  * CONTESTIA 64-500
  * CONTESTIA 64-1000
  * CONTESTIA 64-2000
2010-06-05 21:10:12 -05:00
David Freese 870bfa6fd5 WEFAX time
Bug fix for win32 current_time function
2010-06-05 14:18:10 -05:00
David Freese 7aab2d5c50 Version 3.21.0AB
Alpha release
2010-06-05 12:29:36 -05:00
David Freese 6e617cf2f0 TX Wrap disable
Disable word wrap when file insert or drag-n-drop operation
  is performed.  Restore word wrap to former state after TX
  is finished or TX panel is cleared.
2010-06-04 13:45:56 -05:00
David Freese d46b8a4108 RSID squelch
* Added user setting in seconds to allow RSID to open squelch in
    decoder.
  * Changed default to Extended Characters for Olivia, Contestia
    and MT63
  * Change default to "Capture wrapped messages"
2010-06-04 13:45:42 -05:00
David Freese 03f1ba743c RSID tx suppression
Suppress RsID transmit for unsupported RTTY, OLIVIA and
  CONTESTIA modes.
2010-06-03 06:38:17 -05:00
David Freese 0790350480 Pulse audio
flush blocking
    Deleted call to pa_simple_drain.
    pa_simple_drain caused long delays on Ubuntu 9.04, 9.10 and
    10.04 due to blocking by pulse audio library
2010-05-15 07:16:33 -05:00
Remi Chateauneu f6f0ea9303 WEFAX bug fixes
* The logbook is updated when sending/receiving a file.
  * Speed-up when displaying.
  * Does not hang when switching to another mode with a macro.
  * Code cleanup.
  * Less loss of input audio frames.
  * Fax transmit is re-enabled.
2010-05-15 07:16:31 -05:00
Remi Chateauneu 669ee37ecf WEFAX additions
* Added more input filters.
  * Detect lost frames and attempt to compensate.
  * Less CPU used for signal/noise detection.
2010-05-15 07:16:30 -05:00
Remi Chateauneu e9d7520f93 WEFAX image size
* Initial image height is bigger.
  * Adjusted the size of some widgets.
2010-05-15 07:16:28 -05:00
David Freese d7d19f07bc PSK RSID
Disabled signal search on init of psk modem types
  Prevents jumping off of RSID detected frequency
2010-05-15 07:16:26 -05:00
David Freese c3fbd31a8a RSID DomEX-FEC
Resolve RSID for DominoEX / DominoEX-FEC modes
2010-05-15 07:16:24 -05:00
Stelios Bounanos e36afb0304 Implement CLOCK_MONOTONIC on OS X 2010-05-15 07:16:22 -05:00
David Freese 1387fbed95 WEFAX MINGW32
Fix for usleep call in wefax-pic.cxx, incompatible with MINGW32
2010-05-15 07:16:08 -05:00
Remi Chateauneu 2508852b03 WEFAX addition
Merger of all work submitted by Remi which was based on
  3.13BY.  Merge accomplished by reducing mulitple commits
  to a single and then cherry-picking that commit to the
  master branch.  No merge conflicts were experienced.

  Modified fl_digi.cxx / wefax items to comply with post
  3.13BY changes.
2010-05-03 08:15:11 -05:00
David Freese 3e06566fb5 Version 3.21.0AA
Start of new developement cycle.
2010-05-03 07:11:07 -05:00
David Freese ed574fbf97 Configure.ac update
Updated configure.ac for version 3.20.11
2010-05-02 06:40:51 -05:00
David Freese 49b08808df Version 3.20.11
Release
2010-05-02 06:08:11 -05:00
David Freese ff47cc4ac4 XCVR Freq
Changed initial no-rig frequency to zero
  Changed title to "Enter Xcvr Freq"
2010-05-02 05:46:23 -05:00
David Freese 5186a74909 FLARQ 4.3.1
Release
2010-05-01 11:22:55 -05:00
David Freese 83f42cbd0e Version 3.20.1
Release
2010-05-01 06:48:28 -05:00
David Freese 55eec2a8b9 MAP macro update
Google search by:
    1) postal address, city, state, country
    2) latitude, longitude
    3) maidenhead grid square

    where 1) and 2) are obtained from QRZ xml subscriber query
    3) from QRZ or by manual entry

    <MAPIT> map trying 1)...2)...3)
    <MAPIT:adr> map trying 1)...2)...3)
    <MAPIT:lat> map trying 2)...3)
    <MAPIT:loc> map trying 3)
2010-04-30 13:32:54 -05:00
David Freese e17ccfb6c3 LOCK macro
Added callback to waterfall Lock button
2010-04-29 13:42:00 -05:00
David Freese 917b5bd14d Freq Browser Select
Bug fix - double click select failed to correctly update
  frequency display when logging panel set to single line
2010-04-27 19:13:49 -05:00
David Freese 00addd8c11 Version 3.20.0bB
Beta release
2010-04-27 10:09:13 -05:00
David Freese 4474bd497f MAP macro
Added macro <MAPIT> which performs same call to default browser
  as the perl shell program "mapit.pl"
2010-04-27 08:41:16 -05:00
David Freese 2da1e55884 ARQ auto file
Fix wrap autofile location and detection
2010-04-25 13:59:31 -05:00
David Freese 54a056907f Freq Control Font
Modified Frequency Control widget to allow selection of font
  Added configuration item and support to allow user to select
  font used for the Frequency Control.
2010-04-24 11:11:36 -05:00
Stelios Bounanos 5b7e839057 Disable sprintf re-declaration 2010-04-22 20:58:51 +01:00
Stelios Bounanos c5f34c684d Fix compiler warnings 2010-04-22 20:58:30 +01:00
Stelios Bounanos 1733f1f1de Add preliminary support for FLTK-1.3
* Bundle Fl_Text_Buffer from FLTK 1.1, renamed as Fl_Text_Buffer_mod.
  * Bundle Fl_Text_{Buffer,Display,Editor} from FLTK 1.3, renamed as
    above.  Apply most of Fl_Text_Display->Fl_Text_Display_mod changes
    to the 1.3 Fl_Text_Display.
  * Detect FLTK API at configure time and define macros to determine
    version of the *Text* files will be built.
2010-04-19 23:12:38 +01:00
David Freese ab092a6f1e psk reporter mode
Added mode specifier to spot_recv and viewaddchr
  Allows continued correct psk31 reporting from pskviewer when
  a mode such as QPSK or PSKR is being used in the primary
  decoder channel.
2010-04-16 19:01:32 -05:00
David Freese 6c15ddde0e Psk Viewer Min Width
Changed initial default width to 30 for ease of viewing on
  1024 x 800 screen.
2010-04-13 16:34:09 -05:00
David Freese 2bc6105055 Revert "SC Time Out"
This reverts commit 8df121a46a.
2010-04-12 18:05:56 -05:00
David Freese de7c41bbe4 Version 3.20.0bA
Final beta release for 3.20 series
2010-04-12 00:15:58 -05:00
Stelios Bounanos 5da5ba6e54 Update NEWS 2010-04-12 00:07:04 -05:00
David Freese aaaec180fc WARNINGS
Added explicit conversions where necessary to reduce compiler
  warnings.
2010-04-12 00:07:02 -05:00
David Freese 8df121a46a SC Time Out
Modified SC time out catch statement in trx rx loop.
2010-04-12 00:07:00 -05:00
David Freese 45654eab62 PSKR fec metrics
Changed fec metric variables to double
  Added fecmet, fecmet2 initialization to rx_init
2010-04-12 00:06:57 -05:00
David Freese faf5e6c6b0 Pause-Break
Olivia / Contestia modes Pause-Break key behavior caused 
  Tx buffer to be read and discarded.  Fixed.
2010-04-12 00:06:55 -05:00
David Freese 975f4a9c73 RX lowercase option
Allow RX text to be printed in lower case for
    Contestia, CW, RTTY, Throb
2010-04-12 00:06:53 -05:00
Stelios Bounanos d551f2effd Disable Czech l10n
Do not generate and distribute cs catalog files until we have a
UTF8-capable FLTK.
2010-04-12 00:06:50 -05:00
Stelios Bounanos f1762d7c53 Fix more widget labels 2010-04-12 00:06:41 -05:00
Stelios Bounanos 4f80565784 Update QSO frequency
* Update QSO frequency field even when the waterfall is in PAUSE mode
  * Clean up WFdisp::sig_data
2010-04-08 18:25:12 -05:00
David Freese 3754c63d80 Tx Pane Min Height
Increased min height for Tx pane to 66 to circumvent ptvl errors
  on MS platforms.
2010-04-08 18:25:12 -05:00
David Freese 717c151671 Modem Init
Removed this == <modem_instance> tests from modem::init
  Special init cases handled in specific modem class.
2010-04-08 18:25:12 -05:00
David Freese 0469895e2d Contest Menu
Fix bug introduced by b794fb14ec
  Menu items exchanged, but function did not follow change.
2010-04-08 18:25:12 -05:00
David Freese 8f76576fe3 AFC-SQL check buttons
Removed support for alternate check buttons for AFC and Squelch
  on main user interface.
2010-04-08 18:25:12 -05:00
David Freese 5dcf5cb1c6 ADIF Export
Changed default for TIME_ON field to checked
2010-04-08 18:25:12 -05:00
David Freese 1b5f56f6b3 Olivia-Contestia bandwidth
Added missing initialization of modem::bandwidth element to
  Olivia and Contestia classes.
2010-04-08 18:25:12 -05:00