stop processing here;
Make KMFilterMgr use iterators instead of first() and next();
Remove the current QToolTips from the filter dialog. They are overloaded.
I made QWhatsThis texts and slim QToolTips instead.
svn path=/trunk/kdenetwork/kmail/; revision=99624
Fix for bug where the selected item in the filter
list would "walk out" of the viewport by
repeatedly clicking "up" or "down"
svn path=/trunk/kdenetwork/kmail/; revision=99295
fixes the problem, that the filter settings are currently not
saved if all filters are removed.
- -- void KMFilterDlg::slotBtnOk()
{
- if (mFilter)
- {
- applyFilterChanges();
- kernel->filterMgr()->writeConfig();
- }
+ if (mFilter) applyFilterChanges();
+ kernel->filterMgr()->writeConfig();
KMFilterDlgInherited::close();
}
svn path=/trunk/kdenetwork/kmail/; revision=63204
even when cancel was pressed (or the dialog was closed).
I fixed these but changes still take effect immediately rather than
only when the user selects ok (which saves the changes to the config
file so that they are made permanent)
svn path=/trunk/kdenetwork/kmail/; revision=56104
a QList< KMFolder >*, should improve event safety (eg maybe KMail won't crash if you delete the folder currenty being searched, assuming it could before).
svn path=/trunk/kdenetwork/kmail/; revision=55182
dialog.
* The filter dialog is now created only once.
Earlier it was created every time it was opened
but it was never deledted. I have prepared for
using a toplevel widget as parent, but it cant
be used as long as the dialog is modeless and
all top levels share one dialog.
svn path=/trunk/kdenetwork/kmail/; revision=50205
I think some of those QListBox signal bugs finally got fixed! (I never bothered to report any of them)
svn path=/trunk/kdenetwork/kmail/; revision=47471
drag&drop of messages is therefore broken.
* Added support for subdirectories in ~/Mail -> hierarchical
folders!
* Changed ancient folder edit/create dialog to something
more useful.
svn path=/trunk/kdenetwork/kmail/; revision=30538
No more infinite recursion when an item is clicked.
Proper resizing behaviour.
Widgets are disabled when they can't be used.
Filter name is updated as filter settings are modified.
Changes aren't lost when up/down is pressed.
svn path=/trunk/kdenetwork/kmail/; revision=29122
Now it is possible to have more folders than the screen
is high and still select them in the filter dialog.
* Filter Dialog: changed folder combo box to (semi) auto
resize. Changed layout of dialog to better display all
elements. Also enabled vertical resizing of dialog.
svn path=/trunk/kdenetwork/kmail/; revision=15743