Thomas McGuire
211cf1b2f9
Some coding style fixes.
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=803331
18 years ago
Szymon Stefanek
fa77f7e772
KDEPIM Coding style exercises while looking around...
...
svn path=/trunk/KDE/kdepim/; revision=800034
18 years ago
Thomas McGuire
c23fe9cfa9
Revert of:
...
> SVN commit 706446 by bvirlet:
>
> Forward port r706174 and r706425
This commit caused a crash when checking mail for the second time.
AFAIK, this was also reverted in the enterprise branch.
Forward port of:
> SVN commit 709145 by tokoe:
>
> compile++
svn path=/trunk/KDE/kdepim/; revision=709448
19 years ago
Frank Osterfeld
c7466943af
merge from enterprise (708726)
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=708727
19 years ago
Bruno Virlet
88dcaa8606
Revert changes which most probably are the reasons of the bugs in kmail.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=708131
19 years ago
Frank Osterfeld
9848f42cd9
merge from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=707924
19 years ago
Andreas Hartmetz
9a2c2bdc7c
cross-port named open()/close() on folders from the 3.5 branch. this is a merge from 3.5 revision 647499 with many extra changes to get kmail to compile again.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=707659
19 years ago
Bruno Virlet
ab4c83a924
Forward port r706174 and r706425
...
svn path=/trunk/KDE/kdepim/; revision=706446
19 years ago
Bruno Virlet
707f3191fc
Fix precommand. Fix local Mailbox and Maildir accounts.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=706179
19 years ago
Bruno Virlet
6d181485fe
Unbreak compilation (r705225). I hate merging patches.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=705237
19 years ago
Bruno Virlet
7a3d0a8a82
Port r705221 to enterprise.
...
See: https://bugzilla.novell.com/show_bug.cgi?id=273550
svn path=/branches/kdepim/enterprise/kdepim/; revision=705225
19 years ago
Arto Hytnen
86916891d9
i18n html tags fixes only to kdepim
...
svn path=/trunk/KDE/kdepim/; revision=702957
19 years ago
Tobias Koenig
01c7115ebd
Manual adaption and cleanup of the previous script run
...
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Thomas McGuire
b2b695420e
Update the way the type of the account is stored.
...
Now, we use enums instead of strings.
Add the names of the types to KAccount. They can now be translated.
Also, provide an update script for easy config migration.
BUG: 90509
svn path=/trunk/KDE/kdepim/; revision=689148
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Stephan Kulow
79668a0aa2
backport the named open and close to reduce branch differences
...
(finally catched Till :)
svn path=/branches/KDE/3.5/kdepim/; revision=647499
19 years ago
Allen Winter
23997b6617
bigtime forward port of coolo's kmail_debug_imap work branch.
...
while I was at it I also did some indenting and formatting fixes,
but there is a lot still to do.
svn path=/trunk/KDE/kdepim/; revision=645591
19 years ago
Chusslove Illich
7de386f772
n i18n plural calls, special %n placeholder is no longer used; all placeholders are ordinary numbered ones, and the first integer-valued substitution decides plural form.
...
svn path=/trunk/KDE/kdepim/; revision=632863
19 years ago
David Faure
037087f496
Fix account config being stored in the wrong config group:
...
KConfigGroup group(config, groupName);
- (*it)->writeConfig(*config);
+ (*it)->writeConfig(group);
svn path=/trunk/KDE/kdepim/; revision=632777
19 years ago
David Faure
38ec9afb4b
kapplication.h removed where not useful
...
svn path=/trunk/KDE/kdepim/; revision=621637
19 years ago
Allen Winter
d3d280cdde
Fix for "kmail stops checking local mailbox"
...
Patch provided by Simon (Thanks!) and approved by Ingo and Till.
BUGS: 130938
svn path=/branches/KDE/3.5/kdepim/; revision=586892
20 years ago
Ingo Klcker
bb3987a1a6
Escape user-provided data that's passed as label or status to progress item. Also mark a few word puzzles and one untranslated string as FIXMEs.
...
CCMAIL:kde-pim@kde.org
svn path=/branches/KDE/3.5/kdepim/; revision=543389
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.
...
svn path=/branches/kdepim/proko2-full/kdepim/; revision=541169
20 years ago
Reinhold Kainhofer
42ed96b11f
some more #include <qxxxx.h> => #include <QXxxx>
...
svn path=/trunk/KDE/kdepim/; revision=540424
20 years ago
Allen Winter
063033d01e
"a" -> 'a'
...
svn path=/trunk/KDE/kdepim/; revision=540271
20 years ago
Frank Osterfeld
ecef6689b4
deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=536997
20 years ago
Chusslove Illich
3a5fca8d00
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
...
svn path=/trunk/KDE/kdepim/; revision=528186
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
ec645608ff
Q3CString--
...
svn path=/trunk/KDE/kdepim/; revision=491755
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Andreas Gungl
484292b96e
improve readability
...
svn path=/trunk/KDE/kdepim/; revision=473614
21 years ago
Andreas Gungl
ec243adffd
Fix QString::at(0) on possibly empty headers by checking the size.
...
There is some more refactoring needed though - but let's do one
step after another.
svn path=/trunk/KDE/kdepim/; revision=469804
21 years ago
Andreas Gungl
99cad9ca49
Work around a problem in QString (Qt4) to let KMail receive
...
mail from a local account into maildir folders.
svn path=/trunk/KDE/kdepim/; revision=469481
21 years ago
Ingo Klcker
81a7e3ba13
Partial port to current kdelibs4_snapshot. Time to hit the bed.
...
svn path=/trunk/KDE/kdepim/; revision=467348
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Till Adam
94fdc3c63c
o KMAcctMgr -> KMail::AccountManager
...
o de-virtualize the AccountManager interface
o const-ify
svn path=/trunk/KDE/kdepim/; revision=437928
21 years ago
Till Adam
451fe27a3e
o Further disentangle serial number cache handling, message dict
...
handling and index handling.
o Make it possible to have folders that optionally have no index
and/or don't export their serial numbers to the message dict. This
was partly possible before, but relying on all kinds of implicit (and
often wrong) assumptions as to the presence and state of various
datastructures and files on disk.
o [TRUE|FALSE] => [true|false] (sorry about mixing this in)
o group a bunch of bools and use a bit for each to save memory
o remove index related forwards folder -> folderstorage
o api dox additions
Fixed the crashes with local and maildir accounts in the process, I
think.
BUG: 108386
svn path=/trunk/KDE/kdepim/; revision=430817
21 years ago
Ingo Klcker
0d66835cb2
Add name of checked account to status bar message. Patch by Roger Larsson.
...
svn path=/trunk/kdepim/; revision=369916
22 years ago
Till Adam
39efe3912a
Add folder name to the status strings as per Ingo's request on August 7th.
...
Gotta love KOrganizer todos. ;)
svn path=/trunk/kdepim/; revision=357030
22 years ago
Tobias Koenig
48eaa5fc3c
Add the error message for #87941 which couldn't be backported to 3_3_BRANCH
...
svn path=/trunk/kdepim/; revision=342627
22 years ago
Tobias Koenig
47f12e9d76
Backport fix of #87941
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=342626
22 years ago
Tobias Koenig
df9fa8f4ce
Return from the method when execution the preprocessing application fails.
...
That fixes #87941
CCMAIL:87941-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=342625
22 years ago
Till Adam
86b8f45e9d
Fix strings before I forget now that it's possible again.
...
svn path=/trunk/kdepim/; revision=336689
22 years ago
Till Adam
841ced16d3
CVS_SILENT begone
...
svn path=/trunk/kdepim/; revision=336251
22 years ago
Ingo Klcker
9fc0dcd68f
Showing this message only in the detailed progress view is sufficient and consistent with the POP3 case.
...
svn path=/trunk/kdepim/; revision=335777
22 years ago
Till Adam
f87a838feb
Fix the unfortunate fact that there is no progress feedback for local
...
mailchecks. Requested, reviewed and tested by Ingo.
svn path=/trunk/kdepim/; revision=334888
22 years ago
Till Adam
3cb30b64fb
Move KMBroadcastStatus to KPIM::BroadcastStatus so it can be used by
...
Kontact in order to fix the dreadfull wobbling toolbar. Port KMail.
svn path=/trunk/kdepim/; revision=333973
22 years ago
Ingo Klcker
53174236b2
Factor preProcess(), fetchMsg() and postProcess() out of KMAcctLocal::processNewMail(). First step of real asynchronization instead of calling kapp->processEvents() every 200 ms
...
svn path=/trunk/kdepim/; revision=320713
22 years ago
David Faure
5337a89e0b
The original meaning of isReadOnly() was "!locked", for some weird reason.
...
Separate that meaning into isLocked(), apparently only used by kmacctlocal.cpp
and isReadOnly(), used everywhere else as "can't ever write to that folder".
svn path=/trunk/kdepim/; revision=320419
22 years ago