Ingo Klcker
76ed9c3f5c
Fix pass-by-value issues found by krazy. Patch by Bernhard Breinbauer.
...
svn path=/trunk/KDE/kdepim/; revision=674140
19 years ago
Laurent Montel
e72617aa7c
Add const
...
QT3support--
svn path=/trunk/KDE/kdepim/; revision=665021
19 years ago
Mathias Soeken
0ce2058b8e
Some Q3CString -> QByteArray changes
...
svn path=/trunk/KDE/kdepim/; revision=637772
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
Reinhold Kainhofer
42ed96b11f
some more #include <qxxxx.h> => #include <QXxxx>
...
svn path=/trunk/KDE/kdepim/; revision=540424
20 years ago
Allen Winter
063033d01e
"a" -> 'a'
...
svn path=/trunk/KDE/kdepim/; revision=540271
20 years ago
Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Frank Osterfeld
ecef6689b4
deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=536997
20 years ago
Reinhold Kainhofer
e5830100c0
deprecated QList::remove methods -> either QList::erase(iterator) or QList::removeAll(T)
...
svn path=/trunk/KDE/kdepim/; revision=535182
20 years ago
Ismail Onur Filiz
5499cab473
Include "config.h" in the source files that already do not do so.
...
svn path=/trunk/KDE/kdepim/; revision=532915
20 years ago
Laurent Montel
58f60da7fd
Deprecated--
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=516553
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Volker Krause
61773c224a
More porting.
...
svn path=/trunk/KDE/kdepim/; revision=461116
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
Helge Deller
33d41b8f24
danimo was right - no need to reimplement already existing functions.
...
CCMAIL: danimo@kde.org
svn path=/trunk/kdepim/; revision=376293
22 years ago
Helge Deller
dfbef61101
micro-optimization
...
svn path=/trunk/kdepim/; revision=374343
22 years ago
Dirk Mueller
dd0f3bb8f4
unbreak compilation (gcc 4.0)
...
svn path=/trunk/kdepim/; revision=367698
22 years ago
Dirk Mueller
9f4df4f8f8
fix compile (gcc 4.0)
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=360838
22 years ago
Andreas Gungl
051795b55d
add controls to the log viewer for better control of the logging,
...
better formatting of the log output (use QTextEdit::LogText),
avoid output of all headers for <any headers> filter rule
svn path=/trunk/kdepim/; revision=292936
22 years ago
Andreas Gungl
3c606ce68d
start with filter logging switched off to avoid cpu load and memory consumption
...
svn path=/trunk/kdepim/; revision=291278
22 years ago
Andreas Gungl
91b65008c4
fix teh output in a messagebox, remove debug statement which can produce
...
very large amount of data
svn path=/trunk/kdepim/; revision=291272
22 years ago
George Staikos
e72a6f4bfd
remove excessive debug
...
note: filterlog add() is incredibly bad and should be completely rethought.
It presently will fill my disk after only an hour or two of uptime if I happen
to have a searchfolder open from a previous kmail session.
svn path=/trunk/kdepim/; revision=290792
22 years ago
Andreas Gungl
7f0618b470
make member variables of the classes starting with m;
...
use timestamps in the log;
avoid logging of full messages e.g. for "body" or "message" filter rule;
line wrapping and logging can be switched on/off in the log viewer;
saving of the log into a file is supported now
svn path=/trunk/kdepim/; revision=290493
22 years ago
Ingo Klcker
ddef814f1d
Don't shrink the filter log if max size is unlimited.
...
svn path=/trunk/kdepim/; revision=289980
22 years ago
Andreas Gungl
fb2b6b4925
new support for a limit of the log size in the backend,
...
small changes to the output format
svn path=/trunk/kdepim/; revision=289528
22 years ago
Andreas Gungl
1ffba8d032
prepare support for different detail levels in the log,
...
add logging of the filter rule evaluation,
switch the viewer to use white background in read-only mode
svn path=/trunk/kdepim/; revision=289214
22 years ago
Andreas Gungl
f5e3a8520d
improve the readability of the log output (separators and indentation),
...
allow to clear the log (via button in the viewer)
svn path=/trunk/kdepim/; revision=288565
22 years ago
Ingo Klcker
ca8928da0a
Fetching 38 messages from local inbox took a couple of minutes and produced 20 MB of debug output (the filter log was dumped 177 times). That's a bit too much for my taste.
...
svn path=/trunk/kdepim/; revision=288360
22 years ago
Andreas Gungl
3207d76fcd
This is the basic version of a filter log viewer. The information is
...
very technical at the moment, and the possible user interactions are
still very limited. I'm going to improve this soon.
svn path=/trunk/kdepim/; revision=288302
22 years ago
Carsten Burghardt
3b2c8a3b36
License update
...
svn path=/trunk/kdepim/; revision=278702
23 years ago
Dirk Mueller
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
23 years ago
Carsten Burghardt
fb2264ec98
Some small bugfixes and the migration to imapaccountbase
...
svn path=/trunk/kdenetwork/kmail/; revision=194631
24 years ago
Carsten Burghardt
6bbd788c03
rename subscription to subscriptiondialog
...
svn path=/trunk/kdenetwork/kmail/; revision=193801
24 years ago
Carsten Burghardt
53c70621cc
move to namespace KMail
...
svn path=/trunk/kdenetwork/kmail/; revision=192279
24 years ago
Carsten Burghardt
a412017ce7
Add the kmail-specific subscription classes. They're not activated yet.
...
svn path=/trunk/kdenetwork/kmail/; revision=192257
24 years ago