Wykres commitów

3763 Commity (master)

Autor SHA1 Wiadomość Data
David Freese db696170c8 LSB modes
* Add recognition of flrig LSB modes
    - adjust waterfall for LSB
    - correct logging frequency for LSB
2015-09-12 15:02:05 -05:00
David Freese 0606d1a34a Doxygen help
* Update to doxgen to 1.8.10
    - Corrected various doxygen parse errors
2015-09-12 15:02:05 -05:00
David Freese 3d6e0b9168 FSQ updates
* Fix copy all on heard list
  * change default color scheme as requested by ZL1BPU
    - added user configuration items for RX text colors
  * remove "MONITOR" text from RX panel as requested by ZL1BPU
  * added fsq tx text queue to handle case when user
    tries to force a second transmit sequence when modem
    is already in TX state.
  * last_command updated to include both queued and transmitted
    text string.
    - allows recall of queued command even if transmit timed out
  * last_command changed to a stack of commands
    - allows recall of up to last 10 commands
    - each press of F2 recalls one deeper in stack
    - rotates back to beginning after recall of most ancient
  * add call to logbook using right click on heard entry
  * Fix erroneous date in audit log when fsq is default
    modem during program start
    - change format of date entry to make it easier to
      find when reviewing the log.
  * Added video text at beginning of transmit
    - also adds ability to transmit pretone
      for amplifier carrier detect
      for FM repeater operation
  * Add code to force center frequency to 1500
    when switching from another modem
  * Fix to avoid time out errors
  * Macintosh OSX thread management
    - submitted by KK5VD
    - Ensure FSQ TX routines are called in the main thread.
2015-09-11 09:37:52 -05:00
James Coxon 1196c2e35b Merge pull request #1 from philcrump/master
Fix compile error: Remove duplicate translation lines from po/de.po
2015-08-23 18:16:15 +01:00
Phil Crump 99c3fdc83f Remove duplicate translation lines. 2015-08-23 18:11:13 +01:00
James Coxon 2f0c606d28 fix for weird merge problem, looks like large section was moved and so wasn't detected by git, variable declared twice. 2015-08-23 17:53:11 +01:00
James Coxon 3ee3a4bd47 Merge remote-tracking branch 'hex/master'
Conflicts:
	src/dialogs/confdialog.h
	src/xmlrpcpp/XmlRpcThread.cpp
	src/xmlrpcpp/XmlRpcThread.h
	src/xmlrpcpp/XmlRpcThreadedServer.cpp
	src/xmlrpcpp/XmlRpcThreadedServer.h
2015-08-23 16:42:05 +01:00
James Coxon e8f001fde7 fixes to allow merge to compile, due to weird bug in clang have had to slightly break the __clang__ definition so that it actually compiles with libstdc++ - will obviously need checking on another OS 2015-08-23 16:14:46 +01:00
James Coxon 3fa6610928 Merge tag 'v3.21.80' of http://git.code.sf.net/p/fldigi/fldigi
Conflicts:
	src/dialogs/confdialog.cxx
	src/dialogs/confdialog.fl
2015-08-23 16:14:34 +01:00
James Coxon 4f71336009 fixes, had to change ->value to ->index in flight.cxx, same in confdialog 2015-08-23 15:33:17 +01:00
James Coxon 15311ca7d6 Merge tag 'v3.21.79' of http://git.code.sf.net/p/fldigi/fldigi
Conflicts:
	src/Makefile.am
	src/dialogs/confdialog.cxx
	src/dialogs/confdialog.fl
2015-08-23 15:33:06 +01:00
James Coxon 16ad1d4f8c fixed bug with merge which wouldn't allow it to compile 2015-08-23 15:14:42 +01:00
James Coxon bb2cbd72dc Merge tag 'v3.21.78' of http://git.code.sf.net/p/fldigi/fldigi
Conflicts:
	src/filters/fftfilt.cxx
2015-08-23 13:56:08 +01:00
Daniel Richman e484cca9a1 Merge remote-tracking branch 'ukhas/master' 2015-08-22 22:18:38 +01:00
James Coxon eedda0db30 Merge pull request #29 from danielrichman/update-hcpp
update habitat-cpp-connector
2015-08-19 20:07:45 +01:00
James Coxon a893cae60a Merge pull request #30 from danielrichman/ignore-doc-guide
ignore doc/guide.html
2015-08-19 20:07:36 +01:00
James Coxon 214b428a34 Merge pull request #31 from danielrichman/i-hate-everything
apparently this intermediate file is checked into git now.
2015-08-19 20:07:18 +01:00
James Coxon 1b5cc6e18c Merge pull request #32 from danielrichman/silence-warning
drop unused great circle distance calculation
2015-08-19 20:06:48 +01:00
Daniel Richman e937cc2240 update for habitat-cpp-connector#3 2015-08-12 22:35:11 +08:00
John Greb e2247119ef Suspected typo.
Access to "isDouble()" lost in c8840644cf1904bd95efbea7b5631aba42824775; seems unintentional.
2015-08-11 08:24:39 +01:00
John Greb 8957de3a71 Merge 3.22.13 2015-07-25 17:09:24 +01:00
John Greb 8553688171 Revert FSQ test pending upstream fix. 2015-07-22 08:35:17 +01:00
David Freese 1c40e335b9 Version 3.22.13
* Maintenance release
2015-07-20 13:35:23 -05:00
David Freese 7bdf051c3d FSQ bug fix
* Fixed error in parsing returned heard list
  * Fixed save filename for # trigger
    - filename was not being saved with the .txt extension
    - append existing file
  * Changed time out processing of delayed response
    - added user configuration item for time out duration
2015-07-20 11:14:31 -05:00
David Freese 93196764e3 XMLRPC commands
* Corrected interface values for
    - main.get_char_timing
    - main.get_tx_timing
  * Added following to xmlrpc struct
    - log.set_rst_in
    - log.set_rst_out
  * Added rig.get_frequency (d:n)
  * Deprecated main.get_frequency
2015-07-18 08:43:36 -05:00
John Greb 14740568cd Fix merge: Audiofile playback in HAB mode. 2015-07-18 13:34:53 +01:00
David Freese b657b61a2e Version 3.22.12
* Maintenance release
2015-07-18 04:06:42 -05:00
David Freese 1579ef60c1 FSQ heard parser
* added more restrictive discovery of heard callsign
    - must pass crc8 comparison
    - must pass regular expression test for callsign
      ([[:alnum:]]?[[:alpha:]/]+[[:digit:]]+[[:alnum:]/]+)
2015-07-18 02:10:57 -05:00
John Greb 566f04c7e0 Revert "Don`t start in HAB mode the first time."
This reverts commit 654848e08a.
2015-07-16 14:29:41 +01:00
John Greb 8d5dc03a72 Create record loader. 2015-07-16 14:27:56 +01:00
John Greb c0801029d9 Dedupe Fluid generated include files. 2015-07-16 07:06:59 +01:00
John Greb 05edc576b1 Merge 3.22.11
Conflicts:
	src/dialogs/confdialog.cxx
	src/dialogs/fl_digi.cxx
	src/globals/globals.cxx
	src/include/confdialog.h
	src/include/configuration.h
	src/include/fl_digi.h
2015-07-15 18:57:32 +01:00
David Freese 475fd193d5 Version 3.22.11
* Maintenance/Update release
2015-07-14 12:34:46 -05:00
John Greb c855e7075b Dummy transmit needs a delay. 2015-07-13 18:19:39 +01:00
John Greb a7b03987f3 Allow RTTY in KISS mode. 2015-07-13 14:43:55 +01:00
John Greb 4bf3f3f3f8 Revert "TODO: merge KISS powersquelch."
This reverts commit edab8cf8c7.
2015-07-12 17:31:19 +01:00
John Greb d20e59ce09 Fix merge: add pwrsqlch button. 2015-07-12 17:28:53 +01:00
David Freese f61f7d7cc2 fsq modem
* added FSQCALL(US) compatible modem
  * corrected code-page 1250 Latin-1 extended character keyboard
    entry to UTF-8 strings
    - correctly encodes 1250 characters 080 through 0FF using the
      control + numeric keypad entry for the character
      . British pound sign: control 163
2015-07-11 13:17:55 -05:00
David Freese dfb931831c FreqControl focus
* fix raise window problem when mouse passes over the freq
    control
2015-07-10 16:07:31 -05:00
David Freese e477621cf1 trx exit
* fixed bug in exit procedure.  program failed to exit gracefully
    if TRX_STATE was RECEIVE
2015-07-10 09:06:23 -05:00
John Greb 3223370cb2 Fix merge: frequency display. 2015-07-01 21:58:42 +01:00
John Greb 352d2791b4 Fix merge: create and hide "unused" widgets. 2015-07-01 10:25:05 +01:00
Adam Greig 268b4f9dd5 remove pointless git rev-parse 2015-06-27 15:24:12 +01:00
Adam Greig ba486fcaa6 check based on all old git IDs instead 2015-06-27 15:23:47 +01:00
David Freese 7d881bf76b flrig xmlrpc update
* update to the interface for flrig control/query via xmlrpc
2015-06-11 02:56:09 -05:00
Kamal Mostafa 40a6dcbaab BUILD_{DATE,USER,HOST}
* Externally overridable BUILD_DATE, BUILD_USER, and BUILD_HOST to allow
    distros to generate reproducible builds.
2015-06-11 02:54:18 -05:00
John Greb b6aade387c Merge v3.22.10 2015-06-02 11:48:07 +01:00
David Freese 46c1383535 Version 3.22.10
* Maintenance / bug release
2015-06-01 09:36:05 -05:00
David Freese dfc430ff37 FTextView styles bug
* Corrected order of calling reset_styles to prevent
    calling resize with an improperly initialized styles
    table
  * This rescinds commit dac5bf4dd8
2015-06-01 08:39:11 -05:00
John Greb cbcbcbfda7 Revert "Fl_Text_Display"
This reverts commit dac5bf4dd8.
2015-05-31 17:10:55 +01:00