Bug 227098

Summary: Currency selection dialog in New File Wizard does not show the currency list
Product: [Applications] kmymoney Reporter: Alvaro Soliverez <asoliverez>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: major CC: onet.cristian
Priority: HI    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot with the problem

Description Alvaro Soliverez 2010-02-16 00:27:58 UTC
Version:           3.96 (using KDE 4.4.0)
OS:                Linux
Installed from:    Archlinux Packages

The currency selection dialog does not show. A class declaration is probably.
Probably something to do with the new MVC combos, or similar.
Comment 1 Alvaro Soliverez 2010-02-16 00:29:06 UTC
Created attachment 40822 [details]
screenshot with the problem
Comment 2 Alvaro Soliverez 2010-02-16 01:16:22 UTC
It seems to be a refresh problem. If you click on the column header to reorder the list, the list then shows up correctly.
Comment 3 Cristian OneČ› 2010-02-16 07:52:45 UTC
(In reply to comment #2)
> It seems to be a refresh problem. If you click on the column header to reorder
> the list, the list then shows up correctly.

Also it seems to be a Qt 4.6 problem since on KDE 4.3 with Qt 4.5 it's not happening. I'm kind of getting the impression that we'll have problems like this with the old style widgets as they will be less supported by Qt.
Comment 4 Thomas Baumgart 2010-02-16 08:37:33 UTC
Don't know about Qt being the source. I don't see this happen with the combination of Qt: 4.6.1 and KDE: 4.3.5.
Comment 5 Alvaro Soliverez 2010-02-18 03:01:43 UTC
SVN commit 1092006 by asoliverez:

Ported the K3ListView to QTreeWidget.
The category and account selection combos in the transaction form have to be fixed too. All other lists seem to be ok for now.

BUG:227098

 M  +12 -13    newuserwizard/knewuserwizard.cpp  
 M  +18 -13    wizardpages/currency.cpp  
 M  +3 -3      wizardpages/currency.h  
 M  +17 -53    wizardpages/currencydecl.ui  


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