- extend the interface of the class to simplify it's handling
- partial port of existing kmail code to use the new class
svn path=/trunk/KDE/kdepim/; revision=474940
Fix at least one of the reasons for the infamous "suddenly the
headers list is empty", also known as the "QGArray::at: Absolute index
n out of range" issue, by making sure that the quick search is only
updated after a new list view item has been completed added, not right
after the KListViewItem ctor, where we don't have valid folder index
entries in the header list items yet, which the status quick search needs.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=382067
Fix at least one of the reasons for the infamous "suddenly the
headers list is empty", also known as the "QGArray::at: Absolute index
n out of range" issue, by making sure that the quick search is only
updated after a new list view item has been completed added, not right
after the KListViewItem ctor, where we don't have valid folder index
entries in the header list items yet, which the status quick search needs.
svn path=/branches/proko2/kdepim/; revision=382046
headers list is empty", also known as the "QGArray::at: Absolute index
n out of range" issue, by making sure that the quick search is only
updated after a new list view item has been completed added, not right
after the KListViewItem ctor, where we don't have valid folder index
entries in the header list items yet, which the status quick search needs.
CCMAIL: bastian@kde.org
svn path=/trunk/kdepim/; revision=380578
adds the status icon next to the status string in the search/filter/quick
search dropdowns and fixes capitalization as well. Thanks, dude.
svn path=/trunk/kdepim/; revision=344502
-> imap account
-> pop account
Select a specific attribute into headerlistquisearch
and switch to a "pop folder" (after that we receive an email)
=> kmail crashed :(
There is again some :
"QGArray::at: Absolute index 568437760 out of range
QGArray::at: Absolute index 656384256 out of range
QGArray::at: Absolute index 18874852 out of range
QGArray::at: Absolute index 26476804 out of range
QGArray::at: Absolute index 648336992 out of range
QGArray::at: Absolute index 21233872 out of range
QGArray::at: Absolute index 26477012 out of range
QGArray::at: Absolute index 18612512 out of range
QGArray::at: Absolute index 649905632 out of range
kmail: header_creation == 336(1)
"
I didn't again found bug :(
svn path=/trunk/kdepim/; revision=311029
when we change combobox item, signal 'slotStatusChanged(const QString &);'
is not called
=> list was not refreshed
svn path=/trunk/kdepim/; revision=303890
and make it actually work. The string based quick search and status selection
are now cummulative, which means the status is an additional constraint on
the text based search and vice versa.
svn path=/trunk/kdepim/; revision=296930