I just contacted TX6D (DXPedition in French Polynesia) on FT8. CQRLog lists it as France, not French Polynesia. How do I fix this? TX is not listed in the DX listing.
Hi!
With latest alpha version you can edit dxcc and save it.
Official versions allow you edit dxcc, but not save it. Then you just have to wait dxcc update from Martin. Be sure that your Cqrlog seeks new dxcc updates at startup (defined in preferences).
Do I understand this correctly...
CQRLog reads Countries/DX entity from tables within CQRLog even if I have have callbook search set to qrz.com, which shows TX6D to be French Polynesia?
DXCC info shows:
France DOM (Overseas Dept - check the DXCC!), Special Station
Hi,
As you may remember I have compiled my own version of the program to fix bugs in the real time upload to Clublog. Now I would like to incorporate the fix for the bug that it is impossible to edit the DXCC country of a saved QSO. Is there a way to get the source code for this fix? Or perhaps you would like to incorporate my Clublog fix into the main version so I can just download that?
Cqrlog is open source program. You find the fix from my Alpha code from GitHub address mentioned in this thread.
Just go trough commits and you will find that. I can not remember when it was, but it was not very long ago.
About the Clublog upload; I'd like to apply it to Alpha if it works flawlessly and does not break other online log uploads.
Note that Alpha has 4th online upload with N1MM style UDP.
Because of that you have to fit your code to Alpha and test that it, and other online uploads, work.
I can not test them because I do not use any online logs. I have to trust that code is error free when pull requested.
Well... I cloned the repository at https://github.com/OH1KH/cqrlog/tree/loc_testing and added my changes for Clublog. But when I tested it, it still did not save the change to the DXCC. In addition, it did not have the correct url for clublog, a problem that existed a long time ago and which I fixed (and forgot about)! So I think the repository I cloned was not the latest.
Hi
The clublog address can be changed from preferences. Did you check that?
Assume you have master compiled. Check version date from qso list bottom area.
If you did git clone to your local folder you must cd to source root (folder cqrlog)
then do 'git checkout loc_testing' to select right branch from cloned source. After that issue ''make' and 'sudo make install '
I didn't realize that I had to select the branch. Once I did this I got the latest version. It works properly when saving the DXCC country. I also put my clublog modification in, although there were already some changes to that area of code. I am not sure if it was necessary, but I made all the error cases that I think should be ignored give errorcode = 0. It seems to work properly, although I need to test it some more. Thank you for your help!
Victor 4X6GP
Hi!
With latest alpha version you can edit dxcc and save it.
Official versions allow you edit dxcc, but not save it. Then you just have to wait dxcc update from Martin. Be sure that your Cqrlog seeks new dxcc updates at startup (defined in preferences).
--
Saku
OH1KH
Do I understand this correctly...
CQRLog reads Countries/DX entity from tables within CQRLog even if I have have callbook search set to qrz.com, which shows TX6D to be French Polynesia?
DXCC info shows:
France DOM (Overseas Dept - check the DXCC!), Special Station
Callbook (qrz.com) is blank.
Thanks
Rick, KK4GGL
Where can I download an alpha version?
Rick, KK4GGL
Hello,
here ----> https://github.com/OH1KH/cqrlog/tree/loc_testing
73's Yves
Yves, F5JQF
CQRlog Ver.Alpha_(xxx) / Hamlib 4.5.5 / Linux Mint 21.3 Cinnamon
..
Thanks... the warnings a a bit scary. I think I'll try to keep track of mislabled DX's and make changes after 2.5 comes out.
Rick, KK4GGL
Hi,
As you may remember I have compiled my own version of the program to fix bugs in the real time upload to Clublog. Now I would like to incorporate the fix for the bug that it is impossible to edit the DXCC country of a saved QSO. Is there a way to get the source code for this fix? Or perhaps you would like to incorporate my Clublog fix into the main version so I can just download that?
Victor 4X6GP
Hi Victor!
Cqrlog is open source program. You find the fix from my Alpha code from GitHub address mentioned in this thread.
Just go trough commits and you will find that. I can not remember when it was, but it was not very long ago.
About the Clublog upload; I'd like to apply it to Alpha if it works flawlessly and does not break other online log uploads.
Note that Alpha has 4th online upload with N1MM style UDP.
Because of that you have to fit your code to Alpha and test that it, and other online uploads, work.
I can not test them because I do not use any online logs. I have to trust that code is error free when pull requested.
--
Saku
OH1KH
Well... I cloned the repository at https://github.com/OH1KH/cqrlog/tree/loc_testing and added my changes for Clublog. But when I tested it, it still did not save the change to the DXCC. In addition, it did not have the correct url for clublog, a problem that existed a long time ago and which I fixed (and forgot about)! So I think the repository I cloned was not the latest.
Victor 4X6GP
Hi
The clublog address can be changed from preferences. Did you check that?
Assume you have master compiled. Check version date from qso list bottom area.
If you did git clone to your local folder you must cd to source root (folder cqrlog)
then do 'git checkout loc_testing' to select right branch from cloned source. After that issue ''make' and 'sudo make install '
--
Saku
OH1KH
I didn't realize that I had to select the branch. Once I did this I got the latest version. It works properly when saving the DXCC country. I also put my clublog modification in, although there were already some changes to that area of code. I am not sure if it was necessary, but I made all the error cases that I think should be ignored give errorcode = 0. It seems to work properly, although I need to test it some more. Thank you for your help!
Victor 4X6GP
Victor 4X6GP
Making your living easier. Here is the DXCC save commit https://github.com/ok2cqr/cqrlog/commit/0124044a45077be30d70f6cc33b57793...
--
Saku
OH1KH