Thomas McGuire
ddfe4c4b21
tabs--
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=818123
18 years ago
Thomas McGuire
b18b2731f1
Don't crash in a debug function.
...
This might also fix bug 156319, although the backtrace misses the
last function it it.
CCBUG: 156319
svn path=/trunk/KDE/kdepim/; revision=818122
18 years ago
Thomas McGuire
5163b7b09f
- Return the correct return code when not all messages could be moved in KMMoveCommand
...
- In the action scheduler, don't delete the original mail if the filtered copy couldn't
be moved back
This is a hotfix for IMAP, which will eat messages if one of the filters has online IMAP
target folder (in which case the action scheduler will be used).
The real problem is of course that the move command fails in the frist place, will have to
figure that out later.
svn path=/trunk/KDE/kdepim/; revision=816901
18 years ago
Jarosaw Staniek
c160bdc1c4
* delete this -> deleteLater()
...
svn path=/trunk/KDE/kdepim/; revision=809615
18 years ago
Thomas McGuire
211cf1b2f9
Some coding style fixes.
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=803331
18 years ago
Ingo Klcker
c000a75f1b
Forward ported revision 773384 from the KDE 3.5 branch
...
Listen to the closed() and expunged() signals of the temporary filter folder (mSrcFolder), so that we can re-open the folder whenever it was closed.
This fixes the problem that filtering with online IMAP stopped after the first message had been processed.
CCBUGS: 126182
svn path=/trunk/KDE/kdepim/; revision=776110
18 years ago
Allen Winter
1ee33eb647
include file fixes, mostly re-ordering. but I did find some places
...
where a file was included twice.
svn path=/trunk/KDE/kdepim/; revision=762424
18 years ago
Frank Osterfeld
9848f42cd9
merge from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=707924
19 years ago
Andreas Hartmetz
9a2c2bdc7c
cross-port named open()/close() on folders from the 3.5 branch. this is a merge from 3.5 revision 647499 with many extra changes to get kmail to compile again.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=707659
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Tobias Koenig
01c7115ebd
Manual adaption and cleanup of the previous script run
...
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Pradeepto Bhattacharya
d1ec243595
Merge ...
...
SVN commit 669475 by mueller:
- the usual "daily unbreak compilation"
- various missing QTimer annotations
- compiler warning fixlets
svn path=/branches/kdepim/enterprise/kdepim/; revision=670026
19 years ago
Dirk Mueller
00aa142420
- the usual "daily unbreak compilation"
...
- various missing QTimer annotations
- compiler warning fixlets
svn path=/branches/KDE/3.5/kdepim/; revision=669475
19 years ago
Pradeepto Bhattacharya
1f6e9cb619
Merge ...
...
SVN commit 649957 by winterz:
merge SVN commit 649442 by winterz:
possible crash guard
svn path=/branches/kdepim/enterprise/kdepim/; revision=668136
19 years ago
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
a5895c479d
merge SVN commit 649442 by winterz:
...
possible crash guard
svn path=/branches/KDE/3.5/kdepim/; revision=649957
19 years ago
Stephan Kulow
79668a0aa2
backport the named open and close to reduce branch differences
...
(finally catched Till :)
svn path=/branches/KDE/3.5/kdepim/; revision=647499
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