Bug 217965

Summary: Missing labels in schedule editor
Product: [Applications] kmymoney Reporter: David Houlden <djhoulden>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Houlden 2009-12-09 10:46:12 UTC
Version:            (using KDE 4.3.3)
OS:                Linux

In the scheduled transaction editor dialog the labels are missing for the following fields.
Account
Memo
Amount
Status
Comment 1 Cristian OneČ› 2009-12-09 19:41:20 UTC
SVN commit 1060719 by conet:

BUG: 217965

Add the missing labels. On the KDE3 version it worked in another way. The cell text for the non-edit widgets were drawn even when in edit mode but that didn't caused a problem like on Qt4 where for the labels only the text is drawn if the autoFillBackground property is false (default). So instead of setting autoFillBackground to true to draw the whole area of the label add the missing labels and don't draw the cell text when we're in edit mode.

 M  +19 -8     dialogs/transactioneditor.cpp  
 M  +5 -1      widgets/transaction.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1060719
Comment 2 Cristian OneČ› 2009-12-09 21:26:56 UTC
SVN commit 1060761 by conet:

BUG: 217965

Second part of the fix for the investment transactions.
Add the missing labels. On the KDE3 version it worked in another way. The cell text for the non-edit widgets were drawn even when in edit mode but that didn't caused a problem like on Qt4 where for the labels only the text is drawn if the autoFillBackground property is false (default). So instead of setting autoFillBackground to true to draw the whole area of the label add the missing labels and don't draw the cell text when we're in edit mode.

 M  +27 -19    dialogs/investtransactioneditor.cpp  
 M  +5 -0      widgets/transaction.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1060761