Laurent Montel
a203335055
KMFolder--
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1061038
17 years ago
Laurent Montel
381b702e4b
Port++
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1060662
17 years ago
Laurent Montel
6cc752cb65
fix includes
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054682
17 years ago
Laurent Montel
dc36d3a07a
kmfolderstorafe--
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054681
17 years ago
Volker Krause
ae97bdc308
Merge mingw + msvc build fixes by Romain Pokrzywka <romain@kdab.com>
...
from the pe5.20091123 tag.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054571
17 years ago
Andras Mantia
7e3982c776
Trying to get rid of the rest of KMMessage and KMMsgBase usage and port it to KMime. Mostly only the interfaces are ported, the code is commented out, although in many cases the code is obsoleted by the akonadi resources. Also get rid of the different folder classes, as those are transparent, accessible via akonadi.
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1037186
17 years ago
Thomas McGuire
75264660b9
SVN_SILENT minor whitespace changes in kdebug() calls, where the original conversion screwed up.
...
svn path=/trunk/KDE/kdepim/; revision=1002193
17 years ago
Thomas McGuire
393b3ecdc3
Merged revisions 992178 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.3/kdepim
........
r992178 | winterz | 2009-07-06 14:41:34 +0200 (Mon, 06 Jul 2009) | 5 lines
backport SVN commit 991853 by pokrzywka:
Windows compatibility: use QUrl::toLocalFile() (which returns "C:/foo") instead of QUrl::path() (which returns "/C:/foo")
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=997440
17 years ago
Allen Winter
3bf5130d6a
backport SVN commit 991853 by pokrzywka:
...
Windows compatibility: use QUrl::toLocalFile() (which returns "C:/foo") instead of QUrl::path() (which returns "/C:/foo")
svn path=/branches/KDE/4.3/kdepim/; revision=992178
17 years ago
Romain Pokrzywka
c395e93d11
Windows compatibility: use QUrl::toLocalFile() (which returns "C:/foo") instead of QUrl::path() (which returns "/C:/foo")
...
svn path=/trunk/KDE/kdepim/console/konsolekalendar/; revision=991853
17 years ago
Allen Winter
80909a85fa
Cleanup kDebug/kWarning/kError():
...
+ No longer pass the debug area
+ Don't hard code the method name
+ Remove endls
svn path=/trunk/KDE/kdepim/; revision=966226
17 years ago
Jarosaw Staniek
86a8758911
Merged changes related to the SQLite mode for KMail indices
...
from
/branches/work/kmail-nommap (r799390..804487)
/branches/work/kdepim-nommap/kmail (r804484..804960)
The SQLite mode is currently enabled only on Windows (by KMAIL_SQLITE_INDEX define),
so on !Windows, the code for standard 'mmap' mode is compiled.
CCMAIL:kde-pim@kde.org
svn path=/trunk/KDE/kdepim/; revision=805075
18 years ago
Allen Winter
1ace378fe9
portability:
...
getenv() -> qgetenv()
fopen() -> KDE_fopen()
fseek() -> KDE_fseek()
ftell() -> KDE_ftell()
svn path=/trunk/KDE/kdepim/; revision=764748
18 years ago
Allen Winter
d8fee4026a
use portable KDE_rename() instead of ::rename()
...
svn path=/trunk/KDE/kdepim/; revision=762673
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
Adriaan de Groot
84f6f2419c
Need unistd for fsync()
...
svn path=/trunk/KDE/kdepim/; revision=755686
18 years ago
Jarosaw Staniek
eb3eb837dc
SVN_SILENT compile
...
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=746148
19 years ago
Pradeepto Bhattacharya
92d3b3f4dd
Merge ...
...
SVN commit 733841 by marten:
Fix "After compact action mail list disappears", by ensuring that the
folder is open in the two places where it may be needed.
BUG#146967
svn path=/branches/kdepim/enterprise/kdepim/; revision=733876
19 years ago
Jonathan Marten
16102271b2
Forward port of commit 733841 from 3.5 branch:
...
Fix "After compact action mail list disappears", by ensuring that the
folder is open in the two places where it may be needed. Not such a major
issue now that maildir is the recommended format and mandatory for the
standard folders.
CCBUG:146967
svn path=/trunk/KDE/kdepim/; revision=733843
19 years ago
Jonathan Marten
3a1369ec80
Fix "After compact action mail list disappears", by ensuring that the
...
folder is open in the two places where it may be needed.
BUG:146967
svn path=/branches/KDE/3.5/kdepim/; revision=733841
19 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
9079b08b83
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685858
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
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
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
Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Frank Osterfeld
5650c75c7f
Fix linking. Include config.h, as suggested by Ismail Onur Filiz.
...
CCMAIL:onurf@su.sabanciuniv.edu
svn path=/trunk/KDE/kdepim/; revision=530043
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
5214f977ce
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/akregator/; revision=508599
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
7a6a236da0
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=501915
20 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Reinhold Kainhofer
50d4efd7d4
The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address):
...
sed 's/59 Temple Place - Suite 330, Boston, MA 02111-1307/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301/'
PS: I didn't touch the kalarm dir, since david seems to update the address himself, and I don't want to create conflicts for him.
CCMAIL:lists@astrojar.org.uk
svn path=/trunk/KDE/kdepim/; revision=437921
21 years ago
David Faure
8b3c9e843b
Use .mailboxname.compacted i.e. make it a hidden file, so that it doesn't appear as a new mailbox
...
in kmail after a restart, in case a crash happens while compaction is happening.
svn path=/branches/proko2/kdepim/; revision=405282
21 years ago
David Faure
63bee87105
Use .mailboxname.compacted i.e. make it a hidden file, so that it doesn't appear as a new mailbox
...
in kmail after a restart, in case a crash happens while compaction is happening.
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=405282
21 years ago
David Faure
36c8001fd9
Use .mailboxname.compacted i.e. make it a hidden file, so that it doesn't appear as a new mailbox
...
in kmail after a restart, in case a crash happens while compaction is happening.
svn path=/trunk/kdepim/; revision=405282
21 years ago
David Faure
e4ff853d9b
Don't leave around mymbox.compacted when compaction fails (e.g. disk full),
...
otherwise kmail treats it as a real mailbox on the next restart
svn path=/branches/proko2/kdepim/; revision=405182
21 years ago
David Faure
16f50e80d6
Don't leave around mymbox.compacted when compaction fails (e.g. disk full),
...
otherwise kmail treats it as a real mailbox on the next restart
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=405182
21 years ago
David Faure
efe86d7977
Don't leave around mymbox.compacted when compaction fails (e.g. disk full),
...
otherwise kmail treats it as a real mailbox on the next restart.
svn path=/trunk/kdepim/; revision=405181
21 years ago
Till Adam
3cb30b64fb
Move KMBroadcastStatus to KPIM::BroadcastStatus so it can be used by
...
Kontact in order to fix the dreadfull wobbling toolbar. Port KMail.
svn path=/trunk/kdepim/; revision=333973
22 years ago
David Faure
451879c548
The scheduler assumed that jobs could be run synchronously when wanted.
...
But that's not true, with the KMMoveCommand in ExpireJob.
So refactored the "run this task now" support (as used by "Expire All Folders")
to still queue things (in case another task is running), but run the next job
immediately after the previous one, when there are pending immediate tasks.
Thanks to Andreas Gungl for his infinite patience and debugging help :)
CCMAIL: 83847-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=331755
22 years ago
David Faure
2c1ef86be1
open() might call notifyOpeningFolder() more than once (e.g. due to the open()
...
call in FolderStorage::correctUnreadMsgsCount() called by KMFolderMaildir::createIndexFromContents()).
-> introduced a base ScheduledJob class and added isOpeningFolder() to it,
which is less fragile than the previous solution.
svn path=/trunk/kdepim/; revision=323036
22 years ago
Ingo Klcker
fad13f294d
Force an update of the index after compacting a folder even if the folder is still open. This should fix the ghost message problem.
...
svn path=/trunk/kdepim/; revision=322034
22 years ago