Allen Winter
3b5e6bfe9d
same code, but written slightly differently to match we I did in branch.
...
IOW, this crash guard was in trunk (although written slightly differently)
and not backported.
svn path=/trunk/KDE/kdepim/; revision=649960
19 years ago
Allen Winter
23997b6617
bigtime forward port of coolo's kmail_debug_imap work branch.
...
while I was at it I also did some indenting and formatting fixes,
but there is a lot still to do.
svn path=/trunk/KDE/kdepim/; revision=645591
19 years ago
Andreas Gungl
d2f41cfca0
some porting changes
...
svn path=/trunk/KDE/kdepim/; revision=645319
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
b89340afd8
#warnings guarded with __GNUC__ - script at http://web.davidfaure.fr/kde/guard_warnings.pl
...
svn path=/trunk/KDE/kdepim/; revision=622342
19 years ago
Volker Krause
4cd29a3d87
Port a bit more (KSpell -> K3Spell, SimplePlayer -> AudioPlayer, disable
...
some DCOP stuff, etc.).
svn path=/trunk/KDE/kdepim/; revision=561669
20 years ago
Reinhold Kainhofer
d763cc114b
locate => KStandardDirs::locate
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=558100
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
Reinhold Kainhofer
b3abaeb2e6
--deprecated: qtimer.start(msec, single) => qtimer.setSingleShot(single); qtimer.start(msec);
...
svn path=/trunk/KDE/kdepim/; revision=539881
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
Chusslove Illich
3a5fca8d00
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
...
svn path=/trunk/KDE/kdepim/; revision=528186
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Andreas Gungl
c901b1247d
reduce readEntry(...).toInt() where possible
...
svn path=/trunk/KDE/kdepim/; revision=497208
20 years ago
Andreas Gungl
4ff92dd82b
forget readEntry(...).toBool()
...
svn path=/trunk/KDE/kdepim/; revision=497182
20 years ago
Andreas Gungl
da592428a9
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=495491
20 years ago
Andreas Gungl
db8f1ad5ad
porting for KConfig changes
...
svn path=/trunk/KDE/kdepim/; revision=493930
21 years ago
Andreas Gungl
7001c6f819
SVN_SILENT cleanup header includes
...
svn path=/trunk/KDE/kdepim/; revision=489243
21 years ago
Andreas Gungl
f8aebbf92c
fix porting error, make async filtering (w/o pipe-through) working
...
svn path=/trunk/KDE/kdepim/; revision=487235
21 years ago
Andreas Gungl
abb7c0c030
forward port from 3.5 branch, related to bug 113730
...
svn path=/trunk/KDE/kdepim/; revision=486435
21 years ago
Andreas Gungl
42a534e8c2
completion of the fix for bug 113730
...
svn path=/branches/KDE/3.5/kdepim/; revision=486422
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Andreas Gungl
17e5481587
forward port fixes in the async filtering
...
svn path=/trunk/KDE/kdepim/; revision=486144
21 years ago
Andreas Gungl
1f46c4b8e9
Fix some issues in the async filtering code
...
BUG:113730
svn path=/branches/KDE/3.5/kdepim/; revision=486140
21 years ago
Andreas Gungl
b9e30a6875
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=483728
21 years ago
Andreas Gungl
5a822a6191
adding visual feedback for the actionscheduler queue length
...
svn path=/trunk/KDE/kdepim/; revision=483601
21 years ago
Laurent Montel
72f49ff4e0
Compile/link
...
svn path=/trunk/KDE/kdepim/; revision=476672
21 years ago
Ingo Klcker
3cbf0fc45b
Q_INT*/Q_UINT* -> qint*/quint*
...
QMAX/QMIN -> qMax/qMin
I don't know what to do about Q_LONG and Q_ULONG because of the following code in qglobal.h:
#if defined(Q_OS_WIN64)
typedef __int64 Q_LONG; /* word up to 64 bit signed */
typedef unsigned __int64 Q_ULONG; /* word up to 64 bit unsigned */
#else
typedef long Q_LONG; /* word up to 64 bit signed */
typedef unsigned long Q_ULONG; /* word up to 64 bit unsigned */
#endif
Should I simply convert to (unsigned) long?
svn path=/trunk/KDE/kdepim/; revision=468393
21 years ago
Volker Krause
ed72a72900
More KMail porting.
...
svn path=/trunk/KDE/kdepim/; revision=461331
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Andreas Gungl
3ba1fadb97
allow async processing of the copy filter action
...
svn path=/branches/KDE/3.5/kdepim/; revision=455053
21 years ago
Don Sanders
3eac1eae4f
Include online IMAP folders as filter action targets in the filter
...
dialog.
Use action scheduler for manual filtering and for online IMAP
filtering when an online IMAP folder is specified as the
target of any filter action.
Set the action scheduler account in KMAcctImap,
so that per account filtering works
with the action scheduler (oops).
In the old filter system, KMFilterMgr explicityly
ignore online IMAP targets.
GUI: Online IMAP folders are now shown in the filter dialog.
GUI: An information dialog is shown when an online IMAP
GUI: folder is specified as the target of a filter action
GUI: in the filter dialog.
svn path=/branches/KDE/3.5/kdepim/; revision=451939
21 years ago
Andreas Gungl
a1209a599b
add logging capabilities to the action scheduler
...
svn path=/branches/KDE/3.5/kdepim/; revision=445717
21 years ago
Don Sanders
17a410ec7a
Pruddy up the AS for carsten by factoring the logic to determine if
...
the action scheduler is enabled into
static bool ActionScheduler::isEnabled()
svn path=/branches/KDE/3.5/kdepim/; revision=443140
21 years ago
Don Sanders
001b4bda4a
Disable the indexer in KMKernel because it's causing frequent crashes,
...
and commit the action scheduler.
To try out the action scheduler (which is disabled by default) add an
action-scheduler=true entry to the [General] section of your kmailrc
file.
To help me do this I've added a private dcop method to help me monitor
the health of the action scheduler, you can try it by:
dcop kmail KMailIface "debugScheduler()"
svn path=/branches/KDE/3.5/kdepim/; revision=443111
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
9a84c74e76
KMMsgDict rafactoring/clarification and related fixes, as discussed
...
here: http://lists.kde.org/?l=kmail-devel&m=111945756024656&w=2
I've changed the KMMsgDict::instance() to return a pointer instead of a
reference, compared to the patch I posted, after valid criticism from
Marc that the pattern is generally used with a pointer, in KDE, so it's
better not to surprise people here.
svn path=/trunk/KDE/kdepim/; revision=428560
21 years ago
Don Sanders
d4af074745
Various sublime actionscheduler improvements.
...
Note: This code is compiled but is currently unused (in cvs).
svn path=/trunk/kdepim/; revision=408532
21 years ago
Ingo Klcker
1c8e82e83d
Replace signal completed( KMCommand::Result ) by signal completed( KMCommand * ) (similar to the result( KIO::Job * ) signal of KIO::Job) and add KMCommand::result() for asking for the result of the command.
...
svn path=/trunk/kdepim/; revision=317493
22 years ago
Ingo Klcker
a17a4d395e
more detailed completed status for KMCommands
...
svn path=/trunk/kdepim/; revision=316069
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
Don Sanders
d5b1bdc02e
Update copyright / license to urlhandlermanager.h style.
...
svn path=/trunk/kdepim/; revision=262908
23 years ago
Don Sanders
b0ed48a264
A class for asynchronous filtering of messages.
...
svn path=/trunk/kdepim/; revision=262399
23 years ago