Created attachment 61603 [details] What happens after I clicked on "View all" Version: 1.6.6 (using KDE 4.6.4) OS: Linux Hi, I usually use akregator with only unread articles displayed for a feed. If I change the combo from "Unread" to "All" so that I can read again older articles, they aren't displayed sorted (I sort them by date, most recent first). I think that the slotActivateSearch() method (which is launched when searchCombo is modified) does not work properly when d->searchText is empty or does not trigger the filterproxymodel as it should. Reproducible: Always Steps to Reproduce: - select to view only unread articles in a feed - sort them by date - mark all of the articles as read - select to view all the articles Actual Results: articles are no more sorted by date Expected Results: they should still be sorted by date as the columns selection tells
Created attachment 61604 [details] This is how the feed is before I change from "Unread" to "All". For both screenshots, look at the Date column: in the capture-2.png file articles should be presented most recent first, but instead they are in random order.
*** This bug has been marked as a duplicate of bug 247473 ***