Hi, Just a quick question this time. On DXCC Stats, I take it an X stands for ẃorked'but what does the L stand for? Logged?
Advanced Forum Search
Hi Petr
Is it possible to implement a pointer in the band map so that when you are scanning through the band with the VFO it indicates where you are in relation to any station listed?
Adam VK4IM
In the qso list there are not listed all qso but only until january 2010. In the old version 0.9.6 the contacts were listed all since the beginning, and this is better, for me.
Thanks cqrlog (the best electronic log).
Preferences-LoTWSupport
Here You can choose i.e green background color of the LoTW users.
This works in the DX-cluster window, but is not set in the BandMap window.
73 de Børge / LA4VGA
I have a DXbase table of about 5000 QSO's that I would like to import into CQRLOG. I've moved the data to a MySQL database that I could write a PHP script to populate the CQRLOG table if I know the field specification and user name and passwords.
I read that the CQRLOG uses a mySQL database. After it installed I couldn't find the table on the MySQL server. I don't know what user name or password is that it uses to connect to the database or where that configuration is installed.
Congratulations ! I use your software from version 6.04 (? I think)
Could you add the ability to export information to other printing labels? for example, the caller's name?
Thank you!
Geoffroy Thibaut, ON6GMT
The specs are now available:
http://www.iw1qlh.net/projects/hrdlog/
It would be great to be able to have data from cqrlog automatically be uploaded to hrdlog.net website and be able to take advantage of their QSL maps etc..
http://www.hrdlog.net/Map2.aspx?user=I7DFV
This may be a silly question, and if it is, forgive me but what is the purpose of TRX Control? I have it set up and sort of working but is it there to get you to a favourite freq and mode on a particular band?
I see my freq meter changing in sync with my rig as I swing the dial, but Id like to be able to control the rig from the software without having to touch the rig. Is that possible? Also if I hit the 80m button (for instance) it doesnt change my rig to that band with itś preset freq.
What gives?
Id like to be able to input two default values, one for BPSK at 3W and SSB and CW at 100W. Is this possible or do I have to choose one for all new qsoś.
If I group edit QSO's and set "lotw QSL sent" to "Y" the "lotw_qslsdate" is automatically set to date of today.
If I then use "edit detail" and change the date of "lotw_qslsdate" to ie "2011-06-30", the "lotw_qsls" is set to "X" and not "Y"
Edit detail:
update cqrlog_main set qsls_date= NULL,qslr_date= NULL,lotw_qslsdate='2011-06-30',lotw_qsls='X',lotw_qslrdate= NULL,lotw_qslr=NULL where id_cqrlog_main=568
Group edit:
update cqrlog_main set lotw_qsls='Y',lotw_qslsdate='2011-07-01' where id_cqrlog_main=568
Hi, it's me again!
Last night I tried to upload my June qso's to LoTW but got a TQSL error message "Name not found".
I have the LoTW software on my system and checked that the home qth details was correctly inserted in usr/bin/tqsl -d -l as mentioned in the instructions. I have checked that the tqsl file is in my home repository and it looks good to me. I have been using LoTW and my signature etc fb before, but not with this logging program. I think I have followed the instructions closely. Anything spring to mind what I am doing wrong?
Hi, Id like to know how I can do a bulk sort to change a particular field. I want to select all PSK31 and BPSK31 qsoś so I can change the power from the 100W default to 3W. I need to do this because I only use my qrp rig for PSK31 qsoś and want my log to reflect this accordingly. Is it possible without going through them all one by one.
Regards and thanks in advance,
Grant VK4JAZ
Hey there,
is it possible to include the wintest-shortkeys? For example 'Alt+L' for deleting the current QSO. I don't have a neophobia but the current short keys correlates with the KDE short keys :-)
thanks
73 de Andre, DL4UNY
Hi,
would be great to include also instructions for Debian users, as it's almost the same as Ubuntu and ppa is not a default tool in generic Debian. Instructions may look like:
0. work as root: sudo su -
1. add the line
deb http://ppa.launchpad.net/ok2cqr/ppa/ubuntu oneiric main
to /etc/apt/sources.list
2. add the gpg key to keyring: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 13CA184A
3. execute command apt-get update && apt-get install cqrlog
Hi, I am using TRX Control OK, except for the 80m band which stores the wrong freq as a default. I have successfully changed default frequencies on the other bands to the ones I prefer,and they all seem to work OK except for that on the 80m band. How can I fix this? If I go to the frequencies page and make the change, it accepts it OK, and when I return to it, it is still fine, except that if I hit the 80m button on the TRX Control screen, the freq it directs my rig (FT-450) to is incorrect. What do you suggest I do?
Hi,
I've installed today CQR with UBUNTU 10.64.
When I type anything in any field (even in the preference menu) all the typed characters are doubled.
When I use any word processor with UBUNTU, this problem does not appear;
Does someone experienced same problem?
Thanks for help.
On Fedora 15, compiling with these versions of Lazarus and Freepascal, I get the error below:
lazarus-0.9.30-1.fc15.x86_64
fpc-2.4.2-2.fc15.x86_64
Compiling ./mysql/mysql51conn.pas
100 141.728/144.032 Kb Used
200 141.883/144.192 Kb Used
300 142.123/144.480 Kb Used
mysqlconn.inc(323,5) Note: Local variable "esc_str" not used
mysqlconn.inc(334,5) Note: Local variable "esc_str" not used
400 142.711/144.992 Kb Used
mysqlconn.inc(417,3) Note: Local variable "ClientVerStr" is assigned but never used
500 143.080/145.376 Kb Used
600 143.313/145.664 Kb Used
On Fedora 15, trying to build cqrlog results in this error:
$ make
...
Error: Can't create object file: /usr/lib64/lazarus/components/printers/lib/x86_64-linux/gtk2/cupsdyn.o
TExternalToolList.Run Exception: Error: Can't create object file: /usr/lib64/lazarus/components/printers/lib/x86_64-linux/gtk2/cupsdyn.o
ERROR: tool reported error
make: *** [cqrlog] Error 2
$
A one line change to the Makefile, adding -d to the lazbuild options so it will not try to rebuild the dependencies, gets rid of that problem:
--- cqrlog-1.1.0/Makefile.orig 2011-06-25 10:57:44.384233006 -0400
For those who install the files manually, and want to save some time:
download i.e. "cqrlog_1.1.0_i386.tar.gz" and extract it
gunzip -c cqrlog_1.1.0_i386.tar.gz | tar xvf -
Goto the cqrlog_1.1.0_i386 -directory (cd cqrlog_1.1.0_i386) and run these commands
cp -rfp ./usr/bin/* /usr/bin
cp -rfp ./usr/share/applications/* /usr/share/applications
cp -rfp ./usr/share/cqrlog/* /usr/share/cqrlog
cp -rfp ./usr/share/icons/* /usr/share/icons
cp -rfp ./usr/share/man/man1/* /usr/share/man/man1
cp -rfp ./usr/share/pixmaps/* /usr/share/pixmaps
Hi, I am running version 1.1.0 and would like to change the order of information displayed in the view of QSOs window. How can I get the power column to be displayed after the mode column in the window? Currently my window shows data in this order: QSOdate, time on, callsign, freq, mode. I´d like power next. How can I do that?
Hello,
I have been searching, but not found, a simple newbie guide to configure the control rig via rpc.rid or rigctl daemons/applications.
My rig control works 100% A-OK with direct USB interface setting in both CQRLog and Fldigi, but not when using CQRLog in remote mode with fldigi (as both are using same interface).
Hi everybody,
I've been using the program for some 2 years now. I'm using Mint Isadora 64b. Last week I installed the last 1.0.2 version from Ubuntu 10.04 repository and upload my log from adif. Now I'm comparing the the last one with the 0.9.5, but I can't get any info about LoTW users. On the older version I can see them either on the cluster window (highlighted) and after clicking them, on the main one with the red "L". Instead, on the 1.0.2, I can't see any sign of it. Preferences are the same, in particular, I ticked "Show info in new QSO window..." in both LoTW support section.
About CQRLOG 1.0.2
Hi
there is a problem with the scrollbar. I can only scroll up and down. Is isn't possible to scroll on the left or on the right.
Maybe it is a problem of the new Unity from Ubuntu 11.04.
vy 73,
Klaus
PS: The automatic installer via synaptic is amazing. Many thanks
Id like to be able to tap into qrz.com when busy with a qso. Is there anything I need to do in order to do this? I get a message in the qrz box on the bottom right side of cqrlog screen that logging in is required for more info to be displayed. I seem to remember that qrz.com did change their particulars for linking in to logging programs. Any one remember or can tell me what I need to do?
Hi,
I now have cqrlog talking nicely with my rig. But the rig may be talking too much back! When I transmit (particularly cw) I get garbage being filled into the call box on cqrlog (if the curser is on that box). I have noticed that this is true for any box that the curser happens to be on at the time of the transmission. Only noticed it on the 17m band. Is this cause for a bug report or is it interference from the rig?
Recent comments