Bug 227098 - Currency selection dialog in New File Wizard does not show the currency list
Summary: Currency selection dialog in New File Wizard does not show the currency list
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: HI major
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-16 00:27 UTC by Alvaro Soliverez
Modified: 2010-02-18 03:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot with the problem (81.97 KB, image/png)
2010-02-16 00:29 UTC, Alvaro Soliverez
Details

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