Pradeepto Bhattacharya
524ba6cf8c
SVN_SILENT
...
Merged revisions 785316 via svnmerge from
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r785316 | ahartmetz | 2008-03-14 01:14:33 +0530 (Fri, 14 Mar 2008) | 1 line
readability++
........
svn path=/branches/KDE/3.5/kdepim/; revision=836836
18 years ago
Volker Krause
5616e845cd
Fix crash when loading a subresources during a sync.
...
svn path=/trunk/KDE/kdepim/; revision=790842
18 years ago
Volker Krause
65aa6b0b83
Still no luck with sending QMaps over D-Bus, so use a list of pairs here
...
as well, we don't really need a map anyway. This fixes retrieving of
incidences from KMail.
svn path=/trunk/KDE/kdepim/; revision=787943
18 years ago
Volker Krause
e028528bda
Recover from situations where multiple folders are marked as default
...
groupware folder.
Kolab issue 2290
svn path=/branches/kdepim/enterprise/kdepim/; revision=787716
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
Volker Krause
c54d98f101
- add missing methods to the D-Bus interface
...
- follow interface changes in the Scalix resource as well
- less manual D-Bus calls in the Kolab resource
- various cleanups
svn path=/trunk/KDE/kdepim/; revision=785526
18 years ago
Andreas Hartmetz
b2a0472a41
readability++
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=785316
18 years ago
Volker Krause
f162ce751a
- share the custom D-Bus type code between KMail and the resources
...
- rename kmail_util.h to actually reflect its content
- a{ays} is apparently not supported, so let's try a(ays) instead, we
don't really need a map here anyway
- prepare the Kolab resource to use the generated interface instead
doing manual calls
svn path=/trunk/KDE/kdepim/; revision=785303
18 years ago
Volker Krause
aad0caae12
Use normal signals instead of hand-made D-Bus messages.
...
svn path=/trunk/KDE/kdepim/; revision=785259
18 years ago
Volker Krause
ad90d7a95f
Fix build, apparently passing a KUrl over D-Bus doesn't work that way
...
(and I really shouldn't edit generated files locally).
svn path=/trunk/KDE/kdepim/; revision=784967
18 years ago
Volker Krause
0e8fe435ff
Fix Kolab D-Bus interface. Now also methods containing custom types are
...
exported, fixing the sub-resource listing at least.
svn path=/trunk/KDE/kdepim/; revision=784940
18 years ago
Pradeepto Bhattacharya
6a0f8fede9
Merged revisions 778094-778744 via svnmerge from
...
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r778094 | winterz | 2008-02-22 19:25:12 +0530 (Fri, 22 Feb 2008) | 4 lines
backport SVN commit 778093 by winterz:
updates due to daylight savings time changes -- provided by Miles Leonard-Taylor
........
r778213 | kloecker | 2008-02-23 03:25:01 +0530 (Sat, 23 Feb 2008) | 2 lines
Fix wrong encoding of the French name of the Tasks folder on Exchange.
........
r778236 | winterz | 2008-02-23 05:01:07 +0530 (Sat, 23 Feb 2008) | 4 lines
backport SVN commit 778234 by thiago:
\xE2 is not allowed. Use octal.
........
r778237 | winterz | 2008-02-23 05:08:33 +0530 (Sat, 23 Feb 2008) | 2 lines
fix copy+paste error
........
r778448 | winterz | 2008-02-23 22:02:02 +0530 (Sat, 23 Feb 2008) | 3 lines
first part of patch to fix compile with --enable-final
CCBUGS: 158244
........
r778732 | winterz | 2008-02-24 19:02:04 +0530 (Sun, 24 Feb 2008) | 3 lines
compile with --enable-final, part 2
CCBUGS: 158244
........
r778744 | winterz | 2008-02-24 19:44:09 +0530 (Sun, 24 Feb 2008) | 5 lines
finally solve the hellish can't build with enable-final bug.
gotta hate X11.
BUGS: 158244
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=779500
18 years ago
Allen Winter
4c5c8f0057
fix copy+paste error
...
svn path=/branches/KDE/3.5/kdepim/; revision=778237
18 years ago
Allen Winter
dc2a3ee44b
backport SVN commit 778234 by thiago:
...
\xE2 is not allowed. Use octal.
svn path=/branches/KDE/3.5/kdepim/; revision=778236
18 years ago
Thiago Macieira
4b54a3f3df
\xE2 is not allowed. Use octal.
...
svn path=/trunk/KDE/kdepim/; revision=778234
18 years ago
Ingo Klcker
fa4ad44af6
Forward ported from KDE 3.5 branch:
...
SVN commit 778213 by kloecker:
Fix wrong encoding of the French name of the Tasks folder on Exchange.
svn path=/trunk/KDE/kdepim/; revision=778214
18 years ago
Ingo Klcker
0e7fe7ba32
Fix wrong encoding of the French name of the Tasks folder on Exchange.
...
svn path=/branches/KDE/3.5/kdepim/; revision=778213
18 years ago
Allen Winter
7ff210acdb
kDebug() cleaning
...
svn path=/trunk/KDE/kdepim/; revision=777871
18 years ago
Volker Krause
a114d702ff
SVN_SILENT port
...
svn path=/trunk/KDE/kdepim/; revision=777825
18 years ago
Volker Krause
0dd5157cd4
Merged revisions 747584 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r747584 | vkrause | 2007-12-12 14:11:14 +0100 (Wed, 12 Dec 2007) | 4 lines
Don't delete messages that are currently in use, defer deletion instead.
Kolab issue 2286
........
svn path=/trunk/KDE/kdepim/; revision=777821
18 years ago
Andreas Hartmetz
b60ff79109
Q_ASSERT does actually terminate the program so let's use a less radical warning instead, plus s/kdDebug/kDebug/ in a commented-out line.
...
svn path=/trunk/KDE/kdepim/; revision=775473
18 years ago
Jarosaw Staniek
318a4c8bc3
- process of simplifying/Qt-ifying the code started:
...
FolderStorage::canAccess() now returns bool,
and thus also the same method in KMFolderSearch, KMFolderMaildir,
KMFolderMbox, KMFolder
- Maildir filenames: use '!' character separator instead of ':' for windows
(KMAIL_MAILDIR_FNAME_SEPARATOR macro),
as it is impossible to create a file containing ':' (regardless of the
used filesystem - it is a property of the FS API itself)
- KMFolderMaildir::canAccess() use QFileInfo instead of access() - solves
problem with undefined
X_OK flag on windows and is still enough efficient as there are no hundreds
of dirs in a maildir
- KMFolderIndex::recreateIndex() now returns bool
- KMFolderDir::reload() simplified
svn path=/trunk/KDE/kdepim/; revision=773959
18 years ago
Thomas McGuire
87533d51ae
Revert last commit, I commited more than I wanted to.
...
svn path=/trunk/KDE/kdepim/; revision=772386
18 years ago
Thomas McGuire
0b04f13be2
Remove unused, commented out stuff.
...
Part of a patch by Mischael Schill <me at mschill dot ch>
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=772385
18 years ago
Volker Krause
793703d5f3
Merged revisions 767233-767551,767553-767554,767556,767558-767805,767807-767946,767948-767951,767953-768069,768071-768089,768091-768401,768403-768538,768540-768683,768685-768705,768707-768737,768739-768793,768795-768898,768900-768902,768904-768928,768930-769032,769034,769036-769040,769043-769044,769046,769048-769050,769052-769057,769059-769139,769142-769318,769320-769322,769324-769354,769356-769462,769464-769924,769926-770914,770916-771105,771107-771251,771253-771345 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r767233 | tilladam | 2008-01-27 16:50:22 +0100 (Sun, 27 Jan 2008) | 2 lines
SVN_SILENT add license headers
........
r767769 | vkrause | 2008-01-28 19:50:05 +0100 (Mon, 28 Jan 2008) | 5 lines
Add account name to the resource name in case there are multiple DIMAP
accounts.
Kolab issue 2319
........
r769476 | tilladam | 2008-02-01 15:47:06 +0100 (Fri, 01 Feb 2008) | 4 lines
Don't assign a resource color to top level resources unless they either cannot have subresources or can have them but don't.
kolab/issue2260
........
r769706 | moenicke | 2008-02-01 22:29:06 +0100 (Fri, 01 Feb 2008) | 4 lines
* copyright and license added to snippet feature
* added source information to header comments
........
r771208 | ervin | 2008-02-05 14:51:34 +0100 (Tue, 05 Feb 2008) | 2 lines
Really apply the identity when we edit a received message.
........
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=/branches/KDE/3.5/kdepim/; revision=771691
18 years ago
Volker Krause
3af238adf1
Add account name to the resource name in case there are multiple DIMAP
...
accounts.
Kolab issue 2319
svn path=/branches/kdepim/enterprise/kdepim/; revision=767769
18 years ago
Till Adam
e89c86a757
Merge immediate sync on resource change and support for scalix into
...
the kmail side of the imap resource.
svn path=/branches/KDE/3.5/kdepim/; revision=766717
18 years ago
Volker Krause
103f0a0955
Merged revisions 762985 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r762985 | vkrause | 2008-01-18 11:05:11 +0100 (Fri, 18 Jan 2008) | 4 lines
Don't detect the inbox by its label, that might be translated.
Kolab issue 2195 (part 1)
........
svn path=/trunk/KDE/kdepim/; revision=763026
18 years ago
Volker Krause
26547fb2dc
Don't detect the inbox by its label, that might be translated.
...
Kolab issue 2195 (part 1)
svn path=/branches/kdepim/enterprise/kdepim/; revision=762985
18 years ago
Thomas McGuire
98982d6222
Some fixes for the post-4.0 merge:
...
- Fix i18n calls
- Fix identation
- Fix icon names
- General style fixes
svn path=/trunk/KDE/kdepim/; revision=760893
18 years ago
Thomas McGuire
d55f13a137
Create the groupware interface in the kernel constructor, and
...
only delay the D-Bus registration until KMKernel::setupDBus()
is called.
This is needed because KMFolderCachedImap::readConfig accesses
the groupware interface, and it is called before setupDBus().
This probably fixes
BUG: 154256
svn path=/trunk/KDE/kdepim/; revision=751262
19 years ago
Thomas McGuire
e650136b1e
Some D-Bus work in KMail:
...
- Remove the existing org.kde.kmail.kmail/kmailpart/mailcomposer.xml files, and let them
be generated at build time instead. This is done by extracting the slots and signals
marked with Q_SCRIPTABLE.
I had to adjust the CMake files of all users of the XML files to use the one from the
build directory now.
Currently, the XML files are also installed. I am not sure if this is a good idea, as that
implies we have to keep some sort of compatibility.
- Fix incorrect D-Bus path and method call in the summary view. Now the generated interface is
used instead. Checking the accounts with the sync actions works again now.
- Some DCOP->D-Bus renamings in comments
- Some style fixes around D-Bus related lines
The D-Bus test of KMail and the Kontact KMail summary still work.
This needs the new FindQt4.cmake from kdelibs.
This probably needs a clean build.
I did not touch the groupware interface or the SMIME security config page
(which talks to Kleopatra). This is left for KDAB to fix, but it would be
nice to contact me before.
svn path=/trunk/KDE/kdepim/; revision=750976
19 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
f32b9c3bc5
Don't delete messages that are currently in use, defer deletion instead.
...
Kolab issue 2286
svn path=/branches/kdepim/enterprise/kdepim/; revision=747584
19 years ago
Volker Krause
957510821d
Kill existing jobs before we delete a message.
...
Kolab issue 2286
svn path=/branches/kdepim/enterprise/kdepim/; revision=746874
19 years ago
Volker Krause
1694a3aac6
Retrieve attachment mimetype from KMail and avoid using KIO::NetAccess
...
in the resource.
Kolab issue 2306
svn path=/branches/kdepim/enterprise/kdepim/; revision=746845
19 years ago
Volker Krause
962ac86472
Merged revisions 731653 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r731653 | vkrause | 2007-11-01 13:55:17 +0100 (Thu, 01 Nov 2007) | 3 lines
- sync parent folder(s) first if the current one was just created locally
- GUI option for automatic sync of groupware changes
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=731660
19 years ago
Volker Krause
9ca7930501
- sync parent folder(s) first if the current one was just created locally
...
- GUI option for automatic sync of groupware changes
svn path=/branches/kdepim/enterprise/kdepim/; revision=731653
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
Volker Krause
61dfc20986
Merged revisions 723653 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
................
r723653 | vkrause | 2007-10-10 12:06:58 +0200 (Wed, 10 Oct 2007) | 17 lines
Merged revisions 702839,702841-702888,702890-702952,702954-703209,703211-703454,703456-703461,703463-703760,703762-703855,703857-703886,703888-703946,703948-703961,703963-704170,704172-704178,704180-704185,704187-704195,704197-704304,704306-705719,705721-706112,706114-706138,706140-706144,706146-708323,708325-708727,708729-709044,709046-709055,709057-709060,709062-712432,712434-713381,713383-713393,713395-713409,713411-714722,714724,714726-716314,716316-716323,716325-716364,716366-716466,716468-716478,716480-716901,716903-716904,716906-716925,716927-717219,717221-717248,717250-719540,719542-723646 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r719545 | vkrause | 2007-10-01 12:10:02 +0200 (Mon, 01 Oct 2007) | 2 lines
compress folder queue
........
r719571 | vkrause | 2007-10-01 13:23:24 +0200 (Mon, 01 Oct 2007) | 2 lines
Let changes to groupware folders automatically trigger a DIMAP sync.
........
r720094 | vkrause | 2007-10-02 13:29:38 +0200 (Tue, 02 Oct 2007) | 2 lines
Avoid double syncs.
........
................
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=723656
19 years ago
Volker Krause
05b36d670c
Merged revisions 702839,702841-702888,702890-702952,702954-703209,703211-703454,703456-703461,703463-703760,703762-703855,703857-703886,703888-703946,703948-703961,703963-704170,704172-704178,704180-704185,704187-704195,704197-704304,704306-705719,705721-706112,706114-706138,706140-706144,706146-708323,708325-708727,708729-709044,709046-709055,709057-709060,709062-712432,712434-713381,713383-713393,713395-713409,713411-714722,714724,714726-716314,716316-716323,716325-716364,716366-716466,716468-716478,716480-716901,716903-716904,716906-716925,716927-717219,717221-717248,717250-719540,719542-723646 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r719545 | vkrause | 2007-10-01 12:10:02 +0200 (Mon, 01 Oct 2007) | 2 lines
compress folder queue
........
r719571 | vkrause | 2007-10-01 13:23:24 +0200 (Mon, 01 Oct 2007) | 2 lines
Let changes to groupware folders automatically trigger a DIMAP sync.
........
r720094 | vkrause | 2007-10-02 13:29:38 +0200 (Tue, 02 Oct 2007) | 2 lines
Avoid double syncs.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=723653
19 years ago
David Faure
33e0897939
Merged KIO::JobFlags branch
...
svn path=/trunk/KDE/kdepim/; revision=721447
19 years ago
Volker Krause
8ec24f800a
Merged revisions 711609 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/work/kdab-post-4.0/kdepim
................
r711609 | vkrause | 2007-09-12 14:27:45 +0200 (Wed, 12 Sep 2007) | 11 lines
Merged revisions 711604 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r711604 | vkrause | 2007-09-12 14:16:42 +0200 (Wed, 12 Sep 2007) | 4 lines
Fix crash when closing KMail.
Kolab issue 1955.
........
................
svn path=/trunk/KDE/kdepim/; revision=712497
19 years ago
Volker Krause
d03f6864c1
Merged revisions 711604 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r711604 | vkrause | 2007-09-12 14:16:42 +0200 (Wed, 12 Sep 2007) | 4 lines
Fix crash when closing KMail.
Kolab issue 1955.
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=711609
19 years ago
Volker Krause
2abcf85c5a
Fix crash when closing KMail.
...
Kolab issue 1955.
svn path=/branches/kdepim/enterprise/kdepim/; revision=711604
19 years ago
Thomas McGuire
6c33f2c4ae
#warning -> Till todo
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=709417
19 years ago
Tobias Koenig
bfa04c5a4e
Forward port fix for crash in groupware mode
...
svn path=/trunk/KDE/kdepim/; revision=709143
19 years ago
Tobias Koenig
fc158a3a49
Backport fix for crash in groupware mode
...
svn path=/branches/KDE/3.5/kdepim/; revision=709141
19 years ago
Tobias Koenig
79fab1ed3c
Fixed crash when groupware resource was marked as enabled, but
...
the resource settings where already removed.
svn path=/branches/kdepim/enterprise/kdepim/; revision=709134
19 years ago
Volker Krause
b3a276a851
Merged revisions 709048 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/work/kdab-post-4.0/kdepim
........
r709048 | tilladam | 2007-09-06 15:07:57 +0200 (Thu, 06 Sep 2007) | 6 lines
Forward port of:
SVN commit 709032 by tilladam:
Deinline ExtraFolder ctor and dtor and make them manage opening/closing the folders.
........
svn path=/trunk/KDE/kdepim/; revision=709050
19 years ago