39 Commits (fcab9fea1992c7e9d4312f85286d63b1eaf94064)

Author SHA1 Message Date
Thomas McGuire 84a718de85 Merged revisions 914005 via svnmerge from 17 years ago
Thomas McGuire 10515a028d Fix the bug that causes KMail to loose receiving accounts when 17 years ago
Bertjan Broeksema 5a105c47ab - EBN Fixes: postfix uses of ++/-- on iterators in for loops. 18 years ago
Thomas McGuire 31b511127f Add comments about this non-obvious behavior. 18 years ago
Thomas McGuire 5dc5b57ad1 Merged revisions 853907 via svnmerge from 18 years ago
Jonathan Marten 794adc01e6 Backport of trunk commit 843864 (sorry, missed the 4.1.1 tagging deadline): 18 years ago
Thomas McGuire 6c1b9616da Backport r850646 by tmcguire from trunk to the 4.1 branch: 18 years ago
Torgny Nyblom 6c0dee8956 Add methods for ensuring that a new account will have a unique name. 18 years ago
Thomas McGuire 807453698c Merged revisions 850381 via svnmerge from 18 years ago
Pradeepto Bhattacharya 8ebbe6b8ea Merged revisions 830100-830132,830134-830443 via svnmerge from 18 years ago
Jonathan Marten 65055099d7 Set the destination folder for a new account, so that the inbox will appear 18 years ago
Thomas McGuire ee090935c7 Use safe iterators, as pointed out by dirk. 18 years ago
Thomas McGuire f126e5cbf3 Merged revisions 829182 via svnmerge from 18 years ago
Allen Winter 5a55debe18 togge's patch for fixing the saving of account settings. 18 years ago
Michael Jansen 7950aedb16 Fix memory leak reported by valgrind. 18 years ago
Jarosaw Staniek bf0f76faa3 Store new account settings. 18 years ago
Jarosaw Staniek d62899d902 Configure option for enabling/disabling accounts without changing any settings. 18 years ago
Volker Krause d6dfd0617d Merged revisions 709322 via svnmerge from 19 years ago
Thomas McGuire c23fe9cfa9 Revert of: 19 years ago
Volker Krause 12db55ea80 Revert r700060 as well, it break single folder mail check. 19 years ago
Frank Osterfeld c7466943af merge from enterprise (708726) 19 years ago
Bruno Virlet 64a57dfa7f Revert changes which most probably are the reasons of the bugs in kmail. 19 years ago
Bruno Virlet 88dcaa8606 Revert changes which most probably are the reasons of the bugs in kmail. 19 years ago
Bruno Virlet ab4c83a924 Forward port r706174 and r706425 19 years ago
Bruno Virlet 7a3d0a8a82 Port r705221 to enterprise. 19 years ago
Bruno Virlet aa5a948d8f Correct fix for https://bugzilla.novell.com/show_bug?id=273550 19 years ago
Will Stephenson 2a372a8d63 Port commit r700023 by bruno.virlet@gmail.com to enterprise 19 years ago
Bruno Virlet f370ef101f Yet another event loop fix. 19 years ago
Daniel Molkentin 94a38cea12 major parts of the endl cleanups. 19 years ago
Thomas McGuire 3949f1af77 Don't convert the enum values to int, use some Qt magic to get the enum value names instead and store them. 19 years ago
Thomas McGuire b2b695420e Update the way the type of the account is stored. 19 years ago
Laurent Montel a2849e0f7f Not necessary 19 years ago
Stephan Kulow c03090ccc3 porting error 19 years ago
David Faure 037087f496 Fix account config being stored in the wrong config group: 19 years ago
Stephan Kulow edcb82b6ae more porting errors 19 years ago
Matthias Kretz 428ee4239a merge the kinstance-redesign branch back to trunk. 19 years ago
David Faure 38ec9afb4b kapplication.h removed where not useful 19 years ago
Ingo Klcker f504332b21 Forward port of SVN commit 544463 by kloecker: 20 years ago
Ingo Klcker 63721b791c One false alert about boolean expressions used in non-boolean contexts less. 20 years ago
Laurent Montel ee46d3efe0 #include <q...h> -> #include <Q...> 20 years ago
Frank Osterfeld 6d4ad27c6e it.data() => it.value() (for iterators ending with "it" only) 20 years ago
Reinhold Kainhofer e5830100c0 deprecated QList::remove methods -> either QList::erase(iterator) or QList::removeAll(T) 20 years ago
Reinhold Kainhofer 9dd6081c83 QList::find(..)==QList::end() => QList::contains() 20 years ago
Reinhold Kainhofer 538e479574 deprecated QStringList methods 20 years ago
Chusslove Illich 3a5fca8d00 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Andreas Gungl c901b1247d reduce readEntry(...).toInt() where possible 20 years ago
Andreas Gungl db8f1ad5ad porting for KConfig changes 21 years ago
Laurent Montel 5a9f89c72a q3cstring-- 21 years ago
Laurent Montel 3ef805634c Q3ValueList-- 21 years ago