Bug 233034 - split transaction dialog error
Summary: split transaction dialog error
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 06:05 UTC by Toan
Modified: 2010-04-02 19:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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