Summary: | Column headers cannot be restored if all are hidden | ||
---|---|---|---|
Product: | [Applications] akregator | Reporter: | Jonathan Marten <jjm> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bluedzins, jjm, kdebugs.20.orzelf, m.wege, matija, osterfeld, squan, tommclernon, yodayado |
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jonathan Marten
2009-02-19 18:46:07 UTC
i have the same problem here. Is there any way to get the header back.. ????? even by modifying some config file by hand ? Another related problem:
I moved the date column to the very left. Then while selecting other feeds from the feed list the column disappeared (could be that more column reordering actions and a restart of the application is necessary to trigger that problem).
> Is there any way to get the header back.. ??
Yes, just delete the "ArticleListFeedHeaders=" and similar lines from akregatorrc and restart (the application :)).
By the way, these lines look suspicious, e.g.
SubscriptionListHeaders=AAAA/wAAAAAAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAADAQAAAQAAAAAAAAAAAAAAAGT/////AAAAgQAAAAAAAAABAAABLAAAAAMAAAAA
I doubt that this is a valid value.
Possibly KDE4 has a problem with it configuration system.
While their is a workaround for getting headers back, it should not be possible to hide _all_ columns in the first place.
Should be a one liner to fix that.
@ comment#2: No, there isn't a problem - the values seen in the configuration file are as expected. This is the Base64 encoding of the header state, from QHeaderView::saveState(). > Should be a one liner to fix that.
I don't think there is an one-liner to prevent people from resizing columns to zero. But it would be possible for the menu, yes.
SVN commit 990009 by otrichet: Ensure that at least one column is always visible BUG: 184960 M +19 -1 articlelistview.cpp M +9 -1 subscriptionlistview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=990009 *** Bug 201720 has been marked as a duplicate of this bug. *** |