Summary: | POP Filter dialog: apply choice to all messages | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Michael Schuerig <michael> |
Component: | filtering | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bugzilla, giulio, gschintgen |
Priority: | NOR | ||
Version: | 1.6 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michael Schuerig
2004-02-20 12:00:34 UTC
Just for information, bug 63845 is similar to this one. (Selecting multiple messages at once.) *** Bug 90460 has been marked as a duplicate of this bug. *** *** Bug 133763 has been marked as a duplicate of this bug. *** SVN commit 758637 by tmcguire: Work on the POP filter confirmation dialog: - Port from K3ListView to QTreeWidget - Fix layout - Get rid of hardcoded-with-code icons and radiobuttons. Instead, use real radiobuttons and real icons (the icons don't exist yet, but I already added it to the oxygen wiki page) - Make the help button work again - Fix coding style - More API documentation - Make it possible to change the action of multiple items, either with the right/left keys, by clicking the header or by clicking the radiobutton - Fix incorrect sorting The radiobuttons are a bit flickery, but that seems to be a Qt problem with setItemWidget(). Also, change KMail's year to 2008. BUG: 119458 FEATURE: 63845 FEATURE: 75707 M +1 -1 aboutdata.cpp M +3 -1 kmatmlistview.cpp M +1 -1 kmfilter.h M +3 -1 kmfilterdlg.h M +331 -336 kmpopfiltercnfrmdlg.cpp M +107 -43 kmpopfiltercnfrmdlg.h M +20 -26 kmpopheaders.cpp M +19 -19 kmpopheaders.h M +4 -3 popaccount.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=758637 |