Laurent Montel
f69c0c4949
Bye bye headerstrategy.h (use it from libmessageviewer)
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1029189
17 years ago
Thomas McGuire
d1009374a2
Port to dynamic debug areas.
...
svn path=/trunk/KDE/kdepim/; revision=1011111
17 years ago
Thomas McGuire
211cf1b2f9
Some coding style fixes.
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=803331
18 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
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
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Pradeepto Bhattacharya
381cb2cc27
Merge ...
...
SVN commit 645242 by winterz:
merge commits 643365,645115,645236 by winterz
to show the User-Agent or X-Mailer value in fancy headers
if so configured.
svn path=/branches/kdepim/enterprise/kdepim/; revision=667955
19 years ago
Allen Winter
c8d714466c
forward port SVN commit 645242 by winterz:
...
to show the User-Agent or X-Mailer value in fancy headers
if so configured.
svn path=/trunk/KDE/kdepim/; revision=645243
19 years ago
Allen Winter
f269bba3aa
merge commits 643365,645115,645236 by winterz
...
to show the User-Agent or X-Mailer value in fancy headers
if so configured.
svn path=/branches/KDE/3.5/kdepim/; revision=645242
19 years ago
Matthias Kretz
428ee4239a
merge the kinstance-redesign branch back to trunk.
...
svn path=/trunk/KDE/kdepim/; revision=628296
19 years ago
Pradeepto Bhattacharya
95a63041a3
Proko Issue 1301 and 1302
...
Added "Minimal Header Strategy"
Added Menubar items to standalone reader window.
svn path=/branches/kdepim/proko2/kdepim/; revision=562865
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
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
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Reinhold Kainhofer
2e77a55d99
The FSF has moved, use the new address in all license files and headers ...
...
svn path=/trunk/KDE/kdepim/; revision=437980
21 years ago
Marc Mutz
aa88952748
Always fully qualify friend declarations lest they act as forward declarations themselves. This change has higlighted a few missing forward decls in header files.
...
svn path=/trunk/KDE/kdepim/; revision=428498
21 years ago
Till Adam
a8c697bf98
- decouple the addressbook image displaying from the im presence, so that
...
non-kopete or konversation users get cute images as well
- remove the status and statuspic pseudoheaders, this does not belong in
headerstrategy, but in headestyle
- remove im status display from all but fancy
- various cleanups and reorderings
svn path=/trunk/kdepim/; revision=360960
22 years ago
Till Adam
9dc6047e22
Show pictures of people in the addressbook since we hit it anyway trying
...
to figure out online status. Cute.
svn path=/trunk/kdepim/; revision=360315
22 years ago
Will Stephenson
e4d9523482
Third tranche of Instant Messaging integration.
...
This shows the presence of a mail's sender in the message view when using fancy headers and can show their KABC picture if set. ( currently disabled )
It also adds a Chat With.. action to the context menu for email addresses.
Zack points out this will give a performance hit as KABC is accessed each time a message is viewed, and KABC is not a fast library. If this is a problem this code can be disabled by removing 'status' from richHeaders in kmail/headerstrategy.cpp.
svn path=/trunk/kdepim/; revision=312901
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
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
23 years ago
Stephan Kulow
caf616bbeb
moving kconfig.h and kcmdlineargs.h in the files that need it (kmkernel.h
...
does not)
svn path=/trunk/kdepim/; revision=222721
23 years ago
Zack Rusin
b128a466e2
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
...
Credits go to Scott and fixincludes.
svn path=/trunk/kdepim/; revision=222501
23 years ago
Marc Mutz
e2a890c1ac
Enable Windows port by adding an exception clause for non-free Qt; this is in files where the copyright ownership is clear :-). The fun part is the rest of KMail...
...
svn path=/trunk/kdepim/; revision=204080
23 years ago
Marc Mutz
54d116b7b7
I'm stupid. The compiler/linker will of course merge those strings. No need to invent unneeded mem saving myself ;-)
...
svn path=/trunk/kdepim/; revision=201482
24 years ago
Marc Mutz
b69a2628b1
Hmm, "brief" actually shows almost all headers "standard" shows, except To:
...
svn path=/trunk/kdepim/; revision=201433
24 years ago
Marc Mutz
5a8d46f118
Use the same header field sets that current KMail uses.
...
svn path=/trunk/kdepim/; revision=201414
24 years ago
Marc Mutz
ad2f92ba54
new class HeaderStrategy that is used to decide which headers to show and which to hide.
...
svn path=/trunk/kdepim/; revision=201205
24 years ago