Summary: | Contact order not saved correctly | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Christian Hartmann <chris-hartmann> |
Component: | Contact list | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screenshot of wrong order at startup
Screenshot with correct order |
Description
Christian Hartmann
2009-07-12 12:03:40 UTC
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 |