cqrlog/help/h1.html

751 lines
52 KiB
HTML
Raw Normal View History

2013-03-15 20:13:08 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2016-04-18 16:52:11 +00:00
<html>
<head>
<title>CQRLOG - Preferences</title>
2013-03-15 20:13:08 +00:00
</head>
2016-04-18 16:52:11 +00:00
<body>
<table border="0" cellpadding="5" cellspacing="2" width="100%">
<tbody>
<tr>
<td valign="top"><img src="img/exc.png"></td>
<td bgcolor=#ffffcc valign="top" align="justify"><strong>
<font color="red">WARNING!</font></strong>
Backup your data often! BACKUP your log directory at the end of EVERY session!
All that you need to backup and store in a safe place is the log database directory
located in the ~/.config/cqrlog/database folder, or you can enable the autobackup function
in Preferences. This autobackup function creates an ADIF file with a backup of your log.
</td>
</tr>
</tbody>
</table>
2013-03-15 20:13:08 +00:00
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="2">
2016-04-18 16:52:11 +00:00
<tbody>
<tr>
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 732512331df249a1f0ad658dc3f4db37c4b760d0 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 1c95d4a7c1dc151467eb711d5547f7a9a4d77666 Author: OH1KH <oh1kh@sral.fi> Date: Fri Apr 3 09:46:44 2020 +0300 Global fix to Menu links of help files commit f1e9eefd3c614d181f956b274c95a791074149ce Author: OH1KH <oh1kh@sral.fi> Date: Thu Apr 2 14:31:19 2020 +0300 small fix commit eece2b92231ffb364017b1ee5cf796077f6bfc90 Author: OH1KH <oh1kh@sral.fi> Date: Thu Apr 2 14:19:25 2020 +0300 Band map freq, call widths adjustable. Help fixed commit 0c721185812c1d0430999f5e1781f3bd238e2287 Author: OH1KH <oh1kh@sral.fi> Date: Wed Apr 1 14:37:20 2020 +0300 bugfix freeandnil rbnthread on disconnect commit 35efb36dbb825b80f9f521ef3a1860ffd2c4674f 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 9d19c02be723570a8a60972d10a32b8d63506e6d Author: OH1KH <oh1kh@sral.fi> Date: Wed Apr 1 10:23:36 2020 +0300 Some fixes commit 4eeea7825d4db26a61c9281430c9037c9b37418e Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 19:06:50 2020 +0300 help fixes commit bd5ca1c0ea2b34701ff5e5c4a2ec7e0b7bed031f Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 18:47:18 2020 +0300 removed refresh from scroll commit a402ee1bb2ffac35e55d13239f90535ac50d9a44 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 18:41:47 2020 +0300 changed lotw imp/exp statusmonitor scrolling commit 3277b7e09705ed7b019439d154c5e83b44e5e69d 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 a35177b2ea562a8bf7af0218267c2c1df026f47c Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 14:22:48 2020 +0300 help for RBN created commit 9dd5eba8f3034f75fe82619e7089b04ec9d578e8 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 10:46:06 +00:00
<td width="33%" align="center">[<a href="index.html" target="_top">Menu</a>]</td>
2016-04-18 16:52:11 +00:00
</tr>
</tbody>
2013-03-15 20:13:08 +00:00
</table>
<br>
2017-12-17 07:49:20 +00:00
<div style="text-align: left;"><strong>CQRLOG for LINUX by OK7AN &amp; OK1RR</strong></div>
2013-03-15 20:13:08 +00:00
<p align=center><img src=img/line.png></p>
<h2><strong>Preferences</strong></h2>
2015-07-05 16:21:40 +00:00
<div align=justify>The first step you need is to set up your log preferences. From the
2016-04-18 16:52:11 +00:00
logging window, choose the 'File' menu item and 'Preferences' (or Ctrl-P).<br><br>
<img src=img/h2.png border=0>
<br><br>
A multitab window appears, allowing setup of the following parameters:<br>
<ul style="margin-left: 40px;">
<li><a href="h1.html#ah2">Program</a></li>
<li><a href="h1.html#ah3">Station</a></li>
<li><a href="h1.html#ah4">New QSO</a></li>
<li><a href="h1.html#ah5">Visible columns</a></li>
<li><a href="h1.html#ah6">Bands</a></li>
<li><a href="h1.html#ah7">TRX Control</a></li>
<li><a href="h1.html#ah8">Modes</a></li>
<li><a href="h1.html#ah9">QTH Profiles</a></li>
<li><a href="h1.html#ah10">Export</a></li>
<li><a href="h1.html#ah11">DX Cluster</a></li>
<li><a href="h1.html#ah12">Fonts</a></li>
<li><a href="h1.html#ah13">WAZ, ITU Zones</a></li>
<li><a href="h1.html#ah14">IOTA</a></li>
<li><a href="h1.html#ah15">Membership</a></li>
<li><a href="h1.html#bh1">Bandmap</a></li>
<li><a href="h1.html#bh2">xplanet support</a></li>
<li><a href="h1.html#bh3">Zip code tracking</a></li>
<li><a href="h1.html#bh4">LoTW support</a></li>
<li><a href="h1.html#ch1">CW interface</a></li>
<li><a href="h1.html#ch2">fldigi interface</a></li>
<li><a href="fldxml.html">fldigi XmlRpc remote</a></li>
2019-02-25 10:39:12 +00:00
<li><a href="h1.html#ch2b">wsjt-x interface</a></li>
<li><a href="h1.html#ch2c">N1MM interface</a></li>
<li><a href="h1.html#ch3">Exit & Auto backup</a></li>
2016-04-18 16:52:11 +00:00
<li><a href="h1.html#ch4">External viewers</a></li>
<li><a href="h1.html#ch5">Callbook support</a></li>
<li><a href="h1.html#ch6">RBN support</a></li>
<li><a href="h1.html#ch7">Online log upload support</a></li>
</ul>
<h2><strong>Preferences</strong></h2>
The first tab of the 'Preferences' dialog is labelled 'Program'. Here you can setup the
main program behaviour.<br><br>
<a name=ah2><h2><strong>Program</strong></h2></a>
<img src=img/h5.png border=0>
<br><br>
The <strong>Internet connection</strong> is important to those who are behind a proxy.
The data required does not need further explanation, hopefully. CQRLOG attempts to connect
if you try to connect to the DX Cluster (either via web or telnet) and/or if you hit F6
to access the HamQTH.com/QRZ.COM callbook data.
<br><br>
Other settings are:<br><br>
This update planned to allow HamLib usage with radio2 selected (with it's port and address). As usual the work grows ... Thanks Martin, DL1MTG, for testing and comments! CW keyer: -Preferences CW interface: both radios can now have own type of keyer. -HamlibKeyer address/port is taken from selected radio -Keyer is reloaded with every change of radios, but if user sets both keyers to same type (and it is not HamLib) he can use checkbox to prevent reloading when radio is switched. Meaning he uses same physical keyer for both radios and does not want that radio switch (keyer reloading) sets CW speed always back to default. -K3NG keyer serial speed was stored to Word variable. That can carry only value up to 65535. Changed to dWord and now speed 115200 should be passed to serial port setup (no device to test that, but 115200 comes now ok up to ser.config()-line that it did not before). Help: -Preferences have now 2 help buttons. One gives help for currently selected tab, other opens help index. I think Lazarus help system has bug (or I can not use it!) but tab help keyword definitions in .lfm can never be used as ShowHelp checks parent and if found uses Parent.showhelp that seems to lead to upper level help keyword. -There is another problem because help system uses system default browser and Lazarus finds it using xdg-open (Linux system script to find registered viewer) xdg-open has property that drops away hashtag links pointing to website chapters if url "file:///" is in question. That is why user must define "real browser" at preferences/program to see hashtag linked help pages properly. (sad but seems to be true) -preferences/program Web browser setting has improved. Checks that browser name entered can be found. Reports if not found. If left empty, uses dmUtils.MyDefaultBrowser function that usually places xdg-open as browser. Click of browser name edit box offers file navigator to find browser binary (but direct typing is also possible, see help page) -when webbrowser is read from ini, default hardcoded 'firefox' is removed (all systems do not have it!) instead there is call to dmUtils.MyDefaultBrowser -some help pages are fixed and added. Other: -while doing debug with Lazrus IDE I found out that when cqrlog does get response Not Found for DXCC and qslmgr version number from http://ok2cqr it causes an error in version number StrToInt conversion. User does not see this as it is done inside try/finally/end, but while debugging it was so annoying last Sunday that I changed code so that if received data from web site includes "not found" it does not even try StrToInt conversion. -It seems to be freepascal(linux) property that when external child program is run from parent and it ends it leaves zombie PID hanging on until parent closes that cleans up all child zombies. These appears when external vievers, fldigi, wsjtx, scripts (voice, start, stop) etc. are run from cqrlog. Might not do any harm normally. Perhaps if cqrlog is running extreamly long time without closing. Squashed commit of the following: commit 6350ac2b6a6dae507320c08a5ee5f7a374398654 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 12 09:13:05 2020 +0300 Added own ports for radio2 winkey/cwdaemon and K3NG commit 23af6145c5d7aa4b7e3fd928e3853bc9a3ae0a40 Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:16:44 2020 +0300 Preferences: buttons: Help(tab), Help(idx) commit 71108698a53347feb8423febf075c739fb16877f Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:01:15 2020 +0300 some changes to user browser selection commit de3e0f326bf2dda3a5ea6531824dc12c9821d97a Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 18:59:29 2020 +0300 part external viewers update commit 80581a58633c26479bf98d6a71914214713585f8 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 17:46:29 2020 +0300 propagation help added commit cf11bfcd97d399645946287506cca2945aaff85c Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 13:04:16 2020 +0300 Finally working tab based help for preferences. Fixed bug 'invalid date format' if dxcc and qslmgr check fails because of ok2cqr web page fail 404 commit 53f5ceb41d365f955a9c270967f2554c61916626 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 10:10:22 2020 +0300 User select keyer reset if same keryer for both rigs + help update commit c97761e14e2694a44f9a91515a54365c7c18bba7 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 17:49:31 2020 +0300 Some help fixes still commit f46e771f7e8a9de6e3acac16614e1817a0af9485 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 10:02:27 2020 +0300 removed unused variables commit ed90d7d660a5cfe7243abc7099fcae1f30075f60 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:46:50 2020 +0300 Fixed K3NG keyer serial speed setting. Changed speed :word to :dword now accepts over 65535 speeds commit 0d89b6b4e9b3126564ca61247b2577db4a6f3bce Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:28:15 2020 +0300 Default browser selection fixes. Affects how help hashtags works in different systems. commit 3ad50cf0babc1ee888ef665fdb7bf67f6e9a8497 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:32:45 2020 +0300 help typo fix commit a4cd6ff58c01773329f0ae8173bf84602ead1ddf Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:31:39 2020 +0300 some help fixes commit 6111f3be6afa8ee8b81918758ddeb75d277683c4 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 10:50:25 2020 +0300 Some bug fixes commit 36344f3748b1efef878f8ad6b0778e619527eb6c Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:41:53 2020 +0300 Removed pnlMain caption text/TRXCntrol commit e16dab0fe1e80779d90a04640bb3a077f7c40b1d Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:38:21 2020 +0300 help fixed now commit bdc08e74394a1ef77ecdbbffa70af890f7d7cbc4 Author: OH1KH <oh1kh@sral.fi> Date: Wed May 6 12:11:14 2020 +0300 Changed idea: both rigs have keyer selection at prefrences/CWinterface. Help fix commit d3ae6f3e56328894a8260f344b4346f546711a18 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 5 10:39:08 2020 +0300 Hamlib CW follows rig if set in preferences. Rig switch resets cw interface if hamlib
2020-05-13 02:44:42 +00:00
<strong>Web browser for cqrlog</strong> - If you do not fill this cqrlog tires to find system default browser. Quite often it places xgd-open as default browser. xgd-open is a linux tool script that tries to find system default browser.
<br>Most cases it works, but in some cases xdg-open strips hashtag links away from url path. That makes the right help page open, but from start. Not from chapter you might expect.
<br>Fix for this is to give path and filename to your real browser. It does not have to be same as your system default one. You can compare results opening first BandMap window and pressing blue ? (help) button.
<br>Do it first with cqrlog found browser (xdg-open). Then change your favorite browser path and name (like /usr/bin/firefox) and repeat pressing ? of Band Map.
<br>If no difference, you do not need to change default (unless you want use different browser than system default with cqrlog).
<br><strong>Hint:</strong> If you click Web browser name edit box a file open dialog opens and you can navigate to your browser. If you place cursor on Web browser name edit box, press left button and keep it down, you can paint exisiting text and use delete button to clear it and type new text.
<br><br>
2016-04-18 16:52:11 +00:00
<strong>get UTC time from computer time</strong> - CQRLOG will read UTC from the system time.
If you uncheck the option, you can set the difference between UTC and your local time manually
both for sunrise/sunset and qso time.
<br><br>
<strong>Grayline offset</strong> - sometimes the gray line position is not accurate.
You can set your own correction.
<br><br>
<strong>Check for newer version of DXCC tables after program startup</strong></a> - if checked,
CQRLOG will check if any update of the country files is available. If a new version is found,
an update will be performed, however you are asked first if you want this update.<br><br>
<strong>Check for newer version of qsl managers database after program startup</strong> - if
checked, CQRLOG will check if any update of the QSL Managers database is available. If a new
version is found, an update will be performed, however you are asked first if you want
this update.<br><br>
2020-06-15 17:10:01 +00:00
<strong>Check for newer version of DOK database after program startup</strong> - if
Add new column for DARC DOK info This implements a new database column to store German DARC DOK information. Also some basic statistics are available as well as a auto download function for lists of valid DOKs and special DOKs. This information is reagularly provided by a cronjob on web serber by DF2ET. For NewQSO window the DOK input field is shown instead of the State field only if a German callsign is entered or the user double clicks the state label. This way the NewQSO window layout is not changed. So basically cqrlog behaves exactly as before. The user can choose to activate the DOK data stuff in preferences. This is the work of DL7OAP, OH1HK and myself DF2ET. Just to let everyone know whom to blame :) Squashed commit of the following: commit 4666d4d131300b7c0bb2fe8c0d4d99bbbc51b4e6 Author: phl0 <florian@florian-wolters.de> Date: Sat Jun 13 13:50:47 2020 +0200 Add hint to auto download function for DOK information commit a69b4d2536c512bcc323b2bce77ff31948893c9a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 13 09:03:03 2020 +0200 fix typo in help commit 01f6e8c4b5f81bfc8adb2f508d5bda94e140f8db Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed Jun 10 17:16:19 2020 +0200 expand DOK column width in statistic for 12length commit 873d8315d74454c01752c8134033529886c45445 Author: phl0 <florian@florian-wolters.de> Date: Wed Jun 10 15:11:45 2020 +0200 Replace special char Ø in DOK field on new QSO and ADIF import commit 172b129e1f2e55bee4bc077a7fb16a916b03f043 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Tue Jun 9 14:26:50 2020 +0200 help file update for expanded statistic gui commit 587c82a0fa95d285f6ef0cb9380a4f9712386677 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 22:13:59 2020 +0200 Fix array items commit ae9a611c9550c3f9182e9d860ac83ec4431295df Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 8 22:02:51 2020 +0200 fix award vs title bug commit cda9dc6b95493dc0564446a9bc076c9d9c9439e3 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 8 21:57:12 2020 +0200 fix typo commit 0e7d373e58a8736ed04612f2727150938ca7a120 Merge: 6b1cd40 cf3d0e6 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 21:44:48 2020 +0200 Merge branch 'DOK_filter' into DOK commit cf3d0e67dd5ae4981457d85806f72a968a1fb45b Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 21:33:48 2020 +0200 Fix reading of which DOKs to show For some reason it always read 0 it he code is at the old position. Reason unknown .... commit 6b1cd400f65ca2520ce8fce87f2597cce12246ea Author: OH1KH <oh1kh@sral.fi> Date: Mon Jun 8 21:55:41 2020 +0300 This makes dok visible in QSOBefore Grid. Does not fix 'Award'-'Title' (yet) commit 367a0fa22acbca3166e3b2da82978b2b2a14ccf7 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 23:44:02 2020 +0200 Make cmbBox readonly and save selection commit 9f78b2120ca5f5776aa30eba3d288e33e149197b Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun Jun 7 20:35:33 2020 +0200 dok filtering commit 0e8e0ba3703f9ac2ef272025c8a529bad39104a4 Merge: 3c68208 33873f6 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 13:48:18 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 3c6820843f9abdd1729ee9fa68728a82af2b0371 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 13:45:51 2020 +0200 Squashed commit of the following: commit 740e0f5d9c9af5dcb8eee47f6d61e0a68f993f91 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 17:03:57 2020 +0200 Align config item name commit 1669e548315990a998b526747840437d729b859a Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 16:02:34 2020 +0200 Make show station list work and also fix nasty off-by-one bug commit 0d74d1d43deb4fe3dff0a47469e587dc1b54e8c3 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 15:17:03 2020 +0200 Also show SDOKs in complete list commit 1421923cdda7cfebdc9e5f285582a37daca2b119 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 14:00:04 2020 +0200 Show DOK stats window only if dok and sdok.csv exist commit 3aa4c6ea34ba9aed8a607b437fcc50e6270c6840 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 13:15:32 2020 +0200 Fix conflicting MenuItem numbers due to Contest filter merge commit 9378853b507877e875b479475a9f4616aea94fa5 Merge: 0035d83 33873f6 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 13:03:11 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOKstat commit 0035d83ff15cbe07e3652e2190c5e3471811e3c2 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 1 21:08:20 2020 +0200 warn message when DOK files can not be loaded - DokArray with length = 0 is a problem for the RowCounter of the grid commit f02d234434fcfa36f425139de9822b34b3d50f1a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 1 20:38:09 2020 +0200 fix wrong initial setting for CheckDOKTabs commit 33873f6c645cdd8d7278ec2e3ddbd4a627455be2 Merge: ece0f99 5476dcf Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:47:44 2020 +0200 Merge pull request #288 from OH1KH/squash_sat_tab_keep Satellite and/or propagation clear commit ece0f996f4fc29228d9163871506ce4448eb61fd Merge: 99cba10 80b8546 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:46:49 2020 +0200 Merge pull request #287 from OH1KH/rbnband added 60M to RBNbands commit 99cba1041875ab04cb7c078e95e7f216be78e4ad Merge: ad59ac0 5725712 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:46:23 2020 +0200 Merge pull request #286 from OH1KH/freq_edit Numbers only does not work with QT5 in fChangeFreq commit ad59ac05b77ef2ca26bb16e4e8f5c93c8e544779 Merge: 4ce9bde bdd4a45 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:45:50 2020 +0200 Merge pull request #285 from phl0/contestFilter Contest filter commit 617a118868f4a50fc7a2012fbfd832957707e550 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 1 14:22:36 2020 +0200 Add fDOKStat.pas to project files commit c58b97a607e14ac4a7d1345e97348ad938fda22d Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 1 14:17:58 2020 +0200 Automatic download function for DOK data commit 3d84aa3093aad7984a0c3428423c76c180bf5f79 Merge: 873a51c 8d71190 Author: phl0 <florian@florian-wolters.de> Date: Sun May 31 16:29:30 2020 +0200 Merge branch 'DOK' into DOKstat commit 5476dcf1f4d2d6a52bf72d4e212cc090a9bd1b50 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 31 08:55:09 2020 +0300 Satellite and/or propagation clear Satellite and/or propagation selection is cleared only from clear-button (at tab) or band change. Either manual, CAT driven (change from rig knobs), wsjtx or fldigi-xmlrpc remotes. Having set propagation for example ES it was keeping there when logging qsos but as soon as one qso was cancelled (2xESC or new try with wsjtx) propagation was always cleared. Now it is not and I think it is better this way. You can not always get qso that you have started to log in. I do not work satellite qsos at the moment, but I believe that clearing satellite name has the same rules: only if band changes (then usually satellite changes too, I think). Fldigi-xmlrpc and wsjtx remote frequency conversion is cleaned a bit. Found interesting bug (cosmetic). If you have just one radio and the other is undefined then change from TRXControl radio buttons from radio to not defined radio causes NewQSO frequency column content to be copied to NewQSO mode column! Fixed. Squashed commit of the following: commit d368846148694c02264245d9f9d26f1c6df755b4 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 08:47:52 2020 +0300 Band change in fldigiXMLRPC and wsjtx clears satellite and propagation commit c5c1b38a14802d9744c3e2a1612b657cab8f2826 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 07:43:27 2020 +0300 Sat and Prop clears only from button or band change. Fix of (cosmetic) bug when radio change commit 80b8546ed5012fbac705b0bb45b25ca3477e569d Author: OH1KH <oh1kh@sral.fi> Date: Sun May 31 08:39:56 2020 +0300 added 60M to RBNbands commit 873a51c113e7a9671739412f1c474fe0dfd6141b Author: phl0 <florian@florian-wolters.de> Date: Fri May 29 00:35:36 2020 +0200 Fix some off-by-one mistakes commit 4081c079cdff676f1c626e65eaaf85ca8351d26c Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 23:41:43 2020 +0200 Make some nice DOK statistics commit 52d30a378c1c4bcebf2a6b8c99a44c7d8c1e0dcd Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 18:57:36 2020 +0200 Read DOKs from file (no SDOKs for now) commit 572571251d29e91706057551034669c4802364e7 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 16:29:56 2020 +0300 Numbers only does not work with QT5 commit bdd4a45fa7f6baca3abadcea1c80dc49d9299f28 Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 14:11:08 2020 +0200 Add some documentation for contest filter function commit ed0c43542f145e889eea231f4ff630b201122487 Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 13:37:20 2020 +0200 Implement a filter function using worked contest names commit 9d2a4b3a28bf492a91a504816b6f3c1b7684508f Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 16:07:07 2020 +0200 Initital brainstorming for DOK statistics commit 905776017ba6ec747cb9f0812bcc9d954ea17b25 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 6 21:32:26 2020 +0200 minor corrections for dok help commit 8810faa21432fbafbd41cea6a381101e449d326c Author: OH1KH <oh1kh@sral.fi> Date: Sat Jun 6 18:49:28 2020 +0300 Some help fixes (not releted to DOK) commit 6f2b6dfa6bc558a6f6078e9591d04f9ac8d30f2a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 6 12:08:12 2020 +0200 adding some more information to dok help commit a5a92d8cdd02f2eb2318b2c54594939bfefaa1c8 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Fri Jun 5 18:01:15 2020 +0200 extend help with topic german dok commit 8d711903f5b896302eafd938289d97d34cf68426 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun May 31 10:40:41 2020 +0200 eliminated double occupancy of ALT-S commit e803a540cb0f6f754505ead7b2320087b849b18a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat May 30 20:57:11 2020 +0200 NewQSO and ADIF Import clean up dok field now - NewQSO and ADIF using regex to clean up dok field - bugfix changing from 6 to 12 characters in some routines - clean up of dead variables commit 3c699864f83a232a8d19419b79cc05a4b574c108 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 30 19:38:02 2020 +0300 Changed 'Only qsos with IOTA' to 'Only IOTA qsos' it is shorter. Added anchoring inside DOK group box (like in ohters) commit 007e0e60bc67e99e03cb640b4a3f8d3f828d7088 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat May 30 09:41:33 2020 +0200 implement DOK in Filter GUI - new Field for DARC_DOK for filtering - sorting by DARC_DOK - group by DARC_DOK - save/load filter with DARC_DOK settings commit 87c3e6d953af4e99f2f676c268ceaaf25b1e7a0f Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 08:08:38 2020 +0200 Make link relative and fix typo commit 3c20f33d92c200f5cdd8dbc56fa6b5c1e24a8646 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 27 21:11:04 2020 +0200 expand dok field from 6 to 12 characters, due to SDOK commit 3ac1d237cbe231a53db5e6d9d98bf8b070a1a9da Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 27 18:58:18 2020 +0200 improve help pages with missing key-shortcuts in NewQSO GUI commit 6795128793ad7f921c7e80cdb9c2ede40204abfa Merge: 2042bdc 4ce9bde Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 10:42:47 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 2042bdc259fcbc13a80195cb1db9027c825e57fb Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 00:48:49 2020 +0200 Populate DOK field in DB from NewQSO window commit 717f22d911ae4cac07ecb7cbf82fb51097f3fd8a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon May 25 22:34:55 2020 +0200 add DARC_DOK to GUI QSO List -add field to fMain -add field to fPreferences so user can choose if he want to see it commit 3faac6f5f4938604cf349cf2654c04501784919c Author: phl0 <florian@florian-wolters.de> Date: Mon May 25 09:36:58 2020 +0200 Put DOK field in the taborder if used commit 0689ebf456508cba3c53a4ad11578cf0c17268cf Merge: 6c96ce9 238b969 Author: phl0 <florian@florian-wolters.de> Date: Mon May 25 09:25:14 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 6c96ce96ff4262a9e0fe9a0f8e0e072d259c9772 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun May 24 21:34:28 2020 +0200 clean code - sort keyboard shortcuts in function commit f197f9be3ecae9295f0fa9032f4303f78505abd9 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Fri May 22 13:12:51 2020 +0200 connect hamqth-api-dok-request to the gui dok field commit 06571ea870c610cc7058f9734fdfed5cb1a25c7a Author: OH1KH <oh1kh@sral.fi> Date: Fri May 22 13:30:08 2020 +0300 NewQSO: State turns DOK if German callsign entered. Can also be turned by click of 'State'/'DOK' label. DOK length 6 ok? (lost the mail where defined) commit 906e0061defe508746de1f3b860abd991aedc0f7 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Thu May 21 11:33:14 2020 +0200 using DOK from hamqth-api for prefilling commit 38ad436128fd072e3bf13386ccdc2039f404c7f1 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 20 20:25:09 2020 +0200 integration of DARC_DOK in ADIF import and ADIF/HTML export commit 59378fb46577e8d28d55874aada3daabc0262459 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 20 18:51:54 2020 +0200 upgrade database and inserting field dok
2020-06-14 08:31:58 +00:00
checked, CQRLOG will check if any update of the DOK database is available. If a new
version is found, an update will be performed, however you are asked first if you want
this update.<br><br>
2016-04-18 16:52:11 +00:00
<img src=img/h67.png border=0><br><br>
<strong>Show deleted countries in statistics</strong></a> - adds formerly valid countries
to statistics and overall DXCC counts.<br><br>
<strong>Show sunrise/sunset in UTC</strong> - if checked, sunrise and sunset times are shown
in UTC, otherwise in local time. Set up the proper time difference for both grayline
and sun rise/set.<br><br>
<strong>Show statistics in</strong> metres (m) or Megahertz (MHz). Selecting one of the radio
buttons affects the statistics appearing at the bottom of logging screen:<br><br>
<img src=img/h27.png border=0><br><br>
and also the headers of the main statistics (DXCC, WAZ and ITU).
<br><br>
<strong>Configuration storage settings</strong> - if you have one common database and several
computers with CQRLOG installed, you can choose which configuration items will be stored
only on the local computer and which will be stored in the database. Configuration stored
in the database will be common for all computers but local configuration will affect CQRLOG
on the local computer only. E.g. if you have two computers in hamshack, both are connected to
the common database. Now you can choose that TRX control, CW keying interface and position
of opened windows will be stored only to local computer.
You'll be able to have different TRX control configuration, windows postions, number of
opened windows etc. on each computer.
2013-03-15 20:13:08 +00:00
</div>
<p align=center><img src=img/line.png></p>
<a name=ah3><h2><strong>Station</strong></h2></a>
<img src=img/h6.png border=0><br><br>
<div align=justify>
2016-04-18 16:52:11 +00:00
Enter your call, name, QTH and QRA Locator here. Remember, that the entered call is also used
as the login for the DX Cluster and is displayed on all stats exported to html. The QRA locator
is of high importance because it determines your accurate position (ie. you don't need to enter
your exact coordinates). The QRA Locator is used in beam heading and distance computation as
well as the start point of the simplified path to the other station which appears on the
Locator in standard format: This was intended to be a fix for issue #187 but it grow up during programming. -sets now locator writing by standard format "AB12cd" as described in https://en.wikipedia.org/wiki/Maidenhead_Locator_System#Description_of_the_system Also adif.org uses this link as reference in their descriptions. Writing format is forced at typing phase (I hope I found all loc inputs). Also ADIF input/output forces formatting and finally save qso to database will make sure the format is right. -Playing with locators made an idea of showing distances in QSO list. How ever Lazarus DBGrid does not allow showing calculated columns. Either an additional unit must be used to do this or database needs a new column "distance". That is why a selected QSO's distance is shown at bottom status area with "comment", "Award" and QSL times with total and longest qso distances of log or filter selection. But only if checked to be visible from preferences/visible columns (although it is not actually a column). -preferences/program/Show distance in miles affects also all places where distance is now shown. -Distance can also be selected to exist in ADIF, HTML and QSL label exports. -QSL label export has some new selections with distance. They are: Propagation, Satellite, Contest name and contest exchanges (4) -HTML export output is fixed to support CSS and HTML5. HTML export has now working column width (by average char count, not in pixels) or Auto column width selection. -HTML export column names can be changed by user. -Help files are updated Squashed commit of the following: commit de1cccf58e7698b275fa49be7765dde6665199f4 Author: OH1KH <oh1kh@sral.fi> Date: Wed Oct 2 20:09:08 2019 +0300 Found small big in fraExportPref commit f7697e910d6cf0e595d22d7c6fefb5999b04255b Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 1 09:55:34 2019 +0300 help update commit a4958fda68db0117666ac47841aa92a28a473b36 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 30 16:56:29 2019 +0300 NewQso:fix rxfreq input limit. QSLlabes: new selections to print commit 97479517135aa2c973cd02045bdc3af81f4c7046 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 14:52:58 2019 +0300 Fixed: adif: export line cut. Html: profile export commit 596802fdb2959495b1cb6f0b53363c249cb48fc4 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 10:37:53 2019 +0300 More bugs found commit cd3b9b2d7dbbdb03a80e804b9829ebe8e8a47092 Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 18:36:17 2019 +0300 help file updates commit f35c5d3f61ad4f29d8012e899a94ed23586f373a Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 12:27:49 2019 +0300 Some code fixes. Now needs testing with ADIF impoirt/export and HTML export commit 099c6a452d60b3f01271be16c84fab08a70466c5 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 22:25:17 2019 +0300 Now HTML export idea works. Width counting not.Also adif export needs testing commit 4b3ff4d6f23ea18d44cfb19090b6b15c070ce4b8 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 21:26:56 2019 +0300 Little bit closer to working HTML export. But not ready! commit 0f9e559548be84b3b3ed1069e1ed85d0dfa846b4 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 19:14:44 2019 +0300 Untested backup push commit 0a1107548c3b58beaf08d727f0426395ddf3dc52 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 13:32:30 2019 +0300 small steps, but still errors and lot of fix commit cb1e3934d0c208dcaac3fd45fa18194234bcc48f Merge: 42d7e5c c820289 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:10:54 2019 +0300 Merge branch 'master' into loc_std commit 42d7e5caf3cb7f2a914a776b631a4b54beb69293 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:07:34 2019 +0300 Big changes to html export. Not full ready yet commit 32e70f0f6401af78bcfddc0c48befc8158d867cf Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 25 20:53:39 2019 +0300 rewiting of HTML export. Not ready yet commit f5faa689f3ba7adb3003c67941d2db2d6520b9ef Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 24 11:04:37 2019 +0300 Minor fixes. Might help for 'xxxx-xx-xx is not valid date' error that sometimes occurs again (once fixed in wsjt remote) commit 8512a06efacfe73419dbb507b95042692325a20e Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 19:33:42 2019 +0300 Several small fixes commit 2a48fdfffae905f4afe32eb8e99a89e16d7c1491 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 11:42:23 2019 +0300 Contest has loc writing by std. Lbl print no dist unit.Html exp mi/km but has error commit af75d9a4d86130aa460684bd9859fa8505d5b7d8 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 19:53:40 2019 +0300 Adding distance in km/mi by preferences/program setting commit 9375f57beb1952109db35b24b47d1dc32e4163fb Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:21:41 2019 +0300 Updates to help files commit c2954dcbaf600507844f4ce6c25951b50d7edf17 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:11:50 2019 +0300 Updates to help files commit ce7bbf2f184c93d063c2141d20cf5060813798d4 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 11:21:10 2019 +0300 fixed preferences view commit 6335fdaedc051bcffde70e1c9c0cf4052abb0748 Merge: c9dc424 3bbe8db Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 10:56:13 2019 +0300 Merge branch 'master' into loc_std commit c9dc42436df9c7a96d914491af29b724df99009c Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:53:16 2019 +0300 Preferences visible columns: add (in pnl) for Distance as it is not in column commit 2670c54d8ca8ccf614d65d3b1f6dcd636d83646f Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:48:31 2019 +0300 Added distance choice to qsl label printing commit 8406464cfa1dd7240afca7f12fe959d3fd7141da Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 17 21:14:43 2019 +0300 Removed not working distance column code. Focus to first release with only status panel distance commit 7154459c8103fea746f809247e50446d81c1501c Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 16 16:55:43 2019 +0300 commented out not woking parts of code commit 594e0b9d3862d4cb635ab101c11b0ba558b97b62 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 13 13:20:48 2019 +0300 Again a try to write calculated content to dispaly-field(causes error) commit 63de897ce8289478291116b5ee2168cad0a7bf5f Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 12 12:00:47 2019 +0300 some fixes to distance visibility commit 70a95c4fdd58dd78788ab7ad33bdd1037581d581 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 17:45:35 2019 +0300 Problem with inherited fraEx fixed (?) commit d014e960143102332677e8a8b6d4065436d69aab Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 13:12:27 2019 +0300 Fixed anchoring of export selections frame commit ac6914ee14648e14325cc11797e05592b1f5f189 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 9 18:45:12 2019 +0300 Not yet (?)a way to get 'distance' to dbGrid as it is not database field' commit a0376a9a86ca9d54e21ffcd581fb5010d68daaed Merge: 9609c81 a5d0300 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 18:26:07 2019 +0300 Merge branch 'master' into loc_std commit 9609c8125e0dedba5945722159137363ea95c7bb Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 17:01:47 2019 +0300 Sum is now called from better place, but still has problems with activate/deactivate filter commit 04565c5e0847ccf3450da6de2cbb9553b778e7ae Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 7 17:29:18 2019 +0300 counts dist,maxdist,sumdist at Main and Html export. Exports DISTANCE tag with adif export commit d9bd63ccf676f812e6af6b3e21ef8e69b0099b50 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 5 12:11:16 2019 +0300 fixed log in Group edit. Where else loc is still unfixed? commit 5e229a4345c0c540588ddc1278ab7f049f97a632 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 4 13:50:14 2019 +0300 new function StdFormatLocator. Related code changes. commit f13b240456cbadb2ecc3467a48acb811962f8d05 Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 3 20:22:57 2019 +0300 Set grid locator writing format to standard (up/lo case) AA00bb
2019-10-03 10:14:17 +00:00
grayline map.<br>Locator writing format is forced to "AB12cd" that follows definition https://en.wikipedia.org/wiki/Maidenhead_Locator_System#Description_of_the_system
2020-03-14 16:06:11 +00:00
<br><br>
If you want to use the export function to export contest logs as .edi file you can fill in your
personal data into the filelds in the <strong>General</strong> section. Those are then also
exported to your contest logs.
2013-03-15 20:13:08 +00:00
</div>
<p align=center><img src=img/line.png></p>
<a name=ah4><h2><strong>New QSO</strong></h2></a>
<img src=img/h7.png border=0><br><br>
<div align=justify>
2016-04-18 16:52:11 +00:00
Here are the default values for a new QSO. Remember, that if the radio interface control is
active, the default frequency does not appear on the logging screen. The preset RST values
will apppear in their corresponding boxes.
<br><br>
2019-02-25 10:39:12 +00:00
The <strong>Change default values</strong> button allows you to change the frequencies available in
2016-04-18 16:52:11 +00:00
the drop down menu in the NewQSO window. Very useful if you have favourite frequencies
and don't have the radio connected to the computer.<br>
2019-02-25 10:39:12 +00:00
The <strong>'Use spacebar to move between fields'</strong> is very interesting and probably the
2016-04-18 16:52:11 +00:00
most natural way but it works only if you are moving forwards. To move between fields,
there are two other generic possibilities (TAB key and up/down arrow keys) which
2019-02-25 10:39:12 +00:00
remain unaffected even if you check the spacebar option. </br>
The <strong>'Refresh data after save QSO'</strong> affects the data displayed in the QSO List (Ctrl-O). If checked, each
2016-04-18 16:52:11 +00:00
QSO appears in this list immediately after logging, however the refresh procedure is
2019-02-25 10:39:12 +00:00
quite slow. To save time, keep this box unchecked. </br>
The <strong>'Skip over mode and frequency when radio is connected'</strong> is very important if the radio control is active.</br>
The <strong>'Enable auto search on HamQTH.com/QRZ.COM'</strong> switches on the automated search
2016-04-18 16:52:11 +00:00
for HamQTH/QRZ callbook data for any worked station. This option does the same as F6 on the
logging screen, however it can be rather slow depending on the HamQTH.com/QRZ.COM server
2019-02-25 10:39:12 +00:00
availability.</br>
The <strong>'Show recent QSO records for last ** days'</strong> limits the QSO records
2016-04-18 16:52:11 +00:00
listed in the logging screen. Do not set the number of days too high, a high number can
2019-02-25 10:39:12 +00:00
cause program speed issues! The default value of 5 days is appropriate for most cases.</br>
The <strong>instead show QSOs B4 with logged call</strong> changes recent QSO records to list of worked before list with just logged callsign.
I.E. Same list you can see while you have edited a new call, but not yet saved as logged qso. This works only, as option, if
<em>'Show recent QSO records for last ** days'</em> is first checked.</br>
The <strong>In previous QSO list show also QSO with call/p</strong> etc. means you can see
2016-04-18 16:52:11 +00:00
previous QSO with a station even if he was active from another country with his
call/prefix. E.g. if you enter OK2CQR, you'll also see previous QSOs with him when he
2019-02-25 10:39:12 +00:00
was OM/OK2CQR, SP/OK2CQR etc.</br>
The <strong>Enable satellite mode</strong> Opens second tab 'Satellte' to NewQSO/DXCC statistic view. There you can select used satellite name,
Add new column for DARC DOK info This implements a new database column to store German DARC DOK information. Also some basic statistics are available as well as a auto download function for lists of valid DOKs and special DOKs. This information is reagularly provided by a cronjob on web serber by DF2ET. For NewQSO window the DOK input field is shown instead of the State field only if a German callsign is entered or the user double clicks the state label. This way the NewQSO window layout is not changed. So basically cqrlog behaves exactly as before. The user can choose to activate the DOK data stuff in preferences. This is the work of DL7OAP, OH1HK and myself DF2ET. Just to let everyone know whom to blame :) Squashed commit of the following: commit 4666d4d131300b7c0bb2fe8c0d4d99bbbc51b4e6 Author: phl0 <florian@florian-wolters.de> Date: Sat Jun 13 13:50:47 2020 +0200 Add hint to auto download function for DOK information commit a69b4d2536c512bcc323b2bce77ff31948893c9a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 13 09:03:03 2020 +0200 fix typo in help commit 01f6e8c4b5f81bfc8adb2f508d5bda94e140f8db Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed Jun 10 17:16:19 2020 +0200 expand DOK column width in statistic for 12length commit 873d8315d74454c01752c8134033529886c45445 Author: phl0 <florian@florian-wolters.de> Date: Wed Jun 10 15:11:45 2020 +0200 Replace special char Ø in DOK field on new QSO and ADIF import commit 172b129e1f2e55bee4bc077a7fb16a916b03f043 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Tue Jun 9 14:26:50 2020 +0200 help file update for expanded statistic gui commit 587c82a0fa95d285f6ef0cb9380a4f9712386677 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 22:13:59 2020 +0200 Fix array items commit ae9a611c9550c3f9182e9d860ac83ec4431295df Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 8 22:02:51 2020 +0200 fix award vs title bug commit cda9dc6b95493dc0564446a9bc076c9d9c9439e3 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 8 21:57:12 2020 +0200 fix typo commit 0e7d373e58a8736ed04612f2727150938ca7a120 Merge: 6b1cd40 cf3d0e6 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 21:44:48 2020 +0200 Merge branch 'DOK_filter' into DOK commit cf3d0e67dd5ae4981457d85806f72a968a1fb45b Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 21:33:48 2020 +0200 Fix reading of which DOKs to show For some reason it always read 0 it he code is at the old position. Reason unknown .... commit 6b1cd400f65ca2520ce8fce87f2597cce12246ea Author: OH1KH <oh1kh@sral.fi> Date: Mon Jun 8 21:55:41 2020 +0300 This makes dok visible in QSOBefore Grid. Does not fix 'Award'-'Title' (yet) commit 367a0fa22acbca3166e3b2da82978b2b2a14ccf7 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 23:44:02 2020 +0200 Make cmbBox readonly and save selection commit 9f78b2120ca5f5776aa30eba3d288e33e149197b Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun Jun 7 20:35:33 2020 +0200 dok filtering commit 0e8e0ba3703f9ac2ef272025c8a529bad39104a4 Merge: 3c68208 33873f6 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 13:48:18 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 3c6820843f9abdd1729ee9fa68728a82af2b0371 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 13:45:51 2020 +0200 Squashed commit of the following: commit 740e0f5d9c9af5dcb8eee47f6d61e0a68f993f91 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 17:03:57 2020 +0200 Align config item name commit 1669e548315990a998b526747840437d729b859a Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 16:02:34 2020 +0200 Make show station list work and also fix nasty off-by-one bug commit 0d74d1d43deb4fe3dff0a47469e587dc1b54e8c3 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 15:17:03 2020 +0200 Also show SDOKs in complete list commit 1421923cdda7cfebdc9e5f285582a37daca2b119 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 14:00:04 2020 +0200 Show DOK stats window only if dok and sdok.csv exist commit 3aa4c6ea34ba9aed8a607b437fcc50e6270c6840 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 13:15:32 2020 +0200 Fix conflicting MenuItem numbers due to Contest filter merge commit 9378853b507877e875b479475a9f4616aea94fa5 Merge: 0035d83 33873f6 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 13:03:11 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOKstat commit 0035d83ff15cbe07e3652e2190c5e3471811e3c2 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 1 21:08:20 2020 +0200 warn message when DOK files can not be loaded - DokArray with length = 0 is a problem for the RowCounter of the grid commit f02d234434fcfa36f425139de9822b34b3d50f1a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 1 20:38:09 2020 +0200 fix wrong initial setting for CheckDOKTabs commit 33873f6c645cdd8d7278ec2e3ddbd4a627455be2 Merge: ece0f99 5476dcf Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:47:44 2020 +0200 Merge pull request #288 from OH1KH/squash_sat_tab_keep Satellite and/or propagation clear commit ece0f996f4fc29228d9163871506ce4448eb61fd Merge: 99cba10 80b8546 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:46:49 2020 +0200 Merge pull request #287 from OH1KH/rbnband added 60M to RBNbands commit 99cba1041875ab04cb7c078e95e7f216be78e4ad Merge: ad59ac0 5725712 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:46:23 2020 +0200 Merge pull request #286 from OH1KH/freq_edit Numbers only does not work with QT5 in fChangeFreq commit ad59ac05b77ef2ca26bb16e4e8f5c93c8e544779 Merge: 4ce9bde bdd4a45 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:45:50 2020 +0200 Merge pull request #285 from phl0/contestFilter Contest filter commit 617a118868f4a50fc7a2012fbfd832957707e550 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 1 14:22:36 2020 +0200 Add fDOKStat.pas to project files commit c58b97a607e14ac4a7d1345e97348ad938fda22d Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 1 14:17:58 2020 +0200 Automatic download function for DOK data commit 3d84aa3093aad7984a0c3428423c76c180bf5f79 Merge: 873a51c 8d71190 Author: phl0 <florian@florian-wolters.de> Date: Sun May 31 16:29:30 2020 +0200 Merge branch 'DOK' into DOKstat commit 5476dcf1f4d2d6a52bf72d4e212cc090a9bd1b50 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 31 08:55:09 2020 +0300 Satellite and/or propagation clear Satellite and/or propagation selection is cleared only from clear-button (at tab) or band change. Either manual, CAT driven (change from rig knobs), wsjtx or fldigi-xmlrpc remotes. Having set propagation for example ES it was keeping there when logging qsos but as soon as one qso was cancelled (2xESC or new try with wsjtx) propagation was always cleared. Now it is not and I think it is better this way. You can not always get qso that you have started to log in. I do not work satellite qsos at the moment, but I believe that clearing satellite name has the same rules: only if band changes (then usually satellite changes too, I think). Fldigi-xmlrpc and wsjtx remote frequency conversion is cleaned a bit. Found interesting bug (cosmetic). If you have just one radio and the other is undefined then change from TRXControl radio buttons from radio to not defined radio causes NewQSO frequency column content to be copied to NewQSO mode column! Fixed. Squashed commit of the following: commit d368846148694c02264245d9f9d26f1c6df755b4 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 08:47:52 2020 +0300 Band change in fldigiXMLRPC and wsjtx clears satellite and propagation commit c5c1b38a14802d9744c3e2a1612b657cab8f2826 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 07:43:27 2020 +0300 Sat and Prop clears only from button or band change. Fix of (cosmetic) bug when radio change commit 80b8546ed5012fbac705b0bb45b25ca3477e569d Author: OH1KH <oh1kh@sral.fi> Date: Sun May 31 08:39:56 2020 +0300 added 60M to RBNbands commit 873a51c113e7a9671739412f1c474fe0dfd6141b Author: phl0 <florian@florian-wolters.de> Date: Fri May 29 00:35:36 2020 +0200 Fix some off-by-one mistakes commit 4081c079cdff676f1c626e65eaaf85ca8351d26c Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 23:41:43 2020 +0200 Make some nice DOK statistics commit 52d30a378c1c4bcebf2a6b8c99a44c7d8c1e0dcd Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 18:57:36 2020 +0200 Read DOKs from file (no SDOKs for now) commit 572571251d29e91706057551034669c4802364e7 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 16:29:56 2020 +0300 Numbers only does not work with QT5 commit bdd4a45fa7f6baca3abadcea1c80dc49d9299f28 Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 14:11:08 2020 +0200 Add some documentation for contest filter function commit ed0c43542f145e889eea231f4ff630b201122487 Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 13:37:20 2020 +0200 Implement a filter function using worked contest names commit 9d2a4b3a28bf492a91a504816b6f3c1b7684508f Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 16:07:07 2020 +0200 Initital brainstorming for DOK statistics commit 905776017ba6ec747cb9f0812bcc9d954ea17b25 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 6 21:32:26 2020 +0200 minor corrections for dok help commit 8810faa21432fbafbd41cea6a381101e449d326c Author: OH1KH <oh1kh@sral.fi> Date: Sat Jun 6 18:49:28 2020 +0300 Some help fixes (not releted to DOK) commit 6f2b6dfa6bc558a6f6078e9591d04f9ac8d30f2a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 6 12:08:12 2020 +0200 adding some more information to dok help commit a5a92d8cdd02f2eb2318b2c54594939bfefaa1c8 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Fri Jun 5 18:01:15 2020 +0200 extend help with topic german dok commit 8d711903f5b896302eafd938289d97d34cf68426 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun May 31 10:40:41 2020 +0200 eliminated double occupancy of ALT-S commit e803a540cb0f6f754505ead7b2320087b849b18a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat May 30 20:57:11 2020 +0200 NewQSO and ADIF Import clean up dok field now - NewQSO and ADIF using regex to clean up dok field - bugfix changing from 6 to 12 characters in some routines - clean up of dead variables commit 3c699864f83a232a8d19419b79cc05a4b574c108 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 30 19:38:02 2020 +0300 Changed 'Only qsos with IOTA' to 'Only IOTA qsos' it is shorter. Added anchoring inside DOK group box (like in ohters) commit 007e0e60bc67e99e03cb640b4a3f8d3f828d7088 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat May 30 09:41:33 2020 +0200 implement DOK in Filter GUI - new Field for DARC_DOK for filtering - sorting by DARC_DOK - group by DARC_DOK - save/load filter with DARC_DOK settings commit 87c3e6d953af4e99f2f676c268ceaaf25b1e7a0f Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 08:08:38 2020 +0200 Make link relative and fix typo commit 3c20f33d92c200f5cdd8dbc56fa6b5c1e24a8646 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 27 21:11:04 2020 +0200 expand dok field from 6 to 12 characters, due to SDOK commit 3ac1d237cbe231a53db5e6d9d98bf8b070a1a9da Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 27 18:58:18 2020 +0200 improve help pages with missing key-shortcuts in NewQSO GUI commit 6795128793ad7f921c7e80cdb9c2ede40204abfa Merge: 2042bdc 4ce9bde Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 10:42:47 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 2042bdc259fcbc13a80195cb1db9027c825e57fb Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 00:48:49 2020 +0200 Populate DOK field in DB from NewQSO window commit 717f22d911ae4cac07ecb7cbf82fb51097f3fd8a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon May 25 22:34:55 2020 +0200 add DARC_DOK to GUI QSO List -add field to fMain -add field to fPreferences so user can choose if he want to see it commit 3faac6f5f4938604cf349cf2654c04501784919c Author: phl0 <florian@florian-wolters.de> Date: Mon May 25 09:36:58 2020 +0200 Put DOK field in the taborder if used commit 0689ebf456508cba3c53a4ad11578cf0c17268cf Merge: 6c96ce9 238b969 Author: phl0 <florian@florian-wolters.de> Date: Mon May 25 09:25:14 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 6c96ce96ff4262a9e0fe9a0f8e0e072d259c9772 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun May 24 21:34:28 2020 +0200 clean code - sort keyboard shortcuts in function commit f197f9be3ecae9295f0fa9032f4303f78505abd9 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Fri May 22 13:12:51 2020 +0200 connect hamqth-api-dok-request to the gui dok field commit 06571ea870c610cc7058f9734fdfed5cb1a25c7a Author: OH1KH <oh1kh@sral.fi> Date: Fri May 22 13:30:08 2020 +0300 NewQSO: State turns DOK if German callsign entered. Can also be turned by click of 'State'/'DOK' label. DOK length 6 ok? (lost the mail where defined) commit 906e0061defe508746de1f3b860abd991aedc0f7 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Thu May 21 11:33:14 2020 +0200 using DOK from hamqth-api for prefilling commit 38ad436128fd072e3bf13386ccdc2039f404c7f1 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 20 20:25:09 2020 +0200 integration of DARC_DOK in ADIF import and ADIF/HTML export commit 59378fb46577e8d28d55874aada3daabc0262459 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 20 18:51:54 2020 +0200 upgrade database and inserting field dok
2020-06-14 08:31:58 +00:00
RX frequency and also propagation mode for logged qso.</br>
Keys and Shortcuts for NewQSO Window you will find <a href="h20.html#ah16">here</a>.<br>
If you enable the <strong>Upload SAT info to AMSAT status page</strong> cqrlog will upload a status info to the AMSAT satellite status page. This only happens for satellite QSOs (i.e. propagation mode is "SAT"). The status page can be found under: <a target="_blank" href="https://www.amsat.org/status/">https://www.amsat.org/status/</a>.<br><br>
Add new column for DARC DOK info This implements a new database column to store German DARC DOK information. Also some basic statistics are available as well as a auto download function for lists of valid DOKs and special DOKs. This information is reagularly provided by a cronjob on web serber by DF2ET. For NewQSO window the DOK input field is shown instead of the State field only if a German callsign is entered or the user double clicks the state label. This way the NewQSO window layout is not changed. So basically cqrlog behaves exactly as before. The user can choose to activate the DOK data stuff in preferences. This is the work of DL7OAP, OH1HK and myself DF2ET. Just to let everyone know whom to blame :) Squashed commit of the following: commit 4666d4d131300b7c0bb2fe8c0d4d99bbbc51b4e6 Author: phl0 <florian@florian-wolters.de> Date: Sat Jun 13 13:50:47 2020 +0200 Add hint to auto download function for DOK information commit a69b4d2536c512bcc323b2bce77ff31948893c9a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 13 09:03:03 2020 +0200 fix typo in help commit 01f6e8c4b5f81bfc8adb2f508d5bda94e140f8db Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed Jun 10 17:16:19 2020 +0200 expand DOK column width in statistic for 12length commit 873d8315d74454c01752c8134033529886c45445 Author: phl0 <florian@florian-wolters.de> Date: Wed Jun 10 15:11:45 2020 +0200 Replace special char Ø in DOK field on new QSO and ADIF import commit 172b129e1f2e55bee4bc077a7fb16a916b03f043 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Tue Jun 9 14:26:50 2020 +0200 help file update for expanded statistic gui commit 587c82a0fa95d285f6ef0cb9380a4f9712386677 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 22:13:59 2020 +0200 Fix array items commit ae9a611c9550c3f9182e9d860ac83ec4431295df Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 8 22:02:51 2020 +0200 fix award vs title bug commit cda9dc6b95493dc0564446a9bc076c9d9c9439e3 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 8 21:57:12 2020 +0200 fix typo commit 0e7d373e58a8736ed04612f2727150938ca7a120 Merge: 6b1cd40 cf3d0e6 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 21:44:48 2020 +0200 Merge branch 'DOK_filter' into DOK commit cf3d0e67dd5ae4981457d85806f72a968a1fb45b Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 21:33:48 2020 +0200 Fix reading of which DOKs to show For some reason it always read 0 it he code is at the old position. Reason unknown .... commit 6b1cd400f65ca2520ce8fce87f2597cce12246ea Author: OH1KH <oh1kh@sral.fi> Date: Mon Jun 8 21:55:41 2020 +0300 This makes dok visible in QSOBefore Grid. Does not fix 'Award'-'Title' (yet) commit 367a0fa22acbca3166e3b2da82978b2b2a14ccf7 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 23:44:02 2020 +0200 Make cmbBox readonly and save selection commit 9f78b2120ca5f5776aa30eba3d288e33e149197b Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun Jun 7 20:35:33 2020 +0200 dok filtering commit 0e8e0ba3703f9ac2ef272025c8a529bad39104a4 Merge: 3c68208 33873f6 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 13:48:18 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 3c6820843f9abdd1729ee9fa68728a82af2b0371 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 13:45:51 2020 +0200 Squashed commit of the following: commit 740e0f5d9c9af5dcb8eee47f6d61e0a68f993f91 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 17:03:57 2020 +0200 Align config item name commit 1669e548315990a998b526747840437d729b859a Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 16:02:34 2020 +0200 Make show station list work and also fix nasty off-by-one bug commit 0d74d1d43deb4fe3dff0a47469e587dc1b54e8c3 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 15:17:03 2020 +0200 Also show SDOKs in complete list commit 1421923cdda7cfebdc9e5f285582a37daca2b119 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 14:00:04 2020 +0200 Show DOK stats window only if dok and sdok.csv exist commit 3aa4c6ea34ba9aed8a607b437fcc50e6270c6840 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 13:15:32 2020 +0200 Fix conflicting MenuItem numbers due to Contest filter merge commit 9378853b507877e875b479475a9f4616aea94fa5 Merge: 0035d83 33873f6 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 13:03:11 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOKstat commit 0035d83ff15cbe07e3652e2190c5e3471811e3c2 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 1 21:08:20 2020 +0200 warn message when DOK files can not be loaded - DokArray with length = 0 is a problem for the RowCounter of the grid commit f02d234434fcfa36f425139de9822b34b3d50f1a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 1 20:38:09 2020 +0200 fix wrong initial setting for CheckDOKTabs commit 33873f6c645cdd8d7278ec2e3ddbd4a627455be2 Merge: ece0f99 5476dcf Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:47:44 2020 +0200 Merge pull request #288 from OH1KH/squash_sat_tab_keep Satellite and/or propagation clear commit ece0f996f4fc29228d9163871506ce4448eb61fd Merge: 99cba10 80b8546 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:46:49 2020 +0200 Merge pull request #287 from OH1KH/rbnband added 60M to RBNbands commit 99cba1041875ab04cb7c078e95e7f216be78e4ad Merge: ad59ac0 5725712 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:46:23 2020 +0200 Merge pull request #286 from OH1KH/freq_edit Numbers only does not work with QT5 in fChangeFreq commit ad59ac05b77ef2ca26bb16e4e8f5c93c8e544779 Merge: 4ce9bde bdd4a45 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:45:50 2020 +0200 Merge pull request #285 from phl0/contestFilter Contest filter commit 617a118868f4a50fc7a2012fbfd832957707e550 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 1 14:22:36 2020 +0200 Add fDOKStat.pas to project files commit c58b97a607e14ac4a7d1345e97348ad938fda22d Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 1 14:17:58 2020 +0200 Automatic download function for DOK data commit 3d84aa3093aad7984a0c3428423c76c180bf5f79 Merge: 873a51c 8d71190 Author: phl0 <florian@florian-wolters.de> Date: Sun May 31 16:29:30 2020 +0200 Merge branch 'DOK' into DOKstat commit 5476dcf1f4d2d6a52bf72d4e212cc090a9bd1b50 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 31 08:55:09 2020 +0300 Satellite and/or propagation clear Satellite and/or propagation selection is cleared only from clear-button (at tab) or band change. Either manual, CAT driven (change from rig knobs), wsjtx or fldigi-xmlrpc remotes. Having set propagation for example ES it was keeping there when logging qsos but as soon as one qso was cancelled (2xESC or new try with wsjtx) propagation was always cleared. Now it is not and I think it is better this way. You can not always get qso that you have started to log in. I do not work satellite qsos at the moment, but I believe that clearing satellite name has the same rules: only if band changes (then usually satellite changes too, I think). Fldigi-xmlrpc and wsjtx remote frequency conversion is cleaned a bit. Found interesting bug (cosmetic). If you have just one radio and the other is undefined then change from TRXControl radio buttons from radio to not defined radio causes NewQSO frequency column content to be copied to NewQSO mode column! Fixed. Squashed commit of the following: commit d368846148694c02264245d9f9d26f1c6df755b4 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 08:47:52 2020 +0300 Band change in fldigiXMLRPC and wsjtx clears satellite and propagation commit c5c1b38a14802d9744c3e2a1612b657cab8f2826 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 07:43:27 2020 +0300 Sat and Prop clears only from button or band change. Fix of (cosmetic) bug when radio change commit 80b8546ed5012fbac705b0bb45b25ca3477e569d Author: OH1KH <oh1kh@sral.fi> Date: Sun May 31 08:39:56 2020 +0300 added 60M to RBNbands commit 873a51c113e7a9671739412f1c474fe0dfd6141b Author: phl0 <florian@florian-wolters.de> Date: Fri May 29 00:35:36 2020 +0200 Fix some off-by-one mistakes commit 4081c079cdff676f1c626e65eaaf85ca8351d26c Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 23:41:43 2020 +0200 Make some nice DOK statistics commit 52d30a378c1c4bcebf2a6b8c99a44c7d8c1e0dcd Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 18:57:36 2020 +0200 Read DOKs from file (no SDOKs for now) commit 572571251d29e91706057551034669c4802364e7 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 16:29:56 2020 +0300 Numbers only does not work with QT5 commit bdd4a45fa7f6baca3abadcea1c80dc49d9299f28 Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 14:11:08 2020 +0200 Add some documentation for contest filter function commit ed0c43542f145e889eea231f4ff630b201122487 Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 13:37:20 2020 +0200 Implement a filter function using worked contest names commit 9d2a4b3a28bf492a91a504816b6f3c1b7684508f Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 16:07:07 2020 +0200 Initital brainstorming for DOK statistics commit 905776017ba6ec747cb9f0812bcc9d954ea17b25 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 6 21:32:26 2020 +0200 minor corrections for dok help commit 8810faa21432fbafbd41cea6a381101e449d326c Author: OH1KH <oh1kh@sral.fi> Date: Sat Jun 6 18:49:28 2020 +0300 Some help fixes (not releted to DOK) commit 6f2b6dfa6bc558a6f6078e9591d04f9ac8d30f2a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 6 12:08:12 2020 +0200 adding some more information to dok help commit a5a92d8cdd02f2eb2318b2c54594939bfefaa1c8 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Fri Jun 5 18:01:15 2020 +0200 extend help with topic german dok commit 8d711903f5b896302eafd938289d97d34cf68426 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun May 31 10:40:41 2020 +0200 eliminated double occupancy of ALT-S commit e803a540cb0f6f754505ead7b2320087b849b18a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat May 30 20:57:11 2020 +0200 NewQSO and ADIF Import clean up dok field now - NewQSO and ADIF using regex to clean up dok field - bugfix changing from 6 to 12 characters in some routines - clean up of dead variables commit 3c699864f83a232a8d19419b79cc05a4b574c108 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 30 19:38:02 2020 +0300 Changed 'Only qsos with IOTA' to 'Only IOTA qsos' it is shorter. Added anchoring inside DOK group box (like in ohters) commit 007e0e60bc67e99e03cb640b4a3f8d3f828d7088 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat May 30 09:41:33 2020 +0200 implement DOK in Filter GUI - new Field for DARC_DOK for filtering - sorting by DARC_DOK - group by DARC_DOK - save/load filter with DARC_DOK settings commit 87c3e6d953af4e99f2f676c268ceaaf25b1e7a0f Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 08:08:38 2020 +0200 Make link relative and fix typo commit 3c20f33d92c200f5cdd8dbc56fa6b5c1e24a8646 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 27 21:11:04 2020 +0200 expand dok field from 6 to 12 characters, due to SDOK commit 3ac1d237cbe231a53db5e6d9d98bf8b070a1a9da Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 27 18:58:18 2020 +0200 improve help pages with missing key-shortcuts in NewQSO GUI commit 6795128793ad7f921c7e80cdb9c2ede40204abfa Merge: 2042bdc 4ce9bde Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 10:42:47 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 2042bdc259fcbc13a80195cb1db9027c825e57fb Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 00:48:49 2020 +0200 Populate DOK field in DB from NewQSO window commit 717f22d911ae4cac07ecb7cbf82fb51097f3fd8a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon May 25 22:34:55 2020 +0200 add DARC_DOK to GUI QSO List -add field to fMain -add field to fPreferences so user can choose if he want to see it commit 3faac6f5f4938604cf349cf2654c04501784919c Author: phl0 <florian@florian-wolters.de> Date: Mon May 25 09:36:58 2020 +0200 Put DOK field in the taborder if used commit 0689ebf456508cba3c53a4ad11578cf0c17268cf Merge: 6c96ce9 238b969 Author: phl0 <florian@florian-wolters.de> Date: Mon May 25 09:25:14 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 6c96ce96ff4262a9e0fe9a0f8e0e072d259c9772 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun May 24 21:34:28 2020 +0200 clean code - sort keyboard shortcuts in function commit f197f9be3ecae9295f0fa9032f4303f78505abd9 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Fri May 22 13:12:51 2020 +0200 connect hamqth-api-dok-request to the gui dok field commit 06571ea870c610cc7058f9734fdfed5cb1a25c7a Author: OH1KH <oh1kh@sral.fi> Date: Fri May 22 13:30:08 2020 +0300 NewQSO: State turns DOK if German callsign entered. Can also be turned by click of 'State'/'DOK' label. DOK length 6 ok? (lost the mail where defined) commit 906e0061defe508746de1f3b860abd991aedc0f7 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Thu May 21 11:33:14 2020 +0200 using DOK from hamqth-api for prefilling commit 38ad436128fd072e3bf13386ccdc2039f404c7f1 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 20 20:25:09 2020 +0200 integration of DARC_DOK in ADIF import and ADIF/HTML export commit 59378fb46577e8d28d55874aada3daabc0262459 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 20 18:51:54 2020 +0200 upgrade database and inserting field dok
2020-06-14 08:31:58 +00:00
2016-04-18 16:52:11 +00:00
</div>
Add new column for DARC DOK info This implements a new database column to store German DARC DOK information. Also some basic statistics are available as well as a auto download function for lists of valid DOKs and special DOKs. This information is reagularly provided by a cronjob on web serber by DF2ET. For NewQSO window the DOK input field is shown instead of the State field only if a German callsign is entered or the user double clicks the state label. This way the NewQSO window layout is not changed. So basically cqrlog behaves exactly as before. The user can choose to activate the DOK data stuff in preferences. This is the work of DL7OAP, OH1HK and myself DF2ET. Just to let everyone know whom to blame :) Squashed commit of the following: commit 4666d4d131300b7c0bb2fe8c0d4d99bbbc51b4e6 Author: phl0 <florian@florian-wolters.de> Date: Sat Jun 13 13:50:47 2020 +0200 Add hint to auto download function for DOK information commit a69b4d2536c512bcc323b2bce77ff31948893c9a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 13 09:03:03 2020 +0200 fix typo in help commit 01f6e8c4b5f81bfc8adb2f508d5bda94e140f8db Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed Jun 10 17:16:19 2020 +0200 expand DOK column width in statistic for 12length commit 873d8315d74454c01752c8134033529886c45445 Author: phl0 <florian@florian-wolters.de> Date: Wed Jun 10 15:11:45 2020 +0200 Replace special char Ø in DOK field on new QSO and ADIF import commit 172b129e1f2e55bee4bc077a7fb16a916b03f043 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Tue Jun 9 14:26:50 2020 +0200 help file update for expanded statistic gui commit 587c82a0fa95d285f6ef0cb9380a4f9712386677 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 22:13:59 2020 +0200 Fix array items commit ae9a611c9550c3f9182e9d860ac83ec4431295df Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 8 22:02:51 2020 +0200 fix award vs title bug commit cda9dc6b95493dc0564446a9bc076c9d9c9439e3 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 8 21:57:12 2020 +0200 fix typo commit 0e7d373e58a8736ed04612f2727150938ca7a120 Merge: 6b1cd40 cf3d0e6 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 21:44:48 2020 +0200 Merge branch 'DOK_filter' into DOK commit cf3d0e67dd5ae4981457d85806f72a968a1fb45b Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 21:33:48 2020 +0200 Fix reading of which DOKs to show For some reason it always read 0 it he code is at the old position. Reason unknown .... commit 6b1cd400f65ca2520ce8fce87f2597cce12246ea Author: OH1KH <oh1kh@sral.fi> Date: Mon Jun 8 21:55:41 2020 +0300 This makes dok visible in QSOBefore Grid. Does not fix 'Award'-'Title' (yet) commit 367a0fa22acbca3166e3b2da82978b2b2a14ccf7 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 23:44:02 2020 +0200 Make cmbBox readonly and save selection commit 9f78b2120ca5f5776aa30eba3d288e33e149197b Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun Jun 7 20:35:33 2020 +0200 dok filtering commit 0e8e0ba3703f9ac2ef272025c8a529bad39104a4 Merge: 3c68208 33873f6 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 13:48:18 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 3c6820843f9abdd1729ee9fa68728a82af2b0371 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 13:45:51 2020 +0200 Squashed commit of the following: commit 740e0f5d9c9af5dcb8eee47f6d61e0a68f993f91 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 17:03:57 2020 +0200 Align config item name commit 1669e548315990a998b526747840437d729b859a Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 16:02:34 2020 +0200 Make show station list work and also fix nasty off-by-one bug commit 0d74d1d43deb4fe3dff0a47469e587dc1b54e8c3 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 15:17:03 2020 +0200 Also show SDOKs in complete list commit 1421923cdda7cfebdc9e5f285582a37daca2b119 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 14:00:04 2020 +0200 Show DOK stats window only if dok and sdok.csv exist commit 3aa4c6ea34ba9aed8a607b437fcc50e6270c6840 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 13:15:32 2020 +0200 Fix conflicting MenuItem numbers due to Contest filter merge commit 9378853b507877e875b479475a9f4616aea94fa5 Merge: 0035d83 33873f6 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 13:03:11 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOKstat commit 0035d83ff15cbe07e3652e2190c5e3471811e3c2 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 1 21:08:20 2020 +0200 warn message when DOK files can not be loaded - DokArray with length = 0 is a problem for the RowCounter of the grid commit f02d234434fcfa36f425139de9822b34b3d50f1a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 1 20:38:09 2020 +0200 fix wrong initial setting for CheckDOKTabs commit 33873f6c645cdd8d7278ec2e3ddbd4a627455be2 Merge: ece0f99 5476dcf Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:47:44 2020 +0200 Merge pull request #288 from OH1KH/squash_sat_tab_keep Satellite and/or propagation clear commit ece0f996f4fc29228d9163871506ce4448eb61fd Merge: 99cba10 80b8546 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:46:49 2020 +0200 Merge pull request #287 from OH1KH/rbnband added 60M to RBNbands commit 99cba1041875ab04cb7c078e95e7f216be78e4ad Merge: ad59ac0 5725712 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:46:23 2020 +0200 Merge pull request #286 from OH1KH/freq_edit Numbers only does not work with QT5 in fChangeFreq commit ad59ac05b77ef2ca26bb16e4e8f5c93c8e544779 Merge: 4ce9bde bdd4a45 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:45:50 2020 +0200 Merge pull request #285 from phl0/contestFilter Contest filter commit 617a118868f4a50fc7a2012fbfd832957707e550 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 1 14:22:36 2020 +0200 Add fDOKStat.pas to project files commit c58b97a607e14ac4a7d1345e97348ad938fda22d Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 1 14:17:58 2020 +0200 Automatic download function for DOK data commit 3d84aa3093aad7984a0c3428423c76c180bf5f79 Merge: 873a51c 8d71190 Author: phl0 <florian@florian-wolters.de> Date: Sun May 31 16:29:30 2020 +0200 Merge branch 'DOK' into DOKstat commit 5476dcf1f4d2d6a52bf72d4e212cc090a9bd1b50 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 31 08:55:09 2020 +0300 Satellite and/or propagation clear Satellite and/or propagation selection is cleared only from clear-button (at tab) or band change. Either manual, CAT driven (change from rig knobs), wsjtx or fldigi-xmlrpc remotes. Having set propagation for example ES it was keeping there when logging qsos but as soon as one qso was cancelled (2xESC or new try with wsjtx) propagation was always cleared. Now it is not and I think it is better this way. You can not always get qso that you have started to log in. I do not work satellite qsos at the moment, but I believe that clearing satellite name has the same rules: only if band changes (then usually satellite changes too, I think). Fldigi-xmlrpc and wsjtx remote frequency conversion is cleaned a bit. Found interesting bug (cosmetic). If you have just one radio and the other is undefined then change from TRXControl radio buttons from radio to not defined radio causes NewQSO frequency column content to be copied to NewQSO mode column! Fixed. Squashed commit of the following: commit d368846148694c02264245d9f9d26f1c6df755b4 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 08:47:52 2020 +0300 Band change in fldigiXMLRPC and wsjtx clears satellite and propagation commit c5c1b38a14802d9744c3e2a1612b657cab8f2826 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 07:43:27 2020 +0300 Sat and Prop clears only from button or band change. Fix of (cosmetic) bug when radio change commit 80b8546ed5012fbac705b0bb45b25ca3477e569d Author: OH1KH <oh1kh@sral.fi> Date: Sun May 31 08:39:56 2020 +0300 added 60M to RBNbands commit 873a51c113e7a9671739412f1c474fe0dfd6141b Author: phl0 <florian@florian-wolters.de> Date: Fri May 29 00:35:36 2020 +0200 Fix some off-by-one mistakes commit 4081c079cdff676f1c626e65eaaf85ca8351d26c Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 23:41:43 2020 +0200 Make some nice DOK statistics commit 52d30a378c1c4bcebf2a6b8c99a44c7d8c1e0dcd Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 18:57:36 2020 +0200 Read DOKs from file (no SDOKs for now) commit 572571251d29e91706057551034669c4802364e7 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 16:29:56 2020 +0300 Numbers only does not work with QT5 commit bdd4a45fa7f6baca3abadcea1c80dc49d9299f28 Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 14:11:08 2020 +0200 Add some documentation for contest filter function commit ed0c43542f145e889eea231f4ff630b201122487 Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 13:37:20 2020 +0200 Implement a filter function using worked contest names commit 9d2a4b3a28bf492a91a504816b6f3c1b7684508f Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 16:07:07 2020 +0200 Initital brainstorming for DOK statistics commit 905776017ba6ec747cb9f0812bcc9d954ea17b25 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 6 21:32:26 2020 +0200 minor corrections for dok help commit 8810faa21432fbafbd41cea6a381101e449d326c Author: OH1KH <oh1kh@sral.fi> Date: Sat Jun 6 18:49:28 2020 +0300 Some help fixes (not releted to DOK) commit 6f2b6dfa6bc558a6f6078e9591d04f9ac8d30f2a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 6 12:08:12 2020 +0200 adding some more information to dok help commit a5a92d8cdd02f2eb2318b2c54594939bfefaa1c8 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Fri Jun 5 18:01:15 2020 +0200 extend help with topic german dok commit 8d711903f5b896302eafd938289d97d34cf68426 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun May 31 10:40:41 2020 +0200 eliminated double occupancy of ALT-S commit e803a540cb0f6f754505ead7b2320087b849b18a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat May 30 20:57:11 2020 +0200 NewQSO and ADIF Import clean up dok field now - NewQSO and ADIF using regex to clean up dok field - bugfix changing from 6 to 12 characters in some routines - clean up of dead variables commit 3c699864f83a232a8d19419b79cc05a4b574c108 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 30 19:38:02 2020 +0300 Changed 'Only qsos with IOTA' to 'Only IOTA qsos' it is shorter. Added anchoring inside DOK group box (like in ohters) commit 007e0e60bc67e99e03cb640b4a3f8d3f828d7088 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat May 30 09:41:33 2020 +0200 implement DOK in Filter GUI - new Field for DARC_DOK for filtering - sorting by DARC_DOK - group by DARC_DOK - save/load filter with DARC_DOK settings commit 87c3e6d953af4e99f2f676c268ceaaf25b1e7a0f Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 08:08:38 2020 +0200 Make link relative and fix typo commit 3c20f33d92c200f5cdd8dbc56fa6b5c1e24a8646 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 27 21:11:04 2020 +0200 expand dok field from 6 to 12 characters, due to SDOK commit 3ac1d237cbe231a53db5e6d9d98bf8b070a1a9da Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 27 18:58:18 2020 +0200 improve help pages with missing key-shortcuts in NewQSO GUI commit 6795128793ad7f921c7e80cdb9c2ede40204abfa Merge: 2042bdc 4ce9bde Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 10:42:47 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 2042bdc259fcbc13a80195cb1db9027c825e57fb Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 00:48:49 2020 +0200 Populate DOK field in DB from NewQSO window commit 717f22d911ae4cac07ecb7cbf82fb51097f3fd8a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon May 25 22:34:55 2020 +0200 add DARC_DOK to GUI QSO List -add field to fMain -add field to fPreferences so user can choose if he want to see it commit 3faac6f5f4938604cf349cf2654c04501784919c Author: phl0 <florian@florian-wolters.de> Date: Mon May 25 09:36:58 2020 +0200 Put DOK field in the taborder if used commit 0689ebf456508cba3c53a4ad11578cf0c17268cf Merge: 6c96ce9 238b969 Author: phl0 <florian@florian-wolters.de> Date: Mon May 25 09:25:14 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 6c96ce96ff4262a9e0fe9a0f8e0e072d259c9772 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun May 24 21:34:28 2020 +0200 clean code - sort keyboard shortcuts in function commit f197f9be3ecae9295f0fa9032f4303f78505abd9 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Fri May 22 13:12:51 2020 +0200 connect hamqth-api-dok-request to the gui dok field commit 06571ea870c610cc7058f9734fdfed5cb1a25c7a Author: OH1KH <oh1kh@sral.fi> Date: Fri May 22 13:30:08 2020 +0300 NewQSO: State turns DOK if German callsign entered. Can also be turned by click of 'State'/'DOK' label. DOK length 6 ok? (lost the mail where defined) commit 906e0061defe508746de1f3b860abd991aedc0f7 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Thu May 21 11:33:14 2020 +0200 using DOK from hamqth-api for prefilling commit 38ad436128fd072e3bf13386ccdc2039f404c7f1 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 20 20:25:09 2020 +0200 integration of DARC_DOK in ADIF import and ADIF/HTML export commit 59378fb46577e8d28d55874aada3daabc0262459 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 20 18:51:54 2020 +0200 upgrade database and inserting field dok
2020-06-14 08:31:58 +00:00
2013-03-15 20:13:08 +00:00
<p align=center><img src=img/line.png></p>
<a name=ah5><h2><strong>Visible columns</strong></h2></a>
<img src=img/h8.png border=0><br><br>
<div align=justify>
2016-04-18 16:52:11 +00:00
Checked columns are visible in the previous QSO list appearing at the top of the
Locator in standard format: This was intended to be a fix for issue #187 but it grow up during programming. -sets now locator writing by standard format "AB12cd" as described in https://en.wikipedia.org/wiki/Maidenhead_Locator_System#Description_of_the_system Also adif.org uses this link as reference in their descriptions. Writing format is forced at typing phase (I hope I found all loc inputs). Also ADIF input/output forces formatting and finally save qso to database will make sure the format is right. -Playing with locators made an idea of showing distances in QSO list. How ever Lazarus DBGrid does not allow showing calculated columns. Either an additional unit must be used to do this or database needs a new column "distance". That is why a selected QSO's distance is shown at bottom status area with "comment", "Award" and QSL times with total and longest qso distances of log or filter selection. But only if checked to be visible from preferences/visible columns (although it is not actually a column). -preferences/program/Show distance in miles affects also all places where distance is now shown. -Distance can also be selected to exist in ADIF, HTML and QSL label exports. -QSL label export has some new selections with distance. They are: Propagation, Satellite, Contest name and contest exchanges (4) -HTML export output is fixed to support CSS and HTML5. HTML export has now working column width (by average char count, not in pixels) or Auto column width selection. -HTML export column names can be changed by user. -Help files are updated Squashed commit of the following: commit de1cccf58e7698b275fa49be7765dde6665199f4 Author: OH1KH <oh1kh@sral.fi> Date: Wed Oct 2 20:09:08 2019 +0300 Found small big in fraExportPref commit f7697e910d6cf0e595d22d7c6fefb5999b04255b Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 1 09:55:34 2019 +0300 help update commit a4958fda68db0117666ac47841aa92a28a473b36 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 30 16:56:29 2019 +0300 NewQso:fix rxfreq input limit. QSLlabes: new selections to print commit 97479517135aa2c973cd02045bdc3af81f4c7046 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 14:52:58 2019 +0300 Fixed: adif: export line cut. Html: profile export commit 596802fdb2959495b1cb6f0b53363c249cb48fc4 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 10:37:53 2019 +0300 More bugs found commit cd3b9b2d7dbbdb03a80e804b9829ebe8e8a47092 Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 18:36:17 2019 +0300 help file updates commit f35c5d3f61ad4f29d8012e899a94ed23586f373a Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 12:27:49 2019 +0300 Some code fixes. Now needs testing with ADIF impoirt/export and HTML export commit 099c6a452d60b3f01271be16c84fab08a70466c5 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 22:25:17 2019 +0300 Now HTML export idea works. Width counting not.Also adif export needs testing commit 4b3ff4d6f23ea18d44cfb19090b6b15c070ce4b8 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 21:26:56 2019 +0300 Little bit closer to working HTML export. But not ready! commit 0f9e559548be84b3b3ed1069e1ed85d0dfa846b4 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 19:14:44 2019 +0300 Untested backup push commit 0a1107548c3b58beaf08d727f0426395ddf3dc52 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 13:32:30 2019 +0300 small steps, but still errors and lot of fix commit cb1e3934d0c208dcaac3fd45fa18194234bcc48f Merge: 42d7e5c c820289 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:10:54 2019 +0300 Merge branch 'master' into loc_std commit 42d7e5caf3cb7f2a914a776b631a4b54beb69293 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:07:34 2019 +0300 Big changes to html export. Not full ready yet commit 32e70f0f6401af78bcfddc0c48befc8158d867cf Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 25 20:53:39 2019 +0300 rewiting of HTML export. Not ready yet commit f5faa689f3ba7adb3003c67941d2db2d6520b9ef Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 24 11:04:37 2019 +0300 Minor fixes. Might help for 'xxxx-xx-xx is not valid date' error that sometimes occurs again (once fixed in wsjt remote) commit 8512a06efacfe73419dbb507b95042692325a20e Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 19:33:42 2019 +0300 Several small fixes commit 2a48fdfffae905f4afe32eb8e99a89e16d7c1491 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 11:42:23 2019 +0300 Contest has loc writing by std. Lbl print no dist unit.Html exp mi/km but has error commit af75d9a4d86130aa460684bd9859fa8505d5b7d8 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 19:53:40 2019 +0300 Adding distance in km/mi by preferences/program setting commit 9375f57beb1952109db35b24b47d1dc32e4163fb Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:21:41 2019 +0300 Updates to help files commit c2954dcbaf600507844f4ce6c25951b50d7edf17 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:11:50 2019 +0300 Updates to help files commit ce7bbf2f184c93d063c2141d20cf5060813798d4 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 11:21:10 2019 +0300 fixed preferences view commit 6335fdaedc051bcffde70e1c9c0cf4052abb0748 Merge: c9dc424 3bbe8db Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 10:56:13 2019 +0300 Merge branch 'master' into loc_std commit c9dc42436df9c7a96d914491af29b724df99009c Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:53:16 2019 +0300 Preferences visible columns: add (in pnl) for Distance as it is not in column commit 2670c54d8ca8ccf614d65d3b1f6dcd636d83646f Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:48:31 2019 +0300 Added distance choice to qsl label printing commit 8406464cfa1dd7240afca7f12fe959d3fd7141da Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 17 21:14:43 2019 +0300 Removed not working distance column code. Focus to first release with only status panel distance commit 7154459c8103fea746f809247e50446d81c1501c Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 16 16:55:43 2019 +0300 commented out not woking parts of code commit 594e0b9d3862d4cb635ab101c11b0ba558b97b62 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 13 13:20:48 2019 +0300 Again a try to write calculated content to dispaly-field(causes error) commit 63de897ce8289478291116b5ee2168cad0a7bf5f Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 12 12:00:47 2019 +0300 some fixes to distance visibility commit 70a95c4fdd58dd78788ab7ad33bdd1037581d581 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 17:45:35 2019 +0300 Problem with inherited fraEx fixed (?) commit d014e960143102332677e8a8b6d4065436d69aab Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 13:12:27 2019 +0300 Fixed anchoring of export selections frame commit ac6914ee14648e14325cc11797e05592b1f5f189 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 9 18:45:12 2019 +0300 Not yet (?)a way to get 'distance' to dbGrid as it is not database field' commit a0376a9a86ca9d54e21ffcd581fb5010d68daaed Merge: 9609c81 a5d0300 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 18:26:07 2019 +0300 Merge branch 'master' into loc_std commit 9609c8125e0dedba5945722159137363ea95c7bb Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 17:01:47 2019 +0300 Sum is now called from better place, but still has problems with activate/deactivate filter commit 04565c5e0847ccf3450da6de2cbb9553b778e7ae Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 7 17:29:18 2019 +0300 counts dist,maxdist,sumdist at Main and Html export. Exports DISTANCE tag with adif export commit d9bd63ccf676f812e6af6b3e21ef8e69b0099b50 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 5 12:11:16 2019 +0300 fixed log in Group edit. Where else loc is still unfixed? commit 5e229a4345c0c540588ddc1278ab7f049f97a632 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 4 13:50:14 2019 +0300 new function StdFormatLocator. Related code changes. commit f13b240456cbadb2ecc3467a48acb811962f8d05 Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 3 20:22:57 2019 +0300 Set grid locator writing format to standard (up/lo case) AA00bb
2019-10-03 10:14:17 +00:00
logging screen. Except "Distance" that makes calculated distances visible at QSO list panel area.
<br>Display of distances requires that preferences/station/locator is set and applied (automatic) to every qso and that at least 4 digit locator (when "ll" is added as 5 and 6th char) of destination station is logged.
Sometimes importing logs from other logging program may leave my locator unset. In this case QSO list/File/Group edit must be used for updating my locator field.
2016-04-18 16:52:11 +00:00
</div>
2013-03-15 20:13:08 +00:00
<p align=center><img src=img/line.png></p>
<a name=ah6><h2><strong>Bands</strong></h2></a>
<img src=img/h9.png border=0><br><br>
<div align=justify>
2016-04-18 16:52:11 +00:00
Checked bands are visible in both statistics appearing at the bottom of logging screen
(bands/modes of the actual logged station) and main DXCC, WAZ and ITU zones statistics.
TRXControl updates -uses new database column 'info' to show short description of selected memory. if no 'info' is entered for memory will show memory number and total count of memories as 'X of Y'. -Vfo buttons now visible. They change vfo, but there is no feedback of current vfo as Icom brand rigs do not support "Get_Vfo" command. -Checkbox 'pereferences/TRXcontor/Switch only between mode related memories' now works -Selection 'Open memory list' opens list of memories without editing buttons and without showModal. List can be kept open while logging qsos. Double click on list line changes rig to that frequency/mode. -Double click of line works also on Add/Modify memory list lines. -Corresponding help files updated. Squashed commit of the following: commit c46c9f799c47d7d89160e2386df9b285a90631b8 Author: OH1KH <oh1kh@sral.fi> Date: Fri Apr 19 12:24:34 2019 +0300 Fix trxcontrol help commit 00bde9d982698c083453e555a07ccefdd94fb587 Author: OH1KH <oh1kh@sral.fi> Date: Wed Apr 17 11:03:29 2019 +0300 vfo buttons visible commit e2e6b6e00a45625cf107cc0b6fce8234c5dd7267 Author: OH1KH <oh1kh@sral.fi> Date: Tue Apr 16 19:05:57 2019 +0300 Removed some unconditional debug prints commit 57b71577959b0a9d6425a0e76f0631b71259cb47 Author: OH1KH <oh1kh@sral.fi> Date: Tue Apr 16 11:12:24 2019 +0300 restored changelog, removed readme.oh1kh' commit 2287b6a1b426a7a222ed204e5e6bdc837efc51b4 Author: OH1KH <oh1kh@sral.fi> Date: Tue Apr 16 11:04:02 2019 +0300 Fixed mode related settings usage + help files' commit 871e260c684d292f66eb2d54602a9ae33923c94f Merge: a1c0a17 29112ef Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 15 11:44:08 2019 +0300 Fixed merge conflict in dData.lfm commit a1c0a1737b022043ac0c8b67d19cd96c3def4223 Merge: 65f3fec 9de2bfc Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 18 20:49:36 2019 +0200 Merge branch 'master' into feature_trxmonitor commit 65f3fec81e347e54427ed090f648958ddf01ca15 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 18 20:42:24 2019 +0200 TRXfiles updated from devel commit cbed44dfdd645105fb69fed57c791ec1368ea58d Author: OH1KH <oh1kh@sral.fi> Date: Thu Apr 19 18:23:33 2018 +0300 feature trxmonitor
2019-04-20 06:09:40 +00:00
It also affects the Challenge points at the bottom of the DXCC statistics.<br>
Pressing button <b>frequencies</b> band, and mode limits within bands, can be set.
</div><br>
<img src=img/h9b.png border=0><br><br>
2013-03-15 20:13:08 +00:00
<p align=center><img src=img/line.png></p>
<a name=ah7><h2><strong>TRX Control</strong></h2></a>
<img src=img/h10.png border=0><br><br>
<div align=justify>
2016-04-18 16:52:11 +00:00
The TRX Control displays actual frequency. You can change band and mode. The radio will
change the freq/mode after you double click on a spot from dx cluster or on an item
in bandmap.<br> CQRLOG uses the rigctld utilty from HamLib. It controls the radio and
programs communicate with it through UDP. CQRLOG supports operating with two TRX but
only one can be active at a time.<br><br>
<strong>Radio one, desc:</strong> is a description you'll see in TRX control window. It is only
descriptive text, you can write whatever you want.<br><br>
<strong>Host:</strong> computer where rigctld is running, localhost is fine for most cases. <br><br>
This update planned to allow HamLib usage with radio2 selected (with it's port and address). As usual the work grows ... Thanks Martin, DL1MTG, for testing and comments! CW keyer: -Preferences CW interface: both radios can now have own type of keyer. -HamlibKeyer address/port is taken from selected radio -Keyer is reloaded with every change of radios, but if user sets both keyers to same type (and it is not HamLib) he can use checkbox to prevent reloading when radio is switched. Meaning he uses same physical keyer for both radios and does not want that radio switch (keyer reloading) sets CW speed always back to default. -K3NG keyer serial speed was stored to Word variable. That can carry only value up to 65535. Changed to dWord and now speed 115200 should be passed to serial port setup (no device to test that, but 115200 comes now ok up to ser.config()-line that it did not before). Help: -Preferences have now 2 help buttons. One gives help for currently selected tab, other opens help index. I think Lazarus help system has bug (or I can not use it!) but tab help keyword definitions in .lfm can never be used as ShowHelp checks parent and if found uses Parent.showhelp that seems to lead to upper level help keyword. -There is another problem because help system uses system default browser and Lazarus finds it using xdg-open (Linux system script to find registered viewer) xdg-open has property that drops away hashtag links pointing to website chapters if url "file:///" is in question. That is why user must define "real browser" at preferences/program to see hashtag linked help pages properly. (sad but seems to be true) -preferences/program Web browser setting has improved. Checks that browser name entered can be found. Reports if not found. If left empty, uses dmUtils.MyDefaultBrowser function that usually places xdg-open as browser. Click of browser name edit box offers file navigator to find browser binary (but direct typing is also possible, see help page) -when webbrowser is read from ini, default hardcoded 'firefox' is removed (all systems do not have it!) instead there is call to dmUtils.MyDefaultBrowser -some help pages are fixed and added. Other: -while doing debug with Lazrus IDE I found out that when cqrlog does get response Not Found for DXCC and qslmgr version number from http://ok2cqr it causes an error in version number StrToInt conversion. User does not see this as it is done inside try/finally/end, but while debugging it was so annoying last Sunday that I changed code so that if received data from web site includes "not found" it does not even try StrToInt conversion. -It seems to be freepascal(linux) property that when external child program is run from parent and it ends it leaves zombie PID hanging on until parent closes that cleans up all child zombies. These appears when external vievers, fldigi, wsjtx, scripts (voice, start, stop) etc. are run from cqrlog. Might not do any harm normally. Perhaps if cqrlog is running extreamly long time without closing. Squashed commit of the following: commit 6350ac2b6a6dae507320c08a5ee5f7a374398654 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 12 09:13:05 2020 +0300 Added own ports for radio2 winkey/cwdaemon and K3NG commit 23af6145c5d7aa4b7e3fd928e3853bc9a3ae0a40 Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:16:44 2020 +0300 Preferences: buttons: Help(tab), Help(idx) commit 71108698a53347feb8423febf075c739fb16877f Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:01:15 2020 +0300 some changes to user browser selection commit de3e0f326bf2dda3a5ea6531824dc12c9821d97a Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 18:59:29 2020 +0300 part external viewers update commit 80581a58633c26479bf98d6a71914214713585f8 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 17:46:29 2020 +0300 propagation help added commit cf11bfcd97d399645946287506cca2945aaff85c Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 13:04:16 2020 +0300 Finally working tab based help for preferences. Fixed bug 'invalid date format' if dxcc and qslmgr check fails because of ok2cqr web page fail 404 commit 53f5ceb41d365f955a9c270967f2554c61916626 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 10:10:22 2020 +0300 User select keyer reset if same keryer for both rigs + help update commit c97761e14e2694a44f9a91515a54365c7c18bba7 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 17:49:31 2020 +0300 Some help fixes still commit f46e771f7e8a9de6e3acac16614e1817a0af9485 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 10:02:27 2020 +0300 removed unused variables commit ed90d7d660a5cfe7243abc7099fcae1f30075f60 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:46:50 2020 +0300 Fixed K3NG keyer serial speed setting. Changed speed :word to :dword now accepts over 65535 speeds commit 0d89b6b4e9b3126564ca61247b2577db4a6f3bce Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:28:15 2020 +0300 Default browser selection fixes. Affects how help hashtags works in different systems. commit 3ad50cf0babc1ee888ef665fdb7bf67f6e9a8497 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:32:45 2020 +0300 help typo fix commit a4cd6ff58c01773329f0ae8173bf84602ead1ddf Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:31:39 2020 +0300 some help fixes commit 6111f3be6afa8ee8b81918758ddeb75d277683c4 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 10:50:25 2020 +0300 Some bug fixes commit 36344f3748b1efef878f8ad6b0778e619527eb6c Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:41:53 2020 +0300 Removed pnlMain caption text/TRXCntrol commit e16dab0fe1e80779d90a04640bb3a077f7c40b1d Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:38:21 2020 +0300 help fixed now commit bdc08e74394a1ef77ecdbbffa70af890f7d7cbc4 Author: OH1KH <oh1kh@sral.fi> Date: Wed May 6 12:11:14 2020 +0300 Changed idea: both rigs have keyer selection at prefrences/CWinterface. Help fix commit d3ae6f3e56328894a8260f344b4346f546711a18 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 5 10:39:08 2020 +0300 Hamlib CW follows rig if set in preferences. Rig switch resets cw interface if hamlib
2020-05-13 02:44:42 +00:00
<strong>RIG model:</strong> choose your radio model from the list.
Rig models below 10 (Dummy, NET rigctld, FLRig, TRXManager) are using TCP communication and so the <strong>Device</strong> as well
as <strong>Radio serial parameters</strong> do not need settings.<br><br>
2016-04-18 16:52:11 +00:00
<strong>Device:</strong> device which the radio is connected to. /dev/ttyS0 is COM1, /dev/ttyS1
is COM2 etc. If you use USB to serial interface, the device will usually be /dev/ttyUSB0
for COM1 etc. If you are using Ubuntu or Debian, <strong>you have to be member of the dialout users
group</strong> to have rights to the serial ports.<br><br>
2016-05-06 18:56:07 +00:00
<strong>Poll rate:</strong> specifies how often CQRLOG should read data from rigctld. 500 milliseconds
2016-04-18 16:52:11 +00:00
is fine.<br><br>
<strong>Port number</strong> is the number of the port used to communicate with rigctld.
Default value is 4532. The second radio, has to have a different port e.g. 4533.<br><br>
<strong>Extra command line arguments</strong> usefull when you have to specify more parameters to
rigctld. E.g. CIV address (--civaddr=ID, where ID is the CIV address).<br><br>
<strong>Serial port parameters</strong> from the manual of your rig, please choose the correct options.
Very often it is much better to specify only serial speed and leave other options as default.
Default value means that the settings from HamLib will be used.<br>
<br>
<strong>Switch only between mode related memories</strong> if this option is cheched, only memories related to
current
operating mode will be used. E.g. you are on CW right now, CQRLOG will switch only between memories with CW mode.
When you switch to
USB or LSB, CQRLOG will use memories both with USB and LSB mode.<br><br>
<strong>Show communication with TRX in console</strong> sometimes TRX control doesn't work. Check this option, run
CQRLOG from console and
you'll see the communication between TRX and Hamlib. This could help to find out what is wrong.<br><br>
<strong>Change default frequencies</strong><br>
The default frequencies which the radio tunes if you click a band button in the 'TRX control'
panel can be changed to your preferences. The mode is switched in accordance to the band plan,
there is actually a separate set of default frequencies for each CW, SSB, RTTY, AM and FM modes.
Added TX split support Added TX split support using XIT if rig supports it. (easier than using 2 vfos) Value 0 .. 9999Hz UP / DOWN Keys Ctrl+1 ... Ctrl+9 quick set XIT Key Ctrl+0 Disables XIT Key Ctrl+9 adds random value of 0 .. 990Hz (step 10Hz) to setting if splitting is UP Substracts if slpitting is DOWN Split keys work when NewQSO or TRXControl window is active Tested with Icom IC7300 Added help key Ctrl-H to "QSO list" Works now similar as "New QSO" Both "New QSO" and "QSO list" have also Alt-H as help key. "QSO list" key "F1" can now be used for other purposes. The help connection still exist in source. Fixed help files Help for split Shortcut keys Made all VK_keys now called as Ctrl-, Alt- There was a mixture of plus and minus signs (Ctrl+, Ctrl-) Squashed commit of the following: commit bb6b50f3f6cd0ba1c6aa9bdc23f4da687d3fa7d5 Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 27 10:30:31 2020 +0200 Small help fix and PR date to fVersion commit 2066b993bef52cf4d1268544eae5a5538e8c6d00 Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 27 10:19:40 2020 +0200 Added split keys to work also when trxcontrol window is active. Fixed some help files. commit 3cd43922e5d4ac0bd7f81cb1b0308a260e321aee Merge: 25ca1e0 b09e821 Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 27 09:27:34 2020 +0200 Merge branch 'qso_list_help_key' into split_with_xit commit 25ca1e07b81d0d377321ca3b38390b83aa2c2479 Author: OH1KH <oh1kh@sral.fi> Date: Mon Oct 26 18:55:36 2020 +0200 Button position fix commit e5ec98c443a2197f603aade6fc5d3beef4068cb3 Author: OH1KH <oh1kh@sral.fi> Date: Mon Oct 26 18:42:22 2020 +0200 Added TX split support Added TX split support using XIT if rig supports it. (easier than using 2 vfos) Value 0 .. 9999Hz UP / DOWN Keys Ctrl+1 ... Ctrl+9 quick set XIT Key Ctrl+0 Disables XIT Key Ctrl+9 adds random value of 0 .. 990Hz (step 10Hz) to setting if splitting is UP Substracts if slpitting is DOWN Fixed help files Tested with Icom IC7300 commit b09e821a72e1b90122c312ebc8340b38e3b574e6 Author: OH1KH <oh1kh@sral.fi> Date: Mon Oct 26 09:35:38 2020 +0200 Added help shorcut key Ctrl+H to 'QSO list'
2020-10-27 08:33:15 +00:00
Click the 'Change default frequencies' button and set up frequencies of your choice.<br><br>
<strong>Split settings</strong><br>
Split TX operation is made by using rig's XIT feature if rig supports it. Then there is no need to set both vfos for qso, just one and do the splitting with XIT.
<br>Split is activated from NewQSO with keys Ctrl-1 ... Ctrl-9.
<br>Ctrl-0 will disable XIT.
<br>Ctrl-9 has a random value 0-990Hz that is added to setting if split is up. If split is down it is subtracted.<br>
2016-04-18 16:52:11 +00:00
</div>
<br>
Added TX split support Added TX split support using XIT if rig supports it. (easier than using 2 vfos) Value 0 .. 9999Hz UP / DOWN Keys Ctrl+1 ... Ctrl+9 quick set XIT Key Ctrl+0 Disables XIT Key Ctrl+9 adds random value of 0 .. 990Hz (step 10Hz) to setting if splitting is UP Substracts if slpitting is DOWN Split keys work when NewQSO or TRXControl window is active Tested with Icom IC7300 Added help key Ctrl-H to "QSO list" Works now similar as "New QSO" Both "New QSO" and "QSO list" have also Alt-H as help key. "QSO list" key "F1" can now be used for other purposes. The help connection still exist in source. Fixed help files Help for split Shortcut keys Made all VK_keys now called as Ctrl-, Alt- There was a mixture of plus and minus signs (Ctrl+, Ctrl-) Squashed commit of the following: commit bb6b50f3f6cd0ba1c6aa9bdc23f4da687d3fa7d5 Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 27 10:30:31 2020 +0200 Small help fix and PR date to fVersion commit 2066b993bef52cf4d1268544eae5a5538e8c6d00 Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 27 10:19:40 2020 +0200 Added split keys to work also when trxcontrol window is active. Fixed some help files. commit 3cd43922e5d4ac0bd7f81cb1b0308a260e321aee Merge: 25ca1e0 b09e821 Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 27 09:27:34 2020 +0200 Merge branch 'qso_list_help_key' into split_with_xit commit 25ca1e07b81d0d377321ca3b38390b83aa2c2479 Author: OH1KH <oh1kh@sral.fi> Date: Mon Oct 26 18:55:36 2020 +0200 Button position fix commit e5ec98c443a2197f603aade6fc5d3beef4068cb3 Author: OH1KH <oh1kh@sral.fi> Date: Mon Oct 26 18:42:22 2020 +0200 Added TX split support Added TX split support using XIT if rig supports it. (easier than using 2 vfos) Value 0 .. 9999Hz UP / DOWN Keys Ctrl+1 ... Ctrl+9 quick set XIT Key Ctrl+0 Disables XIT Key Ctrl+9 adds random value of 0 .. 990Hz (step 10Hz) to setting if splitting is UP Substracts if slpitting is DOWN Fixed help files Tested with Icom IC7300 commit b09e821a72e1b90122c312ebc8340b38e3b574e6 Author: OH1KH <oh1kh@sral.fi> Date: Mon Oct 26 09:35:38 2020 +0200 Added help shorcut key Ctrl+H to 'QSO list'
2020-10-27 08:33:15 +00:00
<img src=img/h100.png border=0> <img src=img/h100b.png border=0><br>
Update for Rotor control First goal was to make same kind of rotortype selector as TRXcontrol has for rig types. After some study it showed up that more work has to be done. Unfortunately the only rotor type for me to test is "Hamlib Dummy" that happens to be different than most of rotor types known by Hamlib. Most of rotors are 0..360 degree ones, some including Dummy are -180..0..180 degree ones and then there are some that are turning more than one round. Even up to 0..540 degrees Then in latest verson of Hamlib (4.0-git) there are new parameters for setting offset, south_zero and limits for AzMin and/or AzMax. That makes it hard to get all work with cqrlog that always sends/reads true headings 0..360 I am sure that this needs more fixing after Hamlib 4.0 becomes official release (and they may make some changes still). At the moment ROT Control should work like it was as default. - preferences: selection box for known rotor types (similar to known rig list) - preferences: checkbox for "use \dump_caps info" about current Azmin Azmax limits This converts -180..0.180 to work with cqrlog and also prevents cqrlog to send direction commands that go over AzMin AzMaz values - ROT form: user can resize form - ROT form: Preferences menu user can select additional bar display, turn Left/Right buttons and stop button visible quick access to preferences/ROT control - help section ROT added to TRXControl pages Squashed commit of the following: commit 38ed3e62e66c298dbf4157b80a357a481c701c5f Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 12 10:58:35 2020 +0200 some fixing commit 4a5f8d0213247a467eaedb8cc7c122acafbbf613 Author: OH1KH <oh1kh@sral.fi> Date: Wed Mar 11 17:37:59 2020 +0200 New design, defaults to previous (2.4.0) view commit 5d9bc0a1689d8ee2e455c6afe2b2d61431e99922 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 17:06:01 2020 +0200 layout fix commit 12bf73003b98b410e883b1d059cdb0b764a451c9 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 16:53:58 2020 +0200 some fixes commit 1b38668f887bbbf9d93029c3d58a31c4262d294d Merge: 57b9f37 ef04615 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 13:06:37 2020 +0200 Merge branch 'master' into rotator_contol commit 57b9f37477d4d82e6d313ff0403019c2ee6b4330 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 13:04:09 2020 +0200 New display and help update commit f4792ff7cdc2669c44ae096b98575e8b078aee91 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 18:43:04 2020 +0200 Selection of \dump_state used in preferences. Stup button, warn/err clolors in RotContorl form commit 2d55a68d2fe46b4927f87a0ca20699e7eeeabc6f Merge: 77f58a8 c58e5d7 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 12:00:27 2020 +0200 Merge branch 'master' into rotator_contol commit 77f58a869d993e3e265f3a1480f66255ff7f7867 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:46:34 2020 +0200 another layout fix for rot and trx commit 3258a91b6dd5351acb502d344ff0778f0f44bada Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:30:30 2020 +0200 help fix commit 2baa4577fd40df2b34cf257e4747933bef0cec16 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:22:12 2020 +0200 Rot anchor fixes. Rot and TRX freq/pos display anchor fix commit 87293f64a59571cc4294d7b05b7d50f2e2e1174f Author: OH1KH <oh1kh@sral.fi> Date: Sun Mar 8 13:52:50 2020 +0200 some rotor model and debug fixes commit e0c07b513a299bf32e34284c07734d3bfb0e8e0d Author: OH1KH <oh1kh@sral.fi> Date: Sat Mar 7 17:41:52 2020 +0200 Fixed south stop -180..0.-180 rotor handling and help file commit 83a2ef9aa62c920cc1172c6517a0bbdf7c7d58ef Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 16:49:15 2020 +0200 Help file fixes and additions commit 077a6e49192e6e37f1e876bcc013cf0242e946a8 Merge: 189de64 993e263 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:30:28 2020 +0200 Merge branch 'RotAZ' into rotator_contol commit 993e26322a2189eed5396e75e84600cb90886622 Merge: d7f51f8 90f8778 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:28:02 2020 +0200 Merge branch 'master' into RotAZ commit 189de6488105804135c9dc642319e15e4480cd63 Merge: b96a738 90f8778 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:27:14 2020 +0200 Merge branch 'master' into rotors commit d7f51f8367516195e86aaa7156febd28009bbd75 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 12:43:49 2020 +0200 some debug layout fixes, Tested now with different AzMaz/Min settings commit 4959097d8cfbff2e43e7feb37ae0b51d21f61784 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 11:28:09 2020 +0200 used dump_state instead of dump_caps. Shows now parameter changes effects commit 716b5b6f8daa17c41c5831192a768de838bcd53a Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 18:11:00 2020 +0200 Works now with negative degs (-180..180 Hamlib Dummy defaut) commit bfbdca55fa6a7b42308c8b43aeab7e327f76f621 Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 17:01:37 2020 +0200 Bettr way to read response. Now gets AZmin,Azmax from dump commit 2ef52980c37cfffea05d9969f4d4e725038ddebf Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 12:55:00 2020 +0200 new polling and read commit b96a738069c445d0d171f1066197d834732b403d Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 2 21:15:08 2020 +0200 Rotor type selector
2020-03-12 09:02:55 +00:00
This update planned to allow HamLib usage with radio2 selected (with it's port and address). As usual the work grows ... Thanks Martin, DL1MTG, for testing and comments! CW keyer: -Preferences CW interface: both radios can now have own type of keyer. -HamlibKeyer address/port is taken from selected radio -Keyer is reloaded with every change of radios, but if user sets both keyers to same type (and it is not HamLib) he can use checkbox to prevent reloading when radio is switched. Meaning he uses same physical keyer for both radios and does not want that radio switch (keyer reloading) sets CW speed always back to default. -K3NG keyer serial speed was stored to Word variable. That can carry only value up to 65535. Changed to dWord and now speed 115200 should be passed to serial port setup (no device to test that, but 115200 comes now ok up to ser.config()-line that it did not before). Help: -Preferences have now 2 help buttons. One gives help for currently selected tab, other opens help index. I think Lazarus help system has bug (or I can not use it!) but tab help keyword definitions in .lfm can never be used as ShowHelp checks parent and if found uses Parent.showhelp that seems to lead to upper level help keyword. -There is another problem because help system uses system default browser and Lazarus finds it using xdg-open (Linux system script to find registered viewer) xdg-open has property that drops away hashtag links pointing to website chapters if url "file:///" is in question. That is why user must define "real browser" at preferences/program to see hashtag linked help pages properly. (sad but seems to be true) -preferences/program Web browser setting has improved. Checks that browser name entered can be found. Reports if not found. If left empty, uses dmUtils.MyDefaultBrowser function that usually places xdg-open as browser. Click of browser name edit box offers file navigator to find browser binary (but direct typing is also possible, see help page) -when webbrowser is read from ini, default hardcoded 'firefox' is removed (all systems do not have it!) instead there is call to dmUtils.MyDefaultBrowser -some help pages are fixed and added. Other: -while doing debug with Lazrus IDE I found out that when cqrlog does get response Not Found for DXCC and qslmgr version number from http://ok2cqr it causes an error in version number StrToInt conversion. User does not see this as it is done inside try/finally/end, but while debugging it was so annoying last Sunday that I changed code so that if received data from web site includes "not found" it does not even try StrToInt conversion. -It seems to be freepascal(linux) property that when external child program is run from parent and it ends it leaves zombie PID hanging on until parent closes that cleans up all child zombies. These appears when external vievers, fldigi, wsjtx, scripts (voice, start, stop) etc. are run from cqrlog. Might not do any harm normally. Perhaps if cqrlog is running extreamly long time without closing. Squashed commit of the following: commit 6350ac2b6a6dae507320c08a5ee5f7a374398654 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 12 09:13:05 2020 +0300 Added own ports for radio2 winkey/cwdaemon and K3NG commit 23af6145c5d7aa4b7e3fd928e3853bc9a3ae0a40 Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:16:44 2020 +0300 Preferences: buttons: Help(tab), Help(idx) commit 71108698a53347feb8423febf075c739fb16877f Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:01:15 2020 +0300 some changes to user browser selection commit de3e0f326bf2dda3a5ea6531824dc12c9821d97a Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 18:59:29 2020 +0300 part external viewers update commit 80581a58633c26479bf98d6a71914214713585f8 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 17:46:29 2020 +0300 propagation help added commit cf11bfcd97d399645946287506cca2945aaff85c Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 13:04:16 2020 +0300 Finally working tab based help for preferences. Fixed bug 'invalid date format' if dxcc and qslmgr check fails because of ok2cqr web page fail 404 commit 53f5ceb41d365f955a9c270967f2554c61916626 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 10:10:22 2020 +0300 User select keyer reset if same keryer for both rigs + help update commit c97761e14e2694a44f9a91515a54365c7c18bba7 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 17:49:31 2020 +0300 Some help fixes still commit f46e771f7e8a9de6e3acac16614e1817a0af9485 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 10:02:27 2020 +0300 removed unused variables commit ed90d7d660a5cfe7243abc7099fcae1f30075f60 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:46:50 2020 +0300 Fixed K3NG keyer serial speed setting. Changed speed :word to :dword now accepts over 65535 speeds commit 0d89b6b4e9b3126564ca61247b2577db4a6f3bce Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:28:15 2020 +0300 Default browser selection fixes. Affects how help hashtags works in different systems. commit 3ad50cf0babc1ee888ef665fdb7bf67f6e9a8497 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:32:45 2020 +0300 help typo fix commit a4cd6ff58c01773329f0ae8173bf84602ead1ddf Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:31:39 2020 +0300 some help fixes commit 6111f3be6afa8ee8b81918758ddeb75d277683c4 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 10:50:25 2020 +0300 Some bug fixes commit 36344f3748b1efef878f8ad6b0778e619527eb6c Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:41:53 2020 +0300 Removed pnlMain caption text/TRXCntrol commit e16dab0fe1e80779d90a04640bb3a077f7c40b1d Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:38:21 2020 +0300 help fixed now commit bdc08e74394a1ef77ecdbbffa70af890f7d7cbc4 Author: OH1KH <oh1kh@sral.fi> Date: Wed May 6 12:11:14 2020 +0300 Changed idea: both rigs have keyer selection at prefrences/CWinterface. Help fix commit d3ae6f3e56328894a8260f344b4346f546711a18 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 5 10:39:08 2020 +0300 Hamlib CW follows rig if set in preferences. Rig switch resets cw interface if hamlib
2020-05-13 02:44:42 +00:00
<a name=ah7b><h2><strong>ROT Control</strong></h2></a>
Update for Rotor control First goal was to make same kind of rotortype selector as TRXcontrol has for rig types. After some study it showed up that more work has to be done. Unfortunately the only rotor type for me to test is "Hamlib Dummy" that happens to be different than most of rotor types known by Hamlib. Most of rotors are 0..360 degree ones, some including Dummy are -180..0..180 degree ones and then there are some that are turning more than one round. Even up to 0..540 degrees Then in latest verson of Hamlib (4.0-git) there are new parameters for setting offset, south_zero and limits for AzMin and/or AzMax. That makes it hard to get all work with cqrlog that always sends/reads true headings 0..360 I am sure that this needs more fixing after Hamlib 4.0 becomes official release (and they may make some changes still). At the moment ROT Control should work like it was as default. - preferences: selection box for known rotor types (similar to known rig list) - preferences: checkbox for "use \dump_caps info" about current Azmin Azmax limits This converts -180..0.180 to work with cqrlog and also prevents cqrlog to send direction commands that go over AzMin AzMaz values - ROT form: user can resize form - ROT form: Preferences menu user can select additional bar display, turn Left/Right buttons and stop button visible quick access to preferences/ROT control - help section ROT added to TRXControl pages Squashed commit of the following: commit 38ed3e62e66c298dbf4157b80a357a481c701c5f Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 12 10:58:35 2020 +0200 some fixing commit 4a5f8d0213247a467eaedb8cc7c122acafbbf613 Author: OH1KH <oh1kh@sral.fi> Date: Wed Mar 11 17:37:59 2020 +0200 New design, defaults to previous (2.4.0) view commit 5d9bc0a1689d8ee2e455c6afe2b2d61431e99922 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 17:06:01 2020 +0200 layout fix commit 12bf73003b98b410e883b1d059cdb0b764a451c9 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 16:53:58 2020 +0200 some fixes commit 1b38668f887bbbf9d93029c3d58a31c4262d294d Merge: 57b9f37 ef04615 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 13:06:37 2020 +0200 Merge branch 'master' into rotator_contol commit 57b9f37477d4d82e6d313ff0403019c2ee6b4330 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 13:04:09 2020 +0200 New display and help update commit f4792ff7cdc2669c44ae096b98575e8b078aee91 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 18:43:04 2020 +0200 Selection of \dump_state used in preferences. Stup button, warn/err clolors in RotContorl form commit 2d55a68d2fe46b4927f87a0ca20699e7eeeabc6f Merge: 77f58a8 c58e5d7 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 12:00:27 2020 +0200 Merge branch 'master' into rotator_contol commit 77f58a869d993e3e265f3a1480f66255ff7f7867 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:46:34 2020 +0200 another layout fix for rot and trx commit 3258a91b6dd5351acb502d344ff0778f0f44bada Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:30:30 2020 +0200 help fix commit 2baa4577fd40df2b34cf257e4747933bef0cec16 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:22:12 2020 +0200 Rot anchor fixes. Rot and TRX freq/pos display anchor fix commit 87293f64a59571cc4294d7b05b7d50f2e2e1174f Author: OH1KH <oh1kh@sral.fi> Date: Sun Mar 8 13:52:50 2020 +0200 some rotor model and debug fixes commit e0c07b513a299bf32e34284c07734d3bfb0e8e0d Author: OH1KH <oh1kh@sral.fi> Date: Sat Mar 7 17:41:52 2020 +0200 Fixed south stop -180..0.-180 rotor handling and help file commit 83a2ef9aa62c920cc1172c6517a0bbdf7c7d58ef Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 16:49:15 2020 +0200 Help file fixes and additions commit 077a6e49192e6e37f1e876bcc013cf0242e946a8 Merge: 189de64 993e263 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:30:28 2020 +0200 Merge branch 'RotAZ' into rotator_contol commit 993e26322a2189eed5396e75e84600cb90886622 Merge: d7f51f8 90f8778 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:28:02 2020 +0200 Merge branch 'master' into RotAZ commit 189de6488105804135c9dc642319e15e4480cd63 Merge: b96a738 90f8778 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:27:14 2020 +0200 Merge branch 'master' into rotors commit d7f51f8367516195e86aaa7156febd28009bbd75 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 12:43:49 2020 +0200 some debug layout fixes, Tested now with different AzMaz/Min settings commit 4959097d8cfbff2e43e7feb37ae0b51d21f61784 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 11:28:09 2020 +0200 used dump_state instead of dump_caps. Shows now parameter changes effects commit 716b5b6f8daa17c41c5831192a768de838bcd53a Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 18:11:00 2020 +0200 Works now with negative degs (-180..180 Hamlib Dummy defaut) commit bfbdca55fa6a7b42308c8b43aeab7e327f76f621 Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 17:01:37 2020 +0200 Bettr way to read response. Now gets AZmin,Azmax from dump commit 2ef52980c37cfffea05d9969f4d4e725038ddebf Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 12:55:00 2020 +0200 new polling and read commit b96a738069c445d0d171f1066197d834732b403d Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 2 21:15:08 2020 +0200 Rotor type selector
2020-03-12 09:02:55 +00:00
<img src=img/h10b.png border=0><br><br>
<br>
This update planned to allow HamLib usage with radio2 selected (with it's port and address). As usual the work grows ... Thanks Martin, DL1MTG, for testing and comments! CW keyer: -Preferences CW interface: both radios can now have own type of keyer. -HamlibKeyer address/port is taken from selected radio -Keyer is reloaded with every change of radios, but if user sets both keyers to same type (and it is not HamLib) he can use checkbox to prevent reloading when radio is switched. Meaning he uses same physical keyer for both radios and does not want that radio switch (keyer reloading) sets CW speed always back to default. -K3NG keyer serial speed was stored to Word variable. That can carry only value up to 65535. Changed to dWord and now speed 115200 should be passed to serial port setup (no device to test that, but 115200 comes now ok up to ser.config()-line that it did not before). Help: -Preferences have now 2 help buttons. One gives help for currently selected tab, other opens help index. I think Lazarus help system has bug (or I can not use it!) but tab help keyword definitions in .lfm can never be used as ShowHelp checks parent and if found uses Parent.showhelp that seems to lead to upper level help keyword. -There is another problem because help system uses system default browser and Lazarus finds it using xdg-open (Linux system script to find registered viewer) xdg-open has property that drops away hashtag links pointing to website chapters if url "file:///" is in question. That is why user must define "real browser" at preferences/program to see hashtag linked help pages properly. (sad but seems to be true) -preferences/program Web browser setting has improved. Checks that browser name entered can be found. Reports if not found. If left empty, uses dmUtils.MyDefaultBrowser function that usually places xdg-open as browser. Click of browser name edit box offers file navigator to find browser binary (but direct typing is also possible, see help page) -when webbrowser is read from ini, default hardcoded 'firefox' is removed (all systems do not have it!) instead there is call to dmUtils.MyDefaultBrowser -some help pages are fixed and added. Other: -while doing debug with Lazrus IDE I found out that when cqrlog does get response Not Found for DXCC and qslmgr version number from http://ok2cqr it causes an error in version number StrToInt conversion. User does not see this as it is done inside try/finally/end, but while debugging it was so annoying last Sunday that I changed code so that if received data from web site includes "not found" it does not even try StrToInt conversion. -It seems to be freepascal(linux) property that when external child program is run from parent and it ends it leaves zombie PID hanging on until parent closes that cleans up all child zombies. These appears when external vievers, fldigi, wsjtx, scripts (voice, start, stop) etc. are run from cqrlog. Might not do any harm normally. Perhaps if cqrlog is running extreamly long time without closing. Squashed commit of the following: commit 6350ac2b6a6dae507320c08a5ee5f7a374398654 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 12 09:13:05 2020 +0300 Added own ports for radio2 winkey/cwdaemon and K3NG commit 23af6145c5d7aa4b7e3fd928e3853bc9a3ae0a40 Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:16:44 2020 +0300 Preferences: buttons: Help(tab), Help(idx) commit 71108698a53347feb8423febf075c739fb16877f Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:01:15 2020 +0300 some changes to user browser selection commit de3e0f326bf2dda3a5ea6531824dc12c9821d97a Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 18:59:29 2020 +0300 part external viewers update commit 80581a58633c26479bf98d6a71914214713585f8 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 17:46:29 2020 +0300 propagation help added commit cf11bfcd97d399645946287506cca2945aaff85c Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 13:04:16 2020 +0300 Finally working tab based help for preferences. Fixed bug 'invalid date format' if dxcc and qslmgr check fails because of ok2cqr web page fail 404 commit 53f5ceb41d365f955a9c270967f2554c61916626 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 10:10:22 2020 +0300 User select keyer reset if same keryer for both rigs + help update commit c97761e14e2694a44f9a91515a54365c7c18bba7 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 17:49:31 2020 +0300 Some help fixes still commit f46e771f7e8a9de6e3acac16614e1817a0af9485 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 10:02:27 2020 +0300 removed unused variables commit ed90d7d660a5cfe7243abc7099fcae1f30075f60 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:46:50 2020 +0300 Fixed K3NG keyer serial speed setting. Changed speed :word to :dword now accepts over 65535 speeds commit 0d89b6b4e9b3126564ca61247b2577db4a6f3bce Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:28:15 2020 +0300 Default browser selection fixes. Affects how help hashtags works in different systems. commit 3ad50cf0babc1ee888ef665fdb7bf67f6e9a8497 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:32:45 2020 +0300 help typo fix commit a4cd6ff58c01773329f0ae8173bf84602ead1ddf Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:31:39 2020 +0300 some help fixes commit 6111f3be6afa8ee8b81918758ddeb75d277683c4 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 10:50:25 2020 +0300 Some bug fixes commit 36344f3748b1efef878f8ad6b0778e619527eb6c Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:41:53 2020 +0300 Removed pnlMain caption text/TRXCntrol commit e16dab0fe1e80779d90a04640bb3a077f7c40b1d Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:38:21 2020 +0300 help fixed now commit bdc08e74394a1ef77ecdbbffa70af890f7d7cbc4 Author: OH1KH <oh1kh@sral.fi> Date: Wed May 6 12:11:14 2020 +0300 Changed idea: both rigs have keyer selection at prefrences/CWinterface. Help fix commit d3ae6f3e56328894a8260f344b4346f546711a18 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 5 10:39:08 2020 +0300 Hamlib CW follows rig if set in preferences. Rig switch resets cw interface if hamlib
2020-05-13 02:44:42 +00:00
Setting up Rotator control is very similar to setting up Rig control. Rotor models 1 and 2 (Dummy, NET rotctld ) are using TCP communication and so the <strong>Device</strong> as well
as <strong>Rotor serial parameters</strong> do not need settings.<br><br>
2016-01-31 20:16:35 +00:00
<br>
Update for Rotor control First goal was to make same kind of rotortype selector as TRXcontrol has for rig types. After some study it showed up that more work has to be done. Unfortunately the only rotor type for me to test is "Hamlib Dummy" that happens to be different than most of rotor types known by Hamlib. Most of rotors are 0..360 degree ones, some including Dummy are -180..0..180 degree ones and then there are some that are turning more than one round. Even up to 0..540 degrees Then in latest verson of Hamlib (4.0-git) there are new parameters for setting offset, south_zero and limits for AzMin and/or AzMax. That makes it hard to get all work with cqrlog that always sends/reads true headings 0..360 I am sure that this needs more fixing after Hamlib 4.0 becomes official release (and they may make some changes still). At the moment ROT Control should work like it was as default. - preferences: selection box for known rotor types (similar to known rig list) - preferences: checkbox for "use \dump_caps info" about current Azmin Azmax limits This converts -180..0.180 to work with cqrlog and also prevents cqrlog to send direction commands that go over AzMin AzMaz values - ROT form: user can resize form - ROT form: Preferences menu user can select additional bar display, turn Left/Right buttons and stop button visible quick access to preferences/ROT control - help section ROT added to TRXControl pages Squashed commit of the following: commit 38ed3e62e66c298dbf4157b80a357a481c701c5f Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 12 10:58:35 2020 +0200 some fixing commit 4a5f8d0213247a467eaedb8cc7c122acafbbf613 Author: OH1KH <oh1kh@sral.fi> Date: Wed Mar 11 17:37:59 2020 +0200 New design, defaults to previous (2.4.0) view commit 5d9bc0a1689d8ee2e455c6afe2b2d61431e99922 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 17:06:01 2020 +0200 layout fix commit 12bf73003b98b410e883b1d059cdb0b764a451c9 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 16:53:58 2020 +0200 some fixes commit 1b38668f887bbbf9d93029c3d58a31c4262d294d Merge: 57b9f37 ef04615 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 13:06:37 2020 +0200 Merge branch 'master' into rotator_contol commit 57b9f37477d4d82e6d313ff0403019c2ee6b4330 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 13:04:09 2020 +0200 New display and help update commit f4792ff7cdc2669c44ae096b98575e8b078aee91 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 18:43:04 2020 +0200 Selection of \dump_state used in preferences. Stup button, warn/err clolors in RotContorl form commit 2d55a68d2fe46b4927f87a0ca20699e7eeeabc6f Merge: 77f58a8 c58e5d7 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 12:00:27 2020 +0200 Merge branch 'master' into rotator_contol commit 77f58a869d993e3e265f3a1480f66255ff7f7867 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:46:34 2020 +0200 another layout fix for rot and trx commit 3258a91b6dd5351acb502d344ff0778f0f44bada Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:30:30 2020 +0200 help fix commit 2baa4577fd40df2b34cf257e4747933bef0cec16 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:22:12 2020 +0200 Rot anchor fixes. Rot and TRX freq/pos display anchor fix commit 87293f64a59571cc4294d7b05b7d50f2e2e1174f Author: OH1KH <oh1kh@sral.fi> Date: Sun Mar 8 13:52:50 2020 +0200 some rotor model and debug fixes commit e0c07b513a299bf32e34284c07734d3bfb0e8e0d Author: OH1KH <oh1kh@sral.fi> Date: Sat Mar 7 17:41:52 2020 +0200 Fixed south stop -180..0.-180 rotor handling and help file commit 83a2ef9aa62c920cc1172c6517a0bbdf7c7d58ef Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 16:49:15 2020 +0200 Help file fixes and additions commit 077a6e49192e6e37f1e876bcc013cf0242e946a8 Merge: 189de64 993e263 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:30:28 2020 +0200 Merge branch 'RotAZ' into rotator_contol commit 993e26322a2189eed5396e75e84600cb90886622 Merge: d7f51f8 90f8778 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:28:02 2020 +0200 Merge branch 'master' into RotAZ commit 189de6488105804135c9dc642319e15e4480cd63 Merge: b96a738 90f8778 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:27:14 2020 +0200 Merge branch 'master' into rotors commit d7f51f8367516195e86aaa7156febd28009bbd75 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 12:43:49 2020 +0200 some debug layout fixes, Tested now with different AzMaz/Min settings commit 4959097d8cfbff2e43e7feb37ae0b51d21f61784 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 11:28:09 2020 +0200 used dump_state instead of dump_caps. Shows now parameter changes effects commit 716b5b6f8daa17c41c5831192a768de838bcd53a Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 18:11:00 2020 +0200 Works now with negative degs (-180..180 Hamlib Dummy defaut) commit bfbdca55fa6a7b42308c8b43aeab7e327f76f621 Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 17:01:37 2020 +0200 Bettr way to read response. Now gets AZmin,Azmax from dump commit 2ef52980c37cfffea05d9969f4d4e725038ddebf Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 12:55:00 2020 +0200 new polling and read commit b96a738069c445d0d171f1066197d834732b403d Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 2 21:15:08 2020 +0200 Rotor type selector
2020-03-12 09:02:55 +00:00
<br>If <b>Use rotctld \dump_state info for limits</b> cheked rotctld asks turning limits AzMin and AzMax values from rotctld with command <strong>'+\dump_state'</strong>.
That makes user possible to set turning limits other than rotator default turn with
<strong>Extra command line arguments</strong>. Using string <strong> --set-conf=min_az=10,max_az=355</strong> you can set rotator so that cqrlog will never turn it below 10deg or over 355deg.
<br>Using negative value at az_min causes Cqrlog set it's 0degrees "P"-command to given negative value (while still displaying 0). I.E if az_min=-180 Cqrlog will use turning commands from "P-180" to "P180".
<br>Without negative az_min or when checkbox <b>Use rotctld \dump_state info for limits</b> is not set Cqrlog sends commands in usual range "P0 to "P360".
</p><p>Some rotators have turn from -180deg-0deg-180deg (south stop), like Hamlib Dummy test rotator.
<br>Most of rotators have turn 0deg - 360deg.
<br>Some may turn 0deg - >360 deg. With them cqrlog never drives values over 360, but reads position right if rotor sends over 360 deg value (sent_value-360 = cqrlog display).
</p>
<p>See also <a href="h30.html">Operation: TRX/ROT Control</a>
</p><p align=center><img src=img/line.png></p>
<p>
2016-01-31 20:16:35 +00:00
<a name="mem"><strong>Add/Modify memory</strong></a><br><br>
2016-04-18 16:52:11 +00:00
You can define your own favourite frequencis and swich between them directly in New QSO window using ALT+V (Mem down)
and
2019-02-25 10:39:12 +00:00
ALT+B (Mem up). These keys are used in N6TR clones to switch between bands.<br>
You can also switch between memory frequencies with TRXControl's <b>M up</b> and <b>M dwn</b> buttons and set rig frequencies
by double clicking rows in TRXControl's Add/Modify memory list.
Update for Rotor control First goal was to make same kind of rotortype selector as TRXcontrol has for rig types. After some study it showed up that more work has to be done. Unfortunately the only rotor type for me to test is "Hamlib Dummy" that happens to be different than most of rotor types known by Hamlib. Most of rotors are 0..360 degree ones, some including Dummy are -180..0..180 degree ones and then there are some that are turning more than one round. Even up to 0..540 degrees Then in latest verson of Hamlib (4.0-git) there are new parameters for setting offset, south_zero and limits for AzMin and/or AzMax. That makes it hard to get all work with cqrlog that always sends/reads true headings 0..360 I am sure that this needs more fixing after Hamlib 4.0 becomes official release (and they may make some changes still). At the moment ROT Control should work like it was as default. - preferences: selection box for known rotor types (similar to known rig list) - preferences: checkbox for "use \dump_caps info" about current Azmin Azmax limits This converts -180..0.180 to work with cqrlog and also prevents cqrlog to send direction commands that go over AzMin AzMaz values - ROT form: user can resize form - ROT form: Preferences menu user can select additional bar display, turn Left/Right buttons and stop button visible quick access to preferences/ROT control - help section ROT added to TRXControl pages Squashed commit of the following: commit 38ed3e62e66c298dbf4157b80a357a481c701c5f Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 12 10:58:35 2020 +0200 some fixing commit 4a5f8d0213247a467eaedb8cc7c122acafbbf613 Author: OH1KH <oh1kh@sral.fi> Date: Wed Mar 11 17:37:59 2020 +0200 New design, defaults to previous (2.4.0) view commit 5d9bc0a1689d8ee2e455c6afe2b2d61431e99922 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 17:06:01 2020 +0200 layout fix commit 12bf73003b98b410e883b1d059cdb0b764a451c9 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 16:53:58 2020 +0200 some fixes commit 1b38668f887bbbf9d93029c3d58a31c4262d294d Merge: 57b9f37 ef04615 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 13:06:37 2020 +0200 Merge branch 'master' into rotator_contol commit 57b9f37477d4d82e6d313ff0403019c2ee6b4330 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 10 13:04:09 2020 +0200 New display and help update commit f4792ff7cdc2669c44ae096b98575e8b078aee91 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 18:43:04 2020 +0200 Selection of \dump_state used in preferences. Stup button, warn/err clolors in RotContorl form commit 2d55a68d2fe46b4927f87a0ca20699e7eeeabc6f Merge: 77f58a8 c58e5d7 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 12:00:27 2020 +0200 Merge branch 'master' into rotator_contol commit 77f58a869d993e3e265f3a1480f66255ff7f7867 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:46:34 2020 +0200 another layout fix for rot and trx commit 3258a91b6dd5351acb502d344ff0778f0f44bada Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:30:30 2020 +0200 help fix commit 2baa4577fd40df2b34cf257e4747933bef0cec16 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 9 11:22:12 2020 +0200 Rot anchor fixes. Rot and TRX freq/pos display anchor fix commit 87293f64a59571cc4294d7b05b7d50f2e2e1174f Author: OH1KH <oh1kh@sral.fi> Date: Sun Mar 8 13:52:50 2020 +0200 some rotor model and debug fixes commit e0c07b513a299bf32e34284c07734d3bfb0e8e0d Author: OH1KH <oh1kh@sral.fi> Date: Sat Mar 7 17:41:52 2020 +0200 Fixed south stop -180..0.-180 rotor handling and help file commit 83a2ef9aa62c920cc1172c6517a0bbdf7c7d58ef Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 16:49:15 2020 +0200 Help file fixes and additions commit 077a6e49192e6e37f1e876bcc013cf0242e946a8 Merge: 189de64 993e263 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:30:28 2020 +0200 Merge branch 'RotAZ' into rotator_contol commit 993e26322a2189eed5396e75e84600cb90886622 Merge: d7f51f8 90f8778 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:28:02 2020 +0200 Merge branch 'master' into RotAZ commit 189de6488105804135c9dc642319e15e4480cd63 Merge: b96a738 90f8778 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 15:27:14 2020 +0200 Merge branch 'master' into rotors commit d7f51f8367516195e86aaa7156febd28009bbd75 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 12:43:49 2020 +0200 some debug layout fixes, Tested now with different AzMaz/Min settings commit 4959097d8cfbff2e43e7feb37ae0b51d21f61784 Author: OH1KH <oh1kh@sral.fi> Date: Fri Mar 6 11:28:09 2020 +0200 used dump_state instead of dump_caps. Shows now parameter changes effects commit 716b5b6f8daa17c41c5831192a768de838bcd53a Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 18:11:00 2020 +0200 Works now with negative degs (-180..180 Hamlib Dummy defaut) commit bfbdca55fa6a7b42308c8b43aeab7e327f76f621 Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 17:01:37 2020 +0200 Bettr way to read response. Now gets AZmin,Azmax from dump commit 2ef52980c37cfffea05d9969f4d4e725038ddebf Author: OH1KH <oh1kh@sral.fi> Date: Thu Mar 5 12:55:00 2020 +0200 new polling and read commit b96a738069c445d0d171f1066197d834732b403d Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 2 21:15:08 2020 +0200 Rotor type selector
2020-03-12 09:02:55 +00:00
</p>
TRXControl updates -uses new database column 'info' to show short description of selected memory. if no 'info' is entered for memory will show memory number and total count of memories as 'X of Y'. -Vfo buttons now visible. They change vfo, but there is no feedback of current vfo as Icom brand rigs do not support "Get_Vfo" command. -Checkbox 'pereferences/TRXcontor/Switch only between mode related memories' now works -Selection 'Open memory list' opens list of memories without editing buttons and without showModal. List can be kept open while logging qsos. Double click on list line changes rig to that frequency/mode. -Double click of line works also on Add/Modify memory list lines. -Corresponding help files updated. Squashed commit of the following: commit c46c9f799c47d7d89160e2386df9b285a90631b8 Author: OH1KH <oh1kh@sral.fi> Date: Fri Apr 19 12:24:34 2019 +0300 Fix trxcontrol help commit 00bde9d982698c083453e555a07ccefdd94fb587 Author: OH1KH <oh1kh@sral.fi> Date: Wed Apr 17 11:03:29 2019 +0300 vfo buttons visible commit e2e6b6e00a45625cf107cc0b6fce8234c5dd7267 Author: OH1KH <oh1kh@sral.fi> Date: Tue Apr 16 19:05:57 2019 +0300 Removed some unconditional debug prints commit 57b71577959b0a9d6425a0e76f0631b71259cb47 Author: OH1KH <oh1kh@sral.fi> Date: Tue Apr 16 11:12:24 2019 +0300 restored changelog, removed readme.oh1kh' commit 2287b6a1b426a7a222ed204e5e6bdc837efc51b4 Author: OH1KH <oh1kh@sral.fi> Date: Tue Apr 16 11:04:02 2019 +0300 Fixed mode related settings usage + help files' commit 871e260c684d292f66eb2d54602a9ae33923c94f Merge: a1c0a17 29112ef Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 15 11:44:08 2019 +0300 Fixed merge conflict in dData.lfm commit a1c0a1737b022043ac0c8b67d19cd96c3def4223 Merge: 65f3fec 9de2bfc Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 18 20:49:36 2019 +0200 Merge branch 'master' into feature_trxmonitor commit 65f3fec81e347e54427ed090f648958ddf01ca15 Author: OH1KH <oh1kh@sral.fi> Date: Mon Mar 18 20:42:24 2019 +0200 TRXfiles updated from devel commit cbed44dfdd645105fb69fed57c791ec1368ea58d Author: OH1KH <oh1kh@sral.fi> Date: Thu Apr 19 18:23:33 2018 +0300 feature trxmonitor
2019-04-20 06:09:40 +00:00
<img src="img/h121.png"><br><br>
2013-03-15 20:13:08 +00:00
<a name=ah8><h2><strong>Modes</strong></h2></a>
<img src=img/h11.png border=0><br><br>
2015-07-05 16:21:40 +00:00
Here you can set up the default bandwidth for any of the supported modes (CW - SSB - RTTY - AM - FM).
If your radio is tuned to the corresponding band segment or if you switch the mode on the radio
control panel, CQRLOG will change the bandwidth to the desired value. The bandwidth can be
changed at any time, however a program restart will probably be needed to make the changes
take effect.<br><br>
<strong>User definable digital modes</strong> can be set up in a separate box. Use comma
as a separator, ie. BPSK31,QPSK64,OLIVIA,CONTESTIA etc.<br>
Locator in standard format: This was intended to be a fix for issue #187 but it grow up during programming. -sets now locator writing by standard format "AB12cd" as described in https://en.wikipedia.org/wiki/Maidenhead_Locator_System#Description_of_the_system Also adif.org uses this link as reference in their descriptions. Writing format is forced at typing phase (I hope I found all loc inputs). Also ADIF input/output forces formatting and finally save qso to database will make sure the format is right. -Playing with locators made an idea of showing distances in QSO list. How ever Lazarus DBGrid does not allow showing calculated columns. Either an additional unit must be used to do this or database needs a new column "distance". That is why a selected QSO's distance is shown at bottom status area with "comment", "Award" and QSL times with total and longest qso distances of log or filter selection. But only if checked to be visible from preferences/visible columns (although it is not actually a column). -preferences/program/Show distance in miles affects also all places where distance is now shown. -Distance can also be selected to exist in ADIF, HTML and QSL label exports. -QSL label export has some new selections with distance. They are: Propagation, Satellite, Contest name and contest exchanges (4) -HTML export output is fixed to support CSS and HTML5. HTML export has now working column width (by average char count, not in pixels) or Auto column width selection. -HTML export column names can be changed by user. -Help files are updated Squashed commit of the following: commit de1cccf58e7698b275fa49be7765dde6665199f4 Author: OH1KH <oh1kh@sral.fi> Date: Wed Oct 2 20:09:08 2019 +0300 Found small big in fraExportPref commit f7697e910d6cf0e595d22d7c6fefb5999b04255b Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 1 09:55:34 2019 +0300 help update commit a4958fda68db0117666ac47841aa92a28a473b36 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 30 16:56:29 2019 +0300 NewQso:fix rxfreq input limit. QSLlabes: new selections to print commit 97479517135aa2c973cd02045bdc3af81f4c7046 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 14:52:58 2019 +0300 Fixed: adif: export line cut. Html: profile export commit 596802fdb2959495b1cb6f0b53363c249cb48fc4 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 10:37:53 2019 +0300 More bugs found commit cd3b9b2d7dbbdb03a80e804b9829ebe8e8a47092 Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 18:36:17 2019 +0300 help file updates commit f35c5d3f61ad4f29d8012e899a94ed23586f373a Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 12:27:49 2019 +0300 Some code fixes. Now needs testing with ADIF impoirt/export and HTML export commit 099c6a452d60b3f01271be16c84fab08a70466c5 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 22:25:17 2019 +0300 Now HTML export idea works. Width counting not.Also adif export needs testing commit 4b3ff4d6f23ea18d44cfb19090b6b15c070ce4b8 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 21:26:56 2019 +0300 Little bit closer to working HTML export. But not ready! commit 0f9e559548be84b3b3ed1069e1ed85d0dfa846b4 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 19:14:44 2019 +0300 Untested backup push commit 0a1107548c3b58beaf08d727f0426395ddf3dc52 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 13:32:30 2019 +0300 small steps, but still errors and lot of fix commit cb1e3934d0c208dcaac3fd45fa18194234bcc48f Merge: 42d7e5c c820289 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:10:54 2019 +0300 Merge branch 'master' into loc_std commit 42d7e5caf3cb7f2a914a776b631a4b54beb69293 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:07:34 2019 +0300 Big changes to html export. Not full ready yet commit 32e70f0f6401af78bcfddc0c48befc8158d867cf Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 25 20:53:39 2019 +0300 rewiting of HTML export. Not ready yet commit f5faa689f3ba7adb3003c67941d2db2d6520b9ef Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 24 11:04:37 2019 +0300 Minor fixes. Might help for 'xxxx-xx-xx is not valid date' error that sometimes occurs again (once fixed in wsjt remote) commit 8512a06efacfe73419dbb507b95042692325a20e Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 19:33:42 2019 +0300 Several small fixes commit 2a48fdfffae905f4afe32eb8e99a89e16d7c1491 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 11:42:23 2019 +0300 Contest has loc writing by std. Lbl print no dist unit.Html exp mi/km but has error commit af75d9a4d86130aa460684bd9859fa8505d5b7d8 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 19:53:40 2019 +0300 Adding distance in km/mi by preferences/program setting commit 9375f57beb1952109db35b24b47d1dc32e4163fb Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:21:41 2019 +0300 Updates to help files commit c2954dcbaf600507844f4ce6c25951b50d7edf17 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:11:50 2019 +0300 Updates to help files commit ce7bbf2f184c93d063c2141d20cf5060813798d4 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 11:21:10 2019 +0300 fixed preferences view commit 6335fdaedc051bcffde70e1c9c0cf4052abb0748 Merge: c9dc424 3bbe8db Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 10:56:13 2019 +0300 Merge branch 'master' into loc_std commit c9dc42436df9c7a96d914491af29b724df99009c Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:53:16 2019 +0300 Preferences visible columns: add (in pnl) for Distance as it is not in column commit 2670c54d8ca8ccf614d65d3b1f6dcd636d83646f Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:48:31 2019 +0300 Added distance choice to qsl label printing commit 8406464cfa1dd7240afca7f12fe959d3fd7141da Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 17 21:14:43 2019 +0300 Removed not working distance column code. Focus to first release with only status panel distance commit 7154459c8103fea746f809247e50446d81c1501c Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 16 16:55:43 2019 +0300 commented out not woking parts of code commit 594e0b9d3862d4cb635ab101c11b0ba558b97b62 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 13 13:20:48 2019 +0300 Again a try to write calculated content to dispaly-field(causes error) commit 63de897ce8289478291116b5ee2168cad0a7bf5f Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 12 12:00:47 2019 +0300 some fixes to distance visibility commit 70a95c4fdd58dd78788ab7ad33bdd1037581d581 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 17:45:35 2019 +0300 Problem with inherited fraEx fixed (?) commit d014e960143102332677e8a8b6d4065436d69aab Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 13:12:27 2019 +0300 Fixed anchoring of export selections frame commit ac6914ee14648e14325cc11797e05592b1f5f189 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 9 18:45:12 2019 +0300 Not yet (?)a way to get 'distance' to dbGrid as it is not database field' commit a0376a9a86ca9d54e21ffcd581fb5010d68daaed Merge: 9609c81 a5d0300 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 18:26:07 2019 +0300 Merge branch 'master' into loc_std commit 9609c8125e0dedba5945722159137363ea95c7bb Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 17:01:47 2019 +0300 Sum is now called from better place, but still has problems with activate/deactivate filter commit 04565c5e0847ccf3450da6de2cbb9553b778e7ae Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 7 17:29:18 2019 +0300 counts dist,maxdist,sumdist at Main and Html export. Exports DISTANCE tag with adif export commit d9bd63ccf676f812e6af6b3e21ef8e69b0099b50 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 5 12:11:16 2019 +0300 fixed log in Group edit. Where else loc is still unfixed? commit 5e229a4345c0c540588ddc1278ab7f049f97a632 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 4 13:50:14 2019 +0300 new function StdFormatLocator. Related code changes. commit f13b240456cbadb2ecc3467a48acb811962f8d05 Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 3 20:22:57 2019 +0300 Set grid locator writing format to standard (up/lo case) AA00bb
2019-10-03 10:14:17 +00:00
Some <strong>TRX like ICOM don't have support for this in HamLib. To get mode settings work, set
all values to 0 (zero).</strong>
2013-03-15 20:13:08 +00:00
<p align=center><img src=img/line.png></p>
<a name=ah9><h2><strong>QTH Profiles</strong></h2></a>
<img src=img/h12.png border=0><br><br>
2015-07-05 16:21:40 +00:00
CQRLOG uses QTH Profiles. Your QTH and equipment details can be entered here. If you are
logging a new QSO, choose the appropriate profile. Later, you can see which rig and antenna
were used but the main purpose is usage in filters. You can create a filter with QTH Profile
as one of the criteria, a later filtering of QSOs made on your portable operation or QRP
activity is possible. This method seems more effective than the usual portable log, even if
you are using MM0XXX/P as your call it will probably contain a mixture of all portable
activities together. With QTH Profile, it is always possible to make a separate 'log'
for each operation.
2013-03-15 20:13:08 +00:00
<p align=center><img src=img/line.png></p>
<a name=ah10><h2><strong>Export</strong></h2></a>
<img src=img/h13.png border=0><br><br>
2016-04-18 16:52:11 +00:00
<table width="100%" border="0" cellpadding="5" cellspacing="2">
<tbody>
<tr>
<td valign="top">
<img src="img/bulb.png"></td>
<td bgcolor="#ccffff" valign="top"><strong><font color="blue">
Our tip:</font></strong> Check all fields if you backup your whole log. Nothing will be lost
and the amount of data is not large, compared to a very reduced export.
</td>
</tr>
</tbody>
</table>
<br><br>
2015-07-05 16:21:40 +00:00
This option allows an easy setup of the log fields to be exported into ADIF or HTML format.
Locator in standard format: This was intended to be a fix for issue #187 but it grow up during programming. -sets now locator writing by standard format "AB12cd" as described in https://en.wikipedia.org/wiki/Maidenhead_Locator_System#Description_of_the_system Also adif.org uses this link as reference in their descriptions. Writing format is forced at typing phase (I hope I found all loc inputs). Also ADIF input/output forces formatting and finally save qso to database will make sure the format is right. -Playing with locators made an idea of showing distances in QSO list. How ever Lazarus DBGrid does not allow showing calculated columns. Either an additional unit must be used to do this or database needs a new column "distance". That is why a selected QSO's distance is shown at bottom status area with "comment", "Award" and QSL times with total and longest qso distances of log or filter selection. But only if checked to be visible from preferences/visible columns (although it is not actually a column). -preferences/program/Show distance in miles affects also all places where distance is now shown. -Distance can also be selected to exist in ADIF, HTML and QSL label exports. -QSL label export has some new selections with distance. They are: Propagation, Satellite, Contest name and contest exchanges (4) -HTML export output is fixed to support CSS and HTML5. HTML export has now working column width (by average char count, not in pixels) or Auto column width selection. -HTML export column names can be changed by user. -Help files are updated Squashed commit of the following: commit de1cccf58e7698b275fa49be7765dde6665199f4 Author: OH1KH <oh1kh@sral.fi> Date: Wed Oct 2 20:09:08 2019 +0300 Found small big in fraExportPref commit f7697e910d6cf0e595d22d7c6fefb5999b04255b Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 1 09:55:34 2019 +0300 help update commit a4958fda68db0117666ac47841aa92a28a473b36 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 30 16:56:29 2019 +0300 NewQso:fix rxfreq input limit. QSLlabes: new selections to print commit 97479517135aa2c973cd02045bdc3af81f4c7046 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 14:52:58 2019 +0300 Fixed: adif: export line cut. Html: profile export commit 596802fdb2959495b1cb6f0b53363c249cb48fc4 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 10:37:53 2019 +0300 More bugs found commit cd3b9b2d7dbbdb03a80e804b9829ebe8e8a47092 Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 18:36:17 2019 +0300 help file updates commit f35c5d3f61ad4f29d8012e899a94ed23586f373a Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 12:27:49 2019 +0300 Some code fixes. Now needs testing with ADIF impoirt/export and HTML export commit 099c6a452d60b3f01271be16c84fab08a70466c5 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 22:25:17 2019 +0300 Now HTML export idea works. Width counting not.Also adif export needs testing commit 4b3ff4d6f23ea18d44cfb19090b6b15c070ce4b8 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 21:26:56 2019 +0300 Little bit closer to working HTML export. But not ready! commit 0f9e559548be84b3b3ed1069e1ed85d0dfa846b4 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 19:14:44 2019 +0300 Untested backup push commit 0a1107548c3b58beaf08d727f0426395ddf3dc52 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 13:32:30 2019 +0300 small steps, but still errors and lot of fix commit cb1e3934d0c208dcaac3fd45fa18194234bcc48f Merge: 42d7e5c c820289 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:10:54 2019 +0300 Merge branch 'master' into loc_std commit 42d7e5caf3cb7f2a914a776b631a4b54beb69293 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:07:34 2019 +0300 Big changes to html export. Not full ready yet commit 32e70f0f6401af78bcfddc0c48befc8158d867cf Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 25 20:53:39 2019 +0300 rewiting of HTML export. Not ready yet commit f5faa689f3ba7adb3003c67941d2db2d6520b9ef Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 24 11:04:37 2019 +0300 Minor fixes. Might help for 'xxxx-xx-xx is not valid date' error that sometimes occurs again (once fixed in wsjt remote) commit 8512a06efacfe73419dbb507b95042692325a20e Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 19:33:42 2019 +0300 Several small fixes commit 2a48fdfffae905f4afe32eb8e99a89e16d7c1491 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 11:42:23 2019 +0300 Contest has loc writing by std. Lbl print no dist unit.Html exp mi/km but has error commit af75d9a4d86130aa460684bd9859fa8505d5b7d8 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 19:53:40 2019 +0300 Adding distance in km/mi by preferences/program setting commit 9375f57beb1952109db35b24b47d1dc32e4163fb Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:21:41 2019 +0300 Updates to help files commit c2954dcbaf600507844f4ce6c25951b50d7edf17 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:11:50 2019 +0300 Updates to help files commit ce7bbf2f184c93d063c2141d20cf5060813798d4 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 11:21:10 2019 +0300 fixed preferences view commit 6335fdaedc051bcffde70e1c9c0cf4052abb0748 Merge: c9dc424 3bbe8db Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 10:56:13 2019 +0300 Merge branch 'master' into loc_std commit c9dc42436df9c7a96d914491af29b724df99009c Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:53:16 2019 +0300 Preferences visible columns: add (in pnl) for Distance as it is not in column commit 2670c54d8ca8ccf614d65d3b1f6dcd636d83646f Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:48:31 2019 +0300 Added distance choice to qsl label printing commit 8406464cfa1dd7240afca7f12fe959d3fd7141da Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 17 21:14:43 2019 +0300 Removed not working distance column code. Focus to first release with only status panel distance commit 7154459c8103fea746f809247e50446d81c1501c Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 16 16:55:43 2019 +0300 commented out not woking parts of code commit 594e0b9d3862d4cb635ab101c11b0ba558b97b62 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 13 13:20:48 2019 +0300 Again a try to write calculated content to dispaly-field(causes error) commit 63de897ce8289478291116b5ee2168cad0a7bf5f Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 12 12:00:47 2019 +0300 some fixes to distance visibility commit 70a95c4fdd58dd78788ab7ad33bdd1037581d581 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 17:45:35 2019 +0300 Problem with inherited fraEx fixed (?) commit d014e960143102332677e8a8b6d4065436d69aab Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 13:12:27 2019 +0300 Fixed anchoring of export selections frame commit ac6914ee14648e14325cc11797e05592b1f5f189 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 9 18:45:12 2019 +0300 Not yet (?)a way to get 'distance' to dbGrid as it is not database field' commit a0376a9a86ca9d54e21ffcd581fb5010d68daaed Merge: 9609c81 a5d0300 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 18:26:07 2019 +0300 Merge branch 'master' into loc_std commit 9609c8125e0dedba5945722159137363ea95c7bb Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 17:01:47 2019 +0300 Sum is now called from better place, but still has problems with activate/deactivate filter commit 04565c5e0847ccf3450da6de2cbb9553b778e7ae Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 7 17:29:18 2019 +0300 counts dist,maxdist,sumdist at Main and Html export. Exports DISTANCE tag with adif export commit d9bd63ccf676f812e6af6b3e21ef8e69b0099b50 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 5 12:11:16 2019 +0300 fixed log in Group edit. Where else loc is still unfixed? commit 5e229a4345c0c540588ddc1278ab7f049f97a632 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 4 13:50:14 2019 +0300 new function StdFormatLocator. Related code changes. commit f13b240456cbadb2ecc3467a48acb811962f8d05 Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 3 20:22:57 2019 +0300 Set grid locator writing format to standard (up/lo case) AA00bb
2019-10-03 10:14:17 +00:00
Only checked fields are exported. The 'Column' option names columns at header line. 'Width' option denotes the column width in approx. count of 16px characters.
Both options affect only for the HTML export.
<br>The SAT mode field is not stored in the database but instead calculated on the fly from frequency and RX frequency and for SAT QSOs only.
Locator in standard format: This was intended to be a fix for issue #187 but it grow up during programming. -sets now locator writing by standard format "AB12cd" as described in https://en.wikipedia.org/wiki/Maidenhead_Locator_System#Description_of_the_system Also adif.org uses this link as reference in their descriptions. Writing format is forced at typing phase (I hope I found all loc inputs). Also ADIF input/output forces formatting and finally save qso to database will make sure the format is right. -Playing with locators made an idea of showing distances in QSO list. How ever Lazarus DBGrid does not allow showing calculated columns. Either an additional unit must be used to do this or database needs a new column "distance". That is why a selected QSO's distance is shown at bottom status area with "comment", "Award" and QSL times with total and longest qso distances of log or filter selection. But only if checked to be visible from preferences/visible columns (although it is not actually a column). -preferences/program/Show distance in miles affects also all places where distance is now shown. -Distance can also be selected to exist in ADIF, HTML and QSL label exports. -QSL label export has some new selections with distance. They are: Propagation, Satellite, Contest name and contest exchanges (4) -HTML export output is fixed to support CSS and HTML5. HTML export has now working column width (by average char count, not in pixels) or Auto column width selection. -HTML export column names can be changed by user. -Help files are updated Squashed commit of the following: commit de1cccf58e7698b275fa49be7765dde6665199f4 Author: OH1KH <oh1kh@sral.fi> Date: Wed Oct 2 20:09:08 2019 +0300 Found small big in fraExportPref commit f7697e910d6cf0e595d22d7c6fefb5999b04255b Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 1 09:55:34 2019 +0300 help update commit a4958fda68db0117666ac47841aa92a28a473b36 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 30 16:56:29 2019 +0300 NewQso:fix rxfreq input limit. QSLlabes: new selections to print commit 97479517135aa2c973cd02045bdc3af81f4c7046 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 14:52:58 2019 +0300 Fixed: adif: export line cut. Html: profile export commit 596802fdb2959495b1cb6f0b53363c249cb48fc4 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 10:37:53 2019 +0300 More bugs found commit cd3b9b2d7dbbdb03a80e804b9829ebe8e8a47092 Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 18:36:17 2019 +0300 help file updates commit f35c5d3f61ad4f29d8012e899a94ed23586f373a Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 12:27:49 2019 +0300 Some code fixes. Now needs testing with ADIF impoirt/export and HTML export commit 099c6a452d60b3f01271be16c84fab08a70466c5 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 22:25:17 2019 +0300 Now HTML export idea works. Width counting not.Also adif export needs testing commit 4b3ff4d6f23ea18d44cfb19090b6b15c070ce4b8 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 21:26:56 2019 +0300 Little bit closer to working HTML export. But not ready! commit 0f9e559548be84b3b3ed1069e1ed85d0dfa846b4 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 19:14:44 2019 +0300 Untested backup push commit 0a1107548c3b58beaf08d727f0426395ddf3dc52 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 13:32:30 2019 +0300 small steps, but still errors and lot of fix commit cb1e3934d0c208dcaac3fd45fa18194234bcc48f Merge: 42d7e5c c820289 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:10:54 2019 +0300 Merge branch 'master' into loc_std commit 42d7e5caf3cb7f2a914a776b631a4b54beb69293 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:07:34 2019 +0300 Big changes to html export. Not full ready yet commit 32e70f0f6401af78bcfddc0c48befc8158d867cf Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 25 20:53:39 2019 +0300 rewiting of HTML export. Not ready yet commit f5faa689f3ba7adb3003c67941d2db2d6520b9ef Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 24 11:04:37 2019 +0300 Minor fixes. Might help for 'xxxx-xx-xx is not valid date' error that sometimes occurs again (once fixed in wsjt remote) commit 8512a06efacfe73419dbb507b95042692325a20e Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 19:33:42 2019 +0300 Several small fixes commit 2a48fdfffae905f4afe32eb8e99a89e16d7c1491 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 11:42:23 2019 +0300 Contest has loc writing by std. Lbl print no dist unit.Html exp mi/km but has error commit af75d9a4d86130aa460684bd9859fa8505d5b7d8 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 19:53:40 2019 +0300 Adding distance in km/mi by preferences/program setting commit 9375f57beb1952109db35b24b47d1dc32e4163fb Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:21:41 2019 +0300 Updates to help files commit c2954dcbaf600507844f4ce6c25951b50d7edf17 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:11:50 2019 +0300 Updates to help files commit ce7bbf2f184c93d063c2141d20cf5060813798d4 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 11:21:10 2019 +0300 fixed preferences view commit 6335fdaedc051bcffde70e1c9c0cf4052abb0748 Merge: c9dc424 3bbe8db Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 10:56:13 2019 +0300 Merge branch 'master' into loc_std commit c9dc42436df9c7a96d914491af29b724df99009c Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:53:16 2019 +0300 Preferences visible columns: add (in pnl) for Distance as it is not in column commit 2670c54d8ca8ccf614d65d3b1f6dcd636d83646f Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:48:31 2019 +0300 Added distance choice to qsl label printing commit 8406464cfa1dd7240afca7f12fe959d3fd7141da Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 17 21:14:43 2019 +0300 Removed not working distance column code. Focus to first release with only status panel distance commit 7154459c8103fea746f809247e50446d81c1501c Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 16 16:55:43 2019 +0300 commented out not woking parts of code commit 594e0b9d3862d4cb635ab101c11b0ba558b97b62 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 13 13:20:48 2019 +0300 Again a try to write calculated content to dispaly-field(causes error) commit 63de897ce8289478291116b5ee2168cad0a7bf5f Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 12 12:00:47 2019 +0300 some fixes to distance visibility commit 70a95c4fdd58dd78788ab7ad33bdd1037581d581 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 17:45:35 2019 +0300 Problem with inherited fraEx fixed (?) commit d014e960143102332677e8a8b6d4065436d69aab Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 13:12:27 2019 +0300 Fixed anchoring of export selections frame commit ac6914ee14648e14325cc11797e05592b1f5f189 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 9 18:45:12 2019 +0300 Not yet (?)a way to get 'distance' to dbGrid as it is not database field' commit a0376a9a86ca9d54e21ffcd581fb5010d68daaed Merge: 9609c81 a5d0300 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 18:26:07 2019 +0300 Merge branch 'master' into loc_std commit 9609c8125e0dedba5945722159137363ea95c7bb Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 17:01:47 2019 +0300 Sum is now called from better place, but still has problems with activate/deactivate filter commit 04565c5e0847ccf3450da6de2cbb9553b778e7ae Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 7 17:29:18 2019 +0300 counts dist,maxdist,sumdist at Main and Html export. Exports DISTANCE tag with adif export commit d9bd63ccf676f812e6af6b3e21ef8e69b0099b50 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 5 12:11:16 2019 +0300 fixed log in Group edit. Where else loc is still unfixed? commit 5e229a4345c0c540588ddc1278ab7f049f97a632 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 4 13:50:14 2019 +0300 new function StdFormatLocator. Related code changes. commit f13b240456cbadb2ecc3467a48acb811962f8d05 Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 3 20:22:57 2019 +0300 Set grid locator writing format to standard (up/lo case) AA00bb
2019-10-03 10:14:17 +00:00
<br>Width setting is ignored if "HTML auto column width" is checked when longest text in column (column name or data) sets the column width.
<br>Distances are not exported when doing log backup at cqlog closing phase. They will be calculated and exported (if selected) in ADIF, HTML and QSL label printing.
Calculation of distances requires that preferences/station/locator is set and applied (automatic) to every qso and that at least 4 digit locator
(in case "ll" is added as 5 and 6th char to get the center of grid) of destination station logged. Sometimes importing logs from other logging program may leave own station locator unset. In this case QSO list/File/Group edit must be used for updating "my locator" field.
<br><br>
2013-03-15 20:13:08 +00:00
<a name=ah11><h2><strong>DX cluster</strong></h2></a>
<img src=img/h14.png border=0><br><br>
2015-07-05 16:21:40 +00:00
This dialog allows an easy setup of the DX cluster spot filtering. Check the bands you want
to display. If you want to supress (ie. filter out) spots for some DX countries, put
its prefixes in the box below. Use a semicolon as a separator.
2017-07-22 06:02:48 +00:00
<p>
<strong>Callsign alert</strong> - allows you to enter callsigns that you are interested in. Eg. some special station for an award etc.<br>
<strong>Run this command when callsign is spotted:</strong> will run select command when any of callsigns you've enter appears in the cluster.<br>
2017-07-22 06:02:48 +00:00
E.g. use this if you want to see small window with information:<br><br>
<i> zenity --info --text='Callsign $CALLSIGN detected at $FREQ $MODE' --title=Info</i><br><br>
You have to install zenity, first. <i>(Thans to SV2RCK for the tip!)</i>
<br><br>A variant for the KDE desktop.<br>
The display duration in seconds (here 5) can be set here. The window closes automatically.
<br><br><i>kdialog --title=Spot-Info --passivepopup "Callsign $CALLSIGN detected at $FREQ $MODE" 5</i>
<br><br>
This is also possible with "notify-send". The display duration is set in ms (-t 5000).
<br><br>
<i>notify-send -t 5000 "Spot-Info" "Callsign $CALLSIGN detected at $FREQ $MODE"</i>
<br><br>
"Kdialog" is installed by default using the 'kdebase-bin' package. For "notify-send" the 'libnotify-bin' package must be installed. <i>(Thans to Wolfgang, DL2KI, for the tip!)</i>
2017-07-22 06:02:48 +00:00
</p>
<p>
<strong>Show country name in the DX cluster spot</strong> - next to every spot, you will se the coutry name of the DX station<br>
<strong>Send these commands to telnet DXCluster when connected</strong> - one or several commands with comma separated can be sent to DXCluster after connect is initialized.
If your command(s) have space(s) between, like "<strong>acc/spot by_zone 14,15,16 and not (on hf/data or on hf/rtty)</strong>" it is recommended to close each command between double quotes.<br>
2017-07-22 06:02:48 +00:00
<strong>Connect to DX cluster after program startup</strong> - after log is opened, cqrlog will connect to your default cluster. Please remember that
username and password(if needed) have to be filled in the cluster list.
</p>
2013-03-15 20:13:08 +00:00
<p align=center><img src=img/line.png></p>
<a name=ah12><h2><strong>Fonts</strong></h2></a>
<img src=img/h15.png border=0><br><br>
2015-07-05 16:21:40 +00:00
This dialog is self explanatory. Choose the appropriate font size to prevent any screen
garbage and a nice look to the buttons.
2013-03-15 20:13:08 +00:00
<p align=center><img src=img/line.png></p>
<a name=ah13><h2><strong>WAZ, ITU zones</strong></h2></a>
<img src=img/h16.png border=0><br><br>
2015-07-05 16:21:40 +00:00
This is the color coding setup for the 'Details' window. New ones can be displayed in
different color and QSL status is indicated verbosely in the 'Details' window.
The 'Show info' boxes must be checked to display the relevant info.
2013-03-15 20:13:08 +00:00
<p align=center><img src=img/line.png></p>
<a name=ah14><h2><strong>IOTA</strong></h2></a>
<img src=img/h17.png border=0><br><br>
2015-07-05 16:21:40 +00:00
New IOTA color coding and QSL status can be set up here. The 'Show info' boxes must be
checked to display the relevant info.
2013-03-15 20:13:08 +00:00
<p align=center><img src=img/line.png></p>
<a name=ah15><h2><strong>Membership</strong></h2></a>
<img src=img/h31.png border=0><br><br>
2015-07-05 16:21:40 +00:00
The primary aim of the 'Membership' info is tracking of members of a club or stations
valid for an award. The info is derived from the call sign entered into the 'Call' box on
the logging screen. CQRLOG can track member's calls from up to 5 databases simultaneously.
To set up the tracking, do the following steps:<br><br>
<strong>1. Choose a Club to be tracked.</strong> Click the first long button in the 'First
club' box. A long list of Clubs appears.<br><br><img src=img/h37.png border=0><br><br>
<strong>2. Click the 'Load' button.</strong> The membership data is loaded from the text
database in the 'members' subfolder of your CQRLOG directory. A box with the number of
converted records appears.<br><br><img src=img/h38.png border=0><br><br>
2016-04-18 16:52:11 +00:00
<table border="0" cellpadding="5" cellspacing="2" width="100%">
<tbody>
<tr>
<td valign="top">
<img src="img/note.png"></td>
<td bgcolor=#eaeaea valign="top" align="justify"><strong>
2019-02-25 10:39:12 +00:00
<font color="blue">Note:</font></strong> There are 2 places where membership list files are stored.
<br><strong>--Global files--</strong> are stored in /usr/share/cqrlog/members folder and will be
updated with cqrlog version updates.
<br><strong>--Local files--</strong>, a place where you can save your own membership list files, is
~/.config/cqrlog/members folder.
<br>List files there are saved over cqrlog version updates. Folder ~/.config is hidden so you must configure your
file browser to 'show hidden files and folders' to see it.
<br><br>When creating your own member list files you can use one of Global files as example.
<br>File name must have extension ".txt" and be a plain text file written with linux editor that ends lines to "\n", in hex #0A (LF character).
<br>Editors that use "\r\n", in hex #0D#0A (CR+LF charactes) [Windows style linefeeds] do not produce a working list file.
<br>1st line is membership list name, 2nd a short description. Do not put any additional spaces after name and description.
<br>It can lead to situaton where Club member list selection does not stay in preferences over cqrlog restart.
<br>3rd and following lines are CALLSIGN;membership_number. One pair for a line. No spaces, semicolon as delimiter. Note ONLY CAPS written callsigns will work.
2016-04-18 16:52:11 +00:00
</td>
</tr>
</tbody>
</table>
<br><br>
2013-03-15 20:13:08 +00:00
<strong>3. Click the 'Settings' button.</strong> A new dialog appears:<br><br>
<img src=img/h32.png border=0><br><br>
2015-07-05 16:21:40 +00:00
The color coding scheme for new members, new band, new mode, need of a QSL card and an
already confirmed contact can be set up in the left half of the window. You can see here
also my preferred color settings.<br><br>
This dialog also allows you to set up the messages appearing in the 'Details' window if
you work a member of a club which is tracked. This can be anything, my preferred messages
are:<br>
2013-03-15 20:13:08 +00:00
<pre>New %s member! (%c #%n)
New band %s member! (%c #%n)
New mode %s member! (%c #%n)
QSL needed for %s member! (%c #%n)
2016-04-18 16:52:11 +00:00
Already confirmed %s member! (%c #%n)</pre>
<br>
2013-03-15 20:13:08 +00:00
Note also the regular expressions used in the messages. The complete list is here:<br>
<pre>%l - long club name
%s - short club name
%n - club number
2016-04-18 16:52:11 +00:00
%c - callsign</pre>
<br>
2013-03-15 20:13:08 +00:00
The right half of this screen contains the join rules.
2016-04-18 16:52:11 +00:00
<table border="0" cellpadding="5" cellspacing="2">
<tbody>
<tr>
<td valign="top">
<img src="img/h35.png"></td>
<td valign="top"><img src="img/h36.png">
</td>
</tr>
</tbody>
</table>
2015-07-05 16:21:40 +00:00
Here you can set up which fields from the QSO entry should be bound with the appropriate
column in the membership database. Because the most relevant is the call sign in the QSO
and the membership database contains also mostly the call sign, use the defaults
- the 'clubcall' in the 'join ... field in club database' and the 'call' in the
'with ... field in main database'.<br><br>
The lower part contains a dialog allowing the set up of where the resulting info will be stored.
2013-03-15 20:13:08 +00:00
<br><br>
2015-07-05 16:21:40 +00:00
<img src=img/h34.png border=0><br><br>While logging, you will see the info in the
corresponding field. The most preferred field is 'Award'. Since this field is used for
check purposes only, all info (more memberships) are displayed in a single line which can
be longer than the corresponding field on the logging screen. You can navigate here
with the cursor but the well formated and color coded results in verbose form are
displayed in the 'Details' window.<br><br>
2013-03-15 20:13:08 +00:00
<img src=img/h33.png border=0>
<br><br>
<a name=bh1><h2><strong>Bandmap</strong></h2></a>
2015-07-05 16:21:40 +00:00
<img src=img/h61.png border=0><br><br>The Band map is a well known feature of many
contesting programs, however it is also great in a general logging program. It contains
a mix of filtered DX Cluster spots and your own entries where you can store call and
frequency of a station which you can't work just now but you want to return to later.<br><br>
2019-02-25 10:39:12 +00:00
A very useful option of the Band Map is the <strong>'entries aging'</strong>.
2015-07-05 16:21:40 +00:00
Depending on the time left since entry 'birth', the color changes to lighter tone until
the entry disappears. There are two levels between appearance and disappearance of the entry.
The times of these two levels and the time of disappearance can be set. If you change
the aging times, restart CQRLOG. Remember that a program restart will be needed to make
the changes take effect!<br><br>
The spots can be color coded to highlight new countries, new band countries etc., in
2019-02-25 10:39:12 +00:00
the same way as in the DX Cluster window - check the <strong>'Use the same color as the spot'</strong>
2015-07-05 16:21:40 +00:00
option. If this option remains unchecked, all entries are shown in black (with aging
to dark grey and light grey) and your own entries, <strong>made with Ctrl-A</strong>
or the <strong>Big Plus key</strong> on the numerical keyboard, are shown in blue.
2019-02-25 10:39:12 +00:00
Also, another set of <strong>Watched</strong> and <strong>Ignored</strong> entries can be defined.<br><br>
The content of the Band map can be stored if leaving the log. Check the <strong>'Save band
map after close'</strong> option.<br><br>The <strong>'Show only active mode'</strong> and <strong>'Show
only active band'</strong> options providing an additional level of cluster spot filtering.
2015-07-05 16:21:40 +00:00
When checked, the Band Map will show only spots for the mode or band which the radio is on.
The spots are sorted by frequency, so you will see what is on the band - at a glance.
No doubt you will prefer this over the DX Cluster window which contains a mess of rolling
2019-02-25 10:39:12 +00:00
spots, often hard to 'catch'. Finally, if the <strong>'Delete station from band map after
QSO'</strong> option is checked, the entry with a worked station disappers from the Band Map.
2015-07-05 16:21:40 +00:00
If such a station is spotted again, it will appear again in the Band Map.
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 732512331df249a1f0ad658dc3f4db37c4b760d0 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 1c95d4a7c1dc151467eb711d5547f7a9a4d77666 Author: OH1KH <oh1kh@sral.fi> Date: Fri Apr 3 09:46:44 2020 +0300 Global fix to Menu links of help files commit f1e9eefd3c614d181f956b274c95a791074149ce Author: OH1KH <oh1kh@sral.fi> Date: Thu Apr 2 14:31:19 2020 +0300 small fix commit eece2b92231ffb364017b1ee5cf796077f6bfc90 Author: OH1KH <oh1kh@sral.fi> Date: Thu Apr 2 14:19:25 2020 +0300 Band map freq, call widths adjustable. Help fixed commit 0c721185812c1d0430999f5e1781f3bd238e2287 Author: OH1KH <oh1kh@sral.fi> Date: Wed Apr 1 14:37:20 2020 +0300 bugfix freeandnil rbnthread on disconnect commit 35efb36dbb825b80f9f521ef3a1860ffd2c4674f 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 9d19c02be723570a8a60972d10a32b8d63506e6d Author: OH1KH <oh1kh@sral.fi> Date: Wed Apr 1 10:23:36 2020 +0300 Some fixes commit 4eeea7825d4db26a61c9281430c9037c9b37418e Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 19:06:50 2020 +0300 help fixes commit bd5ca1c0ea2b34701ff5e5c4a2ec7e0b7bed031f Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 18:47:18 2020 +0300 removed refresh from scroll commit a402ee1bb2ffac35e55d13239f90535ac50d9a44 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 18:41:47 2020 +0300 changed lotw imp/exp statusmonitor scrolling commit 3277b7e09705ed7b019439d154c5e83b44e5e69d 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 a35177b2ea562a8bf7af0218267c2c1df026f47c Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 14:22:48 2020 +0300 help for RBN created commit 9dd5eba8f3034f75fe82619e7089b04ec9d578e8 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 10:46:06 +00:00
<br><br> You can also set width for frequency and call columns. After change clear is needed to get all lines to have even columns.
<br><br>See also <a href="h21.html#bh19">Bandmap operation<a>
<br><br>
2013-03-15 20:13:08 +00:00
<a name=bh2><h2><strong>xplanet support</strong></h2></a>
<img src=img/h66.png border=0><br><br>
2015-07-05 16:21:40 +00:00
To ensure correct rendering of the azimuthal map with DX Cluster spots, the external
program xplanet must be installed and several parameters must be set up. First,
install xplanet. Many distributions have this program either on the installation media
(CD, DVD) or xplanet exists in the form of a corresponding package
(rpm, deb, tgz, ebuild etc.). If not, download source codes from:<br>
<a href="http://xplanet.sourceforge.net/download.php">
2016-04-18 16:52:11 +00:00
<strong>http://xplanet.sourceforge.net/download.php</strong></a><br><br>
2015-07-05 16:21:40 +00:00
Follow the usual installation instructions:<br>
2013-03-15 20:13:08 +00:00
<pre>./configure
make
make install</pre>
There are no known dependencies issues.<br><br>
<div align=justify>
2016-04-18 16:52:11 +00:00
The first thing to be set up is the path to the xplanet binary. The default
<pre>/usr/local/bin/xplanet</pre>
is OK in most cases for installation from sources,
the usual path for installation from precompiled packages is
<pre>/usr/bin/xplanet</pre>
Adjust the <strong>window size</strong> (remember to set up a square, ie. 400x400,
300x300 etc. to avoid strange effects). Also, the <strong>window position</strong>
must be set up to create a nice looking screen. Use the <strong>Test it!</strong>
button to see how your settings affect the resulting screen.<br><br>
Xplanet can refresh its display at a preset interval. This is very useful because it
can read the spot (entry) list and update the displayed data. To avoid a 'flooded',
unreadable window, the number of displayed spots/entries must be limited. It seems
that 20 is the maximum to keep the display garbage away. Actually, the number of
spots (entries) is not limited by the program but by the readability. If you change
the number of spots to be displayed or if the spots should (should not) be sent to
xplanet, restart the program. Remember that a program restart will be needed to
make the changes take effect!<br><br>
Set up the source (DX Cluster, Band map) by checking the appropriate radio button
in the '<strong>Show stations from</strong>' section. The '<strong>Projection</strong>'
has 3 options:<br>
<ul>
<li><strong>3D</strong> - shows the globe as viewed from space. This rendering
type without any projection is very nice, however the very distant points will not be
visible, also spots or band map entries of distant DX locations will disappear.
Angles should be true because the globe is 'centered' on your location. Distances
2019-02-25 10:39:12 +00:00
are <strong>not true</strong> because of the lack of projection. This eye candy is
2016-04-18 16:52:11 +00:00
therefore good for those who do not work DX stations.
</li>
<li><strong>Azimuthal</strong> - is the usual directional map which you will find
useful for any rotator indication. Both angles and distances are true, however the
continent patterns may look a bit strange to those who are not very accustomed
to this projection. The azimuthal projection is the best for a DXer.
</li>
<li><strong>Azimuthal without background</strong> - is the same as above but the
background which contains the angle (polar) scale is not rendered. It is an
'emergency' solution which is useful if you have not enough space to set up
the main xplanet window as a square.
</li>
</ul>
The center locator for the xplanet window can be customized by configuring in on
this page. In case the field is empty the default locator of the station is used.<br><br>
2019-10-24 14:40:49 +00:00
If you want to have your own position displayed within xplanet check the <strong>Show own
position within xplanet</strong> checkbox.<br><br>
this page. In case the field is empty the default locator of the station is used.<br><br>
2016-04-18 16:52:11 +00:00
The xplanet window currently has no other function than to display spots or band
map entries in the azimuthal projection or 3D-like picture.
<br><br>
<a name=bh3><h2><strong>Zip code tracking</strong></h2></a>
<img src=img/h69.png border=0><br><br>
Zip code tracking allows you to determine states, counties, provinces and other
geographical details if the postal zip code structure allows such operations. The zip
code itself is retrieved from the callbook address. The database is located in
the /zipcodes folder. If set up properly, the F6 key is used to determine US state,
US county and Italian province.<br><br>
<strong>Setup: </strong>The database must be loaded before use and the target (field)
must be specified. Also, the position of the zip code (line begin or end) must be set
up.<br><br>
<a name=bh4><h2><strong>LoTW/eQSL support</strong></h2></a>
<img src="img/h76.png"><br><br>
Provide your user name for eQSL/LoTW and the password (this is <strong>not</strong>
the password sent to US amateurs via postcard!). Choose if you want to include LoTW
2019-02-25 10:39:12 +00:00
confirmation in the statistics and <strong>New country</strong> and <strong>New band country</strong>
info messages.
<br>Normally you do not need to touch eQSL addresses. But in case something changes at eQSL web pages it might be possible to fix it here without rebuilding cqrlog program.<br><br>
2016-04-18 16:52:11 +00:00
<a name=ch1><h2><strong>CW interface</strong></h2></a>
<img src="img/h95.png"><br><br>
This update planned to allow HamLib usage with radio2 selected (with it's port and address). As usual the work grows ... Thanks Martin, DL1MTG, for testing and comments! CW keyer: -Preferences CW interface: both radios can now have own type of keyer. -HamlibKeyer address/port is taken from selected radio -Keyer is reloaded with every change of radios, but if user sets both keyers to same type (and it is not HamLib) he can use checkbox to prevent reloading when radio is switched. Meaning he uses same physical keyer for both radios and does not want that radio switch (keyer reloading) sets CW speed always back to default. -K3NG keyer serial speed was stored to Word variable. That can carry only value up to 65535. Changed to dWord and now speed 115200 should be passed to serial port setup (no device to test that, but 115200 comes now ok up to ser.config()-line that it did not before). Help: -Preferences have now 2 help buttons. One gives help for currently selected tab, other opens help index. I think Lazarus help system has bug (or I can not use it!) but tab help keyword definitions in .lfm can never be used as ShowHelp checks parent and if found uses Parent.showhelp that seems to lead to upper level help keyword. -There is another problem because help system uses system default browser and Lazarus finds it using xdg-open (Linux system script to find registered viewer) xdg-open has property that drops away hashtag links pointing to website chapters if url "file:///" is in question. That is why user must define "real browser" at preferences/program to see hashtag linked help pages properly. (sad but seems to be true) -preferences/program Web browser setting has improved. Checks that browser name entered can be found. Reports if not found. If left empty, uses dmUtils.MyDefaultBrowser function that usually places xdg-open as browser. Click of browser name edit box offers file navigator to find browser binary (but direct typing is also possible, see help page) -when webbrowser is read from ini, default hardcoded 'firefox' is removed (all systems do not have it!) instead there is call to dmUtils.MyDefaultBrowser -some help pages are fixed and added. Other: -while doing debug with Lazrus IDE I found out that when cqrlog does get response Not Found for DXCC and qslmgr version number from http://ok2cqr it causes an error in version number StrToInt conversion. User does not see this as it is done inside try/finally/end, but while debugging it was so annoying last Sunday that I changed code so that if received data from web site includes "not found" it does not even try StrToInt conversion. -It seems to be freepascal(linux) property that when external child program is run from parent and it ends it leaves zombie PID hanging on until parent closes that cleans up all child zombies. These appears when external vievers, fldigi, wsjtx, scripts (voice, start, stop) etc. are run from cqrlog. Might not do any harm normally. Perhaps if cqrlog is running extreamly long time without closing. Squashed commit of the following: commit 6350ac2b6a6dae507320c08a5ee5f7a374398654 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 12 09:13:05 2020 +0300 Added own ports for radio2 winkey/cwdaemon and K3NG commit 23af6145c5d7aa4b7e3fd928e3853bc9a3ae0a40 Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:16:44 2020 +0300 Preferences: buttons: Help(tab), Help(idx) commit 71108698a53347feb8423febf075c739fb16877f Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:01:15 2020 +0300 some changes to user browser selection commit de3e0f326bf2dda3a5ea6531824dc12c9821d97a Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 18:59:29 2020 +0300 part external viewers update commit 80581a58633c26479bf98d6a71914214713585f8 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 17:46:29 2020 +0300 propagation help added commit cf11bfcd97d399645946287506cca2945aaff85c Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 13:04:16 2020 +0300 Finally working tab based help for preferences. Fixed bug 'invalid date format' if dxcc and qslmgr check fails because of ok2cqr web page fail 404 commit 53f5ceb41d365f955a9c270967f2554c61916626 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 10:10:22 2020 +0300 User select keyer reset if same keryer for both rigs + help update commit c97761e14e2694a44f9a91515a54365c7c18bba7 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 17:49:31 2020 +0300 Some help fixes still commit f46e771f7e8a9de6e3acac16614e1817a0af9485 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 10:02:27 2020 +0300 removed unused variables commit ed90d7d660a5cfe7243abc7099fcae1f30075f60 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:46:50 2020 +0300 Fixed K3NG keyer serial speed setting. Changed speed :word to :dword now accepts over 65535 speeds commit 0d89b6b4e9b3126564ca61247b2577db4a6f3bce Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:28:15 2020 +0300 Default browser selection fixes. Affects how help hashtags works in different systems. commit 3ad50cf0babc1ee888ef665fdb7bf67f6e9a8497 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:32:45 2020 +0300 help typo fix commit a4cd6ff58c01773329f0ae8173bf84602ead1ddf Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:31:39 2020 +0300 some help fixes commit 6111f3be6afa8ee8b81918758ddeb75d277683c4 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 10:50:25 2020 +0300 Some bug fixes commit 36344f3748b1efef878f8ad6b0778e619527eb6c Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:41:53 2020 +0300 Removed pnlMain caption text/TRXCntrol commit e16dab0fe1e80779d90a04640bb3a077f7c40b1d Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:38:21 2020 +0300 help fixed now commit bdc08e74394a1ef77ecdbbffa70af890f7d7cbc4 Author: OH1KH <oh1kh@sral.fi> Date: Wed May 6 12:11:14 2020 +0300 Changed idea: both rigs have keyer selection at prefrences/CWinterface. Help fix commit d3ae6f3e56328894a8260f344b4346f546711a18 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 5 10:39:08 2020 +0300 Hamlib CW follows rig if set in preferences. Rig switch resets cw interface if hamlib
2020-05-13 02:44:42 +00:00
Choose your preferred CW interface for radios you have. There are 5 options: None, WinKeyer USB,
cwdaemon, K3NG keyer and HamLib. We strongly recommend Winkey USB by Steve Elliot, K1EL,
2016-04-18 16:52:11 +00:00
which provides 'all in one' keying, including one of most advanced paddle keyers available.
cwdaemon should be seen as a backup option with many limitations, which may need
a custom linux kernel to avoid sloppy CW at speeds above 25 WPM. If cwdaemon is used,
This update planned to allow HamLib usage with radio2 selected (with it's port and address). As usual the work grows ... Thanks Martin, DL1MTG, for testing and comments! CW keyer: -Preferences CW interface: both radios can now have own type of keyer. -HamlibKeyer address/port is taken from selected radio -Keyer is reloaded with every change of radios, but if user sets both keyers to same type (and it is not HamLib) he can use checkbox to prevent reloading when radio is switched. Meaning he uses same physical keyer for both radios and does not want that radio switch (keyer reloading) sets CW speed always back to default. -K3NG keyer serial speed was stored to Word variable. That can carry only value up to 65535. Changed to dWord and now speed 115200 should be passed to serial port setup (no device to test that, but 115200 comes now ok up to ser.config()-line that it did not before). Help: -Preferences have now 2 help buttons. One gives help for currently selected tab, other opens help index. I think Lazarus help system has bug (or I can not use it!) but tab help keyword definitions in .lfm can never be used as ShowHelp checks parent and if found uses Parent.showhelp that seems to lead to upper level help keyword. -There is another problem because help system uses system default browser and Lazarus finds it using xdg-open (Linux system script to find registered viewer) xdg-open has property that drops away hashtag links pointing to website chapters if url "file:///" is in question. That is why user must define "real browser" at preferences/program to see hashtag linked help pages properly. (sad but seems to be true) -preferences/program Web browser setting has improved. Checks that browser name entered can be found. Reports if not found. If left empty, uses dmUtils.MyDefaultBrowser function that usually places xdg-open as browser. Click of browser name edit box offers file navigator to find browser binary (but direct typing is also possible, see help page) -when webbrowser is read from ini, default hardcoded 'firefox' is removed (all systems do not have it!) instead there is call to dmUtils.MyDefaultBrowser -some help pages are fixed and added. Other: -while doing debug with Lazrus IDE I found out that when cqrlog does get response Not Found for DXCC and qslmgr version number from http://ok2cqr it causes an error in version number StrToInt conversion. User does not see this as it is done inside try/finally/end, but while debugging it was so annoying last Sunday that I changed code so that if received data from web site includes "not found" it does not even try StrToInt conversion. -It seems to be freepascal(linux) property that when external child program is run from parent and it ends it leaves zombie PID hanging on until parent closes that cleans up all child zombies. These appears when external vievers, fldigi, wsjtx, scripts (voice, start, stop) etc. are run from cqrlog. Might not do any harm normally. Perhaps if cqrlog is running extreamly long time without closing. Squashed commit of the following: commit 6350ac2b6a6dae507320c08a5ee5f7a374398654 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 12 09:13:05 2020 +0300 Added own ports for radio2 winkey/cwdaemon and K3NG commit 23af6145c5d7aa4b7e3fd928e3853bc9a3ae0a40 Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:16:44 2020 +0300 Preferences: buttons: Help(tab), Help(idx) commit 71108698a53347feb8423febf075c739fb16877f Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:01:15 2020 +0300 some changes to user browser selection commit de3e0f326bf2dda3a5ea6531824dc12c9821d97a Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 18:59:29 2020 +0300 part external viewers update commit 80581a58633c26479bf98d6a71914214713585f8 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 17:46:29 2020 +0300 propagation help added commit cf11bfcd97d399645946287506cca2945aaff85c Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 13:04:16 2020 +0300 Finally working tab based help for preferences. Fixed bug 'invalid date format' if dxcc and qslmgr check fails because of ok2cqr web page fail 404 commit 53f5ceb41d365f955a9c270967f2554c61916626 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 10:10:22 2020 +0300 User select keyer reset if same keryer for both rigs + help update commit c97761e14e2694a44f9a91515a54365c7c18bba7 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 17:49:31 2020 +0300 Some help fixes still commit f46e771f7e8a9de6e3acac16614e1817a0af9485 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 10:02:27 2020 +0300 removed unused variables commit ed90d7d660a5cfe7243abc7099fcae1f30075f60 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:46:50 2020 +0300 Fixed K3NG keyer serial speed setting. Changed speed :word to :dword now accepts over 65535 speeds commit 0d89b6b4e9b3126564ca61247b2577db4a6f3bce Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:28:15 2020 +0300 Default browser selection fixes. Affects how help hashtags works in different systems. commit 3ad50cf0babc1ee888ef665fdb7bf67f6e9a8497 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:32:45 2020 +0300 help typo fix commit a4cd6ff58c01773329f0ae8173bf84602ead1ddf Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:31:39 2020 +0300 some help fixes commit 6111f3be6afa8ee8b81918758ddeb75d277683c4 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 10:50:25 2020 +0300 Some bug fixes commit 36344f3748b1efef878f8ad6b0778e619527eb6c Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:41:53 2020 +0300 Removed pnlMain caption text/TRXCntrol commit e16dab0fe1e80779d90a04640bb3a077f7c40b1d Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:38:21 2020 +0300 help fixed now commit bdc08e74394a1ef77ecdbbffa70af890f7d7cbc4 Author: OH1KH <oh1kh@sral.fi> Date: Wed May 6 12:11:14 2020 +0300 Changed idea: both rigs have keyer selection at prefrences/CWinterface. Help fix commit d3ae6f3e56328894a8260f344b4346f546711a18 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 5 10:39:08 2020 +0300 Hamlib CW follows rig if set in preferences. Rig switch resets cw interface if hamlib
2020-05-13 02:44:42 +00:00
only keyboard keying is possible.
<br>If you use <strong>same keyer for both rigs</strong>, and it is not HamLib, you can check <strong>Do not reset when switch radios</strong> to prevent keyer reset (that sets CW speed to default).
<br><br>
2016-04-18 16:52:11 +00:00
Detailed setup of the CW devices is here:
<ul>
<li><a href=cwd.html><strong>cwdaemon</strong></a>
<li><a href=wkusb.html><strong>Winkey USB</strong></a></li>
<li><a href="http://blog.radioartisan.com/arduino-cw-keyer/" target="_blank">
<strong>K3NG</strong></a></li>
<li><a href=cwh.html><strong>HamLib</strong></a>
2016-04-18 16:52:11 +00:00
</ul>
For further steps (CW messages edit, keyboard keyer operation) - click
<a href=h26.html><strong>here</strong></a>.
<br><br>
<a name=ch2><h2><strong>fldigi interface</strong></h2></a>
2019-02-25 10:39:12 +00:00
First, <strong>fldigi</strong> must be installed and functional.
2016-04-18 16:52:11 +00:00
Preferences must be set up to operate with fldigi. Set up the path to fldigi, and if you wish
to start it when CQRLOG switches to remote mode. Other parameters including the way that
the CQRLOG - fldigi combo should handle the frequency, mode and RST. CQRLOG also loads
the fldigi contents to keep the data, so the 'polling' period should be set up.
The 2 seconds interval is a very acceptable default.<br><br>
2019-02-25 10:39:12 +00:00
2016-04-18 16:52:11 +00:00
The way the CQRLOG - fldigi combo handles the frequency, mode and RST is rather important.
Keep in mind that CQRLOG operates in remote mode which means that the logger is offline
and therefore does not display the actual frequency and mode on the logging screen. If
2019-02-25 10:39:12 +00:00
you properly set up the <strong>fldigi</strong> mode and frequency control, both are correctly
displayed in the <strong>fldigi</strong> window. <strong>Choose the fldigi</strong> option in
<strong>Frequency from</strong>, <strong>Mode from</strong> and <strong>RST from</strong> boxes and you don't
2016-04-18 16:52:11 +00:00
need to watch the logger, except the QSO list in the upper portion of the logging screen.
When logging/saving a contact, frequency, mode and RST should appear correctly in this QSO list.
If you choose the CQRLOG option, you must set the mode in CQRLOG which seems less sensible.
<br><br>See also:<a href="fldxml.html#fl1"> Using fldigi withXmlRpc remote mode</a><br>
2019-02-25 10:39:12 +00:00
<br><br>
<a name=ch2b></a>
<img src="img/h101.png"><br><br>
<h2><strong>wsjt-x interface</strong></h2>
Setting wsjt-x interface is mainly same as setting fldigi. How ever communication is done via UDP frames and so the IP address and Port must be specified.
<br>Default values are <strong>127.0.0.1</strong> or <strong>localhost</strong> for address and <strong>2237</strong> for port. These are set in wsjt-x settings/reporting and if changed there, must also to be changed here.
<br>
Address can also be other PC's IP address if wsjt-x is running in different networked PC than cqrlog, or even 0.0.0.0 when cqrlog listens all transmits from every wsjt-x in network.
<br><br>You can also use a multicast address for both <b>wsjt-x/settings/Reporting/UDP Server</b> and <b>cqrlog/preferences/fldigi/wsjt interface/wsjt addr</b>. Cqrlog will handle ip addresses starting with "239." as multicast addresses.
<br>With multicast you are able to run several programs listening to wsjt-x udp broadcasts at same time. To start with multicast try multicast group address "239.255.0.0" for both cqrlog and wsjt-x (and also other programs needed to listen wsjt-x)
2019-02-25 10:39:12 +00:00
<br><br>
Using <strong> WB4 chk starts from</strong> it is possible to limit log search starting from given date for callsign and/or locator.
<br>Setting checkbox will apply given date as start date. Otherwise, when unchecked, whole log is searched through.
<br>These limits will affect to callsign and/or locator coloring in wsjt-x monitor and worked grids map summary counts and grid painting.
<br>
WB4 can be handy when working <strong>ARRL International Grid Chase </strong>or <strong>ARRL RTTY-FT8</strong> like contests if one does not like to create separate log for that purpose.
<br><br><img src="img/h101b.png"><br><br>
Pressing calendar icon is easy way to set date. Double click on selected date closes calendar and sets the date. Pressing ESC closes calendar, but does not set date. Date can also be typed in manually.
<br><br>
<a name=ch2c></a>
<h2><strong>N1MM interface</strong></h2>
Setting of N1MM interface is similar as wsjt-x interface. Only IP address and PORT have to be set if they are not defaults.
<br>Default values are <strong>127.0.0.1</strong> or <strong>localhost</strong> for address and <strong>2333</strong> for port. These are set in wsjt-x, or js8call, settings/reporting and if changed there, must also to be changed here.
<br>
Address can also be other PC's IP address if wsjt-x is running in different networked PC than cqrlog, or even 0.0.0.0 when cqrlog listens all transmits from every wsjt-x in network.
<br><br>
At WSJT-X 2.1.0 settings N1MM remote is renamed to "Secondary UDP server (deprecated)" and it is reported to be removed completely in future. Because of that it is now possible to set cqrlog's N1MM port to wsjt-x UDP server port number. WSJT-X 2.1.x UDP frames contain message #12 that
includes log information in ADIF format and N1MM remote can now parse that from binary data if you do not like to have monitoring properties (using wsjt remote) but want just qso logging (using N1MM remote).
<br><br>
N1MM remote has now better support for QRZ/HamQTH info fetch. If this is not allowed in preferences, or if there is no reponse from Web max waiting time (timeout) is 5 seconds (You can not remove this property, so be patient. You can not have new qso for logging during 5 seconds!).
<br>While having qso you can write some notes like Name, QTH, Comment to QSO, etc. to NewQSO and it will saved with qso data during next wsjt-x "log qso/OK" event. They will not be overwritten by possible Qrz/HamQth info.
<br><br>
<strong>NOTE !!</strong> Wstx- does not send contest -name, -number and -string in ADIF logging datagram. Contest exchanges are placed to regular rst_s and rst_r strings. So cqrlog can not fill proper contest columns when logging is done with ADIF datagram using N1MM remote.
<br><br>
<a name=ch3><h2><strong>Exit & Auto backup</strong></h2></a>
2019-02-25 10:39:12 +00:00
To increase the safety of your log data, CQRLOG is equipped with an <strong>Auto backup</strong>
2016-04-18 16:52:11 +00:00
option which allows you to export (ADIF) and store the log data in a safe location.
The ADIF format was choosen because of its text format. The output file can be compressed
in tar.gz format.<br><br>
<img src="img/h102.png"><br><br>
Of course, the export and compression takes some time, depending on the log size (QSO count).
If you are not in a hurry, allow the program 2-3 minutes to perform this safety measure.
We reccomend you backup your log to your hard drive from there it should be copied to
Locator in standard format: This was intended to be a fix for issue #187 but it grow up during programming. -sets now locator writing by standard format "AB12cd" as described in https://en.wikipedia.org/wiki/Maidenhead_Locator_System#Description_of_the_system Also adif.org uses this link as reference in their descriptions. Writing format is forced at typing phase (I hope I found all loc inputs). Also ADIF input/output forces formatting and finally save qso to database will make sure the format is right. -Playing with locators made an idea of showing distances in QSO list. How ever Lazarus DBGrid does not allow showing calculated columns. Either an additional unit must be used to do this or database needs a new column "distance". That is why a selected QSO's distance is shown at bottom status area with "comment", "Award" and QSL times with total and longest qso distances of log or filter selection. But only if checked to be visible from preferences/visible columns (although it is not actually a column). -preferences/program/Show distance in miles affects also all places where distance is now shown. -Distance can also be selected to exist in ADIF, HTML and QSL label exports. -QSL label export has some new selections with distance. They are: Propagation, Satellite, Contest name and contest exchanges (4) -HTML export output is fixed to support CSS and HTML5. HTML export has now working column width (by average char count, not in pixels) or Auto column width selection. -HTML export column names can be changed by user. -Help files are updated Squashed commit of the following: commit de1cccf58e7698b275fa49be7765dde6665199f4 Author: OH1KH <oh1kh@sral.fi> Date: Wed Oct 2 20:09:08 2019 +0300 Found small big in fraExportPref commit f7697e910d6cf0e595d22d7c6fefb5999b04255b Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 1 09:55:34 2019 +0300 help update commit a4958fda68db0117666ac47841aa92a28a473b36 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 30 16:56:29 2019 +0300 NewQso:fix rxfreq input limit. QSLlabes: new selections to print commit 97479517135aa2c973cd02045bdc3af81f4c7046 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 14:52:58 2019 +0300 Fixed: adif: export line cut. Html: profile export commit 596802fdb2959495b1cb6f0b53363c249cb48fc4 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 29 10:37:53 2019 +0300 More bugs found commit cd3b9b2d7dbbdb03a80e804b9829ebe8e8a47092 Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 18:36:17 2019 +0300 help file updates commit f35c5d3f61ad4f29d8012e899a94ed23586f373a Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 28 12:27:49 2019 +0300 Some code fixes. Now needs testing with ADIF impoirt/export and HTML export commit 099c6a452d60b3f01271be16c84fab08a70466c5 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 22:25:17 2019 +0300 Now HTML export idea works. Width counting not.Also adif export needs testing commit 4b3ff4d6f23ea18d44cfb19090b6b15c070ce4b8 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 21:26:56 2019 +0300 Little bit closer to working HTML export. But not ready! commit 0f9e559548be84b3b3ed1069e1ed85d0dfa846b4 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 19:14:44 2019 +0300 Untested backup push commit 0a1107548c3b58beaf08d727f0426395ddf3dc52 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 27 13:32:30 2019 +0300 small steps, but still errors and lot of fix commit cb1e3934d0c208dcaac3fd45fa18194234bcc48f Merge: 42d7e5c c820289 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:10:54 2019 +0300 Merge branch 'master' into loc_std commit 42d7e5caf3cb7f2a914a776b631a4b54beb69293 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 26 21:07:34 2019 +0300 Big changes to html export. Not full ready yet commit 32e70f0f6401af78bcfddc0c48befc8158d867cf Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 25 20:53:39 2019 +0300 rewiting of HTML export. Not ready yet commit f5faa689f3ba7adb3003c67941d2db2d6520b9ef Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 24 11:04:37 2019 +0300 Minor fixes. Might help for 'xxxx-xx-xx is not valid date' error that sometimes occurs again (once fixed in wsjt remote) commit 8512a06efacfe73419dbb507b95042692325a20e Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 19:33:42 2019 +0300 Several small fixes commit 2a48fdfffae905f4afe32eb8e99a89e16d7c1491 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 23 11:42:23 2019 +0300 Contest has loc writing by std. Lbl print no dist unit.Html exp mi/km but has error commit af75d9a4d86130aa460684bd9859fa8505d5b7d8 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 19:53:40 2019 +0300 Adding distance in km/mi by preferences/program setting commit 9375f57beb1952109db35b24b47d1dc32e4163fb Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:21:41 2019 +0300 Updates to help files commit c2954dcbaf600507844f4ce6c25951b50d7edf17 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 13:11:50 2019 +0300 Updates to help files commit ce7bbf2f184c93d063c2141d20cf5060813798d4 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 11:21:10 2019 +0300 fixed preferences view commit 6335fdaedc051bcffde70e1c9c0cf4052abb0748 Merge: c9dc424 3bbe8db Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 19 10:56:13 2019 +0300 Merge branch 'master' into loc_std commit c9dc42436df9c7a96d914491af29b724df99009c Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:53:16 2019 +0300 Preferences visible columns: add (in pnl) for Distance as it is not in column commit 2670c54d8ca8ccf614d65d3b1f6dcd636d83646f Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 18 09:48:31 2019 +0300 Added distance choice to qsl label printing commit 8406464cfa1dd7240afca7f12fe959d3fd7141da Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 17 21:14:43 2019 +0300 Removed not working distance column code. Focus to first release with only status panel distance commit 7154459c8103fea746f809247e50446d81c1501c Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 16 16:55:43 2019 +0300 commented out not woking parts of code commit 594e0b9d3862d4cb635ab101c11b0ba558b97b62 Author: OH1KH <oh1kh@sral.fi> Date: Fri Sep 13 13:20:48 2019 +0300 Again a try to write calculated content to dispaly-field(causes error) commit 63de897ce8289478291116b5ee2168cad0a7bf5f Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 12 12:00:47 2019 +0300 some fixes to distance visibility commit 70a95c4fdd58dd78788ab7ad33bdd1037581d581 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 17:45:35 2019 +0300 Problem with inherited fraEx fixed (?) commit d014e960143102332677e8a8b6d4065436d69aab Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 11 13:12:27 2019 +0300 Fixed anchoring of export selections frame commit ac6914ee14648e14325cc11797e05592b1f5f189 Author: OH1KH <oh1kh@sral.fi> Date: Mon Sep 9 18:45:12 2019 +0300 Not yet (?)a way to get 'distance' to dbGrid as it is not database field' commit a0376a9a86ca9d54e21ffcd581fb5010d68daaed Merge: 9609c81 a5d0300 Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 18:26:07 2019 +0300 Merge branch 'master' into loc_std commit 9609c8125e0dedba5945722159137363ea95c7bb Author: OH1KH <oh1kh@sral.fi> Date: Sun Sep 8 17:01:47 2019 +0300 Sum is now called from better place, but still has problems with activate/deactivate filter commit 04565c5e0847ccf3450da6de2cbb9553b778e7ae Author: OH1KH <oh1kh@sral.fi> Date: Sat Sep 7 17:29:18 2019 +0300 counts dist,maxdist,sumdist at Main and Html export. Exports DISTANCE tag with adif export commit d9bd63ccf676f812e6af6b3e21ef8e69b0099b50 Author: OH1KH <oh1kh@sral.fi> Date: Thu Sep 5 12:11:16 2019 +0300 fixed log in Group edit. Where else loc is still unfixed? commit 5e229a4345c0c540588ddc1278ab7f049f97a632 Author: OH1KH <oh1kh@sral.fi> Date: Wed Sep 4 13:50:14 2019 +0300 new function StdFormatLocator. Related code changes. commit f13b240456cbadb2ecc3467a48acb811962f8d05 Author: OH1KH <oh1kh@sral.fi> Date: Tue Sep 3 20:22:57 2019 +0300 Set grid locator writing format to standard (up/lo case) AA00bb
2019-10-03 10:14:17 +00:00
other media (your server, USB flash, a memory card etc.).<br>Distances are not exported in backup phase. So do not expect to find them from backup file.
</br></br><img src="img/h119.png"><br><br>
Check both "Enable autobackup after program ends" and "Ask before creating a backup" to prevent closing cqrlog accidently. Answering <strong>"Cancel"</strong> to question returns to NewQso without backup.
2016-04-18 16:52:11 +00:00
<a name=ch4><h2><strong>External viewers</strong></h2></a>
This update planned to allow HamLib usage with radio2 selected (with it's port and address). As usual the work grows ... Thanks Martin, DL1MTG, for testing and comments! CW keyer: -Preferences CW interface: both radios can now have own type of keyer. -HamlibKeyer address/port is taken from selected radio -Keyer is reloaded with every change of radios, but if user sets both keyers to same type (and it is not HamLib) he can use checkbox to prevent reloading when radio is switched. Meaning he uses same physical keyer for both radios and does not want that radio switch (keyer reloading) sets CW speed always back to default. -K3NG keyer serial speed was stored to Word variable. That can carry only value up to 65535. Changed to dWord and now speed 115200 should be passed to serial port setup (no device to test that, but 115200 comes now ok up to ser.config()-line that it did not before). Help: -Preferences have now 2 help buttons. One gives help for currently selected tab, other opens help index. I think Lazarus help system has bug (or I can not use it!) but tab help keyword definitions in .lfm can never be used as ShowHelp checks parent and if found uses Parent.showhelp that seems to lead to upper level help keyword. -There is another problem because help system uses system default browser and Lazarus finds it using xdg-open (Linux system script to find registered viewer) xdg-open has property that drops away hashtag links pointing to website chapters if url "file:///" is in question. That is why user must define "real browser" at preferences/program to see hashtag linked help pages properly. (sad but seems to be true) -preferences/program Web browser setting has improved. Checks that browser name entered can be found. Reports if not found. If left empty, uses dmUtils.MyDefaultBrowser function that usually places xdg-open as browser. Click of browser name edit box offers file navigator to find browser binary (but direct typing is also possible, see help page) -when webbrowser is read from ini, default hardcoded 'firefox' is removed (all systems do not have it!) instead there is call to dmUtils.MyDefaultBrowser -some help pages are fixed and added. Other: -while doing debug with Lazrus IDE I found out that when cqrlog does get response Not Found for DXCC and qslmgr version number from http://ok2cqr it causes an error in version number StrToInt conversion. User does not see this as it is done inside try/finally/end, but while debugging it was so annoying last Sunday that I changed code so that if received data from web site includes "not found" it does not even try StrToInt conversion. -It seems to be freepascal(linux) property that when external child program is run from parent and it ends it leaves zombie PID hanging on until parent closes that cleans up all child zombies. These appears when external vievers, fldigi, wsjtx, scripts (voice, start, stop) etc. are run from cqrlog. Might not do any harm normally. Perhaps if cqrlog is running extreamly long time without closing. Squashed commit of the following: commit 6350ac2b6a6dae507320c08a5ee5f7a374398654 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 12 09:13:05 2020 +0300 Added own ports for radio2 winkey/cwdaemon and K3NG commit 23af6145c5d7aa4b7e3fd928e3853bc9a3ae0a40 Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:16:44 2020 +0300 Preferences: buttons: Help(tab), Help(idx) commit 71108698a53347feb8423febf075c739fb16877f Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:01:15 2020 +0300 some changes to user browser selection commit de3e0f326bf2dda3a5ea6531824dc12c9821d97a Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 18:59:29 2020 +0300 part external viewers update commit 80581a58633c26479bf98d6a71914214713585f8 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 17:46:29 2020 +0300 propagation help added commit cf11bfcd97d399645946287506cca2945aaff85c Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 13:04:16 2020 +0300 Finally working tab based help for preferences. Fixed bug 'invalid date format' if dxcc and qslmgr check fails because of ok2cqr web page fail 404 commit 53f5ceb41d365f955a9c270967f2554c61916626 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 10:10:22 2020 +0300 User select keyer reset if same keryer for both rigs + help update commit c97761e14e2694a44f9a91515a54365c7c18bba7 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 17:49:31 2020 +0300 Some help fixes still commit f46e771f7e8a9de6e3acac16614e1817a0af9485 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 10:02:27 2020 +0300 removed unused variables commit ed90d7d660a5cfe7243abc7099fcae1f30075f60 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:46:50 2020 +0300 Fixed K3NG keyer serial speed setting. Changed speed :word to :dword now accepts over 65535 speeds commit 0d89b6b4e9b3126564ca61247b2577db4a6f3bce Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:28:15 2020 +0300 Default browser selection fixes. Affects how help hashtags works in different systems. commit 3ad50cf0babc1ee888ef665fdb7bf67f6e9a8497 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:32:45 2020 +0300 help typo fix commit a4cd6ff58c01773329f0ae8173bf84602ead1ddf Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:31:39 2020 +0300 some help fixes commit 6111f3be6afa8ee8b81918758ddeb75d277683c4 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 10:50:25 2020 +0300 Some bug fixes commit 36344f3748b1efef878f8ad6b0778e619527eb6c Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:41:53 2020 +0300 Removed pnlMain caption text/TRXCntrol commit e16dab0fe1e80779d90a04640bb3a077f7c40b1d Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:38:21 2020 +0300 help fixed now commit bdc08e74394a1ef77ecdbbffa70af890f7d7cbc4 Author: OH1KH <oh1kh@sral.fi> Date: Wed May 6 12:11:14 2020 +0300 Changed idea: both rigs have keyer selection at prefrences/CWinterface. Help fix commit d3ae6f3e56328894a8260f344b4346f546711a18 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 5 10:39:08 2020 +0300 Hamlib CW follows rig if set in preferences. Rig switch resets cw interface if hamlib
2020-05-13 02:44:42 +00:00
<br>
<img src="img/h111.png"><br><br>Set up the viewers used for browsing the notes related to a particular callsign.
<br>
2016-04-18 16:52:11 +00:00
The notes in the call_data subfolder can contain text, html, pdf and image files.
To enable reading of all file types, corresponding viewers must be set up properly,
ie. must be in the system path.<br>
This update planned to allow HamLib usage with radio2 selected (with it's port and address). As usual the work grows ... Thanks Martin, DL1MTG, for testing and comments! CW keyer: -Preferences CW interface: both radios can now have own type of keyer. -HamlibKeyer address/port is taken from selected radio -Keyer is reloaded with every change of radios, but if user sets both keyers to same type (and it is not HamLib) he can use checkbox to prevent reloading when radio is switched. Meaning he uses same physical keyer for both radios and does not want that radio switch (keyer reloading) sets CW speed always back to default. -K3NG keyer serial speed was stored to Word variable. That can carry only value up to 65535. Changed to dWord and now speed 115200 should be passed to serial port setup (no device to test that, but 115200 comes now ok up to ser.config()-line that it did not before). Help: -Preferences have now 2 help buttons. One gives help for currently selected tab, other opens help index. I think Lazarus help system has bug (or I can not use it!) but tab help keyword definitions in .lfm can never be used as ShowHelp checks parent and if found uses Parent.showhelp that seems to lead to upper level help keyword. -There is another problem because help system uses system default browser and Lazarus finds it using xdg-open (Linux system script to find registered viewer) xdg-open has property that drops away hashtag links pointing to website chapters if url "file:///" is in question. That is why user must define "real browser" at preferences/program to see hashtag linked help pages properly. (sad but seems to be true) -preferences/program Web browser setting has improved. Checks that browser name entered can be found. Reports if not found. If left empty, uses dmUtils.MyDefaultBrowser function that usually places xdg-open as browser. Click of browser name edit box offers file navigator to find browser binary (but direct typing is also possible, see help page) -when webbrowser is read from ini, default hardcoded 'firefox' is removed (all systems do not have it!) instead there is call to dmUtils.MyDefaultBrowser -some help pages are fixed and added. Other: -while doing debug with Lazrus IDE I found out that when cqrlog does get response Not Found for DXCC and qslmgr version number from http://ok2cqr it causes an error in version number StrToInt conversion. User does not see this as it is done inside try/finally/end, but while debugging it was so annoying last Sunday that I changed code so that if received data from web site includes "not found" it does not even try StrToInt conversion. -It seems to be freepascal(linux) property that when external child program is run from parent and it ends it leaves zombie PID hanging on until parent closes that cleans up all child zombies. These appears when external vievers, fldigi, wsjtx, scripts (voice, start, stop) etc. are run from cqrlog. Might not do any harm normally. Perhaps if cqrlog is running extreamly long time without closing. Squashed commit of the following: commit 6350ac2b6a6dae507320c08a5ee5f7a374398654 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 12 09:13:05 2020 +0300 Added own ports for radio2 winkey/cwdaemon and K3NG commit 23af6145c5d7aa4b7e3fd928e3853bc9a3ae0a40 Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:16:44 2020 +0300 Preferences: buttons: Help(tab), Help(idx) commit 71108698a53347feb8423febf075c739fb16877f Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:01:15 2020 +0300 some changes to user browser selection commit de3e0f326bf2dda3a5ea6531824dc12c9821d97a Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 18:59:29 2020 +0300 part external viewers update commit 80581a58633c26479bf98d6a71914214713585f8 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 17:46:29 2020 +0300 propagation help added commit cf11bfcd97d399645946287506cca2945aaff85c Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 13:04:16 2020 +0300 Finally working tab based help for preferences. Fixed bug 'invalid date format' if dxcc and qslmgr check fails because of ok2cqr web page fail 404 commit 53f5ceb41d365f955a9c270967f2554c61916626 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 10:10:22 2020 +0300 User select keyer reset if same keryer for both rigs + help update commit c97761e14e2694a44f9a91515a54365c7c18bba7 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 17:49:31 2020 +0300 Some help fixes still commit f46e771f7e8a9de6e3acac16614e1817a0af9485 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 10:02:27 2020 +0300 removed unused variables commit ed90d7d660a5cfe7243abc7099fcae1f30075f60 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:46:50 2020 +0300 Fixed K3NG keyer serial speed setting. Changed speed :word to :dword now accepts over 65535 speeds commit 0d89b6b4e9b3126564ca61247b2577db4a6f3bce Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:28:15 2020 +0300 Default browser selection fixes. Affects how help hashtags works in different systems. commit 3ad50cf0babc1ee888ef665fdb7bf67f6e9a8497 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:32:45 2020 +0300 help typo fix commit a4cd6ff58c01773329f0ae8173bf84602ead1ddf Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:31:39 2020 +0300 some help fixes commit 6111f3be6afa8ee8b81918758ddeb75d277683c4 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 10:50:25 2020 +0300 Some bug fixes commit 36344f3748b1efef878f8ad6b0778e619527eb6c Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:41:53 2020 +0300 Removed pnlMain caption text/TRXCntrol commit e16dab0fe1e80779d90a04640bb3a077f7c40b1d Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:38:21 2020 +0300 help fixed now commit bdc08e74394a1ef77ecdbbffa70af890f7d7cbc4 Author: OH1KH <oh1kh@sral.fi> Date: Wed May 6 12:11:14 2020 +0300 Changed idea: both rigs have keyer selection at prefrences/CWinterface. Help fix commit d3ae6f3e56328894a8260f344b4346f546711a18 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 5 10:39:08 2020 +0300 Hamlib CW follows rig if set in preferences. Rig switch resets cw interface if hamlib
2020-05-13 02:44:42 +00:00
<br><strong>Note:</strong> Setting html browser here affects only to call attachments and it can be different than system default, or different than selected at preferences/program tab.
<br><strong>Hint:</strong> If you click Web browser name edit box a file open dialog opens and you can navigate to your browser. If you place cursor on Web browser name edit box, press left button and keep it down, you can paint exisiting text and use delete button to clear it and type new text.
2016-04-18 16:52:11 +00:00
<a name=ch5><h2><strong>Callbook support</strong></h2></a>
CQRLOG supports <a href="http://HamQTH.com">HamQTH</a> and <a href="http://qrz.com">QRZ.com</a>
Add new column for DARC DOK info This implements a new database column to store German DARC DOK information. Also some basic statistics are available as well as a auto download function for lists of valid DOKs and special DOKs. This information is reagularly provided by a cronjob on web serber by DF2ET. For NewQSO window the DOK input field is shown instead of the State field only if a German callsign is entered or the user double clicks the state label. This way the NewQSO window layout is not changed. So basically cqrlog behaves exactly as before. The user can choose to activate the DOK data stuff in preferences. This is the work of DL7OAP, OH1HK and myself DF2ET. Just to let everyone know whom to blame :) Squashed commit of the following: commit 4666d4d131300b7c0bb2fe8c0d4d99bbbc51b4e6 Author: phl0 <florian@florian-wolters.de> Date: Sat Jun 13 13:50:47 2020 +0200 Add hint to auto download function for DOK information commit a69b4d2536c512bcc323b2bce77ff31948893c9a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 13 09:03:03 2020 +0200 fix typo in help commit 01f6e8c4b5f81bfc8adb2f508d5bda94e140f8db Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed Jun 10 17:16:19 2020 +0200 expand DOK column width in statistic for 12length commit 873d8315d74454c01752c8134033529886c45445 Author: phl0 <florian@florian-wolters.de> Date: Wed Jun 10 15:11:45 2020 +0200 Replace special char Ø in DOK field on new QSO and ADIF import commit 172b129e1f2e55bee4bc077a7fb16a916b03f043 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Tue Jun 9 14:26:50 2020 +0200 help file update for expanded statistic gui commit 587c82a0fa95d285f6ef0cb9380a4f9712386677 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 22:13:59 2020 +0200 Fix array items commit ae9a611c9550c3f9182e9d860ac83ec4431295df Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 8 22:02:51 2020 +0200 fix award vs title bug commit cda9dc6b95493dc0564446a9bc076c9d9c9439e3 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 8 21:57:12 2020 +0200 fix typo commit 0e7d373e58a8736ed04612f2727150938ca7a120 Merge: 6b1cd40 cf3d0e6 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 21:44:48 2020 +0200 Merge branch 'DOK_filter' into DOK commit cf3d0e67dd5ae4981457d85806f72a968a1fb45b Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 8 21:33:48 2020 +0200 Fix reading of which DOKs to show For some reason it always read 0 it he code is at the old position. Reason unknown .... commit 6b1cd400f65ca2520ce8fce87f2597cce12246ea Author: OH1KH <oh1kh@sral.fi> Date: Mon Jun 8 21:55:41 2020 +0300 This makes dok visible in QSOBefore Grid. Does not fix 'Award'-'Title' (yet) commit 367a0fa22acbca3166e3b2da82978b2b2a14ccf7 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 23:44:02 2020 +0200 Make cmbBox readonly and save selection commit 9f78b2120ca5f5776aa30eba3d288e33e149197b Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun Jun 7 20:35:33 2020 +0200 dok filtering commit 0e8e0ba3703f9ac2ef272025c8a529bad39104a4 Merge: 3c68208 33873f6 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 13:48:18 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 3c6820843f9abdd1729ee9fa68728a82af2b0371 Author: phl0 <florian@florian-wolters.de> Date: Sun Jun 7 13:45:51 2020 +0200 Squashed commit of the following: commit 740e0f5d9c9af5dcb8eee47f6d61e0a68f993f91 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 17:03:57 2020 +0200 Align config item name commit 1669e548315990a998b526747840437d729b859a Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 16:02:34 2020 +0200 Make show station list work and also fix nasty off-by-one bug commit 0d74d1d43deb4fe3dff0a47469e587dc1b54e8c3 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 15:17:03 2020 +0200 Also show SDOKs in complete list commit 1421923cdda7cfebdc9e5f285582a37daca2b119 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 14:00:04 2020 +0200 Show DOK stats window only if dok and sdok.csv exist commit 3aa4c6ea34ba9aed8a607b437fcc50e6270c6840 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 13:15:32 2020 +0200 Fix conflicting MenuItem numbers due to Contest filter merge commit 9378853b507877e875b479475a9f4616aea94fa5 Merge: 0035d83 33873f6 Author: phl0 <florian@florian-wolters.de> Date: Tue Jun 2 13:03:11 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOKstat commit 0035d83ff15cbe07e3652e2190c5e3471811e3c2 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 1 21:08:20 2020 +0200 warn message when DOK files can not be loaded - DokArray with length = 0 is a problem for the RowCounter of the grid commit f02d234434fcfa36f425139de9822b34b3d50f1a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon Jun 1 20:38:09 2020 +0200 fix wrong initial setting for CheckDOKTabs commit 33873f6c645cdd8d7278ec2e3ddbd4a627455be2 Merge: ece0f99 5476dcf Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:47:44 2020 +0200 Merge pull request #288 from OH1KH/squash_sat_tab_keep Satellite and/or propagation clear commit ece0f996f4fc29228d9163871506ce4448eb61fd Merge: 99cba10 80b8546 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:46:49 2020 +0200 Merge pull request #287 from OH1KH/rbnband added 60M to RBNbands commit 99cba1041875ab04cb7c078e95e7f216be78e4ad Merge: ad59ac0 5725712 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:46:23 2020 +0200 Merge pull request #286 from OH1KH/freq_edit Numbers only does not work with QT5 in fChangeFreq commit ad59ac05b77ef2ca26bb16e4e8f5c93c8e544779 Merge: 4ce9bde bdd4a45 Author: Petr Hlozek <petr@ok2cqr.com> Date: Mon Jun 1 18:45:50 2020 +0200 Merge pull request #285 from phl0/contestFilter Contest filter commit 617a118868f4a50fc7a2012fbfd832957707e550 Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 1 14:22:36 2020 +0200 Add fDOKStat.pas to project files commit c58b97a607e14ac4a7d1345e97348ad938fda22d Author: phl0 <florian@florian-wolters.de> Date: Mon Jun 1 14:17:58 2020 +0200 Automatic download function for DOK data commit 3d84aa3093aad7984a0c3428423c76c180bf5f79 Merge: 873a51c 8d71190 Author: phl0 <florian@florian-wolters.de> Date: Sun May 31 16:29:30 2020 +0200 Merge branch 'DOK' into DOKstat commit 5476dcf1f4d2d6a52bf72d4e212cc090a9bd1b50 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 31 08:55:09 2020 +0300 Satellite and/or propagation clear Satellite and/or propagation selection is cleared only from clear-button (at tab) or band change. Either manual, CAT driven (change from rig knobs), wsjtx or fldigi-xmlrpc remotes. Having set propagation for example ES it was keeping there when logging qsos but as soon as one qso was cancelled (2xESC or new try with wsjtx) propagation was always cleared. Now it is not and I think it is better this way. You can not always get qso that you have started to log in. I do not work satellite qsos at the moment, but I believe that clearing satellite name has the same rules: only if band changes (then usually satellite changes too, I think). Fldigi-xmlrpc and wsjtx remote frequency conversion is cleaned a bit. Found interesting bug (cosmetic). If you have just one radio and the other is undefined then change from TRXControl radio buttons from radio to not defined radio causes NewQSO frequency column content to be copied to NewQSO mode column! Fixed. Squashed commit of the following: commit d368846148694c02264245d9f9d26f1c6df755b4 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 08:47:52 2020 +0300 Band change in fldigiXMLRPC and wsjtx clears satellite and propagation commit c5c1b38a14802d9744c3e2a1612b657cab8f2826 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 07:43:27 2020 +0300 Sat and Prop clears only from button or band change. Fix of (cosmetic) bug when radio change commit 80b8546ed5012fbac705b0bb45b25ca3477e569d Author: OH1KH <oh1kh@sral.fi> Date: Sun May 31 08:39:56 2020 +0300 added 60M to RBNbands commit 873a51c113e7a9671739412f1c474fe0dfd6141b Author: phl0 <florian@florian-wolters.de> Date: Fri May 29 00:35:36 2020 +0200 Fix some off-by-one mistakes commit 4081c079cdff676f1c626e65eaaf85ca8351d26c Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 23:41:43 2020 +0200 Make some nice DOK statistics commit 52d30a378c1c4bcebf2a6b8c99a44c7d8c1e0dcd Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 18:57:36 2020 +0200 Read DOKs from file (no SDOKs for now) commit 572571251d29e91706057551034669c4802364e7 Author: OH1KH <oh1kh@sral.fi> Date: Thu May 28 16:29:56 2020 +0300 Numbers only does not work with QT5 commit bdd4a45fa7f6baca3abadcea1c80dc49d9299f28 Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 14:11:08 2020 +0200 Add some documentation for contest filter function commit ed0c43542f145e889eea231f4ff630b201122487 Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 13:37:20 2020 +0200 Implement a filter function using worked contest names commit 9d2a4b3a28bf492a91a504816b6f3c1b7684508f Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 16:07:07 2020 +0200 Initital brainstorming for DOK statistics commit 905776017ba6ec747cb9f0812bcc9d954ea17b25 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 6 21:32:26 2020 +0200 minor corrections for dok help commit 8810faa21432fbafbd41cea6a381101e449d326c Author: OH1KH <oh1kh@sral.fi> Date: Sat Jun 6 18:49:28 2020 +0300 Some help fixes (not releted to DOK) commit 6f2b6dfa6bc558a6f6078e9591d04f9ac8d30f2a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat Jun 6 12:08:12 2020 +0200 adding some more information to dok help commit a5a92d8cdd02f2eb2318b2c54594939bfefaa1c8 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Fri Jun 5 18:01:15 2020 +0200 extend help with topic german dok commit 8d711903f5b896302eafd938289d97d34cf68426 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun May 31 10:40:41 2020 +0200 eliminated double occupancy of ALT-S commit e803a540cb0f6f754505ead7b2320087b849b18a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat May 30 20:57:11 2020 +0200 NewQSO and ADIF Import clean up dok field now - NewQSO and ADIF using regex to clean up dok field - bugfix changing from 6 to 12 characters in some routines - clean up of dead variables commit 3c699864f83a232a8d19419b79cc05a4b574c108 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 30 19:38:02 2020 +0300 Changed 'Only qsos with IOTA' to 'Only IOTA qsos' it is shorter. Added anchoring inside DOK group box (like in ohters) commit 007e0e60bc67e99e03cb640b4a3f8d3f828d7088 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sat May 30 09:41:33 2020 +0200 implement DOK in Filter GUI - new Field for DARC_DOK for filtering - sorting by DARC_DOK - group by DARC_DOK - save/load filter with DARC_DOK settings commit 87c3e6d953af4e99f2f676c268ceaaf25b1e7a0f Author: phl0 <florian@florian-wolters.de> Date: Thu May 28 08:08:38 2020 +0200 Make link relative and fix typo commit 3c20f33d92c200f5cdd8dbc56fa6b5c1e24a8646 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 27 21:11:04 2020 +0200 expand dok field from 6 to 12 characters, due to SDOK commit 3ac1d237cbe231a53db5e6d9d98bf8b070a1a9da Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 27 18:58:18 2020 +0200 improve help pages with missing key-shortcuts in NewQSO GUI commit 6795128793ad7f921c7e80cdb9c2ede40204abfa Merge: 2042bdc 4ce9bde Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 10:42:47 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 2042bdc259fcbc13a80195cb1db9027c825e57fb Author: phl0 <florian@florian-wolters.de> Date: Tue May 26 00:48:49 2020 +0200 Populate DOK field in DB from NewQSO window commit 717f22d911ae4cac07ecb7cbf82fb51097f3fd8a Author: Andreas Puschendorf <dl7oap@darc.de> Date: Mon May 25 22:34:55 2020 +0200 add DARC_DOK to GUI QSO List -add field to fMain -add field to fPreferences so user can choose if he want to see it commit 3faac6f5f4938604cf349cf2654c04501784919c Author: phl0 <florian@florian-wolters.de> Date: Mon May 25 09:36:58 2020 +0200 Put DOK field in the taborder if used commit 0689ebf456508cba3c53a4ad11578cf0c17268cf Merge: 6c96ce9 238b969 Author: phl0 <florian@florian-wolters.de> Date: Mon May 25 09:25:14 2020 +0200 Merge remote-tracking branch 'upstream/master' into DOK commit 6c96ce96ff4262a9e0fe9a0f8e0e072d259c9772 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Sun May 24 21:34:28 2020 +0200 clean code - sort keyboard shortcuts in function commit f197f9be3ecae9295f0fa9032f4303f78505abd9 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Fri May 22 13:12:51 2020 +0200 connect hamqth-api-dok-request to the gui dok field commit 06571ea870c610cc7058f9734fdfed5cb1a25c7a Author: OH1KH <oh1kh@sral.fi> Date: Fri May 22 13:30:08 2020 +0300 NewQSO: State turns DOK if German callsign entered. Can also be turned by click of 'State'/'DOK' label. DOK length 6 ok? (lost the mail where defined) commit 906e0061defe508746de1f3b860abd991aedc0f7 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Thu May 21 11:33:14 2020 +0200 using DOK from hamqth-api for prefilling commit 38ad436128fd072e3bf13386ccdc2039f404c7f1 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 20 20:25:09 2020 +0200 integration of DARC_DOK in ADIF import and ADIF/HTML export commit 59378fb46577e8d28d55874aada3daabc0262459 Author: Andreas Puschendorf <dl7oap@darc.de> Date: Wed May 20 18:51:54 2020 +0200 upgrade database and inserting field dok
2020-06-14 08:31:58 +00:00
callbooks but only access through the XML interface is supported. HamQTH has a free interface,
2016-04-18 16:52:11 +00:00
for QRZ.com you have to pay an annual fee.<br><br>
<img src="img/h1112.png"><br><br>
2016-04-18 16:52:11 +00:00
<a name=ch6><h2><strong>RBN support</strong></h2></a>
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 0564d15ecad92de1f96f99696b19028de4fcb97a Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 10:10:40 2020 +0300 Prefeences and help fix commit b6dbde096242ff80f6f5c046d9557096f5c3499b Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 09:17:11 2020 +0300 help file fixes commit a55e982edf1f908be5aeb342694a10de9677d260 Merge: a0428f7 a196f81 Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 08:35:39 2020 +0300 Merge branch 'master' into rbn_fix2 commit a0428f700caf132c4d6b1a43bd1c63de9c118136 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 5d7ed3ff10a1210134342cb0ce1b93425f5660fe Author: OH1KH <oh1kh@sral.fi> Date: Sat Apr 18 17:35:21 2020 +0300 Typo fix commit 9e1c4e0d77e94cd7514746b4d61ee0f0063b6532 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 07:24:24 +00:00
CQRLOG can receive spots from RBN and show them on the Gray line map or RBN monitor (text list). It's very nice to
see where your signal has been decoded especially when you are calling CQ on an empty band.
<br>RBN support settings for Grayline map is done at Preferences.
<br>Setup for RBN monitor (text display) is done at RBN montor (NewQSO/WINDOW/RBN monitor) with toolbuttons.
<br>See: <a href="./h31.html">Operation/RBN monitor</a>
<br><br>
2016-04-18 16:52:11 +00:00
<img src="img/h1114.png"><br><br>
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 0564d15ecad92de1f96f99696b19028de4fcb97a Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 10:10:40 2020 +0300 Prefeences and help fix commit b6dbde096242ff80f6f5c046d9557096f5c3499b Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 09:17:11 2020 +0300 help file fixes commit a55e982edf1f908be5aeb342694a10de9677d260 Merge: a0428f7 a196f81 Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 08:35:39 2020 +0300 Merge branch 'master' into rbn_fix2 commit a0428f700caf132c4d6b1a43bd1c63de9c118136 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 5d7ed3ff10a1210134342cb0ce1b93425f5660fe Author: OH1KH <oh1kh@sral.fi> Date: Sat Apr 18 17:35:21 2020 +0300 Typo fix commit 9e1c4e0d77e94cd7514746b4d61ee0f0063b6532 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 07:24:24 +00:00
<ul>
<li><strong>Login:</strong> - your user name to log in to RBN. It's usually your own callsign.</li>
<li><strong>Watch for:</strong> the callsign you are watching for, also usually your own callsign.
If you leave this field empty, every spot will be shown on the grayline map.</li>
<li><strong>Auto connect after start</strong> - check this option if you want to autoconnect
2016-04-18 16:52:11 +00:00
to RBN when the program starts, you won't have to worry about it and CQRLOG will do
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 0564d15ecad92de1f96f99696b19028de4fcb97a Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 10:10:40 2020 +0300 Prefeences and help fix commit b6dbde096242ff80f6f5c046d9557096f5c3499b Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 09:17:11 2020 +0300 help file fixes commit a55e982edf1f908be5aeb342694a10de9677d260 Merge: a0428f7 a196f81 Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 08:35:39 2020 +0300 Merge branch 'master' into rbn_fix2 commit a0428f700caf132c4d6b1a43bd1c63de9c118136 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 5d7ed3ff10a1210134342cb0ce1b93425f5660fe Author: OH1KH <oh1kh@sral.fi> Date: Sat Apr 18 17:35:21 2020 +0300 Typo fix commit 9e1c4e0d77e94cd7514746b4d61ee0f0063b6532 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 07:24:24 +00:00
it for you automatically.<br>This checkbox affects to <strong>both</strong> Grayline RBN and RBN monitor (text list) </li>
<li><strong>Signal strength</strong> How strong you are will be clear very quickly when you look
at the map with the dots in different colours. Which colour will be used can be set here.</li>
<li><strong>Delete old information after XX seconds</strong> The dots won't stay on the map forever.
2016-04-18 16:52:11 +00:00
180 seconds (3 minutes) is a good default value. Please note, it also depends on the band,
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 0564d15ecad92de1f96f99696b19028de4fcb97a Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 10:10:40 2020 +0300 Prefeences and help fix commit b6dbde096242ff80f6f5c046d9557096f5c3499b Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 09:17:11 2020 +0300 help file fixes commit a55e982edf1f908be5aeb342694a10de9677d260 Merge: a0428f7 a196f81 Author: OH1KH <oh1kh@sral.fi> Date: Mon Apr 20 08:35:39 2020 +0300 Merge branch 'master' into rbn_fix2 commit a0428f700caf132c4d6b1a43bd1c63de9c118136 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 5d7ed3ff10a1210134342cb0ce1b93425f5660fe Author: OH1KH <oh1kh@sral.fi> Date: Sat Apr 18 17:35:21 2020 +0300 Typo fix commit 9e1c4e0d77e94cd7514746b4d61ee0f0063b6532 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 07:24:24 +00:00
if you change band, dots will always be deleted. All data is band related.</li>
</ul><br>
2016-04-18 16:52:11 +00:00
<a name=ch7><h2><strong>Online log upload support</strong></h2></a>
CQRLOG supports online log upload to <a href="http://HamQTH.com">HamQTH</a>,
<a href="https://secure.clublog.org/loginform.php">ClubLog.org</a> and
<a href="http://hrdlog.net/">HRDLOG.net</a><br>
<img src="img/h1116.png"><br><br>
Both ClubLog and HamQTH need a username and password, Clublog also needs the email address
used when you registered. HRDLog.net needs only user name and the code you got by e-mail.
You can set different color for each service. This color will be used for status messages
which will inform you about upload progress.
2019-02-25 10:39:12 +00:00
<strong>Upload QSO data immediately after save, update or delete</strong> means that every
2016-04-18 16:52:11 +00:00
insert/update or delete will be uploaded automatically. But if you change something in
Added TX split support Added TX split support using XIT if rig supports it. (easier than using 2 vfos) Value 0 .. 9999Hz UP / DOWN Keys Ctrl+1 ... Ctrl+9 quick set XIT Key Ctrl+0 Disables XIT Key Ctrl+9 adds random value of 0 .. 990Hz (step 10Hz) to setting if splitting is UP Substracts if slpitting is DOWN Split keys work when NewQSO or TRXControl window is active Tested with Icom IC7300 Added help key Ctrl-H to "QSO list" Works now similar as "New QSO" Both "New QSO" and "QSO list" have also Alt-H as help key. "QSO list" key "F1" can now be used for other purposes. The help connection still exist in source. Fixed help files Help for split Shortcut keys Made all VK_keys now called as Ctrl-, Alt- There was a mixture of plus and minus signs (Ctrl+, Ctrl-) Squashed commit of the following: commit bb6b50f3f6cd0ba1c6aa9bdc23f4da687d3fa7d5 Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 27 10:30:31 2020 +0200 Small help fix and PR date to fVersion commit 2066b993bef52cf4d1268544eae5a5538e8c6d00 Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 27 10:19:40 2020 +0200 Added split keys to work also when trxcontrol window is active. Fixed some help files. commit 3cd43922e5d4ac0bd7f81cb1b0308a260e321aee Merge: 25ca1e0 b09e821 Author: OH1KH <oh1kh@sral.fi> Date: Tue Oct 27 09:27:34 2020 +0200 Merge branch 'qso_list_help_key' into split_with_xit commit 25ca1e07b81d0d377321ca3b38390b83aa2c2479 Author: OH1KH <oh1kh@sral.fi> Date: Mon Oct 26 18:55:36 2020 +0200 Button position fix commit e5ec98c443a2197f603aade6fc5d3beef4068cb3 Author: OH1KH <oh1kh@sral.fi> Date: Mon Oct 26 18:42:22 2020 +0200 Added TX split support Added TX split support using XIT if rig supports it. (easier than using 2 vfos) Value 0 .. 9999Hz UP / DOWN Keys Ctrl+1 ... Ctrl+9 quick set XIT Key Ctrl+0 Disables XIT Key Ctrl+9 adds random value of 0 .. 990Hz (step 10Hz) to setting if splitting is UP Substracts if slpitting is DOWN Fixed help files Tested with Icom IC7300 commit b09e821a72e1b90122c312ebc8340b38e3b574e6 Author: OH1KH <oh1kh@sral.fi> Date: Mon Oct 26 09:35:38 2020 +0200 Added help shorcut key Ctrl+H to 'QSO list'
2020-10-27 08:33:15 +00:00
QSO list window with hot keys e.g. Ctrl-S, Ctrl-W etc. and/or download data
2016-04-18 16:52:11 +00:00
from eQSL/LoTW, changes won't be uploaded. All will be uploaded after you save/delete QSO
or if you choose Online log and Upload to all online logs menu.<br>
2016-04-18 16:52:11 +00:00
<a name=ch8><h3>How to get it to work?</h3></a>
<ul>
<li>check if you have set correct username, password (email, Code)</li>
<li>export all data from the log to ADIF file</li>
<li>import this adif file to the website of online log you are going to use
(if you are using HamQTH, please wait untill the email about a successful import arrives)
</li>
2019-02-25 10:39:12 +00:00
<li>open QSO list window, click to <strong>Online log</strong> menu and choose
<strong>Mark QSO as uploaded to all logs</strong>, CQRLOG marks all QSO as uploaded
2016-04-18 16:52:11 +00:00
</li>
</ul>
That's all, Now if you insert/edit or delete a QSO, it will also be uploaded to the online log.
<br><br>
<strong>Close the "Status of log upload" window after successful upload</strong>
if you don't want to have Log upload status window visible, check this option and
windows will be closed after upload to online log is finished.
<br><br>
<strong>Ignore changes caused by LoTW/eQSL upload or download</strong> - every change of
a qso will cause a new upload to the online log database. Sometimes it can be useful to
have the opportunity to disable it when upload/download data to LoTW/eQSL. These changes
won't be logged and QSO won't be uploaded to any online log.
2013-03-15 20:13:08 +00:00
</div>
<p align=center><img src=img/line.png></p>
<br>
<table width="100%" border="0" cellpadding="2" cellspacing="2">
2016-04-18 16:52:11 +00:00
<tbody>
<tr>
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 732512331df249a1f0ad658dc3f4db37c4b760d0 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 1c95d4a7c1dc151467eb711d5547f7a9a4d77666 Author: OH1KH <oh1kh@sral.fi> Date: Fri Apr 3 09:46:44 2020 +0300 Global fix to Menu links of help files commit f1e9eefd3c614d181f956b274c95a791074149ce Author: OH1KH <oh1kh@sral.fi> Date: Thu Apr 2 14:31:19 2020 +0300 small fix commit eece2b92231ffb364017b1ee5cf796077f6bfc90 Author: OH1KH <oh1kh@sral.fi> Date: Thu Apr 2 14:19:25 2020 +0300 Band map freq, call widths adjustable. Help fixed commit 0c721185812c1d0430999f5e1781f3bd238e2287 Author: OH1KH <oh1kh@sral.fi> Date: Wed Apr 1 14:37:20 2020 +0300 bugfix freeandnil rbnthread on disconnect commit 35efb36dbb825b80f9f521ef3a1860ffd2c4674f 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 9d19c02be723570a8a60972d10a32b8d63506e6d Author: OH1KH <oh1kh@sral.fi> Date: Wed Apr 1 10:23:36 2020 +0300 Some fixes commit 4eeea7825d4db26a61c9281430c9037c9b37418e Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 19:06:50 2020 +0300 help fixes commit bd5ca1c0ea2b34701ff5e5c4a2ec7e0b7bed031f Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 18:47:18 2020 +0300 removed refresh from scroll commit a402ee1bb2ffac35e55d13239f90535ac50d9a44 Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 18:41:47 2020 +0300 changed lotw imp/exp statusmonitor scrolling commit 3277b7e09705ed7b019439d154c5e83b44e5e69d 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 a35177b2ea562a8bf7af0218267c2c1df026f47c Author: OH1KH <oh1kh@sral.fi> Date: Tue Mar 31 14:22:48 2020 +0300 help for RBN created commit 9dd5eba8f3034f75fe82619e7089b04ec9d578e8 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 10:46:06 +00:00
<td width="33%" align="center">[<a href="index.html" target="_top">Menu</a>]</td>
2016-04-18 16:52:11 +00:00
</tr>
</tbody>
</table>
2013-03-15 20:13:08 +00:00
<br>
This update planned to allow HamLib usage with radio2 selected (with it's port and address). As usual the work grows ... Thanks Martin, DL1MTG, for testing and comments! CW keyer: -Preferences CW interface: both radios can now have own type of keyer. -HamlibKeyer address/port is taken from selected radio -Keyer is reloaded with every change of radios, but if user sets both keyers to same type (and it is not HamLib) he can use checkbox to prevent reloading when radio is switched. Meaning he uses same physical keyer for both radios and does not want that radio switch (keyer reloading) sets CW speed always back to default. -K3NG keyer serial speed was stored to Word variable. That can carry only value up to 65535. Changed to dWord and now speed 115200 should be passed to serial port setup (no device to test that, but 115200 comes now ok up to ser.config()-line that it did not before). Help: -Preferences have now 2 help buttons. One gives help for currently selected tab, other opens help index. I think Lazarus help system has bug (or I can not use it!) but tab help keyword definitions in .lfm can never be used as ShowHelp checks parent and if found uses Parent.showhelp that seems to lead to upper level help keyword. -There is another problem because help system uses system default browser and Lazarus finds it using xdg-open (Linux system script to find registered viewer) xdg-open has property that drops away hashtag links pointing to website chapters if url "file:///" is in question. That is why user must define "real browser" at preferences/program to see hashtag linked help pages properly. (sad but seems to be true) -preferences/program Web browser setting has improved. Checks that browser name entered can be found. Reports if not found. If left empty, uses dmUtils.MyDefaultBrowser function that usually places xdg-open as browser. Click of browser name edit box offers file navigator to find browser binary (but direct typing is also possible, see help page) -when webbrowser is read from ini, default hardcoded 'firefox' is removed (all systems do not have it!) instead there is call to dmUtils.MyDefaultBrowser -some help pages are fixed and added. Other: -while doing debug with Lazrus IDE I found out that when cqrlog does get response Not Found for DXCC and qslmgr version number from http://ok2cqr it causes an error in version number StrToInt conversion. User does not see this as it is done inside try/finally/end, but while debugging it was so annoying last Sunday that I changed code so that if received data from web site includes "not found" it does not even try StrToInt conversion. -It seems to be freepascal(linux) property that when external child program is run from parent and it ends it leaves zombie PID hanging on until parent closes that cleans up all child zombies. These appears when external vievers, fldigi, wsjtx, scripts (voice, start, stop) etc. are run from cqrlog. Might not do any harm normally. Perhaps if cqrlog is running extreamly long time without closing. Squashed commit of the following: commit 6350ac2b6a6dae507320c08a5ee5f7a374398654 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 12 09:13:05 2020 +0300 Added own ports for radio2 winkey/cwdaemon and K3NG commit 23af6145c5d7aa4b7e3fd928e3853bc9a3ae0a40 Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:16:44 2020 +0300 Preferences: buttons: Help(tab), Help(idx) commit 71108698a53347feb8423febf075c739fb16877f Author: OH1KH <oh1kh@sral.fi> Date: Mon May 11 07:01:15 2020 +0300 some changes to user browser selection commit de3e0f326bf2dda3a5ea6531824dc12c9821d97a Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 18:59:29 2020 +0300 part external viewers update commit 80581a58633c26479bf98d6a71914214713585f8 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 17:46:29 2020 +0300 propagation help added commit cf11bfcd97d399645946287506cca2945aaff85c Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 13:04:16 2020 +0300 Finally working tab based help for preferences. Fixed bug 'invalid date format' if dxcc and qslmgr check fails because of ok2cqr web page fail 404 commit 53f5ceb41d365f955a9c270967f2554c61916626 Author: OH1KH <oh1kh@sral.fi> Date: Sun May 10 10:10:22 2020 +0300 User select keyer reset if same keryer for both rigs + help update commit c97761e14e2694a44f9a91515a54365c7c18bba7 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 17:49:31 2020 +0300 Some help fixes still commit f46e771f7e8a9de6e3acac16614e1817a0af9485 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 10:02:27 2020 +0300 removed unused variables commit ed90d7d660a5cfe7243abc7099fcae1f30075f60 Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:46:50 2020 +0300 Fixed K3NG keyer serial speed setting. Changed speed :word to :dword now accepts over 65535 speeds commit 0d89b6b4e9b3126564ca61247b2577db4a6f3bce Author: OH1KH <oh1kh@sral.fi> Date: Sat May 9 09:28:15 2020 +0300 Default browser selection fixes. Affects how help hashtags works in different systems. commit 3ad50cf0babc1ee888ef665fdb7bf67f6e9a8497 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:32:45 2020 +0300 help typo fix commit a4cd6ff58c01773329f0ae8173bf84602ead1ddf Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 12:31:39 2020 +0300 some help fixes commit 6111f3be6afa8ee8b81918758ddeb75d277683c4 Author: OH1KH <oh1kh@sral.fi> Date: Fri May 8 10:50:25 2020 +0300 Some bug fixes commit 36344f3748b1efef878f8ad6b0778e619527eb6c Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:41:53 2020 +0300 Removed pnlMain caption text/TRXCntrol commit e16dab0fe1e80779d90a04640bb3a077f7c40b1d Author: OH1KH <oh1kh@sral.fi> Date: Thu May 7 17:38:21 2020 +0300 help fixed now commit bdc08e74394a1ef77ecdbbffa70af890f7d7cbc4 Author: OH1KH <oh1kh@sral.fi> Date: Wed May 6 12:11:14 2020 +0300 Changed idea: both rigs have keyer selection at prefrences/CWinterface. Help fix commit d3ae6f3e56328894a8260f344b4346f546711a18 Author: OH1KH <oh1kh@sral.fi> Date: Tue May 5 10:39:08 2020 +0300 Hamlib CW follows rig if set in preferences. Rig switch resets cw interface if hamlib
2020-05-13 02:44:42 +00:00
<a name=ch9><h2><strong>Propagation</strong></h2></a>
<p><img src=img/propag.png></p><br><br>
Propagation setup lets you choose if the <strong>NewQSO/Window/Propagation</strong> show the propagation information either as an image, or text information. Source of the image variant can be selected from given web address.
<br>If text information is selected you can select what kind of information will be shown using check boxes.
<br><br></p>
<p align=center><img src=img/line.png></p>
<br>
<table width="100%" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td width="33%" align="center">[<a href="index.html" target="_top">Menu</a>]</td>
</tr>
</tbody>
</table>
<br>
2016-04-18 16:52:11 +00:00
</body>
</html>