xlog-discussion
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xlog-discussion] xlog-0.7 release candidate 1 !!


From: Joop Stakenborg
Subject: Re: [Xlog-discussion] xlog-0.7 release candidate 1 !!
Date: Fri, 11 Oct 2002 00:36:34 +0200

On Thu, 10 Oct 2002 23:52:16 +0200
Stephane Fillod <address@hidden> wrote:

> > > * RST?
> > >   The TX(RST) field in the QSO window sometimes reports "510", and no,
> > >   I'm not operating CW at that time. This simply happens when
> > >   rig_get_strength reports over S9.. Would it be possible to chech the
> > >   ceiling?
> > > 
> > 
> > Haven't seen this one. I will try to reproduce/fix it.
> 
> I'll try to give you some traces (like the value returned by get_strength).
> 

No worries, already found the bug.
Change line 274 of hamlib-utils.c from:
if (strength > 0) spoint = 9;
to:
if (strength >= 0) spoint = 9;

>  
> > > * dup checking
> > >   I don't see exactly how Dupe check works. It looks like it stops on
> > >   first callsign dupe found.
> > 
> > This means you only have one dupe in the log (same station worked on the
> > same band/mode)?
> 
> Sorry about that. I misunderstood the dialog box. Works fine.
> 
> BTW, how to you handle the band field being a frequency?
> 
> 16 avr 2002  1730  1740  F4SGU     145525000   FM    57 59         50      
> IN97GV
> 28 avr 2002  2000  2022  F4SGU     144315000   SSB   59 59         50      
> IN97GV  avec son 4CX250
> 27 jun 2002  2100  2124  F4SGU     144320000   SSB   59+ 59+
>                                    ^^^^^^^^^
> 

Ouh, forgot to include VHF/UHF band checking. I will have a look.
Is there a dot in the frequency field: 144.315000 ? I am checking up
to the dot to see which band the user is on....


> > > * hamlib.m4
> > >   before releasing xlog, I'd like to send you a patch to support non
> > >   standard installation of hamlib (ie. arbitrary install dir), 
> > >   including support for forthcoming pkg-config.
> > 
> > Okay, will wait for that.
> 
> Hopefully by sunday..

Fine with me. There is still a bit of work here, which will probably take
me into next week.

> 
> > > Let me know if you need help with the french translation.
> > 
> > Jean-Luc took the job.
> 
> stealth but effective. It would be interesting to know how many users of
> xlog there's out there.
> 
> > Me too. Liblogfile performs nicely!
> 
> I may add the kpsk Db logfile in next version.


That's would be great. We can support really big logs with db support.


> BTW, does anybody know what is the submit log format for EU-Sprint?
> I have it in xlog format (taken from paper log), and only one week left
> for submiting.
> Note: this week-end is CW round..
> 

Not a clue...

> 
> Cheers,
> Stephane
> 
> 

Cheerio,
Joop PA4TU




reply via email to

[Prev in Thread] Current Thread [Next in Thread]