Re: [Xlog-discussion] New Xlog documentation in progress

2013-01-09 Thread Thomas Beierlein
Hi Chris,

Am Wed, 9 Jan 2013 14:29:35 -0600
schrieb Chris Story ke6...@gmail.com:

  
  CQTU??  SPTU??  what is it for?? how is this sent?
  
  file:///usr/local/share/doc/xlog/manual/node22.html
  
  file:///usr/local/share/doc/xlog/manual/node23.html
  
  I imagine the above are hard coded somewhere in the source.
 
 ok, i saw that, i was wondering what they meant...
 
 
Looking from TLF's point of view we have CQ_TU_MSG and S_P_TU_MSG.
Looks like the background is contesting where you have different TU
messages if you are in 'Run' mode (CQ) or if you do 'SearchPounce' SP.


Nice to see Xlog continuing.

73, de Tom DL1JBE.

-- 
Do what is needful!
Ursula LeGuin: Earthsea
--


___
Xlog-discussion mailing list
Xlog-discussion@nongnu.org
https://lists.nongnu.org/mailman/listinfo/xlog-discussion


Re: [Xlog-discussion] xlog 2.0.6beta2 is released

2013-02-20 Thread Thomas Beierlein
Am Mon, 18 Feb 2013 01:29:03 -0500
schrieb Andy Stewart andystew...@comcast.net:

 On 02/17/2013 11:40 PM, Andy Stewart wrote:
 
  HI Everybody,
 
  xlog 2.0.6beta2 has been released.
 
 ...and just as quickly, I put beta3 out there since I found a last 
 minute bug that I didn't like.  I took beta2 down to avoid any
 confusion.
 
 Andy
 

Hi Andy,

great work.

Compiles and works without problems here on Gentoo linux.

Tom DL1JBE

-- 
Do what is needful!
Ursula LeGuin: Earthsea
--


___
Xlog-discussion mailing list
Xlog-discussion@nongnu.org
https://lists.nongnu.org/mailman/listinfo/xlog-discussion


[Xlog-discussion] Wrong frequency when importing cabrillo file

2013-05-23 Thread Thomas Beierlein
Hi Andy,

there seems to be a problem in xlog-2.0.7 in reading the accurate
frequency from a cabrillo file. E.g. if the frequency is 7007 in
cabrillo it is read in as 7.7 Mc into the log.

The attached patch fixes that.

73, de Tom DL1JBE.

-- 
Do what is needful!
Ursula LeGuin: Earthsea
--

--- src/logfile/cabrillo3.c.old	2013-05-23 15:27:32.0 +0200
+++ src/logfile/cabrillo3.c	2013-05-23 15:27:40.0 +0200
@@ -341,7 +341,7 @@
 			g_strdup_printf (%d, khz/1000);
 	else
 		q[cabrillo_fields[i]] =
-			g_strdup_printf (%d.%d, khz/1000, khz%1000);
+			g_strdup_printf (%d.%03d, khz/1000, khz%1000);
 }
 else
 {
___
Xlog-discussion mailing list
Xlog-discussion@nongnu.org
https://lists.nongnu.org/mailman/listinfo/xlog-discussion


[Xlog-discussion] broken PNG-files in xlog-2.0.13 and 2.0.14

2017-01-26 Thread Thomas Beierlein
Hi Andy,

I am maintaining the xlog package in gentoo linux. Our packaging system
has some QA warnings for the above mentioned packages:


 * QA Notice: broken .png files
   found:   

 * 
/var/tmp/portage/media-radio/xlog-2.0.14/image/usr/share/doc/xlog-2.0.14/manual/output/html/xlog-editbox.png:
 
broken IDAT window length
 * 
/var/tmp/portage/media-radio/xlog-2.0.14/image/usr/share/doc/xlog-2.0.14/manual/output/html/xlog-dropdown.png:
 
broken IDAT window length   
 * 
/var/tmp/portage/media-radio/xlog-2.0.14/image/usr/share/doc/xlog-2.0.14/manual/output/html/xlog-clock.png:
broken IDAT window length

Maybe you can have a look and fix it in next version (try 'pngfix' for
it).

73, de Tom DL1JBE
-- 
"Do what is needful!"
Ursula LeGuin: Earthsea
--


___
Xlog-discussion mailing list
Xlog-discussion@nongnu.org
https://lists.nongnu.org/mailman/listinfo/xlog-discussion