Till Adam
|
832778ca8c
|
Only display "Groupware choice" over groupware links.
Bo, it this too simplistic?
CCMAIL: 74656-done@bugs.kde.org
CCMAIL: bo@sonofthor.dk
svn path=/trunk/kdepim/; revision=287237
|
22 years ago |
Ingo Klcker
|
af546816d5
|
Show pretty URL in the status bar when hovering over a URL. Fixes bug #70558 (IDN domains are shown ACE-encoded in the statusbar)
CCMAIL: 70558-fixed@bugs.kde.org
svn path=/trunk/kdepim/; revision=286627
|
22 years ago |
Ingo Klcker
|
2c715b30da
|
Merge from osnabrueck_branch: all
svn path=/trunk/kdepim/; revision=280772
|
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 |
Marc Mutz
|
f0829aec37
|
Fix S/MIME regression introduced by: myself :-)
svn path=/trunk/kdepim/; revision=260843
|
23 years ago |
Marc Mutz
|
d467aca916
|
First steps in the direction of generic handlers for URLs in the reader window.
svn path=/trunk/kdepim/; revision=259848
|
23 years ago |