James Bendig
28195145fc
Changed HTML status bar in message window to be clickable and toggle between HTML and plain text when available.
...
Implemented as an action in order to also be available as a configurable shortcut.
http://reviewboard.kde.org/r/2017/
svn path=/trunk/KDE/kdepim/; revision=1050216
17 years ago
Laurent Montel
1b7bba4a68
Temporary export htmlstatusbar.h from libmessageviewer (remove export when we remove old code)
...
so now we can remove an other file in kmail (htmlstatusbar)
svn path=/branches/work/akonadi-ports/kdepim/; revision=1029244
17 years ago
Thomas McGuire
039ba1f351
- Set the correct config for the message list with the new config provider
...
- Change all usages of KConfig* to KSharedConfig::Ptr
svn path=/trunk/KDE/kdepim/; revision=1025341
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
d1c5b60541
Some color fixes:
...
- Make the custom color option for misspelled words work again
- When not using custom colors, use the default color for the HTML
status bar and the signed/encrypted labels again.
svn path=/trunk/KDE/kdepim/; revision=837684
18 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Arto Hytnen
86916891d9
i18n html tags fixes only to kdepim
...
svn path=/trunk/KDE/kdepim/; revision=702957
19 years ago
Thomas McGuire
d7dc9dbfac
HTML statusbar:
...
- show the correct background color again
- remove tabs
svn path=/trunk/KDE/kdepim/; revision=698615
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Stephan Kulow
2ebce6f21b
more porting errors
...
svn path=/trunk/KDE/kdepim/; revision=631915
19 years ago
Matthias Kretz
428ee4239a
merge the kinstance-redesign branch back to trunk.
...
svn path=/trunk/KDE/kdepim/; revision=628296
19 years ago
David Faure
38ec9afb4b
kapplication.h removed where not useful
...
svn path=/trunk/KDE/kdepim/; revision=621637
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
Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Reinhold Kainhofer
60256d9d9f
deprecated QWidget methods
...
svn path=/trunk/KDE/kdepim/; revision=535759
20 years ago
Reinhold Kainhofer
d892497f04
deprecated QLabel constructors and methods
...
svn path=/trunk/KDE/kdepim/; revision=535649
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
Volker Krause
ed72a72900
More KMail porting.
...
svn path=/trunk/KDE/kdepim/; revision=461331
21 years ago
Volker Krause
0f6fe9fdb4
117 of 167 files compile
...
svn path=/trunk/KDE/kdepim/; revision=461055
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
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
David Faure
344acd67a4
Backport: don't let the "No HTML Message" label force a minimum height on the reader widget.
...
svn path=/branches/proko2/kdepim/; revision=394936
21 years ago
David Faure
18cdc99be7
Don't let the "No HTML Message" label force a minimum height on the reader widget.
...
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=394935
21 years ago
David Faure
6c01ed297b
Don't let the "No HTML Message" label force a minimum height on the reader widget.
...
Reported by Nicolas T. on the wrong list :)
svn path=/trunk/kdepim/; revision=394934
21 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
828f860a59
Make the html status bar a widget of it's own right. Adding implementation to build; not yet used by reader.
...
svn path=/trunk/kdepim/; revision=229276
23 years ago