Jordan Sherer
1c6b18cb51
Fixed #77 : Added an option to hide the statusbar
2019-01-09 11:14:59 -05:00
Jordan Sherer
bb3a710b88
Clear activity should clear the heard graph too.
2019-01-03 15:43:07 -05:00
Jordan Sherer
0f61ebe78d
Merge branch 'ft8call-develop' of bitbucket.org:widefido/js8call-private into ft8call-develop
2019-01-03 13:33:25 -05:00
Jordan Sherer
0ec5348aee
Fixed issue with requests being sent out of the MessageClient when udp is disabled
2019-01-03 13:33:08 -05:00
Jordan Sherer
68c15aa83e
Added heard activity graph logging
2019-01-03 12:39:48 -05:00
Jordan Sherer
44bb868efb
Fixed issue with removing band activity rows
2019-01-02 21:27:04 -05:00
Jordan Sherer
4f226b0c11
Cleanup of build frames and a note for later
2019-01-02 12:36:25 -05:00
Jordan Sherer
cc9ecf0f47
Bump eol
2019-01-02 12:28:27 -05:00
Jordan Sherer
bdfc1cff8e
Squashed commit of the following:
...
commit e48c78765ca1e2e5a68fd93bac7191eaf6918352
Author: Jordan Sherer <jordan@widefido.com>
Date: Wed Jan 2 12:23:28 2019 -0500
Transition to persistent inbox for later retrieval
Fixed issue with inbox items disappearing due to aging.
commit 1df07595bf6507438c1488839f7a2075a432a1a1
Author: Jordan Sherer <jordan@widefido.com>
Date: Wed Jan 2 09:23:28 2019 -0500
Filtered value and count queries for the inbox
commit c93a93a1c43a65fae4a31ddeb40c77c53204bbdb
Author: Jordan Sherer <jordan@widefido.com>
Date: Tue Jan 1 22:58:07 2019 -0500
Initial cut of inbox storage
2019-01-02 12:27:16 -05:00
Jordan Sherer
0405dba3fc
Added RIG.PTT status message to the API
2019-01-01 10:29:35 -05:00
Jordan Sherer
bedc6dd96c
Fixed bug with hearing command response. Added status response shortcode.
2019-01-01 10:12:09 -05:00
Jordan Sherer
85c0f1fb96
Fixed #60 : sort by menu added to right click of the table headers
2018-12-31 20:30:47 -05:00
Jordan Sherer
81a22ab8b8
Renamed QUERY to QUERY CALL. Added generic user QUERY with no auto-reply (for scripting).
2018-12-31 20:03:51 -05:00
Jordan Sherer
7b44b3010a
Display 0M idle status in status command
2018-12-31 19:45:31 -05:00
Jordan Sherer
b0fff26b77
Added timestamp to alert
2018-12-31 17:07:33 -05:00
Jordan Sherer
0a63433bd7
Restore the alert box for when a message is received via relay
2018-12-31 15:53:09 -05:00
Jordan Sherer
a4cc87d7b4
Added a toggle to disable word suggestions
2018-12-31 15:25:04 -05:00
Jordan Sherer
28e542e414
Updated suggestions menu to be inline
2018-12-31 15:14:48 -05:00
Jordan Sherer
95bbfb8232
Squashed commit of the following:
...
commit a1f8cef250bcc033d120d87aaeafd0794e0c7252
Author: Jordan Sherer <jordan@widefido.com>
Date: Sun Dec 30 20:16:47 2018 -0500
Added word replacement from suggestions menu
commit 51af18c06d3268b34dd5b472f8a94787e47af04c
Author: Jordan Sherer <jordan@widefido.com>
Date: Sun Dec 30 11:21:24 2018 -0500
Simplified word checker to use text stats signal for computation
commit aa831492784fec30c8a6d804a4ae7ca718f865fe
Author: Jordan Sherer <jordan@widefido.com>
Date: Sat Dec 29 22:50:24 2018 -0500
Initial working implmementation of spell check highlighting
2018-12-30 20:18:35 -05:00
Jordan Sherer
7e9e955d7d
Fixed macro expansion of macro QTC, QTH, CQ, REPLY values
2018-12-28 11:44:58 -05:00
Jordan Sherer
45f5854bc0
Merge branch 'ft8call-develop' of bitbucket.org:widefido/js8call-private into ft8call-develop
2018-12-27 22:39:57 -05:00
Jordan Sherer
9e1afaf106
Changed status response to only report things that are 'on'
2018-12-27 22:39:13 -05:00
Jordan Sherer
1a8d02fc89
Performing some minimal code cleanup
2018-12-27 10:04:46 -05:00
Jordan Sherer
4064c70c26
Restore clear all menu item label
2018-12-27 00:13:06 -05:00
Jordan Sherer
ce153a4511
Moved callsign count to header instead of in the ALLCALL row since that row can be hidden now
2018-12-26 23:38:24 -05:00
Jordan Sherer
ebbdd679e1
Updated menu item label
2018-12-26 23:22:07 -05:00
Jordan Sherer
298500f8fc
Added confirmation to clear all activity item
2018-12-26 23:08:02 -05:00
Jordan Sherer
0d63463851
Added new status command output and fixed a bug in macros
2018-12-26 20:33:30 -05:00
Jordan Sherer
c8af5e51a7
Removed save/messages/callsign.txt for every directed calls in preparation for message inbox
2018-12-26 15:16:25 -05:00
Jordan Sherer
9f2e87c076
Removed selcall and active flag
...
In effort to simplify the behavior of automatic responses as well as make the software easier to use, I have removed the SELCALL button and the ACTIVE flag. Now, the response to STATUS is one that contains actual status (AUTO ON/OFF, VERSION NUMBER, etc). HBs used this in their transmissions, but it was never really accurate because it relied on the user to toggle the switch. Hazardous really. So, I approached this by simplifying the behavior. If AUTO is on, you will reply to direct queries. If AUTO is off, you wont. Simple. If HB is on, you will heartbeat. If it is off, you wont. Simple. If both AUTO and HB is on, you will automatically reply to heartbeats with ACKs. If not, you wont. Simple. You can remove yourself from the ALLCALL group. This is the same behavior as the previous SELCALL function and now that we have simplified it I can build an actual SELCALL function (to selectively allow stations to call you) instead of a 1/2 SELCALL that it used to be. Bingo.
2018-12-26 14:05:44 -05:00
Jordan Sherer
6ef891af0f
Fixed inactive table highlighting
2018-12-23 22:31:22 -05:00
Jordan Sherer
0f05bfedc3
Fixed bold font in call activity...again
2018-12-23 22:24:45 -05:00
Jordan Sherer
fb9c280c67
Fixed Hz and dB labels to the tables
2018-12-23 21:06:54 -05:00
Jordan Sherer
e19dc2ea8f
Relay messaging label
2018-12-23 09:48:22 -05:00
Jordan Sherer
4ad817c060
Added units to SNR and Offset in the activity tables
2018-12-23 09:37:40 -05:00
Jordan Sherer
88fb605b40
Removed remnants of WSJT-X references
2018-12-23 08:54:31 -05:00
Jordan Sherer
478a909b90
Added idle ellipsis during band fades
2018-12-22 22:47:48 -05:00
Jordan Sherer
03b2b11938
Fixed issue with call activity table font not being set on application start
2018-12-21 22:20:52 -05:00
Jordan Sherer
3b4ea12e5f
Band Activity Double Click Switches Frequency Offset
2018-12-21 22:14:14 -05:00
Jordan Sherer
caf3cbfc3c
Set flat should not be in text tx update
2018-12-21 22:02:15 -05:00
Jordan Sherer
5bc4838496
Send button should be flat to help colorize it
2018-12-21 20:02:04 -05:00
Jordan Sherer
11740384f3
Bumped ALLCALL timeout to 10 minutes
2018-12-20 21:05:24 -05:00
Jordan Sherer
5c9aee4b3f
Fixed #51 : lighter red for higher contrast
2018-12-20 20:55:55 -05:00
Jordan Sherer
db5969fdc4
Fixed #53 : group callsign validation errors in configuration and from call activity menu
2018-12-20 20:36:33 -05:00
Jordan Sherer
5ca582a6b4
Fixed #54 : heartbeat anywhere should be exposed in the configuration and HB ack should abide by that setting
2018-12-20 20:16:53 -05:00
Jordan Sherer
17416144a8
Added relay message storage and display in the call activity list
2018-12-18 21:28:31 -05:00
Jordan Sherer
6c741e21b5
Removed hash messages '#' as they are now duplicated by relay '>'
2018-12-17 01:33:22 -05:00
Jordan Sherer
47eec2dc0b
Added automatic ACK for relay messages
2018-12-17 01:27:41 -05:00
Jordan Sherer
6504a1f220
Bump eol and versions to 0.11.0
2018-12-17 01:04:43 -05:00
Jordan Sherer
51c9dd2761
Removed QRZ short message
2018-12-17 00:45:44 -05:00
Jordan Sherer
dc70d53f5c
Added HEARING query back into the app
2018-12-17 00:38:34 -05:00
Jordan Sherer
29f759dafe
Fixed #23 : idle watchdog should prevent all types of automated transmissions
2018-12-14 20:02:46 -05:00
Jordan Sherer
e6464e952d
Removed comments
2018-12-13 22:21:37 -05:00
Jordan Sherer
186fed04e3
Fixed #41 : remember pane sizes when showing/hiding
2018-12-13 09:50:02 -05:00
Jordan Sherer
6716eb771e
Changed send button color while sending and label when ready
2018-12-12 22:14:45 -05:00
Jordan Sherer
b8b2cf33c3
Fixed defines and % in the send button
2018-12-11 23:52:01 -05:00
Jordan Sherer
4025edfc0f
Fixed rebase issues
2018-12-11 22:23:07 -05:00
Jordan Sherer
c5930a0aa3
Fixed rebase issues
2018-12-11 22:14:26 -05:00
Jordan Sherer
9079d45587
Rename JS8CallExtended to JS8CallFlag
2018-12-10 23:37:22 -05:00
Jordan Sherer
1584cf0404
Turn off turbo for now...still experimental
2018-12-10 23:37:22 -05:00
Jordan Sherer
e1e2ae50e8
Simplify conditional
2018-12-10 23:35:58 -05:00
Jordan Sherer
5ba31d6df7
Changed frame packing so we can use one of the ibits as a turbo flag
2018-12-10 23:33:50 -05:00
Jordan Sherer
73346240e5
Fixed frame counting during turbo transmission
2018-12-10 23:30:36 -05:00
Jordan Sherer
886e678531
Fixed send button counts while in turbo
2018-12-10 23:27:21 -05:00
Jordan Sherer
526b72022e
Added turbo button to the UI
2018-12-10 23:27:21 -05:00
Jordan Sherer
a1864fa3f0
Configurable slots
2018-12-10 23:23:31 -05:00
Jordan Sherer
2d5b41d4b7
Added a waterfall indicator for turbo'd signals
2018-12-10 23:18:19 -05:00
Jordan Sherer
21004a7b28
Two-frame turbo for any message
2018-12-10 23:18:19 -05:00
Jordan Sherer
94f2f510fc
Initial proof of concept of turbo button
2018-12-10 23:18:19 -05:00
Jordan Sherer
8c81b3b83a
Fixed #38 : Moved Show Heartbeats menu item to the View menu
2018-12-10 09:44:16 -05:00
Jordan Sherer
9ddfec5e72
Fixed #28 : band activity clear should not deselect callsign selected in call activity
2018-12-04 22:20:26 -05:00
Jordan Sherer
a5f0937cbb
Fixed #23 : Log window should not halt transmission
2018-12-04 22:10:52 -05:00
Jordan Sherer
26f21cd70a
Fixed issue with repeat messages
2018-12-03 22:42:19 -05:00
Jordan Sherer
f406553a5f
Fixed issues with frame counting
2018-12-01 17:17:12 -05:00
Jordan Sherer
5163a4a630
Fixed #1 : automatic repeat of CQ was not transmitting when setting was not checked
2018-12-01 16:59:17 -05:00
Jordan Sherer
4af1a14961
Remove FT8 reference from ALL.txt
2018-12-01 16:51:14 -05:00
Jordan Sherer
4406e99670
Added MFSK/JS8 for logging modes
2018-11-30 17:02:14 -05:00
Jordan Sherer
79785dbef5
Fixed bug in HB auto-reply when HB was not active
2018-11-30 10:05:47 -05:00
Jordan Sherer
1d1bc254a4
Don't turn off the repeat buttons on stop button clicked, just reset them
2018-11-30 09:09:54 -05:00
Jordan Sherer
dd6f50a5a3
Bump version and EOL
2018-11-29 22:51:19 -05:00
Jordan Sherer
55c365b834
Added heartbeat and CQ to control menu
2018-11-29 22:43:15 -05:00
Jordan Sherer
b55f8ba5c5
Added option for displaying/hiding heartbeats and acks
2018-11-29 22:34:39 -05:00
Jordan Sherer
fd77e5440f
Keep configuration option for heartbeat channelization
2018-11-29 22:19:17 -05:00
Jordan Sherer
19cb0b859d
SELCALL checked should disable repeat transmissions
2018-11-29 21:53:03 -05:00
Jordan Sherer
3d3be02830
Countdown for HB and CQ. Escape key stops CQ and resets HB timer
2018-11-28 22:53:18 -05:00
Jordan Sherer
693eec8b4b
Rename do not repeat
2018-11-27 23:25:40 -05:00
Jordan Sherer
9244ac08c6
Hide heartbeat and acks if we have HB turned off
2018-11-27 23:21:16 -05:00
Jordan Sherer
8004c51ed2
Hide configuration for heartbeat.
2018-11-27 23:16:02 -05:00
Jordan Sherer
52b67a5609
HB and CQ repeat logic
2018-11-27 23:04:11 -05:00
Jordan Sherer
3e7c64e994
Proper active/inactive flags for HB
2018-11-26 22:40:34 -05:00
Jordan Sherer
d9d3e6fba3
Added active/inactive flag and restructuring heartbeat
2018-11-25 22:12:54 -05:00
Jordan Sherer
09cea086c7
Added fullscreen toggle
2018-11-22 10:37:38 -05:00
Jordan Sherer
a3e004375e
Added deselect callsign after logging as an option instead of forced
2018-11-20 09:50:53 -05:00
Jordan Sherer
f018a622ce
Removed printing of ALLCALL messages that were not freetext in the RX window
2018-11-19 23:02:59 -05:00
Jordan Sherer
565c031b28
Added add/remove group from callsign list and it propagate to the settings
2018-11-19 22:36:28 -05:00
Jordan Sherer
d88d8aa440
Removed clear menu item icons
2018-11-19 22:36:10 -05:00
Jordan Sherer
3a59599253
Fix SELCALL and HB menu items toggle vs click
2018-11-16 15:36:02 -05:00
Jordan Sherer
22e4b0891e
Bump eol
2018-11-15 22:09:03 -05:00
Jordan Sherer
8c564b6637
Added control menu
2018-11-15 22:06:52 -05:00
Jordan Sherer
a7849c5b72
Added push button bold style for colorblindness
2018-11-15 21:57:04 -05:00