Allen Winter
80909a85fa
Cleanup kDebug/kWarning/kError():
...
+ No longer pass the debug area
+ Don't hard code the method name
+ Remove endls
svn path=/trunk/KDE/kdepim/; revision=966226
17 years ago
Thomas McGuire
66f97602c4
- Remove "added by qt3to4" comments
...
- Fix some includes
- Disable Qt3 support and KDE3Support in the CMake file
Now KMail is free of KDE3 and Qt3 support(*), hurray!!
Thanks to everyone who helped porting.
Now, let's party and relax a bit, and afterwards we can start to make things interesting
again by starting the Akonadi port :)
(*) Well, Almost. It still links to Qt3Support, because KGPG has
Qt3Support in its headers.
Also, Qt3Support and KDE3Support are still linked in indirectly
via libkdepim.
svn path=/trunk/KDE/kdepim/; revision=924827
17 years ago
Thomas McGuire
211cf1b2f9
Some coding style fixes.
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=803331
18 years ago
Andreas Hartmetz
8fcabf0c42
Merge KConfig-related changes from branch. Still needs slightly more work, something apparently unrelated fails at 97%.
...
svn path=/trunk/KDE/kdepim/; revision=722024
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Thiago Macieira
421c83769c
Remove use of k_funcinfo
...
svn path=/trunk/KDE/kdepim/; revision=702595
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Ismail Onur Filiz
0687891abb
KConfig -> KConfigGroup
...
Fixes reading of folder settings.
KConfig -> KConfigGroup
svn path=/trunk/KDE/kdepim/; revision=656443
19 years ago
Stephan Kulow
77fb0ac34e
fix some porting errors
...
svn path=/trunk/KDE/kdepim/; revision=631907
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.
...
svn path=/branches/kdepim/proko2-full/kdepim/; revision=541169
20 years ago
Reinhold Kainhofer
6396fad702
Additional
...
#include <qxxxx.h> => #include <QXxxx>
that were missed by Laurent's commit yesterday.
svn path=/trunk/KDE/kdepim/; revision=539677
20 years ago
Reinhold Kainhofer
33de056e1f
QList::find(..)==QList::end() => QList::contains()
...
QList::find => QList::indexOf
QString::find => QString::indexOf or contains
svn path=/trunk/KDE/kdepim/; revision=535028
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
953b74f08d
readListEntry--
...
svn path=/trunk/KDE/kdepim/; revision=502289
20 years ago
Laurent Montel
7a6a236da0
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=501915
20 years ago
Andreas Gungl
c901b1247d
reduce readEntry(...).toInt() where possible
...
svn path=/trunk/KDE/kdepim/; revision=497208
20 years ago
Volker Krause
3d382d34ca
Build with new kdelibs snapshot.
...
svn path=/trunk/KDE/kdepim/; revision=496190
20 years ago
Andreas Gungl
db8f1ad5ad
porting for KConfig changes
...
svn path=/trunk/KDE/kdepim/; revision=493930
21 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Laurent Montel
bd34817a6e
q3cstring--
...
svn path=/trunk/KDE/kdepim/; revision=491768
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Zack Rusin
f85d94339b
From the series: zack does magic and you, the common people, stand in awe.
...
Implementing automagic mailing list handling: KMail can now detect whether
a folder stores a mailing list in which case it will try to determine its post,
subscribe, unsubscribe, archive and help addresses.
Aaron could you figure out where the kaction's invoking post,subscribe... could
be put?
CCMAIL: aseigo@kde.org
svn path=/trunk/kdepim/; revision=295216
22 years ago
Marc Mutz
c4df6a1a84
Add <config.h> to all .cpp files as in aegypten_branch we really
...
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
23 years ago
Dirk Mueller
e32763daaa
make the code less insane
...
svn path=/trunk/kdepim/; revision=249997
23 years ago
Laurent Montel
6019f52737
Fix includes
...
svn path=/trunk/kdepim/; revision=215406
23 years ago
Marc Mutz
0b9e01305b
janitorial: more "x" -> 'x' changes (x is a single char), in files where it's used with QString::find() or ::contains(). Anyone wants to do the rest (for correctness)?
...
svn path=/trunk/kdenetwork/kmail/; revision=187033
24 years ago
Zack Rusin
78846a080b
Backporting from make_it_cool.
...
svn path=/trunk/kdenetwork/kmail/; revision=180461
24 years ago
Zack Rusin
1835fb0ecd
First in series of mailing list handling patches - subscribe, unsubscribe, list id, post, archive and list help are supported (but in a limited way)
...
svn path=/trunk/kdenetwork/kmail/; revision=151055
24 years ago
Marc Mutz
01574b5734
Recognize x-ml-name as containing the address of a mailing-list.
...
Patch by Takumi ASAKI <asataku(at)osk3.3web.ne.jp>
svn path=/trunk/kdenetwork/kmail/; revision=146160
24 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Stephan Kulow
6a95524b2e
detect ezmlm mailing lists
...
svn path=/trunk/kdenetwork/kmail/; revision=113288
25 years ago
Michael Haeckel
d942bedded
Get rid of all remaining ASCII_CAST and COMPAT issues.
...
It is now even possible to give accounts non-latin names.
svn path=/trunk/kdenetwork/kmail/; revision=102514
25 years ago
Michael Haeckel
db9f4d2732
Some filter fixes.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=98117
25 years ago
Michael Haeckel
cd3eb30896
Add List-Id to the mailing list headers and a little fix for X-Mailing-List.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=94284
25 years ago
Stephan Kulow
f50e29fc56
commiting my revision of Don's rapidfilter patch. Also automatic detection
...
of Mailing lists added (idea borrowed from evolution)
svn path=/trunk/kdenetwork/kmail/; revision=92483
25 years ago