[Kmymoney-devel] Re: Warning Messages

aga agander93 at gmail.com
Thu May 19 01:16:30 CEST 2011


On Wed, 18 May 2011 08:23:38 +0200
Thomas Baumgart <thb at net-bembel.de> wrote:

> Hi,
> 
> on Tuesday 10 May 2011 15:10:50 Thomas Baumgart wrote:
> 
> > Hi,
> > 
> > on Monday 09 May 2011 21:07:13 aga wrote:
> > > On Mon, 9 May 2011 20:13:36 +0200
> > > 
> > > Thomas Baumgart <thb at net-bembel.de> wrote:
> > > > Hi,
> > > > 
> > > > on Monday 09 May 2011 17:26:59 aga wrote:
> > > > > On Mon, 9 May 2011 16:09:56 +0100
> > > > > 
> > > > > aga <agander93 at gmail.com> wrote:
> > > > > > I've noticed that several messages appear on the console
> > > > > > when a 'Reinvest dividend' action is selected.
> > > > > > 
> > > > > > Unknown QLabel named 'fee-label'
> > > > > > Unknown QLabel named 'interest-label'
> > > > > > Unknown QLabel named 'shares-label'
> > > > > > Unknown QLabel named 'price-label'
> > > > > > Unknown QLabel named 'total-label'
> > > > > > 
> > > > > > I think they emanate from
> > > > > > InvestTransactionEditor::slotUpdateActivity. I've not
> > > > > > noticed them previously.
> > > > > > 
> > > > > > Allan
> > > > > 
> > > > > Also, on a 'Sell', some additional ones.
> > > > > 
> > > > > Unknown QLabel named 'fee-label'
> > > > > Unknown QLabel named 'interest-label'
> > > > > Unknown QLabel named 'interest-amount-label'
> > > > > Unknown QLabel named 'asset-label'
> > > > > Unknown QLabel named 'shares-label'
> > > > > Unknown QLabel named 'price-label'
> > > > > Unknown QLabel named 'total-label' .
> > > > 
> > > > Is this using SVN trunk? Which version of KDE?
> > > 
> > > Svn from about an hour ago - Version 4.5.90-svn1231035.
> > > KDE Development Platform 4.6.00 (4.6.0) "release 6".
> > > openSuse 11.4.
> > 
> > Cool, I have the same environment here. Will check when I find some
> > time, probably not today and tomorrow.
> 
> Hmm, though I have the same environment I cannot duplicate the
> problem. Can you check your build environment and see if you use some
> 'older' version of any of the installed files? It's the only thing I
> could think of atm that could cause s.th. like this.
> 

Just thought to check my Ubuntu PC, which is on 4.5.2, and the same
problem exists there.

I did a little debugging earlier.  The first time
InvestTransactionEditor::slotUpdateActivity is called, on creating a
new investment transaction, the labels are present.  Then, when I
select 'Buy', and it is entered again, the messages occur.  I couldn't
see them deleted anywhere.  Usually, when I do something like that,
it's because a second object has been created.

It's quite possible that I haven't noticed this previously because I've
not been running from the console when creating investment items.

Allan


More information about the KMyMoney-devel mailing list