<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/kbarcode/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/kbarcode/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 17 Aug 2010 17:38:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/kbarcode/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>kbarcode4-light: hardcoded path</title><link>https://sourceforge.net/p/kbarcode/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In purepostscript.py, line 98, kbarcode-light is trying to open the file "/home/dominik/latest.ps". Some users don't have a /home/dominik directory :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 17 Aug 2010 17:38:48 -0000</pubDate><guid>https://sourceforge.nete6611c0df4a9ade7418a092ccb9d3e88dd650c8d</guid></item><item><title>Call to backend PDF417_encode buggy / outdated</title><link>https://sourceforge.net/p/kbarcode/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;With KBarcode 2.0.5 support for pdf417_encode (4.4 and 3.9) is buggy!&lt;br /&gt;
Settings made under 'Advanced' are not saved, default values seem to be sent to the backend.&lt;/p&gt;
&lt;p&gt;Also, the data and/or parameter format has changed in pdf417_encode since 3.9&lt;/p&gt;
&lt;p&gt;It is possible to compile pdf417_encode from current sources, reverting to the old 3.9 format. However, doing so is useless, unless you want to use the default settings.&lt;br /&gt;
You will need to install dependency-libs first:&lt;br /&gt;
libungif-dev&lt;br /&gt;
lib..x11...-dev&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 17 Aug 2007 13:23:36 -0000</pubDate><guid>https://sourceforge.net68cf6d4be07fc5906a22fc3a02bfe04e39f65ba7</guid></item><item><title>pdf417 barcode generation problem.</title><link>https://sourceforge.net/p/kbarcode/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In barcode generator, first pdf417 barcode generation&lt;br /&gt;
testing is successfull. but second attempt is not&lt;br /&gt;
successfull and console message says "Error: Input line&lt;br /&gt;
must begin with NC, TC, BC or MC"&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Furkan Duman&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 05 Apr 2006 13:55:17 -0000</pubDate><guid>https://sourceforge.netffb6954ac687c686885838176963290ac2a58557</guid></item><item><title>Encoding type combo box can't display locale characters</title><link>https://sourceforge.net/p/kbarcode/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In Barcode Generator form, "Encoding type" combo box&lt;br /&gt;
can't display locale characters correctly.&lt;/p&gt;
&lt;p&gt;For example Codabar's Turkish description text. In&lt;br /&gt;
turkish locale (and with translation) some special&lt;br /&gt;
turkish characters seem ? char.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Furkan Duman&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 05 Apr 2006 13:50:07 -0000</pubDate><guid>https://sourceforge.neteea701d3f17ce15f32aa1112bf86feb7ae1073a3</guid></item><item><title>build problem in tokenprovider.h</title><link>https://sourceforge.net/p/kbarcode/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Building kbarcode 1.8.0 under kde-cygwin 3.1.4 and g++&lt;br /&gt;
3.3.3.&lt;/p&gt;
&lt;p&gt;The TokenProvider class (tokenprovider.h) contains a&lt;br /&gt;
member, label_time_struct, which is of type struct tm.&lt;br /&gt;
The tm struct is defined in &amp;lt;time.h&amp;gt;, which is not&lt;br /&gt;
included by tokenprovider.h.  The tokenprovider.cpp&lt;br /&gt;
file compiles correctly because it includes &amp;lt;time.h&amp;gt;,&lt;br /&gt;
however commands.cpp does not and includes&lt;br /&gt;
tokenprovider.h via commands.h and mycanvasitem.&lt;/p&gt;
&lt;p&gt;That data member needs a complete definition of struct&lt;br /&gt;
tm, so &amp;lt;time.h&amp;gt; should be included in tokenprovider.h.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan Krueger</dc:creator><pubDate>Tue, 07 Sep 2004 20:01:37 -0000</pubDate><guid>https://sourceforge.net240f407cfca0abb9a0e86466e7624b29383f9dbe</guid></item><item><title>problem during build</title><link>https://sourceforge.net/p/kbarcode/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I just built kbarcode-1.5.5 on a debian box. Everything went smoothly except for one&lt;br /&gt;
item. The configuration did not recognize that kdelibs were installed. The problem is&lt;br /&gt;
that the check within configure involves the search for a string &amp;amp;quot;klineedit&amp;amp;quot; within a .cpp file built during the configuration. Apparently on some versions of kde the case has&lt;br /&gt;
changed for this string. Sometimes it appears as &amp;amp;quot;klineedit&amp;amp;quot; and sometimes as &amp;amp;quot;KLineEdit&amp;amp;quot;.  The solution is to change the check to be case insensitive. Here is the patch for configure.&lt;/p&gt;
&lt;p&gt;24084c24085&lt;br /&gt;
&amp;amp;lt;       if test -f actest.cpp &amp;amp;amp;&amp;amp;amp; grep -i klineedit actest.cpp &amp;amp;gt; /dev/null; then&lt;br /&gt;
---&lt;br /&gt;
&amp;amp;gt;       if test -f actest.cpp &amp;amp;amp;&amp;amp;amp; grep klineedit actest.cpp &amp;amp;gt; /dev/null; then&lt;/p&gt;
&lt;p&gt;This was required on a bleeding edge version using &lt;br /&gt;
#define KDE_VERSION_STRING &amp;amp;quot;3.1.93 (CVS &amp;amp;gt;= 20031028)&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;checked out of the cvs repository.&lt;/p&gt;
&lt;p&gt;Otherwise all went well. &lt;/p&gt;
&lt;p&gt;Phil Rasch (phil at supstitches.com)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 26 Nov 2003 13:30:50 -0000</pubDate><guid>https://sourceforge.net55d8d822b6271facb33609a55785d1c4d05f788e</guid></item><item><title>Generated files should not be in CVS</title><link>https://sourceforge.net/p/kbarcode/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the summary said it all&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 04 Nov 2003 00:04:20 -0000</pubDate><guid>https://sourceforge.net8a3ce51201e7ee24096cbae83611517208409847</guid></item></channel></rss>