Thomas McGuire
82d7456a8c
QHash<ulong,int> -> QHash<ulong>
...
Thanks, David!
I did have that nagging feeling that QHash isn't quite the right thing when I ported this.
svn path=/trunk/KDE/kdepim/; revision=806078
18 years ago
Thomas McGuire
841f7a934f
Probably fix crash when the server sends an empty message over DIMAP.
...
BUG: 158689
svn path=/trunk/KDE/kdepim/; revision=805568
18 years ago
Thomas McGuire
d74f9e06d5
- Q3IntDict -> QHash
...
- Add comment explaining why QHash is used instead of QList
svn path=/trunk/KDE/kdepim/; revision=804637
18 years ago
Thomas McGuire
d2b89afcf9
Remove many superflous function names in kDebug statements.
...
Remove some tabs
svn path=/trunk/KDE/kdepim/; revision=785955
18 years ago
Thomas McGuire
61cab9a4e4
Remove superflous whitespace and endl
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=785929
18 years ago
Volker Krause
d505ced0e9
Merged revisions 784547 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r784547 | vkrause | 2008-03-11 18:38:06 +0100 (Tue, 11 Mar 2008) | 6 lines
Ensure the current folder is open here. KMFolderMaildir::addMsg() does
the same and thus destorys the message object we are currently working
on if the folder hasn't been open before.
Kolab issue 2533
........
svn path=/trunk/KDE/kdepim/; revision=784553
18 years ago
Stephan Binner
de8ac6f495
i18n interface style guide fixes
...
svn path=/trunk/KDE/kdepim/doc/kmail/; revision=779230
18 years ago
Allen Winter
6d277ca001
Ingo's patch to make cached imap local subscription work for top-level folders.
...
"while checking whether GMail can be used as lightweight groupware
server. I noticed that local subscription only works for non-top-level
folders, i.e. all top-level folders were shown unconditionally and
KMail started to sync my kde-commits folder (very bad idea!). The
reason for this problem is that setHonorLocalSubscription( true ) is
only called for the ListJobs of subfolders, but not when listing the
top-level folders in the namespaces."
svn path=/trunk/KDE/kdepim/; revision=771724
18 years ago
Volker Krause
394d8d8b23
Merged revisions 771310-771345 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r771310 | vkrause | 2008-02-05 19:16:00 +0100 (Tue, 05 Feb 2008) | 5 lines
Remove messages that have been deleted on the server from the local
cache even in read-only folders.
Kolab issue 2394
........
r771345 | vkrause | 2008-02-05 20:11:59 +0100 (Tue, 05 Feb 2008) | 4 lines
Prevent moving messages from read-only folders via dnd.
Kolab issue 2450
........
svn path=/trunk/KDE/kdepim/; revision=771676
18 years ago
Pradeepto Bhattacharya
9a4b223d7d
Merged revisions 739994 via svnmerge from
...
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r739994 | tilladam | 2007-11-22 14:51:45 +0530 (Thu, 22 Nov 2007) | 2 lines
Be defensive.
........
svn path=/trunk/KDE/kdepim/; revision=768465
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
a2fede7c21
Need unistd.h for unlink(2)
...
svn path=/trunk/KDE/kdepim/; revision=755659
18 years ago
Jarosaw Staniek
aafa6538fb
FolderChanges::ACL renamed to FolderChanges::ACLChanged to avoid conflicts with ACL definition on Windows;
...
Added Contents -> ContentsChanged rename to make it consistent.
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=750525
19 years ago
Volker Krause
de3ff569f7
Merged revisions 747971 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r747971 | vkrause | 2007-12-13 09:51:18 +0100 (Thu, 13 Dec 2007) | 5 lines
Overwrite local flags of read-only folders if we don't allow local
flags for them.
Kolab issue 2220
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=747975
19 years ago
Volker Krause
3ce9a330fc
Overwrite local flags of read-only folders if we don't allow local
...
flags for them.
Kolab issue 2220
svn path=/branches/kdepim/enterprise/kdepim/; revision=747971
19 years ago
Thomas McGuire
02a62b9f21
Silence most of the overload-virtual warnings in KMail. They all
...
were false positives.
There is one warning left, about slotInfoMessage
in QuotaJobs::GetQuotarootjo. This seems to be
real, as neither that slot nor the signal
connected to that slot seem to exist with that
signature.
It would be nice if someone with IMAP knowledge could
fix that.
svn path=/trunk/KDE/kdepim/; revision=747352
19 years ago
Volker Krause
00e8bb2596
Merged revisions 744689 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r744689 | vkrause | 2007-12-04 05:39:34 +0100 (Tue, 04 Dec 2007) | 5 lines
Fix crash due to calling serverSyncInternal() too often/too early.
Patch by Frank.
Kolab issue 2270
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=744698
19 years ago
Volker Krause
1e4e1ba258
Fix crash due to calling serverSyncInternal() too often/too early.
...
Patch by Frank.
Kolab issue 2270
svn path=/branches/kdepim/enterprise/kdepim/; revision=744689
19 years ago
Andrew Coles
48b14ad83f
Workaround for gcc v3.x parse error.
...
svn path=/trunk/KDE/kdepim/; revision=743268
19 years ago
Till Adam
e278410e5e
Be defensive.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=739994
19 years ago
Pradeepto Bhattacharya
d2788415c7
SVN commit 714810 by winterz:
...
fix typo
CCBUG# 144946
svn path=/branches/kdepim/enterprise/kdepim/; revision=733688
19 years ago
Till Adam
65e2ad7b51
Merged revisions 731502-732628 via svnmerge from
...
svn+ssh://tilladam@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r731539 | mikearthur | 2007-11-01 00:32:50 +0100 (Thu, 01 Nov 2007) | 2 lines
Add alignment and strikethrough options to WYSIWYG editor.
................
r731611 | scripty | 2007-11-01 08:40:38 +0100 (Thu, 01 Nov 2007) | 1 line
SVN_SILENT made messages (.desktop file)
................
r731692 | tmcguire | 2007-11-01 16:49:46 +0100 (Thu, 01 Nov 2007) | 3 lines
tabs-- (one of the tabs actually was inside a string, causing a minor bug)
................
r731725 | tilladam | 2007-11-01 19:13:34 +0100 (Thu, 01 Nov 2007) | 2 lines
Re-add the nepomuk feeder.
................
r731772 | mlaurent | 2007-11-01 21:19:33 +0100 (Thu, 01 Nov 2007) | 2 lines
Two differents separator ?
................
r731883 | scripty | 2007-11-02 08:38:30 +0100 (Fri, 02 Nov 2007) | 1 line
SVN_SILENT made messages (.desktop file)
................
r731894 | mlaurent | 2007-11-02 09:10:11 +0100 (Fri, 02 Nov 2007) | 2 lines
Fix icons
................
r732011 | tmcguire | 2007-11-02 15:40:00 +0100 (Fri, 02 Nov 2007) | 8 lines
Deleting a folder is a potentially dangerous operation, so set the
'dangerous' flag when showing the warning messagebox.
Based on a patch by Jure Repinc.
CCBUG:151715
................
r732122 | djarvie | 2007-11-02 22:01:32 +0100 (Fri, 02 Nov 2007) | 1 line
Style
................
r732144 | djarvie | 2007-11-02 23:32:17 +0100 (Fri, 02 Nov 2007) | 5 lines
Fix failure to trigger some date-only alarms (e.g. after system hibernation).
Fix date-only alarms triggering every minute until start-of-day time (bug 146952).
Forward port of commit 732115.
................
r732193 | winterz | 2007-11-03 03:38:33 +0100 (Sat, 03 Nov 2007) | 2 lines
reduce the debug noise
................
r732197 | winterz | 2007-11-03 04:07:01 +0100 (Sat, 03 Nov 2007) | 7 lines
- Port from KLibFactory to KPluginFactory
- Make all the plugins have the same naming convention of "libfoo_korganizer",
even though we (as in KDE) will probably decide to remove the "lib" prefix.
- Make the yearprint plugin work
- various minor clean-ups
................
r732217 | scripty | 2007-11-03 08:50:29 +0100 (Sat, 03 Nov 2007) | 1 line
SVN_SILENT made messages (.desktop file)
................
r732235 | reitelbach | 2007-11-03 10:39:45 +0100 (Sat, 03 Nov 2007) | 4 lines
typos
SVN_SILENT
................
r732251 | vkrause | 2007-11-03 11:26:31 +0100 (Sat, 03 Nov 2007) | 49 lines
Merged revisions 724820-725839,725842-726385,726387-726917,726919-726931,726933-728589,728591-728594,728596-728621,728623-729262,729264-730751,730753-731066,731068-731441,731443-731704 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/work/arzie_akonadi
........
r724820 | arzie | 2007-10-13 16:58:06 +0200 (Sat, 13 Oct 2007) | 1 line
Provide some error handling.
........
r724821 | arzie | 2007-10-13 16:58:53 +0200 (Sat, 13 Oct 2007) | 1 line
Add extra debug info.
........
r725902 | arzie | 2007-10-16 16:14:27 +0200 (Tue, 16 Oct 2007) | 1 line
Prevent some unnecessary change notifications.
........
r725910 | arzie | 2007-10-16 16:56:23 +0200 (Tue, 16 Oct 2007) | 1 line
Removed SearchProviders and added feeder agents.
........
r726785 | arzie | 2007-10-18 23:42:07 +0200 (Thu, 18 Oct 2007) | 1 line
Allow bigger parts (LONGBLOB instead of BLOB as SQL data type).
........
r729262 | arzie | 2007-10-25 14:53:51 +0200 (Thu, 25 Oct 2007) | 1 line
Small spelling fix.
........
r730783 | arzie | 2007-10-29 16:59:00 +0100 (Mon, 29 Oct 2007) | 1 line
Add documentation.
........
r731444 | arzie | 2007-10-31 19:19:21 +0100 (Wed, 31 Oct 2007) | 1 line
typo's
........
r731672 | arzie | 2007-11-01 15:21:18 +0100 (Thu, 01 Nov 2007) | 1 line
typo's
........
r731702 | arzie | 2007-11-01 17:28:38 +0100 (Thu, 01 Nov 2007) | 1 line
Support more than 1 index per table.
........
r731704 | arzie | 2007-11-01 17:29:08 +0100 (Thu, 01 Nov 2007) | 1 line
Remove duplicate code.
........
................
r732254 | vkrause | 2007-11-03 11:36:23 +0100 (Sat, 03 Nov 2007) | 2 lines
Warn if the resource doesn't deliver the requested item part.
................
r732264 | vkrause | 2007-11-03 12:05:55 +0100 (Sat, 03 Nov 2007) | 2 lines
Yet another unused field in the database.
................
r732267 | vkrause | 2007-11-03 12:17:14 +0100 (Sat, 03 Nov 2007) | 2 lines
remove dead code
................
r732293 | mikearthur | 2007-11-03 13:23:26 +0100 (Sat, 03 Nov 2007) | 2 lines
Add lists to WYSIWYG editor and "intelligent" rich text selector button.
................
r732313 | winterz | 2007-11-03 14:25:28 +0100 (Sat, 03 Nov 2007) | 3 lines
Eliminate the "QLayout: Attempting to add QLayout "" to MonthViewCell "", which already has a layout" warnings.
Thanks Pino!
................
r732340 | winterz | 2007-11-03 16:02:28 +0100 (Sat, 03 Nov 2007) | 2 lines
fixup some icons and titles
................
r732341 | winterz | 2007-11-03 16:03:02 +0100 (Sat, 03 Nov 2007) | 2 lines
minor change to the "enable tooltips.." configuration option text.
................
r732378 | winterz | 2007-11-03 18:25:40 +0100 (Sat, 03 Nov 2007) | 2 lines
cleanup some superfluous kDebugs, or move them into the correct debugarea.
................
r732391 | pino | 2007-11-03 19:04:00 +0100 (Sat, 03 Nov 2007) | 3 lines
icon renamings:
- history-clear -> edit-clear-history
................
r732394 | tmcguire | 2007-11-03 19:08:26 +0100 (Sat, 03 Nov 2007) | 5 lines
Fix homepage URL.
SVN_SILENT
................
r732417 | tmcguire | 2007-11-03 20:38:19 +0100 (Sat, 03 Nov 2007) | 7 lines
Some search fixes and some style fixes.
Now the editor doesn't get into an infinite loop anymore when the
search text is not found.
Also, backward search and search from cursor works properly now.
................
r732418 | tmcguire | 2007-11-03 20:46:47 +0100 (Sat, 03 Nov 2007) | 3 lines
Fix icon
................
r732425 | tmcguire | 2007-11-03 21:32:38 +0100 (Sat, 03 Nov 2007) | 4 lines
- fix icons
- deprecated--
................
r732434 | winterz | 2007-11-03 21:58:47 +0100 (Sat, 03 Nov 2007) | 5 lines
forward port SVN commit 732431 by winterz:
port yet-another IMAP bugfix from the enterprise branch.
also remove an assert() that can never be tripped.
................
r732447 | tmcguire | 2007-11-03 22:35:41 +0100 (Sat, 03 Nov 2007) | 3 lines
Use the new icon for multiple drag items the Oxygen team has just commited.
................
r732464 | tmcguire | 2007-11-03 23:50:00 +0100 (Sat, 03 Nov 2007) | 4 lines
Remove unnecessary #ifdef, it reportedly compiles fine on Windows.
SVN_SILENT
................
r732614 | scripty | 2007-11-04 09:40:43 +0100 (Sun, 04 Nov 2007) | 1 line
SVN_SILENT made messages (.desktop file)
................
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=732630
19 years ago
Allen Winter
2164a4030f
forward port SVN commit 732431 by winterz:
...
port yet-another IMAP bugfix from the enterprise branch.
also remove an assert() that can never be tripped.
svn path=/trunk/KDE/kdepim/; revision=732434
19 years ago
Till Adam
e4d8e3e204
Make sure the re-generated index is actually written out, to avoid crashes on
...
switching out of the folder, and related unpleasantness.
Fixes part of kolab/issue2123.
svn path=/branches/kdepim/enterprise/kdepim/; revision=732422
19 years ago
Tobias Koenig
ce1290eeec
Add support for Scalix groupware server (forward port from enterprise branch)
...
Adapted groupware dbus interface path to '/Groupware'
svn path=/trunk/KDE/kdepim/; revision=731418
19 years ago
Tobias Koenig
1c10e1fec5
Fix synchronization of disconnected IMAP
...
svn path=/trunk/KDE/kdepim/; revision=731358
19 years ago
Volker Krause
45956940ba
Always store the list of locally deleted UIDs.
...
Kolab issue 2067
svn path=/branches/kdepim/enterprise/kdepim/; revision=721425
19 years ago
Volker Krause
030a7d86bc
Merged revisions 717175 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/work/kdab-post-4.0/kdepim
................
r717175 | vkrause | 2007-09-26 10:03:13 +0200 (Wed, 26 Sep 2007) | 11 lines
Merged revisions 717162 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r717162 | vkrause | 2007-09-26 09:33:39 +0200 (Wed, 26 Sep 2007) | 4 lines
Don't mess up new/unread flags during every sync.
Kolab issue 2009.
........
................
svn path=/trunk/KDE/kdepim/; revision=717205
19 years ago
Volker Krause
ff5fb3bbbc
Merged revisions 717162 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r717162 | vkrause | 2007-09-26 09:33:39 +0200 (Wed, 26 Sep 2007) | 4 lines
Don't mess up new/unread flags during every sync.
Kolab issue 2009.
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=717175
19 years ago
Volker Krause
590e923e4e
Don't mess up new/unread flags during every sync.
...
Kolab issue 2009.
svn path=/branches/kdepim/enterprise/kdepim/; revision=717162
19 years ago
Till Adam
a03469ff93
SVN_SILENT whitespace
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=716438
19 years ago
Thomas McGuire
b38da9fb0b
Fix typo.
...
This is the "forward-port" of:
>SVN commit 696186 by charles:
>
>spell lose correctly but don't cause a fuzzy
svn path=/trunk/KDE/kdepim/; revision=708712
19 years ago
Rolf Eike Beer
790fef7a63
deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=708237
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
Till Adam
7ba169cc09
Fix compilation.
...
svn path=/trunk/KDE/kdepim/; revision=706441
19 years ago
Till Adam
e377d9cd99
Forward port of:
...
SVN commit 706026 by tilladam:
Speed up checking of large dimap folders by about 15 to 20%, by parsing the digest by hand.
svn path=/trunk/KDE/kdepim/; revision=706408
19 years ago
Allen Winter
290ec8c502
minor spelling and contraction fixes.
...
SVN_SILENT:
svn path=/trunk/KDE/kdepim/; revision=706169
19 years ago
Till Adam
d26d4450b0
Speed up checking of large dimap folders by about 15 to 20%, by parsing the digest by hand.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=706026
19 years ago
Tobias Koenig
86d70d393e
Scalix Support: * Added a switch to change between Kolab/Scalix groupware
...
* Added support for finding Scalix groupware folders
* Added support for creating Scalix folders
svn path=/branches/kdepim/enterprise/kdepim/; revision=705754
19 years ago
Volker Krause
5344e657e1
Forwardport storing of all KMail message status flags on IMAP servers
...
given they support that (from enterprise branch r704199 and r705703).
svn path=/trunk/KDE/kdepim/; revision=705744
19 years ago
Volker Krause
e413d7883f
Merged revisions 703761-703855,703857-703886,703888-704186 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r703761 | vkrause | 2007-08-23 09:48:47 +0200 (Thu, 23 Aug 2007) | 3 lines
Read PERMANENTFLAGS response. Needed to determine if we can store custom
flags on the server.
........
r703947 | vkrause | 2007-08-23 19:39:29 +0200 (Thu, 23 Aug 2007) | 2 lines
Add support for non-standard kmail flags.
........
r703962 | vkrause | 2007-08-23 20:11:39 +0200 (Thu, 23 Aug 2007) | 2 lines
fix removing of non-standard kmail flags
........
r704171 | vkrause | 2007-08-24 09:55:39 +0200 (Fri, 24 Aug 2007) | 4 lines
- read/write non-standard kmail flags
- correctly update flags that have been removed on the server
(KDE bug #134656 )
........
r704179 | vkrause | 2007-08-24 10:31:25 +0200 (Fri, 24 Aug 2007) | 3 lines
Read PERMANENTFLAGS response for online IMAP as well. Needed to determine
if we can store custom flags on the server.
........
r704186 | vkrause | 2007-08-24 11:06:30 +0200 (Fri, 24 Aug 2007) | 5 lines
- only store non-standard flags on the server if it actually supports
that
- trigger migration of local flags (todo, forwarded, ignored, watched)
to the server
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=704199
19 years ago
Volker Krause
a8c6fd5356
Forwardport reading/writing of seen flags in read-only IMAP folders.
...
svn path=/trunk/KDE/kdepim/; revision=703500
19 years ago
Volker Krause
ee59252894
Merged revisions 702953-703455 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r702953 | vkrause | 2007-08-21 18:36:00 +0200 (Tue, 21 Aug 2007) | 3 lines
Store seen flag on the server even in read-only folders, given the 's'
ACL flag is set.
........
r703210 | vkrause | 2007-08-22 09:43:04 +0200 (Wed, 22 Aug 2007) | 2 lines
Read seen flag also for read-only folder with the 's' ACL bit set.
........
r703455 | vkrause | 2007-08-22 16:37:33 +0200 (Wed, 22 Aug 2007) | 2 lines
Read/write seen flags on read-only online IMAP folders.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=703473
19 years ago
Gabriel Anderson
2d5a79d190
Fixed krazy issue #6
...
svn path=/trunk/KDE/kdepim/; revision=703144
19 years ago
Thiago Macieira
421c83769c
Remove use of k_funcinfo
...
svn path=/trunk/KDE/kdepim/; revision=702595
19 years ago
Arto Hytnen
9b5219898a
kdepim QString::null clean-up.
...
svn path=/trunk/KDE/kdepim/akregator/; revision=701212
19 years ago
Arto Hytnen
cc0fc28c8e
some more QString::null flags to be cleaned up soon.
...
svn path=/trunk/KDE/kdepim/akregator/; revision=701026
19 years ago
Pradeepto Bhattacharya
eb20e11a60
Merge ...
...
SVN commit 696186 by charles:
spell lose correctly but don't cause a fuzzy
svn path=/branches/kdepim/enterprise/kdepim/; revision=696962
19 years ago
Charles Samuels
649172f620
spell lose correctly but don't cause a fuzzy
...
svn path=/branches/KDE/3.5/kdepim/; revision=696186
19 years ago