Pascal Ltourneau
0d694fc65b
The constructor KTextBrowser(QWidget*, bool)
...
accepts KTextBrowser(parent, "object name")
I will ask k-c-d to remove the bool arg
svn path=/trunk/KDE/kdepim/; revision=673125
19 years ago
Lubo Luk
08746e45c9
KWM->KWindowSystem
...
svn path=/trunk/KDE/kdepim/knotes/; revision=659679
19 years ago
Lubo Luk
9d8aa41122
KWin/KWinModule -> KWM
...
svn path=/trunk/KDE/kdepim/knotes/; revision=649617
19 years ago
David Faure
38ec9afb4b
kapplication.h removed where not useful
...
svn path=/trunk/KDE/kdepim/; revision=621637
19 years ago
Laurent Montel
a8acab058e
Fix compile under windows
...
svn path=/trunk/KDE/kdepim/; revision=605106
20 years ago
Tom Albers
74168ad2ce
Next bunch of removal of deprecated things
...
svn path=/trunk/KDE/kdepim/; revision=577521
20 years ago
Tom Albers
4893966a5e
Work on the mailsourceviewer. The Log mode was removed from Qt, so the setText() had no function anymore. Removed that part and set some setTextInteraction flags. Replaced Q3Accel with QShortCut. noWrap seems not to work, but that is hard to determine, since the text shown for the body of the mail is currupt.
...
svn path=/trunk/KDE/kdepim/; revision=577467
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
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Reinhold Kainhofer
f1c71281f2
Deprecated QTextEdit calls
...
svn path=/trunk/KDE/kdepim/; revision=535785
20 years ago
Reinhold Kainhofer
8ec18f947d
deprecated QRegExp methods
...
svn path=/trunk/KDE/kdepim/; revision=535628
20 years ago
Laurent Montel
659ee5067e
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/akregator/; revision=521406
20 years ago
Laurent Montel
b08df31b5b
Fix some compile error
...
svn path=/trunk/KDE/kdepim/; revision=501668
20 years ago
Laurent Montel
72f49ff4e0
Compile/link
...
svn path=/trunk/KDE/kdepim/; revision=476672
21 years ago
Volker Krause
5b256e0153
Some porting to the new kdelibs snapshot, mostly KConfigGroupSaver -> KConfigGroup.
...
svn path=/trunk/KDE/kdepim/; revision=476648
21 years ago
Laurent Montel
fb69b56cb8
Adapt to new kde4 api
...
svn path=/trunk/KDE/kdepim/knotes/; revision=476637
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
Till Adam
e67dcdbfef
Make the mailsource viewer window close on ctrl-w as well as escape for
...
consistency.
svn path=/trunk/kdepim/; revision=364486
22 years ago
Ingo Klcker
6cf98bbaf6
- Remove the superfluous 'if ( pointer != 0 )'.
...
- Don't leak MailSourceHighlighter if setText is called multiple times.
- Fix indentation.
svn path=/trunk/kdepim/; revision=284184
22 years ago
Till Adam
b866e5b51b
Fix memory usage problems with "view source" by:
...
o not leaking the text highlighter
o checking the mail size and going to Qt::LogText mode for mails > 500kb
because the rich text mode is very inefficient and uses about 15 bytes
per character. This loses the boldification of headers before the : for
large mails, but I guess that's preferrable to using massive amounts of
memory.
Thanks to tronical for Qt consulting. :)
CCMAIL: 73692-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=284175
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
Zack Rusin
ce6e3a2f1a
Switch KMTextBrowser to KMail::MailSourceViewer and KMUndoStack to
...
KMail::UndoStack.
Waldo, would you mind if I added the Qt clause which we discussed some time ago
on the KMail list to the undostack.{h,cpp} files?
CCMAIL: Waldo Bastian <bastian@kde.org>
svn path=/trunk/kdepim/; revision=227174
23 years ago
Zack Rusin
3c79dfd18d
Switching to the moved files :) Thanks David!
...
svn path=/trunk/kdepim/; revision=227164
23 years ago
Zack Rusin
e914c6a6d1
Highlighting of headers in the mail source view.
...
Also, I'd like to rename those classes to MailSourceViewer in the KMail namespace.
David, could you move those two files (kmtextbrowser.{h,cpp}) on the server
to mailsourceviewer.{h,cpp} ?
CCMAIL: David Faure <faure@kde.org>
svn path=/trunk/kdepim/; revision=227133
23 years ago
Carsten Pfeiffer
be5e7bf43d
- centralize CryptPlugWrapperList in KMKernel to fix ownership problems
...
- replace KMKernel::self() with kernel
- introduce KMTextBrowser for viewing raw messages or text-attachments
to fix memory leaks
svn path=/trunk/kdenetwork/kmail/; revision=175027
24 years ago