|
about
|
datadir replacement
|
23 years ago |
|
interfaces
|
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
|
23 years ago |
|
pics
|
More unification
|
23 years ago |
|
profiles
|
from kroupware_branch: [MDN] options added to profiles
|
24 years ago |
|
ChangeLog
|
speling fixes
|
23 years ago |
|
DESIGN
|
Change
|
23 years ago |
|
KMail.desktop
|
Add new dcop service, so the imap resource can start kmail to store its
|
23 years ago |
|
Makefile.am
|
"one ring to bind them all"
|
23 years ago |
|
TODO
|
Remove completed items, seems Till implements several of my TODO items.
|
23 years ago |
|
aboutdata.cpp
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
aboutdata.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
accountdialog.cpp
|
Fix #65016
|
23 years ago |
|
accountdialog.h
|
Set a composed message as complete, this fixes bug 60003 (thanks for the hint Till :-))
|
23 years ago |
|
adddirectoryservicedialog.ui
|
fix layouts
|
23 years ago |
|
adddirectoryservicedialogimpl.cpp
|
s/qlineedit/klineedit/
|
23 years ago |
|
adddirectoryservicedialogimpl.h
|
…
|
|
|
attachmentlistview.cpp
|
Change
|
23 years ago |
|
attachmentlistview.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
attachmentstrategy.cpp
|
Implement more of the smart attachment strategy in SmartAttachmentStrategy, namely the special text/* handling found in ObjectTreeParser::processTextPlainSubtype()
|
23 years ago |
|
attachmentstrategy.h
|
Add a Display enum (None(hidden),AsIcon,Inline) and a method defaultDisplay() that determines that default attachemtn display style for a given partNode. To be used in the objecttreeparser to get rid if if () else if () else if () else if () ...
|
23 years ago |
|
bodypartformatter.cpp
|
Move multipart/* handling to the BodyPartFormatter framework:
|
23 years ago |
|
bodypartformatter.h
|
More refactoring in the HTML generation area: Introduce
|
23 years ago |
|
bodyvisitor.cpp
|
Leave the decision whether to load the mime header or not to the bodyvisitor
|
23 years ago |
|
bodyvisitor.h
|
compile
|
23 years ago |
|
cachedimapjob.cpp
|
Change
|
23 years ago |
|
cachedimapjob.h
|
Moving the progress signal to the base class.
|
23 years ago |
|
certificatehandlingdialog.ui
|
Integrate a subset of the changes in the make_it_cool branch.
|
24 years ago |
|
certificatehandlingdialog.ui.h
|
ported the UI changes Aaron did and make it compile in the intermediate
|
24 years ago |
|
certificatehandlingdialogimpl.cpp
|
Replaced comparisons to "" by using isEmpty()
|
23 years ago |
|
certificatehandlingdialogimpl.h
|
…
|
|
|
certificatewizard.ui
|
CVS_SILENT i18n style guide fixes
|
23 years ago |
|
certificatewizardimpl.cpp
|
Integrate a subset of the changes in the make_it_cool branch.
|
24 years ago |
|
certificatewizardimpl.h
|
…
|
|
|
colorlistbox.cpp
|
CVS_SILENT
|
23 years ago |
|
colorlistbox.h
|
CVS_SILENT
|
23 years ago |
|
configmanager.cpp
|
…
|
|
|
configmanager.h
|
…
|
|
|
configuredialog.cpp
|
According to Danimo placeholders should be bold.
|
23 years ago |
|
configuredialog.h
|
- Move mime tree viewer to the reader window (patch as posted, still
|
23 years ago |
|
configuredialog_p.cpp
|
deprecated -= 5
|
23 years ago |
|
configuredialog_p.h
|
Allow the user to place the message preview pane either below the messages
|
23 years ago |
|
cr16-app-kmail.png
|
Merging in Stuff from Crystal 0.72
|
24 years ago |
|
cr22-app-kmail.png
|
Load the icon correctly, and give it a 22x22 icon.
|
23 years ago |
|
cr22-app-kmaillight.png
|
Add a lighter version of the KMail icon which is necessary for the system tray. Note that due to a bug in KIconLoader you will only see the 'unknown icon' icon unless you copy this icon to KDEDIR/share/icons/crystalsvg/32x32/apps/.
|
23 years ago |
|
cr32-app-kmail.png
|
Merging in Stuff from Crystal 0.72
|
24 years ago |
|
cr32-app-kmaillight.png
|
fix the systray icon
|
23 years ago |
|
cr48-app-kmail.png
|
Merging in Stuff from Crystal 0.72
|
24 years ago |
|
cr64-app-kmail.png
|
Merging in Stuff from Crystal 0.72
|
24 years ago |
|
cr128-app-kmail.png
|
Merging in Stuff from Crystal 0.72
|
24 years ago |
|
cryptplugconfigdialog.cpp
|
moving kconfig.h and kcmdlineargs.h in the files that need it (kmkernel.h
|
23 years ago |
|
cryptplugconfigdialog.h
|
…
|
|
|
csshelper.cpp
|
Make disabling "recycle quote colors" work again
|
23 years ago |
|
csshelper.h
|
My fix for the compile problem
|
23 years ago |
|
dcopmail.desktop
|
Add new dcop service, so the imap resource can start kmail to store its
|
23 years ago |
|
dcoptest.cpp
|
debug areas for HEAD, too
|
24 years ago |
|
directoryservicesconfigurationdialog.ui
|
fix layouts
|
23 years ago |
|
directoryservicesconfigurationdialogimpl.cpp
|
s/qlineedit/klineedit/
|
23 years ago |
|
directoryservicesconfigurationdialogimpl.h
|
…
|
|
|
encryptionconfigurationdialog.ui
|
Fix wrong checkbox description
|
23 years ago |
|
encryptionconfigurationdialogimpl.cpp
|
Integrate a subset of the changes in the make_it_cool branch.
|
24 years ago |
|
encryptionconfigurationdialogimpl.h
|
…
|
|
|
eventsrc
|
CVS_SILENT made messages
|
23 years ago |
|
filehtmlwriter.cpp
|
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
|
23 years ago |
|
filehtmlwriter.h
|
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
|
23 years ago |
|
folderIface.cpp
|
Change
|
23 years ago |
|
folderIface.h
|
Return number of messages in messages()
|
23 years ago |
|
folderjob.cpp
|
Load imap attachments on demand and load the messages itself progressively. Cool ;-)
|
23 years ago |
|
folderjob.h
|
KMAccountImap::tempOpenFolder() is no more. h00t
|
23 years ago |
|
folderpropertiesdialog.ui
|
fix layouts
|
23 years ago |
|
folderpropertiesdialog.ui.h
|
Sync with make_it_cool, suppress warning.
|
24 years ago |
|
headerstrategy.cpp
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
headerstrategy.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
headerstyle.cpp
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
headerstyle.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
htmlstatusbar.cpp
|
Make the html status bar a widget of it's own right. Adding implementation to build; not yet used by reader.
|
23 years ago |
|
htmlstatusbar.h
|
Fix a grave bug. ;-)
|
23 years ago |
|
identitycombo.cpp
|
Change
|
23 years ago |
|
identitycombo.h
|
Enable Windows port by adding an exception clause for non-free Qt; this is in files where the copyright ownership is clear :-). The fun part is the rest of KMail...
|
23 years ago |
|
identitydialog.cpp
|
- untabification (no tabs in kmail code please)
|
23 years ago |
|
identitydialog.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
identitydrag.cpp
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
identitydrag.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
identitylistview.cpp
|
Change
|
23 years ago |
|
identitylistview.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
identitymanager.cpp
|
Change
|
23 years ago |
|
identitymanager.h
|
Check for exact matching addresses because else the identity with address bc@xyz would match abc@xyz.
|
23 years ago |
|
imapaccountbase.cpp
|
Change
|
23 years ago |
|
imapaccountbase.h
|
Reload the folderlisting after the subscription dialog was confirmed
|
23 years ago |
|
imapjob.cpp
|
Delete non-existent messages
|
23 years ago |
|
imapjob.h
|
- Fix bug 62943
|
23 years ago |
|
imapprogressdialog.cpp
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
imapprogressdialog.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
iobserver.cpp
|
compile
|
23 years ago |
|
iobserver.h
|
compile
|
23 years ago |
|
isubject.cpp
|
compile
|
23 years ago |
|
isubject.h
|
compile
|
23 years ago |
|
kcursorsaver.h
|
the bare minimum of documentation
|
23 years ago |
|
kfileio.cpp
|
Backport Don's patch:
|
24 years ago |
|
kfileio.h
|
…
|
|
|
khtmlparthtmlwriter.cpp
|
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
|
23 years ago |
|
khtmlparthtmlwriter.h
|
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
|
23 years ago |
|
klistboxdialog.cpp
|
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
|
23 years ago |
|
klistboxdialog.h
|
…
|
|
|
kmaccount.cpp
|
Change
|
23 years ago |
|
kmaccount.h
|
Cleaning up headers. Trying to make the "config.h" -> kmail headers ->
|
23 years ago |
|
kmacctcachedimap.cpp
|
Reload the folderlisting after the subscription dialog was confirmed
|
23 years ago |
|
kmacctcachedimap.h
|
Reload the folderlisting after the subscription dialog was confirmed
|
23 years ago |
|
kmacctexppop.cpp
|
Change
|
23 years ago |
|
kmacctexppop.h
|
speling fixes
|
23 years ago |
|
kmacctfolder.cpp
|
…
|
|
|
kmacctfolder.h
|
…
|
|
|
kmacctimap.cpp
|
Do not crash on exit when the connection to the imap server failed
|
23 years ago |
|
kmacctimap.h
|
Do not connect to imap servers during startup that are excluded from checks.
|
23 years ago |
|
kmacctlocal.cpp
|
Fix debugging code.
|
23 years ago |
|
kmacctlocal.h
|
don't make up paths when we got good values out of procmailrc.
|
23 years ago |
|
kmacctmaildir.cpp
|
Fix bug 60508: When receiving from maildir, cancelling the receive nukes the entire source maildir
|
23 years ago |
|
kmacctmaildir.h
|
replay kmaccount hierarchy cleanup
|
24 years ago |
|
kmacctmgr.cpp
|
Change
|
23 years ago |
|
kmacctmgr.h
|
Fix some bugs concerning the new-mail-checks. The status messages should work correctly again. Reviewed by Ingo.
|
23 years ago |
|
kmacctseldlg.cpp
|
CVS_SILENT
|
23 years ago |
|
kmacctseldlg.h
|
CVS_SILENT
|
23 years ago |
|
kmaddrbook.cpp
|
We have QString::null for those things..
|
23 years ago |
|
kmaddrbook.h
|
Split KabcBridge::expandDistributionLists into KMMessage::expandAliases (main function), KabcBridge::expandDistributionList (helper function to do exactly what the name suggests) and KMMessage::guessEmailAddressFromLoginName (helper function to guess the email address if everything else fails). Additionally there's now KabcBridge::expandNickName which expands KAddressBook nicks into the corresponding (main) email address.
|
23 years ago |
|
kmail-3.1-update-new-mail-notification-settings.pl
|
…
|
|
|
kmail-3.1-use-UOID-for-identities.pl
|
…
|
|
|
kmail-3.1.4-dont-use-UOID-0-for-any-identity.pl
|
Second part of the fix for bug 62029: Default identity not used on 'kmail --composer'
|
23 years ago |
|
kmail-3.2-misc.sh
|
Add upgrade script for misc. things. Currently not installed and used. Patch that uses this pending.
|
23 years ago |
|
kmail-3.2-update-loop-on-goto-unread-settings.sh
|
make it idempotent
|
23 years ago |
|
kmail-pgpidentity.pl
|
…
|
|
|
kmail-upd-identities.pl
|
…
|
|
|
kmail.upd
|
- Move mime tree viewer to the reader window (patch as posted, still
|
23 years ago |
|
kmailIface.h
|
speling fixes. some also modfiy API functions, but those are not in installed
|
23 years ago |
|
kmail_part.cpp
|
Change
|
23 years ago |
|
kmail_part.h
|
Useless variable.
|
23 years ago |
|
kmailicalIface.h
|
New signal KMFolder::aboutToRemoveMsg(), initial steps for KMail iCal "storage" DCOP interface
|
24 years ago |
|
kmailicalifaceimpl.cpp
|
CVS_SILENT spelling fixes
|
23 years ago |
|
kmailicalifaceimpl.h
|
Make KMailICalIfaceImpl::folderPixmap(...) work with English folders on the Kolab server and German locale on the client.
|
23 years ago |
|
kmailpartIface.h
|
merged the kmreaderwin split
|
24 years ago |
|
kmbroadcaststatus.cpp
|
Introducing an icon which shows whether the connection to the server is
|
23 years ago |
|
kmbroadcaststatus.h
|
Introducing an icon which shows whether the connection to the server is
|
23 years ago |
|
kmcommands.cpp
|
Revert Till's last commit (on his request) since it breaks Save all Attachments
|
23 years ago |
|
kmcommands.h
|
Make KMMoveCommand emit a completed(bool success) signal by hooking the
|
23 years ago |
|
kmcomposerui.rc
|
Add "Paste as Quote" "Remove quote" "add quote" code from knode
|
23 years ago |
|
kmcomposewin.cpp
|
CVS_SILENT spelling fixes
|
23 years ago |
|
kmcomposewin.h
|
Second half of this commit. Remove the syntax highlighter from
|
23 years ago |
|
kmdebug.h
|
from kroupware_branch: adding kmdebug, a convenience wrapper around kdDebug() and friends
|
24 years ago |
|
kmdict.cpp
|
…
|
|
|
kmdict.h
|
…
|
|
|
kmfawidgets.cpp
|
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
|
23 years ago |
|
kmfawidgets.h
|
move custom sound widget to where it belongs + some minor code cleanups in kmfawidgets.cpp
|
23 years ago |
|
kmfilter.cpp
|
Change
|
23 years ago |
|
kmfilter.h
|
speling fixes. some also modfiy API functions, but those are not in installed
|
23 years ago |
|
kmfilteraction.cpp
|
GUI: s/move to folder/file into folder/g; (cf. #56496 for why)
|
23 years ago |
|
kmfilteraction.h
|
GUI: s/move to folder/file into folder/g; (cf. #56496 for why)
|
23 years ago |
|
kmfilterdlg.cpp
|
Change
|
23 years ago |
|
kmfilterdlg.h
|
speling fixes. some also modfiy API functions, but those are not in installed
|
23 years ago |
|
kmfiltermgr.cpp
|
Change
|
23 years ago |
|
kmfiltermgr.h
|
speling fixes. some also modfiy API functions, but those are not in installed
|
23 years ago |
|
kmfldsearch.cpp
|
Change
|
23 years ago |
|
kmfldsearch.h
|
build against qt<3.2
|
23 years ago |
|
kmfolder.cpp
|
Add KMFolder::crlf2lf method which replaces \r\n line endings with \n line endings. The replacement happens in place.
|
23 years ago |
|
kmfolder.h
|
Add KMFolder::crlf2lf method which replaces \r\n line endings with \n line endings. The replacement happens in place.
|
23 years ago |
|
kmfoldercachedimap.cpp
|
CVS_SILENT spelling fixes
|
23 years ago |
|
kmfoldercachedimap.h
|
Reload the folderlisting after the subscription dialog was confirmed
|
23 years ago |
|
kmfoldercombobox.cpp
|
Change
|
23 years ago |
|
kmfoldercombobox.h
|
Cleaning up headers. Trying to make the "config.h" -> kmail headers ->
|
23 years ago |
|
kmfolderdia.cpp
|
Do not display an error message when creating an imap folder. Independent from this the folder settings are currentyl not saved correctly.
|
23 years ago |
|
kmfolderdia.h
|
- Rename a lot of member variables (I hate member variables which are not marked as member variables, i.e. which are missing a leading 'm', which have cryptic names, e.g. 'fileInFolder', and which don't tell me what they are, i.e. what widget.)
|
23 years ago |
|
kmfolderdir.cpp
|
Fix bug 58679: kmail crashes with a folder called "new"
|
23 years ago |
|
kmfolderdir.h
|
Fix bug 55466
|
23 years ago |
|
kmfolderimap.cpp
|
Don't crash when left or right clicking on an imap folder that has no
|
23 years ago |
|
kmfolderimap.h
|
Make KMMoveCommand emit a completed(bool success) signal by hooking the
|
23 years ago |
|
kmfolderindex.cpp
|
Fix Solaris compile errors reported and patched by Torsten Kasch <tk (at ) Genetik (dot) uni-bielefeld (dot) de>
|
23 years ago |
|
kmfolderindex.h
|
Make KMMessage inherit privately from KMMsgBase and provide an explicit toMsgBase() cast method. As posted on kmail@kde.org
|
23 years ago |
|
kmfoldermaildir.cpp
|
Convert CRLF to LF after reading maildir message. Since the conversion happens in place no additional memory is used.
|
23 years ago |
|
kmfoldermaildir.h
|
Load imap attachments on demand and load the messages itself progressively. Cool ;-)
|
23 years ago |
|
kmfoldermbox.cpp
|
Make KMMoveCommand emit a completed(bool success) signal by hooking the
|
23 years ago |
|
kmfoldermbox.h
|
Load imap attachments on demand and load the messages itself progressively. Cool ;-)
|
23 years ago |
|
kmfoldermgr.cpp
|
Change
|
23 years ago |
|
kmfoldermgr.h
|
Two new functions to get and return list of folders as paths like :
|
23 years ago |
|
kmfoldernode.cpp
|
…
|
|
|
kmfoldernode.h
|
…
|
|
|
kmfoldersearch.cpp
|
Change
|
23 years ago |
|
kmfoldersearch.h
|
Fix excessive memory use when searching regression.
|
23 years ago |
|
kmfolderseldlg.cpp
|
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
|
23 years ago |
|
kmfolderseldlg.h
|
Integrate a subset of the changes in the make_it_cool branch.
|
24 years ago |
|
kmfoldertree.cpp
|
Change
|
23 years ago |
|
kmfoldertree.h
|
Add iconChanged and nameChanged signals to KMFolderTreeItem and KMFolderTree,
|
23 years ago |
|
kmfoldertype.h
|
Add an unknown folder type
|
24 years ago |
|
kmglobal.h
|
…
|
|
|
kmgroupware.cpp
|
Change
|
23 years ago |
|
kmgroupware.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
kmgroupwarefuncs.cpp
|
debug areas for HEAD, too
|
24 years ago |
|
kmgroupwarefuncs.h
|
Kroupware merge: This is basically most of the kroupware branch changes. There is stuff in the kmgroupware*.* that is only kept for debugging purposes - it will go away when kaplan is more finished.
|
24 years ago |
|
kmheaders.cpp
|
I am plagued with these crashes. Anyone know what the correct fix is?
|
23 years ago |
|
kmheaders.h
|
Make KMMoveCommand emit a completed(bool success) signal by hooking the
|
23 years ago |
|
kmidentity.cpp
|
Change
|
23 years ago |
|
kmidentity.h
|
Change
|
23 years ago |
|
kmkernel.cpp
|
Only create a KMMainWin in KMKernel::mainWin() if neither a KMMainWin nor a KMainWindow exist.
|
23 years ago |
|
kmkernel.h
|
Change
|
23 years ago |
|
kmmainwidget.cpp
|
Make sure the Move To and Copy To submenus of the message menu are filled
|
23 years ago |
|
kmmainwidget.h
|
Disable and enable the "Mark thread as ... " actions individually and not
|
23 years ago |
|
kmmainwin.cpp
|
Change
|
23 years ago |
|
kmmainwin.h
|
Session management fixes.
|
23 years ago |
|
kmmainwin.rc
|
o Update the folder and message actions not only when the corresponding
|
23 years ago |
|
kmmessage.cpp
|
Remove Qt 3.1 compat #ifdefs as by Ingo's request.
|
23 years ago |
|
kmmessage.h
|
Small cleanups:
|
23 years ago |
|
kmmimeparttree.cpp
|
Make the width of the frames of the panes in KMail dependant on the widget style so that it (hopefully) looks good with all styles which define a reasonable default frame width. Tested with Keramik and dotNET. Based on a patch by Chris Lee.
|
23 years ago |
|
kmmimeparttree.h
|
Load imap attachments on demand and load the messages itself progressively. Cool ;-)
|
23 years ago |
|
kmmsgbase.cpp
|
Fix Solaris compile errors reported and patched by Torsten Kasch <tk (at ) Genetik (dot) uni-bielefeld (dot) de>
|
23 years ago |
|
kmmsgbase.h
|
- get rid of {encode,decode}{Base64,QuotedPrintable} by using KMime::Codec
|
23 years ago |
|
kmmsgdict.cpp
|
constant usage of QFile::encodeName() when dealing with files. Boy that was a wild mix before...
|
23 years ago |
|
kmmsgdict.h
|
Make KMMessage inherit privately from KMMsgBase and provide an explicit toMsgBase() cast method. As posted on kmail@kde.org
|
23 years ago |
|
kmmsgindex.cpp
|
Change
|
23 years ago |
|
kmmsgindex.h
|
doesn't seem to be needed for threading :)
|
23 years ago |
|
kmmsginfo.cpp
|
- Reimplement KMMessage::stripEmailAddr. It works much better than the previous implementation because it does handle quoted strings correctly. Unfortunately we need this for QCString and QString. Therefore I had to duplicate the method. Once KMime is established we can at least get rid of the QCString version.
|
23 years ago |
|
kmmsginfo.h
|
These changes do two things:
|
23 years ago |
|
kmmsglist.cpp
|
Change
|
23 years ago |
|
kmmsglist.h
|
Cleaning up headers. Trying to make the "config.h" -> kmail headers ->
|
23 years ago |
|
kmmsgpart.cpp
|
Change
|
23 years ago |
|
kmmsgpart.h
|
Load imap attachments on demand and load the messages itself progressively. Cool ;-)
|
23 years ago |
|
kmmsgpartdlg.cpp
|
Fix mailman's header mangling - missing part
|
23 years ago |
|
kmmsgpartdlg.h
|
-remove #ifndef AEGYPTEN clauses
|
23 years ago |
|
kmpopfiltercnfrmdlg.cpp
|
Show human readable message size in the POP filter confirmation dialog. Patch by Martin Koller <m.koller AT surfeu DOT at>
|
23 years ago |
|
kmpopfiltercnfrmdlg.h
|
…
|
|
|
kmpopheaders.cpp
|
…
|
|
|
kmpopheaders.h
|
…
|
|
|
kmreadermainwin.cpp
|
Change
|
23 years ago |
|
kmreadermainwin.h
|
Allow the user to place the message preview pane either below the messages
|
23 years ago |
|
kmreadermainwin.rc
|
merged the kmreaderwin split
|
24 years ago |
|
kmreaderwin.cpp
|
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
|
23 years ago |
|
kmreaderwin.h
|
As nobody objected I commit the already posted patch to first show the attachment menu before loading the part.
|
23 years ago |
|
kmsearchpattern.cpp
|
Use a combobox of available status values instead of an entry widget when
|
23 years ago |
|
kmsearchpattern.h
|
Fix excessive memory use when searching regression.
|
23 years ago |
|
kmsearchpatternedit.cpp
|
Use a combobox of available status values instead of an entry widget when
|
23 years ago |
|
kmsearchpatternedit.h
|
Use a combobox of available status values instead of an entry widget when
|
23 years ago |
|
kmsender.cpp
|
Fix #52616 and evaluate Sender: in preference of From to determine the argument of the MAIL FROM SMTP command
|
23 years ago |
|
kmsender.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
kmservertest.cpp
|
don't show error dialog when server doesn't support SSL.
|
23 years ago |
|
kmservertest.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
kmstartup.cpp
|
Change
|
23 years ago |
|
kmstartup.h
|
Don't export getMyHostName()
|
23 years ago |
|
kmsystemtray.cpp
|
My heart always stops beating for a second when I see the log message "Removing folder". Change it to something less stressing.
|
23 years ago |
|
kmsystemtray.h
|
Make the background of the system tray icon with the overlayed number of unread messages transparent. Man, this was more difficult than I had anticipated.
|
23 years ago |
|
kmtopwidget.cpp
|
Session management fixes.
|
23 years ago |
|
kmtopwidget.h
|
CVS_SILENT
|
23 years ago |
|
kmtransport.cpp
|
ignore white space for some config settings (didn't dare it to add it for
|
23 years ago |
|
kmtransport.h
|
grey out the the label as well as the line edit.
|
23 years ago |
|
kmversion.h
|
HEAD is 1.5.9 and not 1.6
|
24 years ago |
|
mailcomposerIface.h
|
…
|
|
|
maildirjob.cpp
|
cryptpluggerwrapperlist.h is a pretty expensive include...
|
23 years ago |
|
maildirjob.h
|
Fixing one "FIXME", fixing some headers, adding few fdcls and rearranging some
|
23 years ago |
|
mailinglist-magic.cpp
|
make the code less insane
|
23 years ago |
|
mailinglist-magic.h
|
…
|
|
|
mailserviceimpl.cpp
|
To Danimo: implemented the MailTransportServiceIface in KMail.
|
23 years ago |
|
mailserviceimpl.h
|
To Danimo: implemented the MailTransportServiceIface in KMail.
|
23 years ago |
|
mailsourceviewer.cpp
|
Switch KMTextBrowser to KMail::MailSourceViewer and KMUndoStack to
|
23 years ago |
|
mailsourceviewer.h
|
Switch KMTextBrowser to KMail::MailSourceViewer and KMUndoStack to
|
23 years ago |
|
main.cpp
|
Change
|
23 years ago |
|
mboxjob.cpp
|
cryptpluggerwrapperlist.h is a pretty expensive include...
|
23 years ago |
|
mboxjob.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
mh2kmail
|
…
|
|
|
mh2kmailr
|
…
|
|
|
networkaccount.cpp
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
networkaccount.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
objecttreeparser.cpp
|
Sorry, previous commit changed HtmlWriter::begin(); forgot to commit this one.
|
23 years ago |
|
objecttreeparser.h
|
Move multipart/* handling to the BodyPartFormatter framework:
|
23 years ago |
|
partNode.cpp
|
Use KMMessagePart's member functions were appropriate and decode the subject. This fixes bug 63580 and a lot of other not yet reported bugs.
|
23 years ago |
|
partNode.h
|
Make partNode::msgPart() const
|
23 years ago |
|
partmetadata.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
sieveconfig.cpp
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
sieveconfig.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
sievejob.cpp
|
Always use KURL::prettyURL() instead of KURL::url() in debug messages because we don't want a possible password to show up in the debug info.
|
23 years ago |
|
sievejob.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
signatureconfigurationdialog.ui
|
fix layouts
|
23 years ago |
|
signatureconfigurationdialogimpl.cpp
|
Integrate a subset of the changes in the make_it_cool branch.
|
24 years ago |
|
signatureconfigurationdialogimpl.h
|
…
|
|
|
signatureconfigurator.cpp
|
"should" - yeah right. Thanks for this crash.
|
23 years ago |
|
signatureconfigurator.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
simplestringlisteditor.cpp
|
Enable Windows port by adding an exception clause for non-free Qt; this is in files where the copyright ownership is clear :-). The fun part is the rest of KMail...
|
23 years ago |
|
simplestringlisteditor.h
|
Enable Windows port by adding an exception clause for non-free Qt; this is in files where the copyright ownership is clear :-). The fun part is the rest of KMail...
|
23 years ago |
|
ssllabel.cpp
|
Introducing an icon which shows whether the connection to the server is
|
23 years ago |
|
ssllabel.h
|
Introducing an icon which shows whether the connection to the server is
|
23 years ago |
|
startupwizard.cpp
|
CVS_SILENT spelling fixes
|
23 years ago |
|
startupwizard.h
|
Rename KMGroupwareWizard to StartupWizard
|
23 years ago |
|
subscriptiondialog.cpp
|
Fix loop with courier and personal namespace.
|
23 years ago |
|
subscriptiondialog.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
teehtmlwriter.cpp
|
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
|
23 years ago |
|
teehtmlwriter.h
|
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
|
23 years ago |
|
tips
|
Update and extend a tip
|
23 years ago |
|
transportmanager.cpp
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
transportmanager.h
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
undostack.cpp
|
Change
|
23 years ago |
|
undostack.h
|
Switch KMTextBrowser to KMail::MailSourceViewer and KMUndoStack to
|
23 years ago |
|
upgrade-signature.pl
|
…
|
|
|
upgrade-transport.pl
|
…
|
|
|
vacation.cpp
|
Change
|
23 years ago |
|
vacation.h
|
Fix kroupware issues #340 and #324: Make {vacation text,mail aliases} editable.
|
23 years ago |
|
vacationdialog.cpp
|
unbreak compilation (gcc 3.4+)
|
23 years ago |
|
vacationdialog.h
|
Fix kroupware issues #340 and #324: Make {vacation text,mail aliases} editable.
|
23 years ago |
|
vcardviewer.cpp
|
- adjust the vCard parsing to the one performed in KMReaderWin::parseMsg()
|
23 years ago |
|
vcardviewer.h
|
- adjust the vCard parsing to the one performed in KMReaderWin::parseMsg()
|
23 years ago |