Volker Krause
f4811fb04a
Disable some more DCOP stuff.
...
svn path=/trunk/KDE/kdepim/; revision=561893
20 years ago
Laurent Montel
ce6b84f1ac
fix for new kurl renamed
...
svn path=/trunk/KDE/kdepim/; revision=543474
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 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
Thomas Zander
753d8448fb
CVSSILENT: More header cleanup
...
svn path=/trunk/KDE/kdepim/; revision=425133
21 years ago
Thomas Zander
e9bc21966a
Remove unneeded include for kmkernel.h (37 files less to compile on every change!)
...
svn path=/trunk/KDE/kdepim/; revision=425088
21 years ago
Ingo Klcker
6a0eb5e19a
Return the right number of messages also if the folder is closed. Fixes the number of messages which is displayed in the summary in Kontact.
...
svn path=/trunk/kdepim/; revision=318319
22 years ago
Ingo Klcker
3747fe9f57
Add dcop calls displayPath and displayName for usage in the Kontact summary widget.
...
svn path=/trunk/kdepim/; revision=301594
22 years ago
Laurent Montel
dfccf5ce0c
Fix kddebug
...
svn path=/trunk/kdepim/; revision=295858
22 years ago
Zack Rusin
8bb8df4011
And the moral of the story is that if train A goes at 60mph from new york
...
then if it goes right through my kitchen then it totally messes up my hairdo.
When i wrote folderiface i wanted to make sure there's no gui code in it. now
i added it myself which implies i'd have to flame myself and give myself
an f in "software design 101" if not the fact that i fix it in this commit -
switching to using dcop signals.
svn path=/trunk/kdepim/; revision=295370
22 years ago
Zack Rusin
0eab7ed540
Adding select() method which allows to select a folder in kmail tree view.
...
svn path=/trunk/kdepim/; revision=295350
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
Ingo Klcker
2267c2cd9b
This kdDebug makes too much noise with the new DCOP based Mail summary widget in Kontact.
...
svn path=/trunk/kdepim/; revision=268261
23 years ago
Bo Thorsen
b89149b7b5
Move dIMAP to a new folder manager. One bug is still there: It doesn't show up in the folder tree!
...
svn path=/trunk/kdepim/; revision=262247
23 years ago
Ingo Klcker
4d448db47f
Change
...
#define kernel KMKernel::self()
to
#define kmkernel KMKernel::self()
because 'kernel' was a much to general term. We really shouldn't repeat the mistakes of the X developers.
I noticed this problem when I played around with KImageEffects. kimageeffects.h contains 'kernel' as parameter of some methods and so the compilation had to fail. We won't need KImageEffects in the near future, but at least we are now prepared and a clash with another 'kernel' can't happen anymore.
svn path=/trunk/kdepim/; revision=252621
23 years ago
Tobias Koenig
cf2557d879
Return number of messages in messages()
...
svn path=/trunk/kdepim/; revision=231078
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
Zack Rusin
87b36a89f0
DCOP folder iface. Needed by things like Kontact summary page. Very minimal for now:
...
dcop kmail KMailIface folderList
...
dcop kmail KMailIface getFolder "/kde/kde-cvs"
...
dcop "DCOPRef(kmail,FolderIface)" unreadMessages
svn path=/trunk/kdepim/; revision=215190
23 years ago