Wykres commitów

1986 Commity (2a0f09d8e6a2162fafdcd1dff0e3279870a713e0)

Autor SHA1 Wiadomość Data
David Freese 2a0f09d8e6 FLAMP interface fix
* Change AMP recognition from "<FLAMP" to ">FLAMP"
2012-12-08 08:04:46 -06:00
David Freese 9006fdeaf4 View browser
* Removed bold declaration from line format string
    - caused erroneous character printing if a font
      was used which had no bold definition in the
      font library (observed on Linux).
2012-12-08 08:04:46 -06:00
Andrej Lajovic 7bdf0353e1 UTF-8 wide characters
* Fix put_echo_char() to handle UTF-8 characters wider than two bytes
  * Reimplement Fl_Text_Buffer_mod::get_char_at() to handle UTF-8 chars
    wider than two bytes
2012-12-08 08:04:46 -06:00
Andrej Lajovic 6706da00c5 flarq bug fix
* fix Sessionname vs. SessionName (uninitialized variable)
2012-12-08 08:04:45 -06:00
Andrej Lajovic 1d7f8c25dd Add_tx_char
* Fix calling add_tx_char() from a wrong thread
2012-12-08 08:04:45 -06:00
David Freese fd9848278f Version 3.22.0CH
* Alpha release
2012-10-03 09:56:00 -05:00
David Freese d43f564de1 UI update
* Port forward recent UI changes in the 3.21 branch
2012-10-03 09:47:12 -05:00
David Freese 14346a7c51 flmsg/flamp stream processing
* added parsing of cmd line parameters when opening flmsg
    upon completion of wrap file extraction
  * added parsing of flamp text streams
  * modified socket arq to separate socket i/o from both
    signal processing and main thread.
2012-10-03 09:21:18 -05:00
David Freese 385c33094e Version 3.22.0CG
* Alpha release
2012-10-03 02:44:40 -05:00
David Freese caac757441 Code merge fixes
* Corrections fl_digi.cxx and logger.cxx
2012-10-03 02:44:08 -05:00
David Freese 4001d42af3 Version 3.22.0CF
* Alpha release
2012-10-02 16:14:03 -05:00
Kamal Mostafa e203c4e520 Fix crash if no OSS mixer support
Protect MixerOSS:: routines from trying to access uninitialized tables, as
happens when no OSS mixer support is present.  Specifically, if openMixer()
or initMask() error out for whatever reason, then InputSourceNbr() and other
routines will crash becasue num_rec and num_out never get set to zero.

BugLink: https://bugs.launchpad.net/ubuntu/+source/fldigi/+bug/1058298
2012-10-02 16:13:21 -05:00
David Freese 1880cfe8ed Logbook Call width
* Base Freq / Call control width on width of string
    "WW/WW8WWW/WW." vice
    "99.99999"99
  * needed for OS X - default fonts use very narrow digits
2012-10-02 16:13:02 -05:00
Andrej Lajovic 2a391bcfef Log file update
* Write UTF-8 to log file
  * Remove redundant code
    - open log file in main.cxx
    - also in function create_fl_digi_main_primary()
2012-10-02 16:12:14 -05:00
Andrej Lajovic 3e0dac76fe UTF-8 char echo
- fix echoing of UTF-8 characters in the Rx panel
2012-10-02 16:11:54 -05:00
Andrej Lajovic e84c5ce3af Hamlib sideband menu
* Toggle initialize button when sideband menu selector changes
2012-10-02 16:11:44 -05:00
David Freese 1bfdfeeccb flmsg cmd line params
* added parsing of cmd line parameters when opening flmsg
    upon completion of wrap file extraction
2012-09-07 05:37:00 -05:00
David Freese 6142046a0a DominoEX varicode
* Correct table entries for { }
    - values incorrect in original gmfsk implementation
2012-09-07 05:35:15 -05:00
David Freese d02f71487f WRAP binary files
* Add character handling in Rx for both received and transmit echo
    characters when sending binary data.
2012-09-07 05:35:04 -05:00
Andrej Lajovic e6ee942a87 Backspaces patch
* Correct failure to send Tx text when first character entered
    is a backspace.
2012-09-01 18:15:29 -05:00
Daniel F1RMB 6d6c7b33ae UI enhancements
* Added configure item in UI general to open confirmation
    dialog when user exits program
  * Fix RPC log TimeOn value,
    without this, timeon == timeoff.
    patch corrects data transfer to CQRlog.
  * Add new shortcuts in TX widget.
    - SC-c for <CALL>
    - SC-n for <NAME>
    - SC-r for <RST>
    - SC-l for <MYLOC>
    - SC-h for <MYQTH>
    - SC-a for <ANTENNA>
    - SC means Shift-Control.
2012-09-01 18:15:04 -05:00
David Freese 4cb619d4fb Combo update
* Updated combo box widget class
2012-09-01 18:09:18 -05:00
David Freese 4cf9425b3c Socket send on Linux
* Modified socket send routine to test for kernel send socket failure
2012-09-01 18:08:44 -05:00
David Freese ad43c73834 Extract timeout
* Removed 16384 size limitation on WRAP file extract processing.
  * Added 10 second timeout.  Extract process reset after a 10 second
    period of no incoming text.
2012-09-01 18:06:58 -05:00
David Freese 22ad2be6e8 ASCII tables
* Added ASCII3 table
    - ASCII - used for RTTY
    - ASCII2 - used for ARQ / PSKMAIL
    - ASCII3 - used for all other text
2012-09-01 17:56:06 -05:00
Kamal Mostafa db78661087 fix spelling error 2012-08-07 21:57:03 -05:00
David Freese 57801e9929 Logbook dialog initial size
* Added code to restore position/size of logbook dialog
    when restarting application
2012-08-04 07:53:45 -05:00
David Freese ede0fd89d6 RsID Multiple
* Added Macro <NRSID:[n]> where
    - n < 0 will cause |n| RsID bursts and exit from Tx
    - n > 0 will cause |n| RxID bursts and Tx continue
    - n == 0 will cause a single RxID burst and Tx continue
    - multiple RsID bursts are separated by an interval of
      200 milliseconds
2012-08-04 07:53:08 -05:00
David Freese 5aefacd221 Version 3.22.0CE
* Alpha release
2012-08-03 07:00:41 -05:00
David J Vanecek 9025bea6e7 Open BSD fixes
* Changes to allow correct build on Open BSD
2012-08-02 14:45:30 -05:00
David Freese 07d5d89b5e Restore post signal rsid
* Restored ability to send rsid at end of transmission
2012-08-02 14:45:04 -05:00
Kamal Mostafa dae167edd4 Tango icon: Restore missing weather_clear_icon
The "Tango icon pixmaps update" commit omitted this one.
2012-07-08 19:43:44 -05:00
David Freese 7b999a94c4 Version 3.22.0CD
* Alpha release
2012-07-08 06:17:36 -05:00
David Freese b36a5e8ea7 RTTY metric
* Changed metric measurement to measurment only within
    the bounds of the Mark/Space frequencies.
2012-07-08 06:16:48 -05:00
David Freese 143cb1c0bc Logbook Colors-Fonts
* Added color / font configuration for logbook dialog.
  * Modified Table widget to provide column width tracking
    during resize
2012-07-08 06:15:40 -05:00
David Freese 9f5250f77a RX Text backspace
* Correct logic error in handling UTF-8 char backspace
2012-07-04 13:28:07 -05:00
David Freese 228f2fc68d Version 3.22.0CC
* Alpha release
2012-07-02 08:50:02 -05:00
Kamal Mostafa 24b8bcc427 Tango icon pixmaps update to version 0.8.90 (public domain)
Replace the Tango Icon Library pixmaps (previously licensed as CC-BY-SA-2.5)
with new pixmaps generated from tango-icon-theme-0.8.90, which has since
been re-licensed as Public Domain.  Move Tango pixmaps to pixmaps_tango.cxx.
2012-07-02 08:49:37 -05:00
David Freese 55c0372dd3 HAMQTH Session ID
* Retry session ID after session time out
  * Correct error string extraction
2012-07-02 08:49:37 -05:00
David Freese 47b5bf6c89 Merge log records
* Correction to merge logic for HHMMSS in TIME_ON, TIME_OFF
  * Fix for possible seg fault during record merging
2012-07-02 08:49:37 -05:00
Leonardo ff063eb163 Wavefile playback
* Corrected fault when trying to playback a stereo wavefile
  * Leonardo is not yet a ham but credits his interest to his
    grandfather, I5LAP.
2012-07-02 08:49:36 -05:00
David Freese a7e112269e Version 3.22.0CB
Alpha release
2012-06-14 09:04:36 -05:00
David Freese 0dbf248cdf Polish translation
* added files to support Polish translation
2012-06-14 09:01:05 -05:00
Remi Chateauneu a3435a73b8 sfft speedup
* Speedup of sfft::run
2012-06-14 08:55:48 -05:00
David Freese 91cdbe403d file-chooser
* Update to Native File Chooser usage.
  * Passes corrected parameters ... OS X very pedantic on
    parameter format
2012-06-14 08:46:07 -05:00
David Freese b7200d6e3b HamQTH
* Test for expired session_id
  * Request new session_id if expired
2012-06-14 08:41:13 -05:00
David Freese 6280de9c93 WEFAX/NAVTEX config
* Added links to open correct config tabs.
2012-06-14 08:40:42 -05:00
David Freese 909f3fabb0 Main Panel Controls Colors-Fonts
* Add user configuration items to allow
    customizing fonts and colors for all
    widgets on main display
2012-06-14 08:32:29 -05:00
David Freese e9587fed17 Logbook Update
* Time ON/OFF
    - Added seconds to logged time
    - Update older records to use seconds, default 0
    - Add seconds to time sort
  * QRZ query notes
    - removed '\n' character if field returns empty
2012-06-14 08:24:25 -05:00
David Freese 9b3dabd853 Fork open file descriptors
* Add O_CLOEXEC to all open(...) calls
  * Add "e" to all fopen(...) calls
  * Prevents passing open file descriptors to child
    processes.  Leaving psid's available to the child
    could cause unwanted i/o problems and possibly a
    security leak.
2012-06-14 07:53:39 -05:00