| Summary: | The contact list should remember my preferences | ||
|---|---|---|---|
| Product: | [Unmaintained] telepathy | Reporter: | Vishesh Handa <me> |
| Component: | contactlist | Assignee: | Martin Klapetek <mklapetek> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alinm.elena, kde-telepathy-bugs-null, kde, mklapetek, rohan |
| Priority: | NOR | ||
| Version First Reported In: | git-latest | ||
| Target Milestone: | 0.4.0 | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 232378 | ||
|
Description
Vishesh Handa
2011-07-06 18:02:09 UTC
*** Bug 271970 has been marked as a duplicate of this bug. *** *** Bug 275776 has been marked as a duplicate of this bug. *** *** Bug 273806 has been marked as a duplicate of this bug. *** Git commit 8bd313dc7cd41d57ad9ef9e7088aa178b5c45972 by Martin Klapetek. Committed on 13/07/2011 at 17:44. Pushed by mklapetek into branch 'master'. Save GUI config upon exit. BUG: 277216 REVIEW: 101915 Reviewed-by: Francesco Nwokeka M +24 -2 main-widget.cpp http://commits.kde.org/telepathy-contact-list/8bd313dc7cd41d57ad9ef9e7088aa178b5c45972 [12:01] <Sho_> d_ed: I've reopened the contacts list about half a dozen times during the last ~hour of testing and had to recheck the hide groups tool button every time
[12:01] <Sho_> at the same time it did however save my choice of the compact list style
[12:02] <Sho_> so i'm fairly certain the group hiding thigng is buggered :-)
if (guiConfigGroup.readEntry("use_groups", true)) {
onGroupContacts(true);
m_groupContactsAction->setChecked(true);
}
I'm willing to be the default setup is to show the groups - at which point this code needs an "else {onGroupContacts(false)" (or to rearrange some other code).
Git commit 0690f5c9a70b4730604222ccaf922e1f206730cc by Eike Hein. Committed on 20/07/2011 at 13:25. Pushed by hein into branch 'master'. Fix preferences load code. There was a logic error in there causing stored boolean preferences to only be applied when they were set to true, thus e.g. disabling groups wouldn't survive accross restarts. CCBUG:277216 M +10 -13 main-widget.cpp http://commits.kde.org/telepathy-contact-list/0690f5c9a70b4730604222ccaf922e1f206730cc Git commit 2d7dcdfc539276ccc0c407f184c7257008c3fda5 by Martin Klapetek. Committed on 02/10/2011 at 19:24. Pushed by mklapetek into branch 'master'. Save group's expanded state and restore it upon contact list reopening Reviewed-by: David Edmundson REVIEW: 102728 FEATURE: 282206 CCBUG: 277216 M +41 -0 main-widget.cpp M +1 -0 main-widget.h http://commits.kde.org/telepathy-contact-list/2d7dcdfc539276ccc0c407f184c7257008c3fda5 |