Espen Sand
9ba5e84fc9
Made the timer that delays the resize operation a part of the
...
26 years ago
George Staikos
35b3201201
Forward forwards all headers when all-headers is set.
...
svn path=/trunk/kdenetwork/kmail/; revision=49476
26 years ago
Espen Sand
e247a3e240
Setting QFrame::setLineWidth(0) on the foldertree, headerlist
...
26 years ago
Waldo Bastian
ec1f4e16f3
WABA: KURL cleanup
...
svn path=/trunk/kdenetwork/kmail/; revision=49389
26 years ago
Don Sanders
8cf6417ee8
Fixed nasty race condition to do with encryption caused by my last commit to kmreaderwin.cpp
...
svn path=/trunk/kdenetwork/kmail/; revision=49372
26 years ago
Don Sanders
85ba852060
Temporal domain optimisation.
...
svn path=/trunk/kdenetwork/kmail/; revision=49334
26 years ago
Espen Sand
38adcb95d1
Ok, I testing abit more with the resize operation of the html widget.
...
26 years ago
Espen Sand
01ba7dd035
Two modifications to make toplevel resize faster (and to feel
...
better IMHO).
1. I am using QSplitter::setResizeMode(..) on the mHorizPanner
so that the header section keeps its height when the toplevel is
resized.
2. The resize operation of the html widget is delayed by a QTimer.
with a delay of ~150 ms. If a resize event occurs when the timer is
activated it will be igored. This feels faster for the user.
svn path=/trunk/kdenetwork/kmail/; revision=48684
26 years ago
Don Sanders
d4b9db263d
Increased magic update delay from 100 to 150ms.
...
Applied patch from DN to workaround html widget quirk.
svn path=/trunk/kdenetwork/kmail/; revision=48276
26 years ago
Don Sanders
635f21ad7c
Patch from Daniel Naber to tidy up html. Not to sure about making the tags lowercase...
...
svn path=/trunk/kdenetwork/kmail/; revision=48128
26 years ago
Don Sanders
182ed2f1ec
Support folder specific settings for html mail and threaded messages.
...
svn path=/trunk/kdenetwork/kmail/; revision=47993
26 years ago
Don Sanders
6e521ee2db
A pleasing patch that makes ascii art look right (only when using a monospaced font of course).
...
HTML mail with long lines should still look right, ie it should still break where one expects it to.
svn path=/trunk/kdenetwork/kmail/; revision=47856
26 years ago
Don Sanders
0f2abe3f49
Added option to disable html mail.
...
Some people prefer plain text to html, some people would like html mail rendered in plain text using lynx (I haven't done that).
Lots of early adopters want to turn disable HTML mail as HTML mail (with img tags) keeps on crashing KMail (I don't think KMail is at fault, something is wrong somewhere in the libs).
svn path=/trunk/kdenetwork/kmail/; revision=47832
26 years ago
Espen Sand
e2f405067a
1) Added support for disabling some columns of the font selector in the
...
setting dialog when working with quoted fonts. NOTE: This uses a new
feature in KFontChooser (kdeui-kfontdialog) which I just comitted.
2) Quote colors can now be recylcled if nesting level > 3.
Controlled by a check box control in the color tab.
3) kmail now uses the splitted "URL link"/"New message" etc.
colors as selected in the settings dialog.
svn path=/trunk/kdenetwork/kmail/; revision=47349
26 years ago
Don Sanders
5b2f167a6d
Added bug to cancel out effects of another bug.
...
svn path=/trunk/kdenetwork/kmail/; revision=47190
26 years ago
Don Sanders
cde6dcaea7
Assume parts in multipart/digests are of content type text by default.
...
Work around KHTML slowness by judicious insertion of div tags.
svn path=/trunk/kdenetwork/kmail/; revision=47137
26 years ago
Espen Sand
be4050deac
Colorfied indenting for quoted text is now working.
...
26 years ago
Don Sanders
1d2082713b
Could have sworn that was a 100 not a 0.
...
svn path=/trunk/kdenetwork/kmail/; revision=45389
26 years ago
Don Sanders
be3831a800
A fixup for the temporal domain. For some reason the delay between when a listview item is selected and when the readerwin is updated (which was 20 milliseconds) was no longer high enough to prevent the interface from stutttering when the next message key was held down. (Which was quite annoying).
...
I updated it to 100 milliseconds, but it's basically black magic.
Also played around a tiny bit just for fun.
svn path=/trunk/kdenetwork/kmail/; revision=45388
26 years ago
David Faure
3be7df9eb7
KFileOpenWithHandler stuff, using exists(). Then realised krn doesn't compile :)
...
svn path=/trunk/kdenetwork/kmail/; revision=44923
26 years ago
Sven Radej
fac60aa6e9
sven: fix call to setFontsizes
...
svn path=/trunk/kdenetwork/kmail/; revision=44751
26 years ago
Espen Sand
de50f7a1dd
Added support for quoted text colors and fonts in the
...
26 years ago
Sven Radej
fd968c341e
sven: Removed old signal-driven IPC and introduced DCOP interface. New
...
class KMKernel holds all previously static objects.
svn path=/trunk/kdenetwork/kmail/; revision=44623
26 years ago
Simon Hausmann
2506fdb2fd
- new fontsizes API in khtml_part
...
svn path=/trunk/kdenetwork/kmail/; revision=44544
26 years ago
Don Sanders
00e36399e4
Hack to prevent segfault on exit
...
Tried to get custom font sizes working again but failed
Another fix for DnD
svn path=/trunk/kdenetwork/kmail/; revision=44402
26 years ago
Lars Knoll
3986a29eee
this should make the popupMenu work again.
...
svn path=/trunk/kdenetwork/kmail/; revision=43886
26 years ago
Simon Hausmann
b7d780b966
- initial port to KHTMLPart
...
(Lars -- it's strange.. When selecting a new message I have to resize
the window to display the message correctly? :) (the strange thing is
that it works in konqueror...)
svn path=/trunk/kdenetwork/kmail/; revision=42493
26 years ago
Don Sanders
8f1dd985ec
Merging in some of the background mail checking stuff. The new experimental
...
pop account type won't work until I check in an updated pop3 kioslave
(which won't be for a few more days at least). But everything should still
compile and run fine(ish) anyway.
Email me sanders@kde.org cc'ing the kmail list if something is screwed.
svn path=/trunk/kdenetwork/kmail/; revision=42010
26 years ago
Michael Koch
e358aa1592
ported to new kfile
...
svn path=/trunk/kdenetwork/kmail/; revision=41598
26 years ago
Don Sanders
f4752da6c8
Updated flicker reduction code to compensate for Waldo's changes.
...
(Eliminate flicker when switching folders)
svn path=/trunk/kdenetwork/kmail/; revision=39209
27 years ago
Don Sanders
fb1b217726
Removed work around for right clicking on attachments not working. As it works now.
...
svn path=/trunk/kdenetwork/kmail/; revision=37130
27 years ago
Don Sanders
c73b3f085d
Really ugly (temporary) hack to work around khtml rmb popups not working.
...
Sorry.
svn path=/trunk/kdenetwork/kmail/; revision=35913
27 years ago
Don Sanders
4bc762264f
Eliminated flicker when changing folders.
...
Ignore .directory files.
Respect colors when deleting last message in folder.
svn path=/trunk/kdenetwork/kmail/; revision=35576
27 years ago
Don Sanders
dd1f74a6bb
Set background/foreground/link colors as body tag attributes.
...
Better handling of single part html mail.
In composer support undo/redo and new qmultilinedit word wrap.
Trying to debug access function in kmfolder.cpp.
svn path=/trunk/kdenetwork/kmail/; revision=35098
27 years ago
David Faure
1bb9dda8ab
CVS_SILENT removed duplicate headers - difficult one because of #ifdef KRN
...
svn path=/trunk/kdenetwork/kmail/; revision=34851
27 years ago
Dirk Mueller
f178b9045b
Qt compat's, die!
...
svn path=/trunk/kdenetwork/kmail/; revision=33864
27 years ago
Don Sanders
184a616140
Minor updates. (Suppress warnings)
...
svn path=/trunk/kdenetwork/kmail/; revision=33207
27 years ago
Don Sanders
b3075eceb3
The Merge. QT 2.1 (cvs) now required.
...
svn path=/trunk/kdenetwork/kmail/; revision=33018
27 years ago
Lars Knoll
2b7d9bf7a7
some more fixes
...
svn path=/trunk/kdenetwork/kmail/; revision=30739
27 years ago
Lars Knoll
8d364b2122
make kmail work again with the new html widget
...
svn path=/trunk/kdenetwork/kmail/; revision=30728
27 years ago
Kalle Dalheimer
e6ba799997
The dreaded library cleanup: getConfig() -> config() and friends (see separate mail)
...
svn path=/trunk/kdeutils/knotes/; revision=30349
27 years ago
Don Sanders
241841eb6b
Changes to kstddirs.h broke "Sven's save attachments" (again).
...
At least it starts now.
svn path=/trunk/kdenetwork/kmail/; revision=28652
27 years ago
Waldo Bastian
08fbf59e69
WABA: Replaced sprintf with .arg()
...
svn path=/trunk/kdenetwork/kmail/; revision=27458
27 years ago
Stephan Kulow
7647e08fc0
fixing small things and void krn and ktalkd as they have heavy problems
...
so far (ktalkd with am_edit ;(
svn path=/trunk/kdenetwork/kmail/; revision=27079
27 years ago
Stephan Kulow
3782ba3053
making it compile again. Kmail I will have to take out ;(
...
svn path=/trunk/kdenetwork/kmail/; revision=26363
27 years ago
Stephan Kulow
9408b3fa6e
some more KDE2 changes. Some left. I'm neither a XDND or QSplitter expert :)
...
svn path=/trunk/kdenetwork/kmail/; revision=26078
27 years ago
Lars Knoll
8e4198aaf6
disabled kmails error handler. Caused an infinite loop.
...
changes for new khtml
now kmail's gui comes up again, but displaying messages is still broken :-(
svn path=/trunk/kdenetwork/kmail/; revision=23320
27 years ago
Don Sanders
feaabb0210
Synchronized with KMail 1.0.24 in 1.1 branch. Approximately 14 weeks of updates have been merged.
...
svn path=/trunk/kdenetwork/kmail/; revision=23044
27 years ago
David Faure
1ae6ffb365
kfmclient -> new KRun
...
svn path=/trunk/kdenetwork/kmail/; revision=22613
27 years ago
Warwick Allison
7b817a82a2
Update for some Qt QString changes.
...
svn path=/trunk/kdenetwork/kmail/; revision=20849
27 years ago