Commit Graph

967 Commits

Author SHA1 Message Date
Edson W. R. Pereira e5e9ea41ab Minor GUI layout adjustments.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3132 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-04 15:04:01 +00:00
Edson W. R. Pereira d7fd5c78e0 Force version update.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3131 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-04 13:08:10 +00:00
Edson W. R. Pereira 7cda5208c0 Enabled layout manager on the MainWindow.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3130 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-04 13:07:15 +00:00
Joe Taylor 757fd241df Now have two decoded text boxes: left for decodes at QSO frequency, right
for everything else.
NB: I have screwed up the vertical expansion of mainwindow: growth occurs
at the bottom, rather than in the text boxes.  Help!


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3129 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-04 00:09:25 +00:00
Joe Taylor 7f8f9ed528 "Clear call and grid after logging" is now optional.
Option to display distance in miles.
Remove (or reduce?) negative red spikes at start of Rx period.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3128 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-03 21:32:21 +00:00
Joe Taylor a4f82521bd Correct a flaw in decoder(); do some code cleanup.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3127 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-03 20:42:12 +00:00
Joe Taylor c23fd176b8 Implemented the "nqd=1,0,-1" logic for decoding.
Plot scale now marks the decoding range in blue, Rx freq range in green, 
and Tx frew range in red.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3126 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-03 20:21:00 +00:00
Joe Taylor 7f72925679 First try at changing Tol to fMin and fMax. More work still to be done!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3125 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-03 16:44:31 +00:00
Joe Taylor 461fdd79aa 1. Blank lines between decoding periods now optional.
2. "CQ DX" is now treated properly when the decoded line is double.clicked.
3. Displayed sync values reduced by 1/2.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3124 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-03 15:35:11 +00:00
Joe Taylor b0bdd95949 Prevent crash when transmitting a 2-word message.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3123 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-02 23:12:19 +00:00
Joe Taylor e956a01e95 Fix pack/unpack bugs reported by VE5VA.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3121 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-02 16:37:10 +00:00
Joe Taylor a36155e316 Write all decodes to file 'decoded.txt'. Unlike ALL.TXT, this file is not
cumulative; each invocation of the decoder starts the file anew.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3118 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-04-02 13:49:52 +00:00
Joe Taylor 87f17ecb04 1. Blank line (gray background) to decoded text window at start of new
decoding minute.
2. LogQSO confirmation screen no longer blocks GUIupdate().
3. Remove an unused item from Help menu.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3117 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-29 00:21:26 +00:00
Joe Taylor f6cae35ee7 Tweak the wording on two labels.
Change default JT9 frequencies on 60, 17, and 12 m.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3116 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-28 17:22:40 +00:00
Joe Taylor 7d3d14fd46 Make LogQSO a "Do Nothing" if callsign is blank.
Fix a bug in handling messages with no embedded blanks.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3115 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-28 12:05:59 +00:00
Joe Taylor 37be6919aa Add required string length for C-to-Fortran calling sequence for stdmsg_().
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3114 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-27 20:49:12 +00:00
Joe Taylor 0192ff74f8 Correct logic errors when user has requested VOX control of PTT.
Clear DXCall and DXGrid boxes after logging a QSO.
Add instruction at top of "confirm LogQSO" screen; increase font size on 
its labels.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3113 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-27 20:08:00 +00:00
Joe Taylor e7f8b7e0ca Reset a number of default parameters so they will be consistent with a
new version of the User's Guide (which itself is not yet finished).


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3112 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-26 18:54:15 +00:00
Joe Taylor 85934040c6 Tweaked size od devsetup window.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3111 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-26 17:16:47 +00:00
Joe Taylor eceeb969ad Add "Prompt to log QSO" option on Setup menu.
Reduce code speed for CW ID to 22.5 WPM.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3110 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-26 16:23:40 +00:00
Joe Taylor 4544824f30 Another adjustment to the trade-off between decoding time and sensitivity.
If CTRL is held down when double-clicking on a decode, the QSO freq (
both Rx and Tx) will be reset even if the first decoded callsign is MyCall.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3109 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-26 15:59:23 +00:00
Edson W. R. Pereira 0707827d9b 1. Version update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3108 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-26 15:42:34 +00:00
Edson W. R. Pereira e721b2d511 1. Cleared CAT serial device list in UI. It is now populated in devsetup.cpp.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3107 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-26 15:41:31 +00:00
Edson W. R. Pereira 294df9566e 1. Increase size of labels in devsetup to prevent text hiding.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3106 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-26 15:38:10 +00:00
Edson W. R. Pereira bfe15fc4a2 1. Forced revision update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3105 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-26 15:31:42 +00:00
Joe Taylor bd4a12dce4 Dummy commit (to bump the revision number saved in mainwindow.cpp).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3104 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-26 14:05:01 +00:00
Edson W. R. Pereira a1083d17b3 1. Fixed issue with jt9 process not sleeping under Linux.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3103 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-26 14:00:51 +00:00
Joe Taylor f1fa0326e5 Reactivated call to "morse" for CW ID.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3102 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 22:55:15 +00:00
Joe Taylor bcda1ebe8c Fix warning messages about duplicate widget names in devsetup.ui.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3101 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 22:16:21 +00:00
Edson W. R. Pereira fea674de12 1. Added comport list as per OS type
2. Adjusted layout od devsetup dialog


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3100 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 20:42:25 +00:00
Joe Taylor f26dd5ed1d Corrected the logic for setting rig frequency to the Default Frequency
on the Setup screen.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3099 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 20:15:30 +00:00
Joe Taylor e8177a5887 Forgot to update DialFreq label when the band setting changes.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3098 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 19:48:25 +00:00
Joe Taylor 0516a86dd8 1. Tweak the DialFreq label; remove similar label from Wide Graph window.
2. Add a tab for Default Frequencies on Setup window.
3. Update Makefile.MinGW
4. Bump version number to 0.8.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3097 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 19:13:49 +00:00
Edson W. R. Pereira 23a65ea2f3 1. Added Linux serial devices to serial devices selector
2. Fixed bug with default number of serial stop bits
3. Adjusted layout on setup dialog


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3096 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 15:18:46 +00:00
Joe Taylor b13ba9b9ee Make Dial Frequency bold-face.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3095 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 13:03:08 +00:00
Joe Taylor 0071aa56ef Connected the commanded dial frequency to the label, and increased the
font size.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3094 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 12:45:37 +00:00
Joe Taylor 7515725c63 Added the source code for morse().
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3093 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 12:17:21 +00:00
Edson W. R. Pereira 466d7fe2b7 Updated label name for dial frequency.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3092 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 11:32:30 +00:00
Edson W. R. Pereira 20b44323fe Reorganized layout to accomodate Dial Frequency label.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3091 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 11:26:11 +00:00
Joe Taylor e539ee3760 Reports -1 to -9 displayed as -01 to -09 in Tx messages.
Save/restore band setting on program restart.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3090 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 01:39:20 +00:00
Joe Taylor 12523c42a4 Implemented CW ID.
Signal reports 0 dB and above now displayed as "+03", "+16", etc.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3089 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-25 01:24:47 +00:00
Edson W. R. Pereira 4dbeb17500 Change to soundout.cpp to get output audio working under Linux.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3088 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-24 22:34:57 +00:00
Edson W. R. Pereira d1273a7572 Small change in GUI layout to keep interface geometry.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3087 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-24 18:11:03 +00:00
Joe Taylor f75f8ee6ad Equalized label sizes.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3086 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-24 18:05:03 +00:00
Edson W. R. Pereira afc22d29fa Fixed bogus empty lines in decoded window.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3085 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-24 18:01:22 +00:00
Joe Taylor 389b4ac864 Center-align the labels in band-set ComboBox.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3084 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-24 17:40:14 +00:00
Joe Taylor a1e43d4a77 Continuing to work on Rig Control.
Changed "Tx = QSO Freq" button to a band-change ComboBox.
Rig control of frequency setting and T/R now works on TS-2000.
T/R sequencing is not yet correct, but I thimnk it still works OK in the 
DTR/RTS switching mode.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3083 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-24 17:29:26 +00:00
Joe Taylor 1e1e5f1856 Center the text in Call/Grid boxes.
Spell out "Generate Standard Messages" on button.
Spell out "Drift" at top of decoded text window.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3082 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-24 15:01:36 +00:00
Edson W. R. Pereira f7a1b7ff63 1. Tested merge with K1JT code. Seems ok.
2. Fixed labAzDif label.
3. Implemented new GUI layout.
4. Added legend label to decoded window.
5. Cosmetic change to the decoded window formatting.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3081 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-24 14:31:09 +00:00
Joe Taylor 8b9714d487 Working on Rig Control... Not complete yet, but psogram should compile
and run with PTT control via DTR/RTS.

Will need to replace a "labAzDist" label in mainwindow.ui.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3080 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-03-24 14:13:37 +00:00