70 Commits (3c08248648aeb6efe056cb3f17e468811aaef2e5)

Author SHA1 Message Date
Thomas McGuire 3c08248648 SVN_SILENT tabs-- 17 years ago
Thomas McGuire 04fac38fd5 Merged revisions 861354 via svnmerge from 18 years ago
Thomas McGuire 14e6d70ca3 Merged revisions 870423 via svnmerge from 18 years ago
Thomas McGuire a8c2a46e0b Backport r868195 by tmcguire from trunk to the 4.1 branch: 18 years ago
Thomas McGuire b7c4988ff5 Fix some suspicious code issues, found by Christoph Bartoschek, thanks! 18 years ago
Szymon Stefanek 212f13f726 KMMimePartTree ported to native Qt4. We also selective column hiding now. 18 years ago
Thomas McGuire d2b89afcf9 Remove many superflous function names in kDebug statements. 18 years ago
Andreas Hartmetz 2cbfd47542 Merged revisions [very long list edited out] via svnmerge from 18 years ago
Till Adam 9dc518bce6 Merge in the rest of enterprise branch. Manually reviewed. I'll make a wiki page 18 years ago
Till Adam 59fced4ef7 Remove some stale code, implement dragging stuff out of the mime part viewer. 19 years ago
Frank Osterfeld d1dfa77976 merge changes from enterprise 19 years ago
Thomas McGuire d62b4eea76 Use proper debug area. 19 years ago
Tobias Koenig 01c7115ebd Manual adaption and cleanup of the previous script run 19 years ago
Daniel Molkentin 94a38cea12 major parts of the endl cleanups. 19 years ago
Laurent Montel a2849e0f7f Not necessary 19 years ago
Ingo Klcker 76ed9c3f5c Fix pass-by-value issues found by krazy. Patch by Bernhard Breinbauer. 19 years ago
Mathias Soeken 78be4e81b4 Q3CString -> QByteArray porting in kmail. These are no one left so far. 19 years ago
David Faure 4b35405bcc Large improvements in memory usage and speed when sending mails; see kmail-devel. 19 years ago
David Faure ebbcd7929d Large improvements in memory usage and speed when sending mails; see kmail-devel. 19 years ago
David Faure 8270ad07db Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch. 20 years ago
Laurent Montel ee46d3efe0 #include <q...h> -> #include <Q...> 20 years ago
Volker Krause a5f7315b45 compile with new kdelibs snapshot 20 years ago
Volker Krause de8b7a17f1 kasciistricmp() is in kdelibs since KDE 3.4. 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Edwin Schepers 205dd7b99d The QTimer initializes spelling after the html message is displayed. This way, all formatting is undone. Spelling is already initiated in the constructor of KMComposeWin, so no harm is done deleting the QTimer. 20 years ago
Laurent Montel 60b450d35f QString::null-> QString() 21 years ago
Thiago Macieira 0e14561653 SVN_SILENT Correcting the encoding in the source code to UTF-8 21 years ago
Laurent Montel eb077e0b11 qt3support-- 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Reinhold Kainhofer 2e77a55d99 The FSF has moved, use the new address in all license files and headers ... 21 years ago
Carsten Burghardt bbb1868930 Compare the IDs correctly with kasciistricmp. 21 years ago
Marc Mutz f88e446233 Work around a gcc4 warning bug. This wouldn't be worth it if it didn't also make the code nicer - esp. in partNode 21 years ago
Carsten Burghardt aac5f12922 Refactor the attachment handling into it's own command. 21 years ago
Carsten Burghardt d707bab34a Less noise 22 years ago
Ingo Klcker 57f63db514 Backport of CVS commit by kloecker: 22 years ago
Ingo Klcker 9eec8d5cef Make isFirstTextPart() return true if the node is the first text part of the message this node is a body part of. This fixes showing attached messages embedded with smart attachment view mode. 22 years ago
Marc Mutz e9a7332f7e Refactor the mFirstTextPart variable into partNode::isFirstTextPart() (Replace Temp with Query). 22 years ago
Marc Mutz f4c169164f Prevent crash waiting to happen (dwPart()->Headers() called without prior dwPart()->hasHeaders() check); 22 years ago
Till Adam 607583a092 Backport the bodypartformatter (plugin) infrastructure from aegypten 22 years ago
Carsten Burghardt 09722d1331 Fix LOD by creating the partNode from the already existing object and not from string 22 years ago
Marc Mutz ddaac140fa from aegytpen_branch: 22 years ago
Marc Mutz 04ea09f448 from aegypten_branch: 22 years ago
Marc Mutz 57defe554b Make it GPL w/ Qt exception. Thanks to Kalle for the permission to relicense this piece of KDAB code! 23 years ago
Marc Mutz b6103a9239 Cleanup partNode interface: encodedBody() returns const-reference instead of reference, move some big inline methods and ctors/dtor to the cpp file, remove public'ness of member variables and introduce new accessors for them. Adapt users of the members and clean up a bit in the CryptPlug-related methods of objecttreeparser. 23 years ago
Ingo Klcker 63f10ad0bb 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
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Dirk Mueller 4e03bcdbde speling fixes. some also modfiy API functions, but those are not in installed 23 years ago
Marc Mutz b31d1702f6 - change text shown for app/octet-stream. Was: "Unknown", now is: "Unspecified Binary Data" 23 years ago
Marc Mutz ee411a92e9 silence some kdDebug()s 23 years ago
Daniel Molkentin 27f92c5293 yeah, call me pedantic... 23 years ago