43 Commits (f4ed23e34dcedf2c04b838b50a02e09caf7f1d25)

Author SHA1 Message Date
Laurent Montel a2849e0f7f Not necessary 19 years ago
Pradeepto Bhattacharya fa76d28569 Merge... 19 years ago
Chusslove Illich b47d541489 i18n fixes. 19 years ago
Martin Koller 3497cf5619 Forwardport to fix bug 50462 19 years ago
Martin Koller aa67070775 BUG: 50462 19 years ago
Volker Krause c9caf69590 KCursor porting 19 years ago
Stephan Kulow 79668a0aa2 backport the named open and close to reduce branch differences 19 years ago
Allen Winter 23997b6617 bigtime forward port of coolo's kmail_debug_imap work branch. 19 years ago
Mathias Soeken 4b3140b71c Some Q3CString -> QByteArray porting in kmail 19 years ago
David Faure 38ec9afb4b kapplication.h removed where not useful 19 years ago
Will Entriken 1106cfdef0 kguiitem explicit ctor 20 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
Reinhold Kainhofer 42ed96b11f some more #include <qxxxx.h> => #include <QXxxx> 20 years ago
Laurent Montel d34361b632 Move other check 20 years ago
Reinhold Kainhofer 72d34ac78b deprecated OQbject methods: constructor with name, name=>objectName, isA, etc. I don't know how to port queryList and child.. 20 years ago
Chusslove Illich 3a5fca8d00 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 20 years ago
Ismail Onur Filiz ea883abdd3 Replace TRUE/FALSE with true/false in kdepim as the former are deprecated. The words inside comments are untouched. 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Laurent Montel 60b450d35f QString::null-> QString() 21 years ago
Andreas Gungl 575ebaa9ac - ading some more methods to MessageStatus which are usefull in the port 21 years ago
Ingo Klcker 3cbf0fc45b Q_INT*/Q_UINT* -> qint*/quint* 21 years ago
Ingo Klcker 81a7e3ba13 Partial port to current kdelibs4_snapshot. Time to hit the bed. 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Stephan Binner 2f7ca20d88 Yes/No dialog buttons are bad for usability 21 years ago
Reinhold Kainhofer 2e77a55d99 The FSF has moved, use the new address in all license files and headers ... 21 years ago
Till Adam dde0e721a4 o rename the methods dealing with the folder ids file to 21 years ago
Till Adam 9a84c74e76 KMMsgDict rafactoring/clarification and related fixes, as discussed 21 years ago
Till Adam 4dd550160a Micro cleanup to reduce the diff of my massive KMMsgDict refactoring. 21 years ago
Allen Winter a44c8b9d50 Updated license header and copyright for Don Sanders. 21 years ago
Don Sanders b39b3caf68 include fcntl.h to fix compile problem on Solaris as recommended by 22 years ago
Stephan Kulow 648c7aa482 make sure forked children don't inherit kmail's file descriptors 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Waldo Bastian f1f6af30a8 Fix for accessing 32bit index files with 64bit cpu (And vice versa) 22 years ago
Marc Mutz e9e426e31a o Remove int vs uint madness in KMMsgList. QMemArray<> expects uints, while KMMsgBase, inheriting QMemArray<>, worked with ints. to get rid of the warnings, some methods (e.g. size()) were reimplemented to call the QMemArray<> versions and casting the result to int before returning. 23 years ago
Ingo Klcker f46ae20792 If the trash folder was never opened during a KMail session, then the index of the trash folder was never read and mHeaderOffset is still 0 when truncateIndex() is called during emptying the trash folder on program exit. The truncate in truncateIndex() then even cut off the index file header. We now avoid this by simply creating a new empty index in case mHeaderOffset is 0. Creating a new empty index is faster than reading the index in order to get the correct value for mHeaderOffset. 23 years ago
Till Adam 7f007b2e9c Avoid expunging empty folders because that leads to the index being 23 years ago
Ingo Klcker bb9a8db3bd - cope with index files with invalid headers (Adriaan de Groot had index files of 0 bytes for some reason) 23 years ago
Marc Mutz 33a5ca439a Fix Solaris compile errors reported and patched by Torsten Kasch <tk (at ) Genetik (dot) uni-bielefeld (dot) de> 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Dirk Mueller 43c8cb8d03 adding an assert for me 23 years ago
Daniel Molkentin 2f118feed6 constant usage of QFile::encodeName() when dealing with files. Boy that was a wild mix before... 23 years ago
Till Adam ae304a4eda These changes do two things: 23 years ago
Ingo Klcker 6a50dcb980 Don't leak fds in case of an error. Thanks to Waldo for spotting this. 23 years ago
Zack Rusin 690e92d514 Everyone does fixincludes and I felt left out. Joining the "fixincludes" club. 23 years ago
Marc Mutz e786298648 fix compilation w/o HAVE_MMAP 23 years ago
George Staikos ae7fb15d3d more warnings 23 years ago
Stephan Kulow 3ceeb4fc02 merged the kmreaderwin split 24 years ago