Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SP2MKI all changes #1

Merged
merged 1 commit into from Mar 17, 2013
Merged

SP2MKI all changes #1

merged 1 commit into from Mar 17, 2013

Conversation

darekper
Copy link
Contributor

  1. Tune function with cwdaemon ( C10 changed to c10 )
  2. Display all types of qsl in DXCCstat in New QSO
  3. Add voice_keyer based on script and rs232 (from sjinn) and mpj123 in SSB mode
  4. Add information about splin extracted from remark in DXCluster
  5. Improvement in importProgres from LoTW. Some QSLs from LoTW which didn't find qso in log weren't reported in lotw_error.txt file.

ok2cqr added a commit that referenced this pull request Mar 17, 2013
@ok2cqr ok2cqr merged commit d167a0a into ok2cqr:master Mar 17, 2013
OH1KH referenced this pull request in OH1KH/cqrlog Dec 26, 2018
OH1KH referenced this pull request in OH1KH/cqrlog Feb 18, 2019
OH1KH referenced this pull request in OH1KH/cqrlog Feb 25, 2019
ok2cqr added a commit that referenced this pull request Mar 9, 2019
ok2cqr pushed a commit that referenced this pull request May 22, 2020
This fix changes tabulation orders just a bit from user's view. Now it is possible to set tab jump to every column in order.
But behind UI tabulation changes do not use TabOrder numbering change any more. Just using TabStop booleans to drop some fields by user selection.

Help files updated to give better view of all checkboxes and columns.

Squashed commit of the following:

commit 527d597
Merge: 5eec470 7bc79d8
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed May 20 17:15:39 2020 +0300

    Merge pull request #1 from phl0/minorStuff

    Correct some typos and stuff

commit 7bc79d8
Author: phl0 <florian@florian-wolters.de>
Date:   Tue May 19 23:43:38 2020 +0200

    Correct some typos and stuff

commit 5eec470
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed May 13 13:58:21 2020 +0300

    Made form a bit bigger as default

commit ea72a8a
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed May 13 13:42:48 2020 +0300

    a New way doing tab order. New checkboxes. help fixed

commit 36af3ab
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed May 13 08:56:25 2020 +0300

    reprogram tab order selections
ok2cqr pushed a commit that referenced this pull request Feb 7, 2022
	- Added option to set rig's frequency from TRXControl window by clicking Frequency display.
	  That will open TEdit column where frequency can be typed in as MHz value and then
	  confirmed with enter.
	  Other way to do this is to use mouse wheel while mouse cursor is over
	  frequency edit reading.
	  Then one wheel step is 100Hz. If Shift key is pressed at same time step is 1kHz.
	  If Crtl key is pressed at same time sep is 10KHz and With both Shift and Ctrl keys
	  pressed one mouse wheel step is 1MHz

	  Unlike typing and pressing enter, mouse wheel has immediate effect to rig
	  frequency. There is no need to confirm with enter. Just move mouse cursor
	  away from frequency display, or press any mouse button will close frequency edit

	- Changed same rules also for ROTcontrol manual azimuth input. There steps with mouse
	  wheel are 1 degrees, 10degrees with Shift key and 100degrees with Ctrl key.

	- Fixed Rotor control left/right buttons to turn with current speed (parameter "-1")
	  Previous setting was "1" the lowest speed. This has effect only with rotators that
	  have turning speed control.

	- Changed rig model "Hamlib Dummy" setting. Now Dummy forces "Run rigctld at program start".
	  Released also Dummy (#1) blockout from uRigcontrol.pas/InitializeRig. Having possibility
	  to use Hamlib Dummy can sometimes be handy when testing, or making qsos with rig
	  that does not have CAT control.

	- Fixed help files.

Squashed commit of the following:

commit 5f077c2
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Feb 3 11:36:34 2022 +0200

    fixed rotor control to use current speed with left/right turns instead of smallest speed. Affects only rotots that have speed control.

commit fba4d50
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Feb 3 11:31:13 2022 +0200

    small fixes

commit 1a64ec9
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Feb 3 11:15:02 2022 +0200

    Added same functions to Azimuth as TRXControl frequency settings. Help files updated

commit 91be1bb
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Feb 3 09:05:10 2022 +0200

    If Hamlib Dummy rig is selected force rigctld to start. Allow radio init also with Hamlib Dummy rig

commit 38f3a38
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Feb 3 08:40:12 2022 +0200

    Freq enter and freq by mouse wheel works

commit 525c3b3
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Feb 2 21:49:47 2022 +0200

    set rig freq by type or mouse, ver 1
ok2cqr pushed a commit that referenced this pull request Jul 24, 2022
	MI0HOZ reported that his rig closes ok from TRXControl P-off button
	but does not start from P-on button.
	I did know this before but always tought that it was my IC7300 "property".
	More carefull testing did show that it is Cqrlog's bug.

    	If rig Power off or stby  button is pressed and rig closed
    	Cqrlog continues polling. That stacks commands/responses and
    	when Power on button is pressed command is sent to rig but it may
    	take several minutes before action.

	This showed up totally new problem.
	Cqrlog "just throws out polling" to rigctld and assumes that there will be proper
	answer on return.
	How ever the code does not wait for return, it continues polling by timer
	even when there is no answer.
	It should not do so.

	For every command sent to rigctld there should be always some kind of reply
	coming back. Before that reply new timer based command(s) should not be sent.

	This tries to fix problem(s).
	At the start \chk_vfo and \dump_caps are asked (first if user has allowed that, default yes).
	Result of \chk_vfo modifies the polling format and result of \dump_caps is used to check
	if rig can do: get vfo, set_powerstat and send morse.

	At the moment used information is more cosmetic:
	If rig can not "get vfo" Trxcontrol's vfo "A" and "B" buttons are not colored by vfo in use.
	if rig can not "Set_powerstat" Trxcontrol's poer buttons are disabled.
	"Send mores" was planned to give warningif user tries to use Hamlib keyer with rig that
	does not support it, but it is not implemented yet.

	Then to more important things.
	Now rig polling is enabled by "ticket numbers". The poll timer itself runs all the time
	but "tickets" order what to do.

	This way the start commands can be done first by large numbers.
	Then all other issued commands have ticket number 1
	And finally, when nothing else to do, normal rig polling "the fmv" has poll number 0
	Ticket number -1 will disable polling. That is used when waiting for answer from rig
	and afte power off command is issued to stop all rig requests, except power on command.

	This is third idea for fixing this problem and it seems to work better than previous ones.
	Testing is done with Icoms 7300 and 706 and hamlib dummy (#1) rig.

	While testing a new bug was found.
	rigctld passband settings had bug in man page where "-1"="keep current passband" was not
	told. It was ok in rigctl man pages instead. Proposed fix, and it is now done in Hamlib.

	How ever also Cqrlog had bug there. The passband variable was "word" that can not support
	negative numbers.
	Setting passband to "-1" in preferences/modes resulted passband setting of 65535 in rigctld.
	Fixed variable to be "integer" for negative value support.

Squashed commit of the following:

commit 0126a51ffb7b81d2c76dfc565643d80488a59c62
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jun 30 12:41:26 2022 +0300

    version date

commit 00ed3aa
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 10:28:28 2022 +0300

    Fixed passband '-1' setting

commit 0fb4345
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 10:21:07 2022 +0300

    Fixed passband '-1' setting

commit 1ea3a5c
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 09:41:14 2022 +0300

    If rig can get vfo coloer TRXC vfo buttons,else not

commit a99edac
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 09:04:10 2022 +0300

    restored queue send

commit cd1ba32
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 08:28:52 2022 +0300

    connect indication

commit 1f1653e
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jun 23 17:56:05 2022 +0300

    looks good, but connection status must be fixed

commit d54143d
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jun 23 14:07:06 2022 +0300

    power on / off btns work now

commit 1332722
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jun 23 13:06:14 2022 +0300

    Third try to fix this uRigControl
kwirk pushed a commit to kwirk/cqrlog that referenced this pull request Aug 18, 2023
kwirk pushed a commit to kwirk/cqrlog that referenced this pull request Aug 18, 2023
ok2cqr pushed a commit that referenced this pull request Oct 14, 2023
root/CHANGELOG is not up to date
src/changelog.html needs editing

I guess it is not so easy as it looks,
perhaps you have to do something else than those two files check.

Squashed commit of the following:

commit 4be7793b893b0ffbd68925ddd280cd4982644ae1
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Oct 4 10:38:36 2023 +0300

    Version_2.6.0(119)

commit 5b57f61a9fdaf5fc9ebd9e0ff417a6a89a6e14d0
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 3 19:39:04 2023 +0300

    eQSL download: Fix stuck up caused by download file change

commit 7cccea752ae5bd15d9857ef78f31c786f8dd7c10
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 22 10:43:43 2023 +0300

    Contest: Inform remote mode 'on' when saving manual entered qso

commit 91aadb4891926ee3163cfde348980f54c7b44f75
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Sep 19 09:58:28 2023 +0300

    Makefile: Clean fix (by Bill, WK2X)

commit 52305ef62a2bfcda79d7855376b03da3013e9d82
Merge: 590cf60 c2b376a
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Sep 19 09:51:29 2023 +0300

    Merge branch 'Efpophis-wk2x_devel' into loc_testing

commit c2b376a37cf26e3253917ac803552d9440f4cf9b
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 18 20:34:29 2023 +0300

    Contest filter: If Contest window is open contest name is copied to filter

commit 590cf60cbf3d332cd6a4ad74c3c618d45f8841f1
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 18 20:34:29 2023 +0300

    Contest filter: If Contest window is open contest name is copied to filter

commit 44a8d093624adb1ede03558c1cf5864f08005b1b
Author: WK2X <efpophis@efpophis.net>
Date:   Mon Sep 18 11:25:25 2023 -0400

    added clean of /tmp files to make clean target

commit f59555dcba28d17302ef721ffe3286b3d4794bf2
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 1 18:43:14 2023 +0300

    Version 2.6.0(118)

commit 4cfe56ec65444339e0c296a4045d331a47eff2ef
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 1 18:16:41 2023 +0300

    CW Messages: Fix to open/close when Contest window open and S&P not checked

commit e2d5fc35c33ef8337e2472dad0b7718afa3bba73
Merge: 7fbfa34 cb90c59
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 1 12:21:01 2023 +0300

    Add second set of CW messages used in Contest Run mode

commit cb90c592b1f427e44f236b4e7f58d437377f4869
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 1 12:18:24 2023 +0300

    CW memory set swithing and Help file fixes

commit c11d42f2e6338ac4d07b624d09fc8400643b0271
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Aug 30 18:30:00 2023 +0300

    CW memories: Run and S&P tabs

commit 7fbfa342fe7b1bdc99d3aa89f9c187464738357a
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Aug 28 19:13:18 2023 +0300

    RigControl: Update Hamlib error codes list

commit 7c207856af9c1f0a9d4b95b76fe791b0410f66c1
Merge: 3be59da 8830789
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Aug 24 16:20:45 2023 +0300

    Merge branch 'kwirk-n1mm_udp_log_alpha' into loc_testing

commit 8830789d2bcb3b640c985a9c30a8559ae05fb204
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Aug 24 16:19:57 2023 +0300

    Version date

commit e14d9beb0b75793d1fc31025917f00614663b4cb
Merge: 0a9b58f 3be59da
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Aug 24 15:54:38 2023 +0300

    Merge branch 'loc_testing' into n1mm_udp_log_alpha

commit 0a9b58f94ad92c5f0c48718adebaa342b84a26fa
Author: Steven Hiscocks <steven@hiscocks.me.uk>
Date:   Wed Aug 23 19:00:11 2023 +0100

    Move CHANGELOG message for UDP Log Upload

commit 60bbc8c801ce7b21493aa7d6dc1614c4eb7ed647
Author: Steven Hiscocks <steven@hiscocks.me.uk>
Date:   Wed Aug 23 18:56:38 2023 +0100

    Add exchange strings to UDP Log Upload messages

commit d60d4e6c6549e6fc09f73bad4ea0d5dba22ce89a
Author: Steven Hiscocks <steven@hiscocks.me.uk>
Date:   Wed Aug 23 18:49:43 2023 +0100

    Fix toggling enabled status of UDP Log fields in preferences

commit 3be59daa96e84aa8ee41aca4e52c66ba4e26498c
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Aug 23 11:47:36 2023 +0300

    Preferences:CWinterface: Layout fixes. Hammlib:CW and Voice keying: Changes for latest Hamlib w34/2023

commit cb8a4810c84ae78f76430cfbd95598ba445e1766
Author: Steven Hiscocks <steven@hiscocks.me.uk>
Date:   Fri Aug 18 15:25:08 2023 +0100

    Add UDP Log Uploader, based on N1MM+ XML format

    This enables sending of contactinfo and contactdelete N1MM+ XML
    messages, via UDP, similar to N1MM+ and other loggers.

    In order to implement the delete properly, the forign key constraint on
    the log_changes table has been removed, such that the contact ID can
    still be generated.

    The contact ID is currently based on the cqrlog_main table primary key,
    and logbook callsign.

commit cbf0cd927ac1438098f03aeb8b58641581a46555
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Aug 9 20:15:14 2023 +0300

    DBConnection:Utils:Configuration:Export: Force file extension to be '.ini' as Configuration:Import lists only '.ini' files

commit 4caa8e0b3f04429f415345d94cf4a30045cd07a9
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Aug 3 11:02:52 2023 +0300

    NewQSO: Details has new Tab 'Call statistic' After call entered shows wkd/L/E status on band grid

commit c5987c9f3ff75be99f4adbecda3566b96ceb42ef
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Aug 2 12:22:59 2023 +0300

    RigControl: rigctld parameter '-C auto_power=1' is added only if user checks 'Rig pwr ON cmd'

commit 3fb18ca470b4d81a7ce6697c85a25eab381448ed
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Aug 1 12:52:02 2023 +0300

    NewQSO: Details Tab selected remembered even when satellite mode enabled

commit 391eff25a3643c8311d7ec2dfa60396313360f70
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Aug 1 12:02:29 2023 +0300

    RigControl: Fix to set_powerstat at init

commit 20effefd8c83ad94c1af47d11ec3dfa536cf64ef
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Jul 25 11:13:20 2023 +0300

    Fixed date format checking routine. Group edit: QSL sent and received date can be cleared

commit cc68255fbe9a1618b289e382ba097c3bf568690f
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Jul 25 09:50:52 2023 +0300

    HRDUpload: Fix to error codes

commit f9abd782974c7b20a3c70f44ee7ef4aa416f1faa
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jul 24 15:30:44 2023 +0300

    NewQSO+Contest: Use rigctld:\send_voice_mem instead of voice_keyer script if rig supports it

commit 22fbecfd52514381e6c73e3bf7db7688d38902d1
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jul 24 12:20:34 2023 +0300

    eQSL Import: Checkbox to change Rcvd date to current date -1 after successfull download

commit d2a45b2698fb853f55a3848ae5d19d2bff99881e
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jul 24 11:06:34 2023 +0300

    Added HamQTH & Clublog error hanling code by phl0

commit c8d7b7d057c837314c9b5f34d44ac769654fb68b
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jul 24 10:45:48 2023 +0300

    Group edit warning color change

commit 77fbc59c5c4404943b0844a7bd57092f5fe88ad8
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 22 10:02:07 2023 +0300

    Fixed preferences/CW keyer layout

commit 440be2b6d72fd212662537a9cb84e27d754690db
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 22 09:52:19 2023 +0300

    Fixes to Cabrillo export and Hamlib Cw

commit 3dad436beb0392b026eddd4f4a9a41ed4cb2a774
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jul 17 13:23:26 2023 +0300

    Version 2.6.0(117)

commit 4245858014e6fe93caea1be2982a3b027c454850
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jul 17 10:28:33 2023 +0300

    Preferences:TRXControl: Added checkbox 'compound poll'

commit d426360601839ebd347550dfcfb7e5eb0992ce51
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 15 16:03:28 2023 +0300

    HamlibCW: Fixed StopSending procedure. Has now '+\stop_morse currVFO' that should work rig also others than ts480 and icoms and is implemented in rigctld at least from Jan2023

commit aaa6a0c8da193d841fb5d3465062503d7fb9c703
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 15 15:00:51 2023 +0300

    Help+Preferences: Fixed callbook section

commit 5d019941e27a01036b42db6089d23bf73609e0c4
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 15 12:04:08 2023 +0300

    Callbook: CQRZCQ XML fixd and tested. Should be mostly ok now.

commit 418b4a40c1582a1f05acb830ed692160738212af
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jul 14 19:47:13 2023 +0300

    Callbook: Added support to QRZCQ, not tested at all yet because of lack of premium account needed for use

commit 8a94dff797c3665ee53586c913e0925d0edc975a
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jul 13 08:53:21 2023 +0300

    Preferences:TRXControl:#1 Dummy rig: Starting rigctld can be changed (was disabled)

commit ba40ed61f98024f6795a99644f568ba4a5b978b3
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Jul 12 12:03:42 2023 +0300

    Added checkbox to use Hamlib (past Jul-2023) 1k CW buffer.(Sends memory as string despite length)

commit 63eaff5fda52eb269bef15da85990cef34bf768b
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jul 10 10:18:58 2023 +0300

    QsoList:Fix:Return cursor to last worked qso when saving edited Qso should not happen

commit 056f90e79fc4ffa99fbfaf8ba34091dd3aa6852f
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 8 12:20:34 2023 +0300

    CWkeying:Hamlib: Quick fix for sending because new Hamlib is not backward compatible

commit 95d6dd663d49b2bb45c16a55ce467472d773c41f
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 8 10:11:03 2023 +0300

    Grayline+CWkeying:Fix: Some debug print fixes

commit 171da428792a07012e308da9873ef18c5a589c3f
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jul 7 13:28:52 2023 +0300

    NewQso+QsoList:Statistics:Big squares+County:Add: Filter(F12) is now effective if used

commit a71bb23155b76c35ebfe45134060367f27ef408f
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jul 6 16:33:46 2023 +0300

    NewQso+QsoList:Statistics:Big squares+County:Fix: Totals printing

commit 2378ebfacff7d9eca455d7fef646179c7220565f
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jul 6 14:09:21 2023 +0300

    NewQso+QsoList:Statistics:Big squares+County: Added 'ALL band'. Fixed layouts

commit 4e854803f89f9c285f9f0815127cc01e8eb3c0f3
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Jul 5 08:59:10 2023 +0300

    Fixed broken Group edit

commit baee131efaa39d1b372b63e3e063b74ea5566bcc
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Jul 4 20:20:23 2023 +0300

    Small fix to previous

commit 41fe2677da80053f09e4b8aea1f3428f04045a2a
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Jul 4 20:15:55 2023 +0300

    NewQso/QsoList:Statistics: Added County statistic. Fixed Help. Grayline: Removed some unconditional debug prints

commit 21ba5e04f286c9b2a26067540fae7df89afa6082
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jul 3 14:54:51 2023 +0300

    Wsjtx:Map:fix: dB view at Map init now read

commit 48c2aea6e34a73aa2d437bd08bad436709b881c2
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 1 19:50:28 2023 +0300

    NewQSO:Contest:Fix: Fixed keep propagation also when contest window used

commit bcc1aaaa782b50b2ce7bb8caf36665dc2ae6aca8
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 1 10:58:14 2023 +0300

    NewQSO:Fix:Keep propagation mode when 2xESC even when no qsos saved yet

commit 65fff0ff48e93a129368de58cccfe1b40c2fc4bd
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Jun 25 17:12:49 2023 +0300

    Update README.md

commit 18cefceb6f799bd5bfbd664cbeb84c829c9ce80c
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jun 22 16:38:58 2023 +0300

    Grayline,add:Beam path if rotor used. RotControl,fix:Remeber user rotor (1|2). Preferences,NewQSO,Add: Operator (if not station call)

commit dd42639d7689315bf5585a5bee2546bcf9eea77f
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 12 13:05:39 2023 +0300

    WSJTremote, Map mode: '*' appear fixed when line ends ' 73'

commit db2efad470c230234637514f5ec1d6133a24eaef
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jun 3 15:37:01 2023 +0300

    Preferences/TRXControl added checkbox 'Set UTC to Rig'; Help fixed

commit 83808f1c1b3957abea0dd0acf74f57213b5454bd
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jun 2 11:14:42 2023 +0300

    WSJTX,Map: fixed * false appearing from locator ending 73

commit adb548fdc7653621b7b57d174c2549d611b86bac
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jun 1 20:04:04 2023 +0300

    Small changes to contest window

commit 0216261824bd4f088825599b6c252dad6300a394
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue May 23 19:34:12 2023 +0300

    Fix 8M&5M frequency add when 1st start of Cqrlog

commit 8bd5367862053a1effc7202a5c3cae3a48523f7e
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue May 23 10:54:18 2023 +0300

    Contest: Pressing'CQ start' moves focus to Call column

commit 7b9662087f64d6202ceacdf141d71b761a27c636
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue May 23 10:08:27 2023 +0300

    Added hint texts to first start DB selection window

commit 79195c1f49e5fc3d34986658ba4904290c5a664d
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon May 15 19:43:00 2023 +0300

    Cabrillo export: Changed to use 'time_off' instead of 'time_on'. Now equals with other program's exports.

commit 7d8bb1f079a2bfe896b268c2e2080e69ee26a0d2
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat May 13 09:19:45 2023 +0300

    Version 2.6.0(116)

commit 005b59fc5c165abac5aeba486e22c88de1ae7079
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat May 13 09:13:56 2023 +0300

    Version 2.6.0(116)

commit 17f9e62be8b2f90548cf03789532649d11822a87
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon May 8 09:34:04 2023 +0300

    Preferences/wsjtx fixed hidden checkbox

commit dc9ee89b6e76036641b525a0351cd3dff6e3d2c5
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat May 6 10:51:31 2023 +0300

    DXCluster: Added user defined F1-F10 command keys

commit 40e8f96bde62f1f5c960e017565afcc6b1095ae3
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue May 2 21:19:57 2023 +0300

    Fixed typos in changelog

commit 5bf66730ca7d67476343d040e1f56c798113dd43
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue May 2 21:11:17 2023 +0300

    Fixed WSJT-X contest logging

commit 47adc81ea74d5e07c738a5e32e965a7bb6788562
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Apr 24 20:49:57 2023 +0300

    Contest: counter HH:MM since last logged qso, QSO rate /10min and /1hour(these need testing)

commit f0318ef8c8d0d9d34e2c2b34b48b8812861a069b
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Apr 23 11:27:30 2023 +0300

    Contest: Shift+ESC removes callsign (same as 3xESC)

commit 6b674edf65f5f3cd61439077b979d5278588e014
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Apr 23 11:11:23 2023 +0300

    Update README.md

commit cbba15916e8fdd6ac89078127d156d2f17197530
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Apr 20 11:40:37 2023 +0300

    LoTW inport: changed date to be (today-1day) to be sure

commit 395a80f9fb4cf58f699774fc4e1a60c9cf84c07e
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Apr 19 11:35:54 2023 +0300

    LoTW Import: Checkbox to change Rcvd date to current date after successfull download (tu: 4X6GP)

commit ce8ac269dc208b389e25c5095a538fa71e5d2fd4
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Apr 16 20:02:38 2023 +0300

    When creating a new log it is now possible to copy configuration automated from existing log

commit e7eaeda588d10e2ba9085f00e92aa2ff7c73fa9b
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Apr 13 21:44:28 2023 +0300

    Fixed Show hint on lastCQFreq

commit cded891105bc346033624b90681712ea74a00238
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Apr 13 19:21:07 2023 +0300

    Version 2.6.0(115)

commit c3a832cf39df122e46d3e5cc88fe7e34a3708cda
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Apr 13 19:19:08 2023 +0300

    Version 2.6.0(115)

commit b463793a8c0c6a6f571899a5fb6f1305af73b7de
Author: Saku <oh1kh.sral.fi>
Date:   Tue Apr 11 09:21:23 2023 +0300

    fixed newupdate script (help install)

commit b04dc84caeb196e1b13aae814d8df800bc61676b
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Apr 8 10:03:52 2023 +0300

    Moved also propagation text Url to user editable in preferences

commit d6797895e5f0034b99f24e5836b2a175d3a647ef
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Apr 7 10:24:16 2023 +0300

    Fixed solar data (propagation window) addresses 'http' to 'https'

commit 2c99f6f39c3881243e23080a0182882d4850b851
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Apr 6 20:55:14 2023 +0300

    Contest: Store/restore last used CQ frequency

commit c20a1503786f5e0422571dfb747c604ef0ef28c4
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Apr 1 19:23:52 2023 +0300

    Added checbox 'DATA' to 'show only spots' at /preferences/DXCluster. Help files fixed

commit faa2d359824a01a125839b1eafd17a5f7f908167
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Apr 1 14:14:46 2023 +0300

    DXCluster: fixed response missing for 'sh/he e6' (all prefixes E1..E9)

commit f274c7d677510eb5cfa4e23924017cd15308201d
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Mar 28 09:42:08 2023 +0300

    README Note about database

commit 264021f1d49205685bb6f8083328354f3b3e36f6
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Mar 26 15:12:50 2023 +0300

    Small view fix in RBN monitor header

commit 0c042682f59a86d3dc1b27492d70f9a9e4eacb98
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Mar 24 16:45:12 2023 +0200

    Small view fix for adif errorfile import

commit fd20da58d176c8cb5ff90ef33c1303ca5a4dc4c6
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Mar 23 20:06:25 2023 +0200

    Version 2.6.0(114)

commit 747cefacf7b0d57d0f5596cac3144eff48e584e6
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Mar 23 12:14:47 2023 +0200

    fixed band constants

commit c33a9ca857131aa4053bb4e240a6e697be82d89d
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Mar 21 20:10:14 2023 +0200

    Added 8M and 5M bands. This needs still testing!

commit c6920775a4f1180a160ea27ddeac0b281a652cfb
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Mar 21 10:32:59 2023 +0200

    Fixed radio memory save/load. Added radio memory search. Fixed several SQL record count fetchs. Help fixed

commit cdf591c031224071964ca9cbb26976b08e8acc0f
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Mar 10 13:58:41 2023 +0200

    Fixed all file open dialogs: file exists check. QT5 dilaog allows user typed filenames and check is needed. Several crashes if file does not exist

commit 395b3ccf1363b2e80d352a705f9b45a9316bbce9
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Mar 2 10:18:13 2023 +0200

    Fixed DXCluster spot: Any of QSL,LoTW,eQSL received prints with confirmed color

commit 5fdeeedede0be9756510b46bbb71c5628425380c
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Mar 1 19:02:39 2023 +0200

    Fixed DXCluster font style saving/loading

commit f86c3f9eead11764f3d421d47625004dbc72e3b4
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Mar 1 16:57:31 2023 +0200

    Version 2.6.0(113)

commit b399ad840a5c867a948410fc72263d3c89019d65
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Feb 28 18:38:03 2023 +0200

    Fixed wsjtx std messages clean when remote was set active

commit e6781b1e35e067dbd2c140e09dc2cb272149cdde
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Feb 27 10:32:08 2023 +0200

    Added lotw/eqsl to show in Cq-monitor

commit 5775bd23abb85f220382f90fab630bcf856bc687
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Feb 21 15:56:49 2023 +0200

    Version 2.6.0(112)

commit 41731b7f3579582f913087af50b46fb59a9c5b5e
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Feb 21 12:56:02 2023 +0200

    More fixes to DXCluster

commit 2bc40ddbd7a3c1f91fe98327d90f53508852cecd
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Feb 20 20:27:01 2023 +0200

    Rewritten DXCluster spot splitter because of faulty call grep

commit e016cdaf8654d565b73c4c08eb9e0095bfaea6f8
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Feb 20 13:16:00 2023 +0200

    wsjtx-remote: wsjtx clean when band changes. Call info lookup during RX period

commit 821db308c061c642fdb73cc40e815384570e6412
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Feb 20 12:42:20 2023 +0200

    wsjtx-remote: wsjtx clean when band changes. Call info lookup during RX period

commit 851fa98d2c6410dd10b06299ea27bcfac893c502
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Feb 14 09:59:24 2023 +0200

    fixes to contest

commit d89cee2cf9ed6ebb893313305b11210f917d7fd8
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Feb 14 09:43:59 2023 +0200

    fixes to contest

commit 8af9269115c3e0dbc1bbd205a4fc0789a0a761e8
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Feb 12 09:02:39 2023 +0200

    Fixed warning splash and help that you can not spot with WebCLuster

commit 1c949173f5e660fb8353995414d44a3f4309a16e
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Feb 11 11:13:18 2023 +0200

    Added missing 'OR' to QSO list/Qsl selection

commit d2b4b61741f17a97cd1160af24084beb29057287
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Feb 8 08:59:18 2023 +0200

    Fixed update QSO list view when Preferences/Visible columns change

commit d4d7e4142754f606e266fe73c8a3c3c4fc54024b
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Feb 8 08:38:03 2023 +0200

    Fixed bug in Qsolist/View/Show Details checbox visibility

commit 4c13c8349689ad6db47b9132ecb1814d83e32748
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Feb 7 10:26:05 2023 +0200

    Version 2.6.0(111)

commit ae08bee389af4c7d105114645db60656720fb7da
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Feb 7 09:59:56 2023 +0200

    Version 2.6.0(111)

commit 85a97a0d4be40bf9f6000840898d1e7c42c2b0e8
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Feb 1 17:44:04 2023 +0200

    Added End-key to work in contest/all column

commit 4ce159d1378fbd81f37ec841fdf7bf1c2fc6d013
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Feb 1 10:35:29 2023 +0200

    Added numeric divide key to work in contest/all column

commit 1af6eb6db0f66012758941b3d367e12a354dc3f1
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 30 19:39:22 2023 +0200

    Added Home-key to work in contest/call column

commit ff21fc287571c6679c7ddfbb97f2c66deb7a8216
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 30 12:35:19 2023 +0200

    Change CQMonitor/Mapmode worked locator coloring

commit 44dc033c41b7bd5c04a2acfbf2772c2e25814d8a
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 30 11:12:58 2023 +0200

    Removed one debug print

commit 092eac329affce05663cab70c44f472d12cd3062
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jan 27 11:46:39 2023 +0200

    upd README

commit 50558217f06cdf1bc93ec260bac0da0c1937d7c2
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jan 27 11:43:10 2023 +0200

    Update newupdate

commit 630c2bbdc4a0b73b01712fb2bf2e707f53df52fe
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jan 27 11:41:45 2023 +0200

    Update newupdate

commit 88881682c5391b8233bd5249eac277507dff79ed
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jan 27 11:33:49 2023 +0200

    Version 2.6.0(109)

commit 63949f95db52e7f74309d7d7bb7486b774c77a69
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jan 26 12:51:53 2023 +0200

    Fixed GTK2 numkeypad in contest window

commit eb523a5fe54510e1d26a6844c7e8aec871de015e
Merge: 4bafbbf 35e0fa6
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jan 26 08:53:36 2023 +0200

    Merge branch 'fix_RBNmonitor_filter' into loc_testing

commit 35e0fa64bf1dc4f94646123fe85a6cf0b01761a6
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jan 26 08:37:41 2023 +0200

    Fix rbnmonitor filter

        	Sometimes, some bands, it happens (here up in north Latitudes)
        	that source filtering EU is too wide area. What middle and south
        	EU can hear is not heard here.

        	- That's why added source callsign filter criteria.

        	You can define skimmers by countries using prefix, by callsign
        	area using prefix and number or by specific skimmer callsign
        	to get more narrower view what can be heard.

        	- Fixed filter criteria window object anchoring
        	- Fixed help (image)

commit 4bafbbf1843333fc2a6bb02cd464ebaa2fe8e4a6
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Jan 25 08:39:55 2023 +0200

    upd newupdate.zip

commit 21b0179828e13939c581d4d45324f31fbb3cb206
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Jan 24 09:26:20 2023 +0200

    Changelog fix

commit 5f79b580d6a34f81fe01ed5b087b7feaa314df01
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Jan 24 09:14:09 2023 +0200

    Changelog fix

commit 71d2dae2ad834188ff6a8a078dc197dd77e29e43
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Jan 22 11:48:37 2023 +0200

    Version 2.6.0(109)

commit 8d398825ce3b61ec39c21e077df72743afac9992
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Jan 22 11:35:55 2023 +0200

    Remove trigger fix and add warnrngs for use with more than on online log

commit dc80447356739eaec29aaf22b41c610b41c8fe4d
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Jan 22 10:00:28 2023 +0200

    fixed some toolbar icons

commit 9ff407992dd8f64fcf00f8b93e27ee735671ab33
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jan 21 16:27:48 2023 +0200

    Version 2.6.0(108)

commit 2f50100a202b845695f69c1ffe58592d4d092b02
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jan 21 15:57:41 2023 +0200

    Small change to 'remove all upload triggers'

commit 992e1e9bd803733d8d20bd96836484ff4f5d8893
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jan 19 12:04:58 2023 +0200

    Changelog edit

commit 23d6035c4bfda964e127c0c31fcdb29d4e3c605a
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jan 19 11:25:48 2023 +0200

    Fix rig pwr on at start with rig model #2

commit 4488a424aa5efa9f7b159688f9e0dbd487dd66b2
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 16 10:34:36 2023 +0200

    Upd changelog

commit 5e415abc02ed70af8ee5bdec97eff4ae43778d5d
Merge: 203c07d b259c16
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 16 10:32:39 2023 +0200

    Merge branch 'fix_cabrillo_rst' into loc_testing

commit b259c16d5651aaefec37221e4552f1dd883cd8a7
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 16 10:29:06 2023 +0200

    Fix cabrillo_rst

    	Because of weird format of NrauBaltic log example setting of RST
    	fields needed to be changed to adjustable ones.

commit 203c07dd47ae3d032e92382e2f9553c46836597e
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jan 12 21:24:09 2023 +0200

    Fixed TAB key function in Contest window

commit b40bd811416f5f5ae9267186aba275f1c08601e6
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Jan 11 20:50:30 2023 +0200

    Added contest status/msg multipliers count+list by contest bands

commit 015f67a69a1f3fd23902a85c965896fcf8a9e75f
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Jan 10 11:00:47 2023 +0200

    Version 2.6.0(107)

commit 2de1c9b8a30d991f56ec834aeb528401a6ceb4e5
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 9 11:22:17 2023 +0200

    changelog typo upd

commit 7987e162eb56056462025b467151defffca0580b
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 9 11:18:01 2023 +0200

    Version date and changelog upd

commit a19f650609c48a76c0e8cb682e5dd9479cad078b
Merge: d7949db d6bf88a
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 9 11:13:33 2023 +0200

    Merge branch 'fix_rictld_connect' into loc_testing

commit d6bf88aa8110d935fd08950143541535f7ea3e03
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 9 10:59:52 2023 +0200

    Speeding up preferences save by setting cache on during preferences close. Speed increase over %50

commit d7949db3135d408919074b6451728bcefb23c2b1
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 9 09:12:09 2023 +0200

    removed 'secure' from 'clublog' url

commit 530ab975b5782b5767590401dfd7e02f89a6df47
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Jan 8 12:54:40 2023 +0200

    changelog upd

commit 5a74bc6a44487dea2b9dc5e28628211f454afc8f
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Jan 8 12:52:59 2023 +0200

    version date upd

commit 7a001216d72bac3f4dd4f80d275bd475b8c9a3b6
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Jan 8 12:50:45 2023 +0200

    merge fix_rictld_connect

commit 1d3234bb53bbf9f9c5e323199b2a05c55e16a671
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jan 7 17:19:50 2023 +0200

    accepted just RPRT receied for misc commands (like user defined strings)

commit 3315dda5db5d3e14ebcc230433494df88a7043ea
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jan 7 12:49:44 2023 +0200

    Fixing rig communication appeared to be harder than expected

commit 07eb91299475963433dc7e55b9b29c49712bd71c
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Jan 4 13:34:24 2023 +0200

    added powerON prperty

commit b0e902695f570e197de4a28c7604be3fda391f60
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Jan 4 13:32:03 2023 +0200

    Added retry counter for rigtcld connecting

commit a6cc955bd6e7d7ddb73599e1b15db6383ce2abd2
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Jan 4 13:02:56 2023 +0200

    Fix for rigctld communication

    	Rigctld has a "property", at least with Icom ic7300, that if
    	Rig is powered OFF when rigctld is started it takes around
    	7 seconds before rigctld opens it's telnet server for connect requests.

    	If rig is powered rigtcld responses immediately.

    	This waiting time was not taken account in uRigControl.pas
    	Added a reconnect loop of 10 times with one second waiting periods.

    	Now Cqrlog can catch rigctld's telnet server and connect to it
    	despite rig is powered or not.

commit ed45bc23f8551a62483f89ae4478d5bcee9898c9
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 2 18:09:23 2023 +0200

    Updated sat_names.tab

commit 72f00c7a5b118ba9e7527aa4323f7de9ec5057a1
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 2 14:28:46 2023 +0200

    Made online log Urls defineable+Fix1

commit 855aee7d3b90d65d9ecb57309eaf6563a9b2e662
Merge: 5bef518 68de955
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 2 14:22:05 2023 +0200

    Made online log Urls defineable

commit 68de95538386a78843e98425bb688c951ea7b6df
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jan 2 14:08:14 2023 +0200

    Fix for Online Logs Url

    	Problem arised with hadcoded Online logs Url address change.
    	Made Urls changeable via preferences/online log upload.

commit 5bef5181c52d907055563d436fa9b206aa16aac0
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Dec 31 13:38:36 2022 +0200

    update of changelog

commit 735c3e1b25ffba8ceb524387040b382601767847
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Dec 31 13:37:13 2022 +0200

    update of changelog

commit ac2c9854b729b36680f202a632b30bc88990e70f
Merge: 8d7eb9d 0124044
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Dec 31 13:13:56 2022 +0200

    Merge branch 'fix_dxcc_edit_save' into loc_testing

commit 0124044a45077be30d70f6cc33b577939c8097a3
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Dec 31 13:05:43 2022 +0200

    Fix for DXCC Ref edit/save

    	Once again user request appeared to modify and save DXCC ref.
    	Decided to look at it.

    	To my surprise I found that saving user edited DXCC Ref value
    	was nearly done!
    	There was just one line missing and it made me think it could be
    	just a bug from earlier times.
    	When DXCRef was selected from list opened from btnDXCCref it was set
    	to NewQSO, but variable adif's value was forgotten to set.
    	That's why selected new DXXCRef was never saved.

    	During testing I found out that edtDXCCRef.ReadOnly that was set
    	in fNewQSO.lfm was reseted mysteriosly.
    	Reason was ClearAll procedure that set all readonly values to
    	false forgetting to set edtDXCCRef back to true.

    	Readonly prevents "user defined" DXCCs to be entered. All must come
    	from the DXCC list (that, I think, is a good thing).

    	That lead to removing of line that should have been set ChangeDXCC
    	boolean true if old and new calls were same but old ann new adifs
    	were different.
    	That is not needed now when typing is disabled, and on the other hand
    	it never worked as EDITQSO did not set proper adif and old_adif
    	values at start.
    	Including that manually entered prefix was never checked to set
    	corresponding adif integer.

    	Yet one bug more was found when EDITQSO was saved. Then there were
    	not ClearAll procedure called leaving some edited qso data to NewQSO
    	columns.
    	ClearAll was refused to run "normal" way when callsign column was
    	cleared and EDITQSO true.
    	That is because during EDITQSO it can be cleared by user and so would
    	clear all data during edit.
    	If EDITQSO is true ClearAll must be called separately at btnSaveClick
    	procedure.

commit 8d7eb9d187f7d466cb8c1dcfe9f758aaa388f30e
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Dec 30 14:10:35 2022 +0200

    Fixed unwated chars filtering in contest/call input that caused sql error

commit a9cc8581b2203e3470f079ee05c95b15a3a0ca47
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Dec 13 20:56:56 2022 +0200

    Update of changelog

commit 8c7ac81765c744f330fa2dea2ab284da9b3b8a16
Merge: e8bbed7 7147efd
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Dec 13 20:49:00 2022 +0200

    Merge branch 'fix4rigs' into loc_testing

commit e8bbed706f659f40b37bc5dfa85643e5590a0447
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Dec 13 20:43:56 2022 +0200

    fixed contest help

commit 7147efd327dce1ec916352b2abaa4ef55617c155
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Dec 12 20:25:01 2022 +0200

    Fixed bug in Fix ( in start initialize)

commit 23be28db329b0a20de510c576c422f04d25cef15
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Dec 10 08:13:41 2022 +0200

    Defaults for trx and rot port+poll

commit 848cdc1953ac97f876e55cdba2dda779534460f6
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Dec 10 08:07:24 2022 +0200

     default values check

commit 1e8f11674d554f32428b8d457fcbd902150887fa
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Dec 9 14:54:36 2022 +0200

    Update newupdate.zip

commit 8aa56d20a3dd2a9495fac917013880e173116b3e
Merge: 12fa618 22b8674
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Dec 9 14:24:51 2022 +0200

    Merge branch 'fix4rigs' into loc_testing

commit 22b86742b342c786783d54cef259a9ed4719c347
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Dec 9 14:05:52 2022 +0200

    Fixed some config parameters reading.

    	cqrini.ReadInteger and  cqrini.ReadString both can be used for same numeric value reading.
      	Works same way as database ReadAsString or ReadAsInteger; Source is same but resulting read is
      	either String or Integer how programmer wants.
      	cqrini.Write does not make difference in config file if variable is saved as String or Integer
      	both results look same in .cfg file.

commit 12fa61834b1063fdc4dea3825a887e1c3d04c179
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Dec 7 12:46:48 2022 +0200

    Version 2.6.0(105)

commit 9e1b03089b8f840cfdaee6279d527d3a88ec187c
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Dec 7 12:44:02 2022 +0200

    Version 2.6.0(105)

commit 573adb7b69eec6681dc91b852b34440591f97c88
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Dec 7 11:01:42 2022 +0200

    Fixed bug where rig was not initialized at startup if TRXConrol window stayed closed.
    Problem was variable "riginuse" that was undefined at opendatabase called initializerig procedure.

commit b3903c7c06b309fca0801de9cb90892c934b7b06
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Dec 7 12:20:18 2022 +0200

    Set Version date

commit 03e196a0323650663c3022bd51ddda1fc152b787
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Dec 7 11:01:42 2022 +0200

    Fixed bug where rig was not initialized at startup if TRXConrol window stayed closed.
    Problem was variable "riginuse" that was undefined at opendatabase called initializerig procedure.

commit ca4f9dbfc3d18aeca67adaac1195d5f7c2570142
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Dec 6 10:54:34 2022 +0200

    Update README.md

commit b895694769d9ba3ef9181fee90105506a421804d
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Dec 6 10:54:07 2022 +0200

    Update README.md

commit e42007f92baafd5b56cb9a77dfaa9aa7ed3b890b
Merge: f3ebadc 258e90e
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Dec 3 11:07:14 2022 +0200

    Merge branch 'macro_xmr' into loc_testing

commit 258e90e138ae907cfeb90305d0f9be738b01ea68
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Dec 3 10:45:27 2022 +0200

    Added CW macros

    	Added CW macros:
    	%xnr - contest exchange serial number received
    	%xnrs- contest exchenge serial number received sends 9->N and 0->T
    	%xmr - contest exchange message received

    	Affects to an unimaginable number of places ...

    	Fixed macro usage in SendSpot/Usr message.

commit 4f59d7e6c45a9637fb8cfe191ef610016c36e545
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Nov 28 09:08:38 2022 +0200

    Set Version date

commit f3ebadc63b54b2e6bd454cad4ce403fba1ba2925
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Nov 28 08:59:49 2022 +0200

    Version 2.6.0(104)

commit 24e8b1d89a02bc8d03f9b39808dc4f405015d386
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Nov 26 16:09:47 2022 +0200

    Version 2.6.0(104)

commit 71bc55da77cad483cf2a480d36d57735c81a6c53
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Nov 21 16:22:07 2022 +0200

    Version 2.6.0(104)

commit 727509d17b1fbcb140b60472ba271ad674610c72
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Nov 20 14:19:02 2022 +0200

    prepare version

commit de67495566064e510d25194d851a7b609f5d4ff6
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Nov 18 17:18:17 2022 +0200

    vesion prepare

commit 888f75ff0f986986ae36577875fe98ea8576ff32
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Nov 18 17:13:54 2022 +0200

    fixed layout and tab

commit 5dc59f86d8e47ba0f6230648134acf06cc462dee
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Nov 18 16:46:19 2022 +0200

    version prepare

commit 508131fb2926f1cb8e0701ed9b501a79413ae84d
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Nov 18 16:33:59 2022 +0200

    fixed changelog

commit edb069b95b80575951eacc78f3331302c5ff640d
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Nov 18 16:31:11 2022 +0200

    fixed contest window

commit 04cc3e378d568d1e22e1fba60c370603830e8557
Merge: 22411ec 33df9b8
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Nov 12 14:15:57 2022 +0200

    Merge branch 'changelog_move' into loc_testing

commit 33df9b8cf45a926d72fde65517b41e2ed8fb5d8e
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Nov 12 12:50:07 2022 +0200

    Help fix

    	Added changelog.html to top of help's left frame. Then it can be easily
    	opened again also after first start where it appears automated.

    	Fixed index-right.html "dependencies" to talk about MariaDB instead
    	of MySQL

commit 22411ec3fe1682a3f5fc05564621051e41d73c5b
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Nov 12 12:29:34 2022 +0200

    (104) release prepare

commit 36ab747f77e08b0a5a20f2df64715e98ccf52836
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Nov 10 11:10:15 2022 +0200

     fixed changelog

commit 52faff744f60ec2e88b934075c5614cfbe0cc9d2
Merge: 118ca66 2a04c27
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Nov 10 07:13:19 2022 +0200

    Merge branch 'winkey_cmd' into loc_testing

commit 2a04c2745945b012434eb72334c32b80c387f4c2
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Nov 10 06:56:46 2022 +0200

    Added serial CW keyer commanding menu item

            Suddenly noticed that my winkeyer and IC7300 have different
            order of CW paddle plug's pin order.
            It was ok with IC7300, reverse with winkey.
            Fastest way to fix this is to set/reset winkeyer moderegister bit4
            This could not be done with Cqrlog as it sends only text to winkeyer.

            Added menuitem: NewQSO/File/Send hex bytes to keyer (W or K)

            Item is visible with winkeyer or K3NG keyer and allows non text
    	hex bytes to be sent to serial line.
            Tested with Winkeyer.
    	I do not have K3NG to test but assume it possible can be useful
    	also with it in some cases.
    	The serial sending protocol is same with both keyers.

    	Help files fixed.

commit 118ca66fff144658d611ca5810b4f73b80c72f08
Merge: 0782319 76c15c6
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Nov 2 19:34:05 2022 +0200

    Merge branch 'fix_split' into loc_testing

commit 76c15c6065440c6e9b30e1698ad93a33ff62c17b
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Nov 2 19:25:15 2022 +0200

    Fix for quick split settings

    	Fixed all edtboxes value limits to 0..9999
    	Fixed tabulation orders

commit 0782319fae20dd4037ee139cee99dfc9e3cc5d22
Merge: 5f130dd 46d4240
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 25 19:50:42 2022 +0300

    Merge branch 'fix4rigs' into loc_testing

commit 46d4240d82d086c51500499346c00c7c1f6e5028
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 25 19:50:16 2022 +0300

    Fixed TRXControl USR buttons text loading. Fixed CWkeyer: do not reset keyer checbox

commit 5f130dd743b6ef26b7b54cbcdd7d9d2e6b467515
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Oct 24 18:53:06 2022 +0300

    Update README.md

commit ebe2da459e957ed68dc4fc2a16378bd0a7d272c9
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Oct 24 18:43:29 2022 +0300

    Fix fix4rig merge errors #3

commit 050a96e187ff47fc0768cfe6085deba7f92eefda
Merge: 0e2e5a8 e63e8e1
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Oct 21 16:19:54 2022 +0300

    Merge branch 'fix4rigs' into loc_testing

commit e63e8e1109a9d736275082281bf97abb3608b11d
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Oct 21 16:13:40 2022 +0300

    Fixed 'use Potentiometer CW speed' with Winkeyer (and tested) in NewQSO, Contest, CWtype and CW keys

commit 25a8ec3f3932e5d65287bbee1e6d6276c50ad9b4
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Oct 20 14:22:18 2022 +0300

    Fixed winkey poti speed select

commit 0e2e5a80d1293be875dc6926092bd9242c4daf37
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Oct 20 13:44:36 2022 +0300

    merge post fix #2

commit 17135335a0038225fe95b8f993b24a3389ac1113
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Oct 19 20:27:00 2022 +0300

    Some fixes after merge #1

commit 206acac0102867a6ddf6ca7f501b7346665302aa
Merge: 8b79bee 8def318
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Oct 19 20:16:55 2022 +0300

    Merge branch 'fix4rigs' into loc_testing

commit 8b79bee2bee9d97d1d4cb22d88bd4867fbf8c8b4
Merge: 10a171c 7fa57e3
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 18 19:30:47 2022 +0300

    Merge branch 'fix_contestname' into loc_testing

commit 7fa57e3d26e5821f888ba1514965e31f18932a5b
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 18 19:23:03 2022 +0300

    Fixed double usage of query qBands. Preferences/bands/Frequencies list it's grid contents if Wsjt-x remote was on and CQ-monitor selected. dmUtils.FreqFromBand uses same qBand query! (Could this happen also elswhere?)

commit 8def318afad6bf103bdd36169e2f51054355f767
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 18 10:52:52 2022 +0300

    Fixed some RTTY text to DATA

commit 10a171c9eeb7b01058c80b0626cd9e62e2dad975
Merge: 53574a2 2b69915
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Oct 17 11:33:16 2022 +0300

    Merge branch 'fix_contestname' into loc_testing

commit 2b69915de2ff7edaa69911d0499632d16f98a92c
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Oct 17 11:27:29 2022 +0300

    Fix for contest name

    	Fix for contest name in contests that have all modes in use.
    	CW/SSB/FM/MGM like NAC has.
    	Then MGM qsos coming from WSJT-X will get name from contest
    	name in contest window if it is open during remote.
    	This overwrites WSJT-X predefined 4 contest names making all
    	qsos in contest to have same contest name defined in contest window.

commit 53574a2876ba5494f2b5a896373637bb7e00226c
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Oct 14 14:35:37 2022 +0300

    Fixed a help picture

commit 66963dc2f3bb6cf91548fde66c2712d75295500c
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Oct 14 13:20:47 2022 +0300

    Merged mwc_multip by copying

commit 511875d44689d89d04cd83b41e4c31680f61f108
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Oct 12 10:58:54 2022 +0300

    Fixed one hint text

commit cee767569b5c3e19a03f96c1e7b64079a67397ab
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 11 14:18:13 2022 +0300

    Fixed hint texts and added checkbox to turn them off (default ON)

commit 64f15aac093224c4e5230a65f8a3d0556c2f4580
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 11 10:37:46 2022 +0300

    Removed s&p and mark dupe checkboxes from tabulation list. Set sorting(asc) for country, locator and message multiplier lists

commit bf3fcedffbc46652df3dd9100c9a4e9c71da91a6
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Oct 10 15:41:03 2022 +0300

    Some help changes

commit 3d1adfd4384cf893101a144b1d72b7a0fcb6c92a
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Oct 10 15:30:03 2022 +0300

    Fixed SemiAuto memory sending. Fixed default report by mode creating

commit a2489b386a84f5251d50328c53644945b394af4a
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Oct 10 11:06:06 2022 +0300

    Fixed memory keys to work on all CW,SSB,FM,AM modes. Fixed corresponding help.

commit 8d8af10ecf72a8a07f96e7058b8957fae7e8aff3
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Oct 10 10:49:09 2022 +0300

    Fixed call mode F2 and F3 sending. Fixed TRXControl 70cm frequency if defults are not set. Fixed save qso: Cursor must be away from edtCall

commit cb8ff91d56182f041def38d465d9e7d9ec598067
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Oct 10 09:18:06 2022 +0300

    Status view clear when no contestname

commit 14a7fead6863046b5262d0af6b548122192b6bf9
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Oct 8 15:21:03 2022 +0300

    Manually merged mwc_multip

commit 06d3d9a41a1e966e7be3f9996827bec9473d183d
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Oct 1 17:08:12 2022 +0300

    Merged mwc_multip

commit 92063bcad447df14e5ea27c6f2fc34e4173e64ca
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Sep 27 13:14:26 2022 +0300

    changed dupe check to writing of call. Added hint texts. Added score group box, but this needs lot of work to run

commit 122fec07b4c8ca4c46ef4fe4a3323edcf25e70d7
Merge: 2f984a6 f01f021
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 26 19:26:51 2022 +0300

    Merge branch 'mwc_multip' into loc_testing

commit f01f0212a9bfe66acaa8f3dfabd8948ee274c7f9
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 26 19:25:25 2022 +0300

    Added S&P checkbox (default off, Shift+Tab toggles) When OFF and CW has semi-automatic macro sending: exit edtcall and call>2 send F2, if then dupe found send F3, when saving qso send F4. When S&P checkd works as before (user must press F to send)

commit 657bba3b39377937ccaf9acc757113966e0f0b93
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 23 11:04:48 2022 +0300

    Small bugfix with number multipliers. Changed contest filter combo box to appear in order from A to Z (was Z to A)

commit 2f984a6b3aeb5742041bc6ebf3f81e66d1894863
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 23 10:58:51 2022 +0300

    Small bugfix with number multipliers. Changed contest filter combo box to appear in order from A to Z (was Z to A)

commit 5776ef997c80be287f9704200c0427d4c7b008d2
Merge: ef88464 35b9ccb
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 22 20:59:44 2022 +0300

    Merge branch 'mwc_multip' into loc_testing

commit 35b9ccb8b3c87389c697e1c87a54366f233ff529
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 22 20:56:52 2022 +0300

    bugfixes: Made own query/transaction 'CQ/trCQ'. Moved suffix work to mysql. Fixed statusbar layout.

commit ef8846438bb52a00f307e341e2dd531d7fe964b2
Merge: eff642e fc9d8c2
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Sep 17 14:25:38 2022 +0300

    Merge branch 'save_when_load' into loc_testing

commit fc9d8c2d02cf1b7bb9e5dc1b40944721be8ae016
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Sep 17 14:25:01 2022 +0300

    Fix for LoadForm: removed saving assume copied from SaveForm source

commit eff642eed375ebcdc28fa5bac693a33fbc111e55
Merge: 6bbc18a b289669
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Sep 17 14:16:07 2022 +0300

    Merge branch 'squash-newqso_tab_offline' into loc_testing

commit 6bbc18a729a7f48c091ccbb5e163640f3fcf63d8
Merge: 2a59496 2c640d1
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Sep 17 14:13:26 2022 +0300

    Merge branch 'mwc_multip' into loc_testing

commit 2c640d1bef8ab3e179b87ed72446ee89598b5fd2
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 16 15:48:34 2022 +0300

    Added total score and made rest of view band based

commit 06f394a5e7c5f3ed2270a684ecaad5989a70b68d
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 16 13:58:17 2022 +0300

    Additon to contest
    	OK1WC memorial score counting.
    	This does not work for multiband yet.

commit df0dff35d96c5929dc463b319faf3c2405e41aff
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 15 13:22:16 2022 +0300

    fixes when rig is 'None'

commit e2f5ca64a9e9a7b549c22a233ae405fecb46b287
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 15 10:25:13 2022 +0300

    Small fix to help

commit aa86ada4d5b929c76548176178d3168bbe481d59
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 15 10:15:35 2022 +0300

    Fixed preferences.lfm cleanup

commit b7a6b918ee50d45d75db07a59d2ebf96ca030150
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 15 09:52:16 2022 +0300

    cleaned preferences.lfm

commit d27f7727cc84942eb689d88bde7a0a807497b763
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 14 18:31:39 2022 +0300

    Fixed some help files

commit 9ef0a20b846d4941abf177fabfc1b96b504d70a3
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Sep 13 12:13:13 2022 +0300

    Changed 'modes/data mode' edit to mode selector. exit from user digital modes will update selector.

commit a29e38cbdcc6fda06bed180dff260adeb740520e
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 12 19:11:25 2022 +0300

    prefereneces fix. Help image refresh. ToDO: help text fix

commit 35b878af5192dfb733d6f3cfd6bc8de5047029b2
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 12 15:53:48 2022 +0300

    Fixed localconf bug, fixed Cw init, fixed winkeyer use pot speed, fixed WPN display now 0WPM when no key, -1WPM if winkey poti used

commit b756151a6b126085a05f6cb3152937b79bfc8f85
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 12 13:11:49 2022 +0300

    TRX cmb works  now. Todo : set selected modes and keyer visible on init

commit f9f4a4369d9bb62323e66d019ee15ac060d4c58f
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 9 16:29:53 2022 +0300

    Now preferences nearly works. Just TRX cmb loses its text (why)

commit 934694ea63984038f812206b6d23b21f7d7222c3
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 9 13:33:02 2022 +0300

    added cw setup in pref. Whole setup is still broken...AHhhhhhh

commit 1553f48abb831695eb1736cd2a7993e3aac737a4
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 8 12:49:22 2022 +0300

    CWkeyer selection fixed. Not tested at all yet

commit 7631a8eed152e4aeb348f9b3b63df20af379fb74
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 8 11:37:03 2022 +0300

    CW interface layout fix

commit 3d0ea64f5df36bf0e4fe802e6fe56760a8378608
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 7 13:04:48 2022 +0300

    fixed powerbuttons, initial powerON checkbox usage, preferences loading

commit 5fbd310db3b86215651e3392ba6fb319664662d6
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 7 11:51:30 2022 +0300

    fixed errors in preferences/trxcontrol&modes

commit 9cec1355498a2bf3a5a3ad6755ee87a4eb50093a
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Sep 6 20:26:51 2022 +0300

    fixed local storage. TODO rig naming in selector does not work

commit 63dac701a59de76f4ae1a665cfe2e6216b4b4f5b
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Sep 6 12:55:56 2022 +0300

    added adjustable rig count 1-6. Needs testing still

commit 5d599f358f10b8194126cc1d5b4e9ecc386a673c
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Sep 4 21:22:21 2022 +0300

    fixed rig selections, not tested yet!

commit 058b183166ea3728dfa5d8b3317e4bcbb2f68de0
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Sep 3 12:23:47 2022 +0300

    fixed rig selection a bit, still needs work

commit c079448a1be01cc8faa5fc81f53ccf72b1c59ac0
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 2 17:01:00 2022 +0300

    rtty/datamode change done. Still completely untested. Compiles ok.

commit d5e27773bb0ed541d9885f576f9f2597e98f4ebe
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Aug 31 15:41:25 2022 +0300

    done some modes usage. todo:Test dxspt click and mode set. Part of rtty/datamode change done. Todo:finish it

commit 89a8eee812ee4426e1bb234f38d696fea71e2fe5
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Aug 30 16:22:44 2022 +0300

    Added preferences/TRXControl/Rig Power ON checkbox. If rig supports power cat commands and checked will send PowerON cmd to rig at initialize phase.

commit 374624a03bf7a9dd1b067063fa510c95610fb3a0
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Aug 28 17:05:57 2022 +0300

    added 3-6 to config storage TRX and BAND. NOT tested yet

commit d4b5189aa78a486a0e279cd2f309d99b5375bdbe
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Aug 26 21:25:09 2022 +0300

    fixed spinedt width.Todo: modes usage in other units, add Data mode code

commit 64146a66c17f89803de4e0d1b5dd29d64956a576
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Aug 26 12:03:50 2022 +0300

    fixed modes preferences.Todo: fix spinedt width, modes to other units, add data mode code

commit 1814733715c10505ed5592154ebf290f3efd4fda
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Aug 25 13:11:13 2022 +0300

    Empty rig model will erase whole TRXnr section

commit a1662e24845ed66247aeffc625be8b00703d1e78
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Aug 25 10:54:40 2022 +0300

    TRXcontrol rig change works

commit b289669d3b054ea99b2b5544830552b23a177114
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Aug 24 12:46:02 2022 +0300

    Fix to QSO offline input

            When Offline checkbox is checked and first qso typed in and saved
            focus will return to QsoDate column instead of Callsign column.
            Then when date, start time and end time are set and then TAB
    	pressed focus will move to callsign column.
            This happens only if callsign cloumn is empty (not when in edit qso)

            This makes qso manual feed from paper log easier as things start
            from date and tabulation continues in chronological order:
            date,start,end,call,freq, mode .. etc and when qso is saved
            focus returns again to date column.

    	When typing in Date and times in Offline Cqrlog will add punctuation
    	marks ('-' or ':') automatic. This way only number keys need to be typed.

    	When not valid locator is entered (usually odd number of characters)
    	NewQSO/GRID label will turn bold red as warning sign when exit from
    	grid column.

    	Tested ok with GTK2 and QT5 using Lazarus Ver 2.2.2

    Squashed commit of the following:

    commit 8157d01e220b63bf9bf42d0e2d8576fb40b00b56
    Author: OH1KH <oh1kh@sral.fi>
    Date:   Wed Aug 24 12:43:00 2022 +0300

        Added auto '-' and ':' when typing in date and times in Offline mode. Grid label changes to bold red if gird is not valid (odd number of chars)

    commit 51e1c90bb51ab5b4626dd6c54b37cc22d8468420
    Author: OH1KH <oh1kh@sral.fi>
    Date:   Mon Aug 22 10:25:11 2022 +0300

        Fix remote situation

    commit 896479695797e88de0abd9dc4436c960b96451b4
    Author: OH1KH <oh1kh@sral.fi>
    Date:   Sun Aug 21 15:56:41 2022 +0300

        Fix to QSO offline input

commit a25ddbe0f47087db9914d33e267bef250d6de113
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Aug 23 20:12:47 2022 +0300

    Tabulation orders

commit 011fa17faf0a7b8cb9fa2810b91933729e11ec94
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Aug 23 19:45:17 2022 +0300

    Load and save works

commit 8c53ab313a8a4783c5e6facea3f918bda820c6bb
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Aug 23 19:05:40 2022 +0300

    added TRX(nr) Load and Save

commit baaeb011748b7125ab4a6c6fbf6a4766f467a89e
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Aug 23 15:50:04 2022 +0300

    Remove rig tabs and insert rig number combo box, continue from fromShow/loadrig

commit 2a5949622ebe80e974b0edc30bdfac5066fa3edd
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jul 25 18:50:29 2022 +0300

    Version 2.6.0(103)

commit f1a6f2e8118089b078bc20aaccc90eeaf7da00d6
Merge: 4bdea65 98a8ba5
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jul 25 11:25:52 2022 +0300

    Merge branch 'master' into loc_testing

commit 4bdea65de86a59382eed9a2b7ecec720e3ddb60c
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jul 15 12:57:32 2022 +0300

    Version 2.6.0(102)

commit a50cd7982e104a49eecb087e5e3ab37abf7c235b
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jul 15 11:06:18 2022 +0300

    verson prepare

commit bbdfa7afd2bbc5bc5b9a0caa370379e654b4813e
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jul 15 08:46:23 2022 +0300

    version prepare

commit 8a4c3a02b4e5b40369fd38bec31224588aa9b1f5
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 9 19:03:53 2022 +0300

    possible RBN monitor bug

commit 1887cc172256f5ee7300a0822a13d430c217b377
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Jul 5 11:58:11 2022 +0300

    Fix for preferences/modes

    	Changed max value of all passbands to be 100kHz that suits
    	better to modern rigs than previous 3000/6000 and makes
    	no harm having it "high enough".

commit bff3a95f7092463be96a36569577c44ee3dca6b0
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Jul 2 13:04:54 2022 +0300

    another way, maybe better

commit 64686ca5fb71c4f23c5cab8588bfa5cdd788ab0b
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jul 1 12:00:07 2022 +0300

    Update README.md

commit e22f335671202eaaa23092db046d1e99e1066d39
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jul 1 11:55:03 2022 +0300

    Version 2.6.0(101) [only alpha binaries]

commit fd2425d2af22c107461713d087dba7ff5550b354
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jul 1 11:25:51 2022 +0300

    added filename fix PR by SM0KBD

commit 8307cd7cbec85558f75224a474e6334fbb3467db
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jul 1 10:37:43 2022 +0300

    added zip

commit 0610b18a922e8a210d0577699b59559766bb3355
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Jul 1 10:30:02 2022 +0300

    layout fix

commit 8a564270790d19fad97879d2e51f8d47a58b9ef1
Merge: 09028cf 0fb4345
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 10:22:01 2022 +0300

    Merge branch 'new_rig_comm_2' into loc_testing

commit 0fb4345a3a584f91c8e89aa0c9be94dc83ab5f58
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 10:21:07 2022 +0300

    Fixed passband '-1' setting

commit 09028cfa198f7b042bf6d4be2806c454e766e964
Merge: c71ba11 1ea3a5c
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 09:44:20 2022 +0300

    Merge branch 'new_rig_comm_2' into loc_testing

commit 1ea3a5c193ad3db60a728f3c3e8c3d6ab93187e3
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 09:41:14 2022 +0300

    If rig can get vfo coloer TRXC vfo buttons,else not

commit a99edac732d15a354a0e3a10ef399107e53171dd
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 09:04:10 2022 +0300

    restored queue send

commit c71ba117d4e7925d28c7df7083b1c4ad57b37bfd
Merge: a583c47 cd1ba32
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 09:02:42 2022 +0300

    Merge branch 'new_rig_comm_2' into loc_testing

commit cd1ba324376556d64cd7d38667a4609f514c736c
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 27 08:28:52 2022 +0300

    connect indication

commit 1f1653ed7b634eda81586409fab3564273888513
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jun 23 17:56:05 2022 +0300

    looks good, but connection status must be fixed

commit d54143de69950a6e80c578cf4049a418e909972c
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jun 23 14:07:06 2022 +0300

    power on / off btns work now

commit 1332722a3a9483699735404af9ccc0ff322c44e9
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Jun 23 13:06:14 2022 +0300

    Third try to fix this uRigControl

commit a583c47efef9ac0195db6efdb90f24758753cdc5
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 13 10:02:58 2022 +0300

    fix branch loc_testing

commit 95ecc1004b23878105681ad5dc3e977b346d2f7d
Merge: 54367ef bf3a3b4
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 13 09:56:51 2022 +0300

    Merge branch 'fix_states' into loc_testing

commit 54367ef669e8c6823b4a509329b71cbe6ba49dec
Merge: 7e49c52 72f215a
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 13 09:56:41 2022 +0300

    Merge branch 'fix_rtty_data' into loc_testing

commit bf3a3b4e6b99e5dfd789e3d03c6dc9fafffb13e0
Merge: 5d50b82 f4d5d1e
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 13 08:14:06 2022 +0300

    Merge branch 'master' into fix_states

commit 72f215a7388302c7b92b40974716c732a46b30db
Merge: 42c3977 f4d5d1e
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 13 08:13:45 2022 +0300

    Merge branch 'master' into fix_rtty_data

commit 7e49c52e8d309a97101bc3d951ab5d28885445b4
Merge: 69e2379 f4d5d1e
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Jun 13 08:12:17 2022 +0300

    Merge branch 'master' into fix_disable_triggers

commit 5d50b8230793a28e9a681b2d32902bde34f9a3a5
Merge: c2d4de6 6a1c6b4
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Jun 8 08:48:06 2022 +0300

    Merge branch 'master' into fix_states

commit 42c3977c8b30fd3471d56122bf2301108f9e6fac
Merge: 86dcbe5 6a1c6b4
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Jun 8 08:47:49 2022 +0300

    Merge branch 'master' into fix_rtty_data

commit 69e23797ff4f79e66d062b6dacfc3c88a5cc5131
Merge: 3c67031 6a1c6b4
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Jun 8 08:47:33 2022 +0300

    Merge branch 'master' into fix_disable_triggers

commit c2d4de63c72fef1034be249d1cc1c1464ca906c1
Merge: f21e041 823332c
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue May 31 09:50:22 2022 +0300

    Merge branch 'master' into fix_states

commit 86dcbe5dab759091192e29bbe3d816cf208ffc1c
Merge: 49fd593 823332c
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue May 31 09:50:02 2022 +0300

    Merge branch 'master' into fix_rtty_data

commit 3c6703147292377c076ad182336b22540195e515
Merge: 981229d 823332c
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue May 31 09:48:36 2022 +0300

    Merge branch 'master' into fix_disable_triggers

commit 49fd59324facd209fb7b61fb653075b77ef99307
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri May 20 11:42:55 2022 +0300

    lfm fix

commit 4e01768d44957cf1aa4ac23695bc052b6fff5f3d
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri May 20 11:39:27 2022 +0300

    This nearly works

commit 981229dc549f0b54e15a4346ebac4104b356c22a
Merge: 17a8505 498fada
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon May 16 15:54:23 2022 +0300

    Fixes to triggers

    	Disable triggers  moved to 2022-05-12 source

    Merge branch 'disable_triggers' into new_disable_triggers

commit f21e0414eaa12efbf6599ac41ded57aa321a1c55
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon May 16 15:08:58 2022 +0300

    US states to CQ-monitor/wsjt-map

    	This addition inserts US states display to Cq-monitor/Wsjtx-map
    	Then information are downloaded from fcc and converted to StringList
    	ctyfiles/fcc_states.tab
    	Received USA callsigns are compared against StringList call=state and state
    	from there added.
    	Because list covers all US callsigns found callsign=state pairs are
    	added to runtime stringlist that is first seeked when callsign is received.
    	That makes search faster as same callsigns appear again on next period(s)
    	and "ready found list" used is then shorter.
    	Runtime list is cleared when wsjtx remote is closed.

    	If there is no fcc_states.tab, or it is over 90 days old, it is asked should
    	Cqrlog load new info from fcc.
    	If permission is given the download address is shown in case fcc changes it
    	and so user can change right address.
    	After download the raw file Cqrlog asks should new fcc_states.tab should be created
    	from raw data. if permission is given the process starts with  process indocator.
    	Handling may get some time with slow computers like RPi.

    	This system gives up-to-date info and is fast enough to use with every received
    	period (internet lookup from QRZ/hamQTH is too slow for that purpose).

    	Addition has been in use long time with my test version and proved to work.
    	Now it is transferred to source 2022-5-12 and hopefully has no erros added.
    	(the move needed lot of manual work)

commit a4e4b4d9db7ca035721ad6d42939a3b31281a3c9
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon May 16 12:31:26 2022 +0300

    Works, perhaps. Should be tested

commit 498fada9f0618d35e4ab77157f3481983c8cbab2
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 9 17:52:12 2020 +0300

    Added Ignore QSL feature to Labelprint and Automark QSL

commit 7958437f17235c8508497b22865381d7eb1b141b
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 9 17:28:17 2020 +0300

    Added Ignore QSL and Ignore Edit (in preferences)

    - user can select the effect of QSL and Edit just like LoTW adn eQSL has.

commit a3db065f99bacad3f72a63c71c1012881cf3e455
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 9 11:35:33 2020 +0300

    Added QSO list/Online Log/Remove all upload triggers

     - sometimes user wants to change QSL markings without uploading change (1-10000pcs) to online logs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants