Bug 233034

Summary: split transaction dialog error
Product: [Applications] kmymoney Reporter: Toan <nguyenthetoan>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Toan 2010-04-02 06:05:04 UTC
Version:           3.97_svn_latest (using KDE 4.4.1)
Compiler:          gcc 4.4.1 
OS:                Linux
Installed from:    Compiled From Sources

Hi,

Recently I updated my kmymoney4 to the latest svn 3.97.1-svn1110154 and
I have problem editting the split transaction. When I enter a ledger with split transaction, I click on the "Split" button (right of the Category Edit line). A dialog appears with only 3 buttons "OK" on the top left, "OK" and "Cancel" in the middle right. The rest of is empty. There is no list to enter each categories.

If you need a snapshot of the dialog, I can send you by email.

Toan
Comment 1 Alvaro Soliverez 2010-04-02 06:43:56 UTC
I can confirm, running SVN and KDE 4.4.2
Comment 2 Alvaro Soliverez 2010-04-02 07:34:14 UTC
SVN commit 1110161 by asoliverez:

Set the layout to the mainWidget of the KDialog.
Temporary fix. Will adapt to use KDialog standard buttons later.

BUG:233034

 M  +4 -1      ksplittransactiondlg.cpp  
 M  +10 -2     ksplittransactiondlgdecl.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1110161
Comment 3 Alvaro Soliverez 2010-04-02 18:15:23 UTC
SVN commit 1110260 by asoliverez:

Fixed the splits correction dialog and changed the splits dialog to use the standard KDE buttons

BUG:233085
BUG:233034

 M  +8 -72     ksplitcorrectiondlg.ui  
 M  +28 -22    ksplittransactiondlg.cpp  
 M  +0 -76     ksplittransactiondlgdecl.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1110260
Comment 4 Alvaro Soliverez 2010-04-02 19:15:45 UTC
SVN commit 1110288 by asoliverez:

Fixed typo in button text

BUG:233034

 M  +1 -1      ksplittransactiondlg.cpp  


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