svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r968658 | tmcguire | 2009-05-16 16:18:13 +0200 (Sat, 16 May 2009) | 3 lines
Better not allow HTML here as well, even though I think that should be ok as per RFC,
as this sends the iCal in an attachment anyway.
........
svn path=/trunk/KDE/kdepim/; revision=970626
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r966693 | winterz | 2009-05-11 20:33:39 +0200 (Mon, 11 May 2009) | 17 lines
Merged revisions 966689 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r966689 | winterz | 2009-05-11 14:26:04 -0400 (Mon, 11 May 2009) | 10 lines
Invitation decline comments are now sent as DESCRIPTION property only
when the user has selected the "exchange compatible naming" groupware option.
Otherwise, we adhere to standards and use the COMMENT property.
This should fix kolab/issue3424 more to my satisfaction.
Also makes r965355 acceptable and that should also be merged forward,
but before this revision.
MERGE: e4,trunk,4.2
........
................
svn path=/trunk/KDE/kdepim/; revision=967434
Merged revisions 866739 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r866739 | tilladam | 2008-10-01 21:40:47 +0200 (Wed, 01 Oct 2008) | 1 line
On Windows, the serial number gets somehow crrupted, while traversing the plugin boundary. Move the invitation message deletion into the callback, inside KMail, where it belongs. Fixes kolab/issue2705.
........
svn path=/branches/KDE/4.1/kdepim/; revision=870425
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r866739 | tilladam | 2008-10-01 21:40:47 +0200 (Wed, 01 Oct 2008) | 1 line
On Windows, the serial number gets somehow crrupted, while traversing the plugin boundary. Move the invitation message deletion into the callback, inside KMail, where it belongs. Fixes kolab/issue2705.
........
svn path=/trunk/KDE/kdepim/; revision=870374
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r853314 | tmcguire | 2008-08-27 16:27:44 +0200 (Wed, 27 Aug 2008) | 8 lines
Backport r853307 by tmcguire from trunk to the 4.1 branch:
- Load the value for "exchange compatible initation naming" into the checkbox
- Get rid of some manual config writing/reading
CCBUG: 169921
........
r855273 | tmcguire | 2008-08-31 13:50:59 +0200 (Sun, 31 Aug 2008) | 2 lines
Uups, disabled this by accident in r853314.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=855290
- Load the value for "exchange compatible initation naming" into the checkbox
- Get rid of some manual config writing/reading
CCBUG: 169921
svn path=/branches/KDE/4.1/kdepim/; revision=853314
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r823872 | tilladam | 2008-06-24 14:22:34 +0200 (Tue, 24 Jun 2008) | 12 lines
Forward port of:
SVN commit 823865 by tilladam:
Make it possible again to accept an invitation that was sent
to a distribution list the current user is part of, by offering
all the identities in addition to the recipients of the invite
as choices for the attendee.
kolab/issue1998
........
svn path=/trunk/KDE/kdepim/; revision=833879
SVN commit 823865 by tilladam:
Make it possible again to accept an invitation that was sent
to a distribution list the current user is part of, by offering
all the identities in addition to the recipients of the invite
as choices for the attendee.
kolab/issue1998
svn path=/branches/kdepim/enterprise4/kdepim/; revision=823872
svn+ssh://svn.kde.org/home/kde/trunk/KDE/kdepim
........
r811955 | tstaerk | 2008-05-24 10:17:30 +0200 (Sat, 24 May 2008) | 1 line
test before you print debugging output
........
r811958 | tstaerk | 2008-05-24 10:56:51 +0200 (Sat, 24 May 2008) | 1 line
Do not ask twice
........
r811971 | tstaerk | 2008-05-24 11:32:16 +0200 (Sat, 24 May 2008) | 1 line
Finally remove the most confusing code I ever saw.
........
r812023 | tstaerk | 2008-05-24 14:40:11 +0200 (Sat, 24 May 2008) | 1 line
show correct times in the journal now after the date-related corrections
........
r812029 | tmcguire | 2008-05-24 14:45:02 +0200 (Sat, 24 May 2008) | 5 lines
Make the folderselection dialog slow again, otherwise the folder requester
crashes.
I'll write a testcase for this later, it seems to be another qt bug.
........
r812030 | tmcguire | 2008-05-24 14:47:31 +0200 (Sat, 24 May 2008) | 2 lines
Remove code duplication
........
r812173 | winterz | 2008-05-24 20:34:37 +0200 (Sat, 24 May 2008) | 3 lines
various micro optimizations that Krazy found for single char QStrings
better written as QChars.
........
r812177 | djarvie | 2008-05-24 20:41:16 +0200 (Sat, 24 May 2008) | 2 lines
Prevent user changing font/colour dialogue when editing read-only alarms
........
r812180 | winterz | 2008-05-24 20:52:53 +0200 (Sat, 24 May 2008) | 3 lines
various micro optimizations that Krazy found for single char QStrings
better written as QChars.
........
r812181 | danders | 2008-05-24 20:55:09 +0200 (Sat, 24 May 2008) | 6 lines
1) Fix crash when a constraintitem is deleted.
2) Add relations types FinishStart (default),
FinishFinish, StartStart and StartFinish.
3) Fix wrong assert.
4) Add month/week time scale.
........
r812183 | winterz | 2008-05-24 21:02:56 +0200 (Sat, 24 May 2008) | 3 lines
various micro optimizations that Krazy found for single char QStrings
better written as QChars.
........
r812212 | reed | 2008-05-24 23:00:42 +0200 (Sat, 24 May 2008) | 1 line
this icon does not exist at build time, causes an error on osx
........
r812283 | tstaerk | 2008-05-25 11:31:20 +0200 (Sun, 25 May 2008) | 1 line
secsPerMinute should be set by a central lib, no idletimedetector
........
r812288 | tstaerk | 2008-05-25 12:04:38 +0200 (Sun, 25 May 2008) | 1 line
Fighting entropy
........
r812293 | tstaerk | 2008-05-25 12:39:35 +0200 (Sun, 25 May 2008) | 1 line
I will not forget the ChangeLog
........
r812297 | tstaerk | 2008-05-25 12:51:44 +0200 (Sun, 25 May 2008) | 1 line
seconds per minute is everywhere the same (don't tell me about debugging)
........
r812298 | qbast | 2008-05-25 12:53:26 +0200 (Sun, 25 May 2008) | 5 lines
Fix for deleting articles in draft folder from inside composer. It makes
sure that composer is not double-deleted and uses deleteLater() because
you can't delete object from inside its own event handler.
........
r812301 | qbast | 2008-05-25 13:12:51 +0200 (Sun, 25 May 2008) | 4 lines
Fix badly copied&pasted slot definition in connect(). This makes knode
notice when external editor exits.
........
r812307 | qbast | 2008-05-25 13:32:25 +0200 (Sun, 25 May 2008) | 4 lines
When widget is not added to layout, visual results are quite hideous.
........
r812325 | tstaerk | 2008-05-25 14:43:33 +0200 (Sun, 25 May 2008) | 1 line
removing relicts
........
r812394 | winterz | 2008-05-25 15:32:27 +0200 (Sun, 25 May 2008) | 2 lines
fix server icon. thanks lemma
........
r812397 | winterz | 2008-05-25 15:33:47 +0200 (Sun, 25 May 2008) | 2 lines
fix icon "message_reply" -> "message-reply-all". thanks again lemma
........
r812420 | finex | 2008-05-25 15:47:35 +0200 (Sun, 25 May 2008) | 1 line
Disable buttonApply when there are zero templates
........
r812449 | scripty | 2008-05-25 15:59:17 +0200 (Sun, 25 May 2008) | 1 line
SVN_SILENT made messages (.desktop file)
........
r812469 | tmcguire | 2008-05-25 16:34:39 +0200 (Sun, 25 May 2008) | 6 lines
Get rid of embedded NUL characters in the string.
This fixes questionmarks appearing in the plain text version
of a multipart/alternative mail which had a multiline HTML
signature.
........
r812476 | winterz | 2008-05-25 16:52:31 +0200 (Sun, 25 May 2008) | 6 lines
fix <html>reminder spec</html> being shown in the offset column.
the problem is that @info tells KLocalizedString to create richtext.
so we use @item context marker instead which defaults to plain text.
........
r812487 | tmcguire | 2008-05-25 17:30:10 +0200 (Sun, 25 May 2008) | 2 lines
Remove unneeded newline from end of default reply and forward templates
........
r812517 | qbast | 2008-05-25 18:44:59 +0200 (Sun, 25 May 2008) | 4 lines
Prevent crashes when killing external editor and closing composer window
with external editor still running.
........
r812521 | qbast | 2008-05-25 19:03:08 +0200 (Sun, 25 May 2008) | 6 lines
Fix reading file back from external editor. When using QTextStream to
read file line-by-line, use QTextStrem::atEnd() instead of
QFile.atEnd(), because QTextStream may internally buffer some (or whole)
file.
........
r812697 | vkrause | 2008-05-26 08:24:16 +0200 (Mon, 26 May 2008) | 2 lines
Fix initial item listing in the maildir resource.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=812708
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r661739 | winterz | 2007-05-06 15:48:16 +0200 (So, 06 Mai 2007) | 2 lines
minor fixes for tstaerk's "Users want a subject that states if the invitation has been accepted" patch. Already forward ported.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=765741
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r661635 | tstaerk | 2007-05-06 09:49:23 +0200 (So, 06 Mai 2007) | 2 lines
The acceptance status is in status, not in Reply.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=765737
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r661525 | tstaerk | 2007-05-06 00:12:11 +0200 (So, 06 Mai 2007) | 1 line
Users want a subject that states if the invitation has been accepted
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=765694
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r661269 | winterz | 2007-05-05 07:16:55 +0530 (Sat, 05 May 2007) | 7 lines
Fix sending invitations to Outlook users.
Patch provided and tested by Thorsten and Jan-Pascal. Thanks!
Contains a couple of new strings, but this has been ok'd
by at least 3 translators.
CCMAIL: kde-i18n-doc@kde.org, thorsten.schnebeck@gmx.net, janpascal@vanbest.org
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=759153
svn+ssh://tilladam@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r733159 | tilladam | 2007-11-05 18:29:15 +0100 (Mon, 05 Nov 2007) | 6 lines
Make it (non-gui) configurable when the user is asked to provide a comment
when reacting to an invitation and set the default to asking always, but not
for normal acceptance.
Prokde35-z Item 69
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=733902
svn+ssh://tilladam@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r733883 | tilladam | 2007-11-07 14:09:11 +0100 (Wed, 07 Nov 2007) | 6 lines
Make it configurable whether invitation emails are move to the trash once
the reply to them has been sent and add gui for that to the groupware
section of the main configuration dialog.
Prokde35-z Item 68 (part 1)
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=733885
the reply to them has been sent and add gui for that to the groupware
section of the main configuration dialog.
Prokde35-z Item 68 (part 1)
svn path=/branches/kdepim/enterprise/kdepim/; revision=733883
when reacting to an invitation and set the default to asking always, but not
for normal acceptance.
Prokde35-z Item 69
svn path=/branches/kdepim/enterprise/kdepim/; revision=733159
- adjust includes and link rules
- delete the libraries from this module
- remove obsolete collectingprocess and configmanager
svn path=/trunk/KDE/kdepim/; revision=682059
SVN commit 659861 by winterz:
fix "attendee in CC-field are missing from an invitation if the own email address could not be found".
Patch from Martin. Thanks!
BUGS#131029
svn path=/branches/kdepim/enterprise/kdepim/; revision=669057
give original style answers about meeting attendance
but with i18n strings.
ALSO fixed krazy isses
AND did some coding style and indentation fixes
svn path=/trunk/KDE/kdepim/; revision=668050