Version: SVN HEAD (using KDE 4.3.5) OS: Linux Installed from: openSUSE RPMs When the account and category view is initially displayed with all entries expanded, the balance of those accounts that have sub-accounts is wrong. In the expanded case, only their own balance w/o the balance of the sub-accounts should show up. Yet the amount shown is the one including the sub-accounts. Collapsing and expanding corrects the display for that single account.
SVN commit 1123747 by conet: BUG: 236602 Qt tricked us again, it seems that expanded(QModelIndex)/collapsed(QModelIndex) signals are emitted when expanding/collapsing one item at a time and there is no such signal as expandedAll/collapsedAll. So this is a workaround this issue. (Now I've only committed the implementation since Thomas was ahead of me on this). M +26 -6 kmymoneyaccounttreeview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1123747