"Misc" to the "Security" page.
- retitle security page "Security & Privacy Settings"
- swap the two tabs.
- retitle the former HTML tab "General"
- merge the two "HTML" groups.
- add QWhatsThis texts to all of the options.
- Change warning labels to refer the user to the What'sThis help.
svn path=/trunk/kdenetwork/kmail/; revision=99899
I tested downloading multiple times without problems. I don't know if this
is the problem reported just now on kmail@ or not, but please tell me if it
does fix it.
svn path=/trunk/kdenetwork/kmail/; revision=99656
- add some WordWrap to labels in the configure dialog to make it < 800 pixels
in width
- allow Enter to start a search in the Searchdialog
- don't leak memory in the Searchdialog
- don't reset the current combobox item (what do search) whenever the folder
is changed
svn path=/trunk/kdenetwork/kmail/; revision=99632
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
it is nice, if you try to fix bugs in KMail, but it would be even nicer,
if you wouldn't break compilation and I had to fix the bugs in your bugfix.
- t->setEncoding(QTextCoding::Latin1);
+ t->setEncoding(QTextStream::Latin1);
svn path=/trunk/kdenetwork/kmail/; revision=99199
RadioButtons and a nice QWhatsThis as I had 5 People in my LUG that did not
find the option to change it, hence this netscape-like approach. The pics
look a bit clumsy but should make clear what this option is all about :)
svn path=/trunk/kdenetwork/kmail/; revision=99144
Add List-Id to the preset list of headers.
Remove includes that were already commented out.
strcasecmp -> qstricmp in kmsearchpattern.cpp:finsInStrList()
svn path=/trunk/kdenetwork/kmail/; revision=99002
BTW: Accelerators are a nice thing, but please don't use the same accelerator
three times in the same context and use them only where they are really treated
as such.
svn path=/trunk/kdenetwork/kmail/; revision=98696
should use the right font in the popup now and popup completion is
fixed, too.
Identities are not completed yet.
svn path=/trunk/kdenetwork/kmail/; revision=98594
- Added tons of Accelerators (especially in the config dialog)
- Added corresponding setBuddy()'s where possible
Although I really tried to look hard, please check for eventual Accel
clashes (/me wants Qt Designer... )
There are still some Accels missing. I'd really like to urge you to add the
missing ones to catch up with the kde style guide. Any flames (merging errors,
etc.) go to danimo@kde.org.
No other functional changes.
svn path=/trunk/kdenetwork/kmail/; revision=98490
The POP3 slave and the POP3 implementation in KMail have been ported to
connection orientated mode for that.
svn path=/trunk/kdenetwork/kmail/; revision=98146