Bug#1706: marked as done (QFont generated wrong by dlg [15:39,09.08.99])

Stephan Kulow owner at max.tat.physik.uni-tuebingen.de
Thu Aug 12 15:18:06 UTC 1999


Your message dated Thu, 12 Aug 1999 17:12:12 +0200
with message-id <99081217130700.09650 at ati13>
and subject line (no subject)
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 9 Aug 1999 13:45:05 +0000
>From jug at wsjug.sad.it Mon Aug  9 15:45:05 1999
Received: from janus2.sad.it ([192.106.213.194]:10766 "EHLO janus1.sad.it" ident: "NO-IDENT-SERVICE[2]") by max.tat.physik.uni-tuebingen.de with ESMTP id <749415-14476>; Mon, 9 Aug 1999 15:44:47 +0200
Received: from wsjug.sad.it (IDENT:root at wsjug.sad.it [192.106.213.144])
	by janus1.sad.it (8.9.3/8.9.3) with ESMTP id PAA15347
	for <submit at bugs.kde.org>; Mon, 9 Aug 1999 15:44:03 +0200
Received: (from jug at localhost)
	by wsjug.sad.it (8.9.3/8.8.7) id PAA12395
	for submit at bugs.kde.org; Mon, 9 Aug 1999 15:43:58 +0200
Date:	Mon, 9 Aug 1999 15:43:58 +0200
From:	Juergen Vigna <jug at sad.it>
Message-Id: <199908091343.PAA12395 at wsjug.sad.it>
To:	submit at bugs.kde.org
Subject: QFont generated wrong by dlg [15:39,09.08.99]
Return-Path: <jug at wsjug.sad.it>
X-Orcpt: rfc822;submit at bugs.kde.org
X-UIDL: 934206305.723759.14491


Package: kdevelop
Version: 1.0beta1
Severity: normal

Bugreport ID : 15:39,09.08.99

Originator	: Jürgen Vigna
E-Mail	: jug at sad.it

Subject : QFont generated wrong by dlg

Error Class	: software bug
Error Location: dialog editor
Priority	: high
Bug Description ---------------------------

The QFont code is outputed wrong when using "bold"
option. I give a patch for this in the bugfix entry of this
dialog :)

Hope this helps! REALLY GREAT PROGRAMM!

Thanks and ciao,

       Jürgen


How to repeat the error -------------------



Bugfix or Workaround ----------------------

--- kdlgpropertybase.cpp.old    Mon Aug  9 15:38:53 1999
+++ kdlgpropertybase.cpp        Mon Aug  9 15:30:42 1999
@@ -170,7 +170,7 @@
            contents += ", ";
            contents += QString().setNum(font.weight());
            if(font.italic())
-           contents += "true)";
+                contents += ",true";
            contents += ")";
            dumpPropCall(stream, methname, contents);
        }


System Information ------------------------

KDevelop version	: 1.0beta1
KDE version		: 1.1.1
QT version		: 1.44
OS/Distribution	: RedHat 6.0
Compiler		: egcs




More information about the KDevelop-devel mailing list