Commit Graph

19 Commits

Author SHA1 Message Date
OH1KH
99806f0dfc Fix for wsjtx remote and rotor control
wsjtx remote:
	- MSHV UDP packages now show up in WSJT-X CQ-monitor window.
	  Thanks for solution, LB2EG, Richard
	- Wsjtx Map-mode monitor now shows callsigns that are ending their
          qsos, sending RR73 or 73, inside ( *
	  Asterisk replacing closing bracket to note that callsign will be free
          for new qsos.

  Rotor control:
	- Added feature where a click over azimuth display opens input box to
          enter a new azimuth value.
	  This is usefull with rotors that can not do "M" commands (turn left/right)
	  and so buttons Turn left / Turn right do not work. Thanks for idea, WC4H/HI3CH, Carl

	- help files updated

Squashed commit of the following:

commit b962ca6049d9a2f567a2f41437aeeb5f79657b48
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Nov 8 17:49:27 2021 +0200

    restore cqrlog.lpi

commit f4232700c1
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Nov 8 17:41:28 2021 +0200

    a help picture more

commit 1ec6823ad4
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Nov 8 17:39:40 2021 +0200

    Ror control: code and layout fix. Help files updated

commit 19fbcd4837
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Nov 8 15:09:51 2021 +0200

    changed Az input style

commit 6ebac886f9
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Nov 8 11:36:08 2021 +0200

    Fixed MSHV problem with wsjt monitor. Added wsjtx-map mode a asterisk instead of closing bracket id callsign is endin qso with RR73 or 73. Added set AZ manually by click on rotor azimuth reading.
2021-11-10 10:33:23 +02:00
OH1KH
d82ed995fc Wsjtx added only DX selection
- Added checkbox "DX" to selection bar of CQ monitor and Wsjt-map
   Checking this cqrlog compares every callsigns continent against station call
   continent and passes only different continent callsigns (I.E. DX calls) to display
 - Selection bar at top of CQ monitor and Wsjtx-map can be hidden by clicking
   either end of selection bar. On band or mode label.
   Bar becomes visible when mouse is moved over the top of form.
   Exact: over 3 uppermost pixel of form area.
 - Help files fixed

Squashed commit of the following:

commit 6c2f9df18c057a9bf40552730ee159a915ca6d0b
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Feb 26 08:40:06 2021 +0200

    a help fix

commit 4511a3586f
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Feb 25 12:40:58 2021 +0200

    help fixes

commit 2837dcc36e
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Feb 24 19:17:52 2021 +0200

    wsjtx monitor: select DX only, hide checbox panel
2021-02-28 10:49:46 +02:00
OH1KH
9fedad69d7 Documentation fixes
- changed version number to 2.5.0 in main help page.
	- changed OH7AN to OK2CQR in all help pages as understood from your web pages "OK2CQR is back" that you returned to your old callsign.
	- went through https://github.com/ok2cqr/cqrlog/commits/master and added some lines to CHANGELOG. I'm still sure that not all things are in the list.

	Perhaps it would be good idea to add a changelog line as the first line of pull request text. Then it would be easier to collect them afterwards.

	This is not complete list. I would be happy to see more additions or fixes to current CHANGELOG also from others!
2020-12-14 11:29:06 +02:00
OH1KH
06b529bcbb Changes to RBN, bandmap and lotw/eqso up-dnload
lotw/eqsl: …
  -  Having continuous problems here with lotw upload monitor scrolling to last line. Now added setting of vertical scrollbar to huge value in MStatChange routine.
  -  Added same mStatChange scrolling procedure to lotw download eqsl up and download.
  -  Added disable_button "upload"(after click) in lotw upload to prevent pressing it moren than once. If lotw server does not reply in time there is temptation to press it "for sure" again. May lead to duplicate upload requests.

RBN monitor:
  -  Added tool buttons "clean" (wipe the whole grid) and "Help"
  -  Fixed program crash if RBN has connected, then disconnected and after that filter is changed. RBNThread free_on_terminate does not nul it and it causes halt when exit from filter settings. FreeAndNil after disconnect removes this problem.
  -  Fixed mouse-on hint texts
  -  Added "STOP" indicator to note user that new spots are not displayed when any of columns is selected.

Bandmap:
  -  Added tool buttons "font", "clean" and "help". Clean button cleans not just display but also the spot array.
  -  Added to filter settings and to preferences an ability to adjust frequency and callsign widths in right padding. Some calls are now very long like TC1STAYHOME and user may want to adjust the space. Also if only HF is used, frequency width can be narrower. Now it is up to user.
  -  Added "STOP" indicator to note user that new spots are not added when band map window is focused.

Common:
  - Help files fixed and new help created for RBN monitor

Squashed commit of the following:

commit 732512331d
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Apr 3 12:37:33 2020 +0300

    Added 'Stop' indicator when cell is selected.Fixed bug that randomly selected a roe(same column as before) if column was selected, then form focus loosed and again returned. Help files fixed.

commit 1c95d4a7c1
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Apr 3 09:46:44 2020 +0300

    Global fix to Menu links of help files

commit f1e9eefd3c
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Apr 2 14:31:19 2020 +0300

    small fix

commit eece2b9223
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Apr 2 14:19:25 2020 +0300

    Band map freq, call widths adjustable. Help fixed

commit 0c72118581
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Apr 1 14:37:20 2020 +0300

    bugfix freeandnil rbnthread on disconnect

commit 35efb36dbb
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Apr 1 10:54:29 2020 +0300

    changed again eqso/lotw status memo scrolling. It just does not always go to last line...Why,why

commit 9d19c02be7
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Apr 1 10:23:36 2020 +0300

    Some fixes

commit 4eeea7825d
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Mar 31 19:06:50 2020 +0300

    help fixes

commit bd5ca1c0ea
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Mar 31 18:47:18 2020 +0300

    removed refresh from scroll

commit a402ee1bb2
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Mar 31 18:41:47 2020 +0300

    changed lotw imp/exp statusmonitor scrolling

commit 3277b7e097
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Mar 31 18:31:09 2020 +0300

    Added font,clear and help toolbuttons to bandmap. Increased call width of bandmap by 2chr. Help files updated

commit a35177b2ea
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Mar 31 14:22:48 2020 +0300

    help for RBN created

commit 9dd5eba8f3
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Mar 31 13:12:13 2020 +0300

    added RBN monitor Tbuttons clear and help. Partial ready help files
2020-04-03 13:46:06 +03:00
OH1KH
7ff4beae17 Some help fixes #1 2019-02-25 12:39:12 +02:00
OH1KH
4b358c4b96 Frames for help structure. Some minor content upgrades 2019-01-08 17:57:04 +02:00
OH1KH
3c467fdd8c Wsjtx monitor: fixes to sTx. Misc: chahanged word realy to really (several) 2018-06-29 20:59:14 +03:00
OH1KH
7677eaf31b wsjt-x: Stop tx on split answer to cCQ if no response. Help update 2018-06-03 20:25:43 +03:00
OH1KH
0f1d241b3e CQmonitor: color selector update.Help file updates. 2018-04-27 10:33:59 +03:00
OH1KH
38687fe319 wsjtx monitor+map: SNR printing, map:ext CQ printing, help fixes 2018-04-12 11:06:52 +03:00
OH1KH
d317753d3d CQ-monitor: new features Wsjt-map ColorBack and xplanet support 2018-04-06 07:32:48 +03:00
OH1KH
0a66201e95 Improvements to wsjtx 2018-03-24 12:27:47 +02:00
OH1KH
450261e066 CQ-monitor:Outtimed messages grayed 2018-03-05 15:12:26 +02:00
OH1KH
f258184d9e help file update 2018-03-04 16:57:50 +01:00
OH1KH
e9224919dd mixed old and new help files. Now should be new ones. 2017-12-17 12:26:33 +02:00
OH1KH
7e93a94f8d Merged from master + some help files fix 2017-12-17 12:00:38 +02:00
ok2cqr
c700c0fbb1 callsign changed to OK7AN 2017-12-17 08:49:20 +01:00
OH1KH
f7f3fe8013 630M still missing from GetAdifBandFromFreq and C_RBN_BANDS. Added. Thanks for NO3M. Help files updated. 2017-11-08 13:06:14 +02:00
OH1KH
b6a3ffc5cd dUtils:bandToFrequency->630M missing. Updated some help files 2017-11-04 11:16:52 +02:00