Wykres commitów

1132 Commity (3e6a5c48fd06b1b9d360e081e31985c5df808767)

Autor SHA1 Wiadomość Data
David Freese 3e6a5c48fd WRAP file extract
Added seconds to the file date-time stamp.
2009-07-31 09:33:20 -05:00
David Freese 09e4a1603a Version 3.13AC
alpha test version
2009-07-29 15:22:18 -05:00
David Freese f2b29cb160 RigCAT bug fix
Serial i/o driver change imposed by build environment change
    cygwin ==> mingw
    Windows CommTimeouts / buffer flush behavior required changes
2009-07-29 15:13:27 -05:00
David Freese 5897cf7902 Hamlib exit message
Changed "transceiver on fire" message to a less provocative
    rendition.
2009-07-28 05:32:00 -05:00
David Freese eba91fff4a Secondary text TX but in DominoEX-FEC and Thor
suppress transmission of trailing NULL in secondary text string
2009-07-27 18:27:45 -05:00
Stelios Bounanos e1daa1dba3 Fix DnD file insert on OS X 2009-07-26 18:37:02 +01:00
Stelios Bounanos 5925ec30de Fix sound file selector
* Correctly handle the Default save-as type on OS X
* Check for supported formats by attempting to open a file for writing
2009-07-26 18:36:59 +01:00
Stelios Bounanos ce4c179fb2 Correctly populate RigCAT menu on OS X 2009-07-26 18:32:49 +01:00
Leigh L. Klotz, Jr 5f1658c875 Macro variable bug fix 2009-07-26 18:32:49 +01:00
David Freese 15c6553904 Version 3.13AB
flarq version 4.2.2 maintenance release
2009-07-25 14:31:17 -05:00
David Freese b72cfd5053 MT63 mod
Added tone duration setting to MT63 configuration tab
    Removed the small noise blip that preceeded the "tune" tones
2009-07-25 14:19:35 -05:00
Stelios Bounanos 4fff1160db Add missing include 2009-07-25 18:30:50 +01:00
Stelios Bounanos d1c206b98b Restore MT-63 options
Restore the new MT-63 settings which were added by commit
cf4c6710fa and inadvertently removed in
commit ecf1f101a2.
2009-07-25 18:30:50 +01:00
Stelios Bounanos dfab290dd6 Initialise pthreads/win32 in flarq 2009-07-25 14:19:37 +01:00
Stelios Bounanos 4fdba006b5 Version 3.13AA 2009-07-24 03:13:46 +01:00
Stelios Bounanos ecf1f101a2 Restore two channel capture 2009-07-24 02:43:52 +01:00
Stelios Bounanos a8a734cb93 Fix millisleep function 2009-07-24 02:43:50 +01:00
David Freese cf4c6710fa MT63 transmit bug fix
1. MT63 tx buffer was not correctly initialized at the start
       of each transmission.
    2. Added Rx Integration length selector to MT63 configuration.
    3. Added lowest / highest preamble tones as a signal acquisition
       aid.  User can enable lowest, both or none.
2009-07-24 02:43:03 +01:00
David Freese 52fb02e33d Version 3.12
Public release version 3.12
2009-07-18 22:58:06 +01:00
David Freese 44f869c019 Version 3.12AO 2009-07-14 08:58:38 -05:00
Stelios Bounanos 3537f62788 Add RSID notifications
* Add RSID event type
* Add RSID receive options to:
  - Notify only
  - Enter RX text marker before changing modem and frequency
* Add close buttons
* Fix notification window callback
* Remove re_t assignment operator
* Use RE matching for callsign filter
2009-07-13 19:46:00 +01:00
Stelios Bounanos 2a4cd68521 Improve frequency display kb entry
Steal focus when the mouse pointer enters the widget so that
no mouse click is needed before a frequency can be typed in.
Restore focus when the mouse exits the widget.
2009-07-12 15:16:15 +01:00
David Freese 9c291a872f Enable XMLRPC QSY capability 2009-07-11 18:38:22 -05:00
Stelios Bounanos deea0f674b Add ITU zone to countries list 2009-07-06 03:20:08 +01:00
Stelios Bounanos d54a2ca078 Fix compilation on glibc 2.10
Fix some strchr calls which did not preserve const-ness.
See:  http://udrepper.livejournal.com/20948.html
2009-07-06 03:20:08 +01:00
David Freese b83eea4445 Version 3.12AN 2009-07-02 14:41:11 -05:00
David Freese 9de9eb5324 Xmlrpc mods
Restored the pre 3.12AL behavior of main.set_frequency.
    Added main.set_rig_frequency for set frequency behavior required
    by external rig control program such as flrig
2009-07-02 14:38:58 -05:00
David Freese 84fb2ebfc6 Version 3.12AM 2009-07-01 16:04:11 -05:00
David Freese 07a01b1555 Logbook bug fix
Read ADIF function did not correctly distinguish between the
    SRX and SRX_STRING fields in the saved adif file format.
2009-07-01 16:02:13 -05:00
Stelios Bounanos 42b638df60 Fix socket fd leak 2009-07-01 13:58:10 +01:00
Stelios Bounanos 58c2f8b0fd Fix compilation error and warnings on 64bit archs 2009-07-01 13:58:10 +01:00
David Freese 2cb3874555 Version 3.12AL 2009-06-30 14:24:29 -05:00
Stelios Bounanos c07ec21fc1 Add generic notifier 2009-06-30 16:30:35 +01:00
Stelios Bounanos 88bedac61f Add dragging to table widget 2009-06-30 16:30:35 +01:00
Stelios Bounanos 757a8f8d08 Simplify RE classes
Also add a hash function.
2009-06-30 16:30:35 +01:00
Stelios Bounanos cbf0d871ae Extend macro editor
Add the ability to append text to input widgets.
2009-06-30 16:30:35 +01:00
Stelios Bounanos 53a2820a20 Improve dxcc, spot, pskrep performance
* Use unordered_maps (or hash_maps on ancient gcc4 versions)
* Store the spot callbacks such that RE searching is minimised
* Store list of country names
2009-06-30 16:30:35 +01:00
Stelios Bounanos 9648c3036e Remove handling for REs without backref support 2009-06-30 16:30:35 +01:00
Stelios Bounanos 1b474a236d Fix config input field labels 2009-06-30 16:30:35 +01:00
Stelios Bounanos d6d597477c Add Fl_Input2 mouse wheel handling 2009-06-30 16:30:35 +01:00
Stelios Bounanos bf4cea41ec Add automatic FText text_area resizing
This ensures that both the main text widgets will always display an
integer number of lines.
2009-06-30 16:30:34 +01:00
Stelios Bounanos e803fcd82e Improve FText drag and drop
* Scroll when dragging over the scrollbars, which is better than having
  to wiggle the mouse pointer at the top or bottom of the text, and much
  simpler than doing timed scrolls at those regions.

* Add a shortcut (Shift-drag) to paste file names rather than insert file
  contents.  Also support multiple files.
2009-06-30 16:26:07 +01:00
Stelios Bounanos ec26eb6334 Add band to RX text tooltip
Also rearrange "Last QSO" line to use commas
2009-06-30 16:26:07 +01:00
Stelios Bounanos 8283833124 Add string join and split functions 2009-06-30 16:26:07 +01:00
Stelios Bounanos d70ea69254 Print build info in crash handler 2009-06-30 16:26:07 +01:00
Stelios Bounanos f25b5d1c72 Fix azimuth_long_path
* Return the correct long path azimuth (thanks P.J. Rovero, KK1D)
* Update configure.ac to use our fixed locator.c if hamlib <= 1.2.9
2009-06-30 16:26:07 +01:00
Stelios Bounanos d11f6fe0ee Add frequency display text paste support 2009-06-30 16:26:06 +01:00
David Freese 3bad2d4b7f xmlrpc mods
Added the following xmlrpc methods to provide interface to
    flrig and other similar remote transceiver control programs:
        main.set_rig_name
        main.set_rig_modes
        main.set_rig_mode
        main.get_rig_mode
        main.set_rig_bandwidths
        main.set_rig_bandwidth
        main.get_rig_bandwidth
2009-06-30 09:40:16 -05:00
David Freese 3c53fe548d Version 3.12AK 2009-06-14 14:50:54 -05:00
Stelios Bounanos 419123c17e Fix text echo functions
Ensure that this code is called by the main thread
2009-06-12 23:30:38 +01:00