Wykres commitów

1986 Commity (2a0f09d8e6a2162fafdcd1dff0e3279870a713e0)

Autor SHA1 Wiadomość Data
David Freese 9882ad4113 OS X file chooser
* Abandon Fltk-1-3 Cocoa file chooser
    Causes segmentation fault.
  * Substitute Stelios implementation which relies
    on Carbon framework.
  * Requires adding "-framework Carbon" to the fltk-config
    script "fltk-config --ldflags" response.
2012-02-01 02:20:40 -06:00
David Freese 9df33700f6 WX international
* Changed url query to provide international coverage
  * Added full METAR report
  * Added noun name of reporting METAR station
2012-01-27 18:19:37 -06:00
David Freese 07cf4f2d48 Version 3.22.0BT
Alpha release
2012-01-26 15:04:45 -06:00
David Freese 46e446814a Macro filename
* Added code to recognize "\" in starting filename on windows
2012-01-26 15:03:49 -06:00
David Freese c844c7adbe Version 3.22.0BS
* alpha release
2012-01-25 09:19:36 -06:00
David Freese 4a7468fcd4 Callsign query
* Changed NOTES field behavior to append to current contents
    vice replacing field contents.
2012-01-25 08:18:42 -06:00
David Freese afc9487f62 WX Celsius
* added missing conversion from Fahrenheit to Celsius
  * allow English and/or Metric units in report
2012-01-24 16:21:31 -06:00
David Freese d72a018e78 Version 3.22.0BR
* Alpha release
2012-01-24 10:03:52 -06:00
David Freese 60bac3cdb8 Weather tag
* Added <WX:XXXX> tag where XXXX is METAR station id.
  * No change to <WX> tag
  * Both use the WX configuration for report format.
2012-01-24 05:39:04 -06:00
David Freese 56fb06773b Inline tags
* added RIGMODE, change xcvr mode
  * added FILWID, change xcvr bandwidth
2012-01-22 08:54:26 -06:00
David Freese 418721504b OS-X native file chooser
* Mods to work around apparant bug(s) in Fltk-1.3.0 native
    file chooser on OS X
2012-01-21 19:17:14 -06:00
David Freese 48998ff310 rigcat serial test
* Modified serial port in use test for instance where
    more than one program is sharing access to serial port
2012-01-21 19:13:53 -06:00
David Freese 0a4ee0abe2 Version 3.22.0BQ
alpha release
2012-01-19 17:56:20 -06:00
David Freese 19d9b1a5c3 Macro load display
* changed order of Rx displaying macro set file name
2012-01-19 17:56:07 -06:00
David Freese 03c289c4a3 File-dir selection
* mod to file select usage when using Fltk-1.3.x library
  * Changed macro file directory name parsing
2012-01-19 15:43:57 -06:00
David Freese e0d4f89e0c Rx text wrap
* Modified wrap point algorithm for fltk 1.3.0 text widget
2012-01-19 14:11:09 -06:00
David Freese dc190c4d45 UTF-8 rx suppress
* Force Rx characters to 0x00 to 0x7F range
2012-01-19 13:49:12 -06:00
David Freese 92f313d928 Get WX
* added macro tag <WX>
    - inserts weather string into Tx stream
    - reads RSSXML feed from specified METAR station
2012-01-19 08:02:44 -06:00
David Freese d2a8b76925 Version 3.22.0BP
Alpha release
2012-01-18 08:41:13 -06:00
Pavel Milanes Costa 16856e004b es.po update
* update to Spanish translation file
2012-01-18 08:36:20 -06:00
David Freese dd1416d77e Update to fltk.m4
* changed fltk test to -gt 3
2012-01-17 21:34:31 -06:00
David Freese 7a0ffda177 GCC-4.7 fixes
* gcc 4.7 imposed #include changes
2012-01-16 10:44:09 -06:00
David Freese a946efef2b Version 3.22.0BO
Alpha release
2012-01-13 20:36:57 -06:00
David Freese bcc5e9fe63 Missing files
* Add missing files to repository
2012-01-13 20:35:18 -06:00
David Freese f8d7da3e0d RX last line
* modified test for viewing bottom line
2012-01-13 19:11:17 -06:00
David Freese 004c8c2d5b Version 3.22.0BN
Alpha release
2012-01-12 10:12:58 -06:00
David Freese e3d80a6198 Debug text
* Changed text widget from Fl_Text_Display_mod to Fl_Browser
    Fl_Browser is a more efficient display mechanism for event
    viewing and uses much less cpu cycles especially when the
    event log fills to capacity of 65536 lines.
2012-01-12 06:41:16 -06:00
David Freese a1768e042d Version 3.22.0BM
Alpha release
2012-01-11 06:54:26 -06:00
David Freese 419a23657b Find chars fwd/back
* Add new method to Fl_Text_Buffer_1_3 to support finding word boundaries.
    Needed for correct identification of a callsign.
2012-01-11 06:54:26 -06:00
David Freese b3e675c18a View browser find control
* changed horizontal coordinate computation
2012-01-11 06:53:59 -06:00
David Freese 444eb6b179 Corner controls
* position controls to prevent OS X window decoration from modifying
    fldigi controls
2012-01-11 06:53:25 -06:00
David Freese e1c991fe64 Rig cat close
* added reset of open flag on closing thread
2012-01-09 10:50:00 -06:00
David Freese 14d24d696c OpBrowser font
* Changed default font/size for better visibility
    - Courier is a very weak font on OS X
2012-01-09 10:49:47 -06:00
David Freese fd602017c3 Tune abort
* Added code to restore tune button to off / colors when
    sound card right channel change interrupts transmit cycle
2012-01-09 10:49:37 -06:00
David Freese 23b9a177d2 Fltk-1.3.0
* Added conditional compilation for
    - Panel.cxx
    - Fl_Text_Buffer.cxx
    - Fl_Text_Display.cxx
    - Fl_Text_Editor.cxx
    - FTextView.cxx
    - FTextRXTX.cxx
  * Added code to support fast wrap
    - Rx text buffer serviced as a non-wrap buffer
    - new lines inserted into text stream when current line
      length exceeds the panel width
    - no attempt to recalculate word wrap if panel is
      resized
    - needed for slow cpu and OS X X implementation
  * Added margin adjuster
  * Removed horizontal scroll when word wrap enabled
  * Set vertical scroll to always visible - prevents
    unnecessary reformating of text when scroll bar
    goes from hidden to visible
  * Corrected faulty logic in handle_dnd for dragging file from
    file manager view to editor widget
    - SHIFT-dnd places object name into target widget
    - dnd places object contents into target widget
    - dnd multiple objects concatenates contents into target widget
  * Test for bottom of text visibility when programmatically
    adding characters to a text view or edit buffer (Rx/Tx)
  * Implemented common FSEL methods for Fltk 1.3.0
    - 1.3.0 used common calls for all supported OS
2012-01-09 10:49:11 -06:00
David Freese faff489972 VAC PTT delay
* add user configurable msec delay before releasing PTT
2011-12-24 09:14:29 -06:00
David Freese 8373e4b963 Version 3.22.0BL
Alpha release
2011-12-20 13:32:33 -06:00
David Freese ca82dac568 Mono audio
* Added code to force mono audio output when no right channel
    output is required.
  * Fixed output buffer overrun
2011-12-20 13:31:11 -06:00
David Freese 9409d6c144 NAVTEX check-TESTS
* failed script test due to missing "config.h"
    include
2011-12-12 00:28:03 -06:00
David Freese e37c3e42d8 Version 3.22.0BK
Alpha release
2011-12-11 13:49:02 -06:00
David Freese 773c413e4d Right Channel audio
* Write silence stream to right channel if not enabled
  * Added separate tab for right channel configuration items
  * Replicated right channel control items on the new tab.
    Original controls on PTT, CW and RTTY tabs or the
    replicants may be toggled to control right channel
    operation
  * Added check button to enable reversal of left-right audio
    channels
2011-12-10 11:56:55 -06:00
David Freese 8d54e28869 NAVTEX modem
* Navtex reception modem added, initial release.
  * Added XML-RPC navtex::get_message.
  * Added logging of Navtex messages.
2011-12-10 11:55:18 -06:00
David Freese 0c064c64a4 WEFAX update
* When changing wefax slant, prompts to save configuration on exit.
  * Changed wefaxNNN to wefaxNNN_modem
  * Changed sample rate initialization
  * Fixed prototype for wefax::getfile
  * Fixed logging of fax images.
2011-12-10 11:55:17 -06:00
Remi Chateauneu ee1ab43ae4 Modem class update
* get_xxx methods declared const where appropriate
  * Simple get_xxx methods inlined for better performances and smaller code.
2011-12-10 11:55:17 -06:00
Remi Chateauneu 8d647fc315 QsoRec comparisons
* Added cQsoRec::setDateTime and setFrequency with specific format.
  * compareTimes, compareDates and compareModes twice faster.
2011-12-07 19:47:31 -06:00
David Freese b8ccd770f6 Version 3.22.0BJ
Alpha release
2011-12-06 09:46:44 -06:00
David Freese 87cc9d43a3 WARN status colors
* Added user selectable colors for level indicator (diamond below wf)
    - Low    - nominal BLACK, signal < 0.05
    - Normal - nominal GREEN, 0.05 <= signal < 0.9
    - High   - nominal YELLOW, 0.9 <= 0.9 < 0.98
    - Over   - nominal RED, signal >= 0.98
    signal is the peak audio value % of maximium for the sound
    card in use.
  * Note that this level is for the composite of all signals within the
    passband and not just for signal being decoded.
2011-12-06 09:45:54 -06:00
David Freese 6ac3b345b6 Cty.dat
* Allow user to specify location of cty.dat file.
  * Use specified cty.dat path to also locate
    lotw1.txt and AGMemberList.txt
  * Allow user to reload the file(s) if updated while fldigi
    is running or the location is changed.
  * This change allows multiple instances of fldigi to use a
    single, manageable, installation of the files
    - cty.dat
    - lotw1.txt
    - AGMemberList.txt
    The three files must be co-located in a single folder.
2011-12-03 13:34:21 -06:00
David Freese 56f902002f Version 3.22.0BI
Alpha release
2011-12-02 14:37:28 -06:00
David Freese 0c2b4fc090 Contestia 64/1000
* Added to mode menu system iaw request from KH6TY
2011-12-02 14:36:32 -06:00