Commit Graph

3 Commits

Author SHA1 Message Date
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
1e0d0fb337 2nd fix for RBN monitor.
In some setups (not seen, but repoted) the "STOP" indicator causes toolbuttons
disappear. What I have seen locally is that font size in QT5 id lot bigger than in gtk2 version.
"STOP" indicator is now removed and instead form name bar will get addition "PAUSED!" when form is active. This change is done to both RBN monitor and Band map.

In Preferences/RBN monitor the autoconenct checbox will now affect both Grayline RBN and RBN monitor.

RBN monitor status line did not show "disconnected" when manually disconnected from tool button. Existing "disconnected" text could appear only if server or network was dropped away. Now it happens also when disconnected by user action.

Help files are fixed

Squashed commit of the following:

commit 0564d15eca
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Apr 20 10:10:40 2020 +0300

    Prefeences and help fix

commit b6dbde0962
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Apr 20 09:17:11 2020 +0300

    help file fixes

commit a55e982edf
Merge: a0428f7 a196f81
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Apr 20 08:35:39 2020 +0300

    Merge branch 'master' into rbn_fix2

commit a0428f700c
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Apr 19 11:04:17 2020 +0300

    Preferences autoconnect RBN now works. Removed 'STOP' indicators BandMap and RBN monitor. Instead modifies form name caption

commit 5d7ed3ff10
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Apr 18 17:35:21 2020 +0300

    Typo fix

commit 9e1c4e0d77
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Apr 18 17:21:31 2020 +0300

    RBN statusline Dsiconnected fix on manual disconnect. Toolbuttons repaint added.
2020-04-20 10:24:24 +03: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