Version: (using KDE 4.2.96) OS: Linux Installed from: SuSE RPMs In the settings i choose to sort my contacts by status, but after the next start of kopete (0.70.90) the contacts get sorted by name. To make it sort them in the wished way, i have to change the settings to sort the metacontacts by groups and uncheck this again. Here my wished settings: group sorting - name contact sorting - status use photos - yes borders - no rounded corners - no sort metacontacts by groups - no tree - no indend - no deactivate vertical scrollbar - no show identities - yes
It's still there in Kopete 0.80.2 on KDE 4.3.3
I cannot reproduce this with Kopete from KDE 4.3.4, it also could have been bug in Qt (I'm using Qt 4.6.0)
I'll wait for KDE SC 4.4 to see if it will be gone then. Now it's still annoying me ;)
The bug is still there in KDE SC 4.4 RC1 and Kopete 0.99.90. Also on other computers. I always have to go through the settings to see my contacts in the right order.
Could you show me screenshot?
Created attachment 40040 [details] Screenshot of wrong order at startup This is a screenshot with the wrong order at the startup of kopete
Created attachment 40041 [details] Screenshot with correct order This is a screenshot of the order how I want it to be
Christian could you send to kedgedev (at) gmail.com the .kde/share/config/kopeterc (if you have passwords in this file you may delete them), .kde/share/apps/kopete/contactlistmodel.xml and .kde/share/apps/kopete/contactlist.xml Thanks
I could send them to you in the afternoon. But I don't think that it has to do with the config files as this problem occurs on all my pcs, even at the first launch of kopete or after I have deleted the config files.
SVN commit 1078182 by rjarosz: Workaround Qt sorting bug, the sort will not work if all items in QSortFilterProxyModel are hidden on "startup". BUG: 199850 M +57 -1 contactlistproxymodel.cpp M +8 -0 contactlistproxymodel.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1078182
SVN commit 1078213 by rjarosz: Backport commit 1078182 Workaround Qt sorting bug, the sort will not work if all items in QSortFilterProxyModel are hidden on "startup". QTBUG-7537 CCBUG: 199850 M +57 -1 contactlistproxymodel.cpp M +8 -0 contactlistproxymodel.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1078213