svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r921080 | tmcguire | 2009-02-04 15:02:17 +0100 (Wed, 04 Feb 2009) | 3 lines
Give a correct widget as the parent of the messagebox in EditorWatcher.
Might help with kolab/issue3374.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=924727
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r913670 | tmcguire | 2009-01-19 19:03:07 +0100 (Mon, 19 Jan 2009) | 5 lines
Backport r908393 by tmcguire from trunk to the 4.2 branch:
Don't write the HTML setting if it was forcefully disabled.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=914259
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r913667 | tmcguire | 2009-01-19 18:57:02 +0100 (Mon, 19 Jan 2009) | 5 lines
Backport r907824 by tmcguire from trunk to the 4.2 branch:
Better be safe than sorry and prevent any attempts of enabling HTML.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=914258
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r907747 | tmcguire | 2009-01-08 18:42:44 +0100 (Thu, 08 Jan 2009) | 8 lines
Backport r907739 by tmcguire from trunk to the 4.2 branch:
Fix invitation sending:
- When auto-sending invitations, disable wordwrapping completely, since QTextEdit fails at this
when it was never layed out.
- When sending invitations, disable HTML mode, so that the mail gets the correct content-type.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=914249
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r894576 | winterz | 2008-12-08 22:50:03 +0100 (Mon, 08 Dec 2008) | 5 lines
backport SVN commit 889794 by winterz:
don't test for attachments if the attachWordsList is empty.
even if we are configured to check for forgotten attachments.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=896798
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r890890 | tmcguire | 2008-11-30 17:03:04 +0100 (Sun, 30 Nov 2008) | 14 lines
Backport r888149 by tmcguire from trunk to the 4.1 branch:
An attempt to repair the encoding mess a bit, when attaching files:
- Don't set the charset to us-ascii if it couldn't be found
- Give up on KEncodingProber, it doesn't work reliable enough.
Instead, add an encoding combobox to the file dialog.
Now it is the user's fault if the encoding is not correct :)
- Don't attempt to set a charset for a non-textual mimetype
- Don't show an empty string for the mimetype
CCBUG: 64815
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=896785
don't test for attachments if the attachWordsList is empty.
even if we are configured to check for forgotten attachments.
svn path=/branches/KDE/4.1/kdepim/; revision=894576
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r890882 | tmcguire | 2008-11-30 16:46:10 +0100 (Sun, 30 Nov 2008) | 10 lines
Backport r886610 by tmcguire from trunk to the 4.1 branch:
Fixes for "insert file":
- Revert the auto-changing of the charset I commited yesterday, it is not needed
now that the messagebox asking about unsupported encodings works again
- Make the combobox actually appear in the file widget
- Read the encoding back after the dialog has finished, not before
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=890957
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r890879 | tmcguire | 2008-11-30 16:36:23 +0100 (Sun, 30 Nov 2008) | 12 lines
Backport r886205 by tmcguire from trunk to the 4.1 branch:
When inserting a file to the composer:
- Don't add a zero-terminator to the end
- Check if the content can still be encoded with the current charset.
If not, change the mode to auto-charset detection.
CCBUG: 88781
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=890955
An attempt to repair the encoding mess a bit, when attaching files:
- Don't set the charset to us-ascii if it couldn't be found
- Give up on KEncodingProber, it doesn't work reliable enough.
Instead, add an encoding combobox to the file dialog.
Now it is the user's fault if the encoding is not correct :)
- Don't attempt to set a charset for a non-textual mimetype
- Don't show an empty string for the mimetype
CCBUG: 64815
svn path=/branches/KDE/4.1/kdepim/; revision=890890
Fixes for "insert file":
- Revert the auto-changing of the charset I commited yesterday, it is not needed
now that the messagebox asking about unsupported encodings works again
- Make the combobox actually appear in the file widget
- Read the encoding back after the dialog has finished, not before
svn path=/branches/KDE/4.1/kdepim/; revision=890882
When inserting a file to the composer:
- Don't add a zero-terminator to the end
- Check if the content can still be encoded with the current charset.
If not, change the mode to auto-charset detection.
CCBUG: 88781
svn path=/branches/KDE/4.1/kdepim/; revision=890879
- Don't set the charset to us-ascii if it couldn't be found
- Give up on KEncodingProber, it doesn't work reliable enough.
Instead, add an encoding combobox to the file dialog.
Now it is the user's fault if the encoding is not correct :)
- Don't attempt to set a charset for a non-textual mimetype
- Don't show an empty string for the mimetype
BUG: 64815
svn path=/trunk/KDE/kdepim/; revision=888149
- Revert the auto-changing of the charset I commited yesterday, it is not needed
now that the messagebox asking about unsupported encodings works again
- Make the combobox actually appear in the file widget
- Read the encoding back after the dialog has finished, not before
svn path=/trunk/KDE/kdepim/; revision=886610
- Don't add a zero-terminator to the end
- Check if the content can still be encoded with the current charset.
If not, change the mode to auto-charset detection.
BUG: 88781
svn path=/trunk/KDE/kdepim/; revision=886205
most binary files (for example PNGs) with confidence 99%, which is obviously
wrong. Sometimes it is also UTF-16BE.
This caused KMail to encode the filename and sometimes the whole message in
UTF-16 (even for CSV files!), which most clients don't seem to understand.
The workaround is to blacklist UTF-16 and rely on our own charset detection
in this case instead.
BUG: 173503
CCMAIL: zealot.hoi@gmail.com
svn path=/trunk/KDE/kdepim/; revision=884446
used for KDE_IS_VERSION macro, but I removed them because we depend on kdelibs trunk anyway
for the dictionary combobox.
This reduces the amount of recompiles when Dirk changes the version for the weekly snapshot.
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=883759
Merged revisions 875487 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r875487 | vkrause | 2008-10-24 17:23:06 +0200 (Fri, 24 Oct 2008) | 12 lines
Merged revisions 866699 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r866699 | vkrause | 2008-10-01 19:54:56 +0200 (Wed, 01 Oct 2008) | 5 lines
Give the "Keep replies in this folder" setting precedence over the sent
mail folder configured in the identity.
Kolab issue 1589
........
................
svn path=/branches/KDE/4.1/kdepim/; revision=877116
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r875487 | vkrause | 2008-10-24 17:23:06 +0200 (Fri, 24 Oct 2008) | 12 lines
Merged revisions 866699 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r866699 | vkrause | 2008-10-01 19:54:56 +0200 (Wed, 01 Oct 2008) | 5 lines
Give the "Keep replies in this folder" setting precedence over the sent
mail folder configured in the identity.
Kolab issue 1589
........
................
svn path=/trunk/KDE/kdepim/; revision=877069
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r866699 | vkrause | 2008-10-01 19:54:56 +0200 (Wed, 01 Oct 2008) | 5 lines
Give the "Keep replies in this folder" setting precedence over the sent
mail folder configured in the identity.
Kolab issue 1589
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=875487
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r870426 | tmcguire | 2008-10-12 16:23:56 +0200 (Sun, 12 Oct 2008) | 17 lines
Backport r867007 by tmcguire from trunk to the 4.1 branch:
Fix the charset name being "ISO 8859-xx" instead of "ISO-8859-xx".
This is because KCharsets::encodingForName() prefers to return something "human-readable" now,
thank you very much. I wonder why this worked in 3.5, the hypen seems to be missing there as well.
The KCharsets code is too much magic to be understandable unfortunatley.
Apparently KMail has been sending invalid messages ever since 4.1 was released.
Urgh :(
I hope I didn't mix human- and machine-readable names anywhere, otherwise things will
break. This is also the reason I was too afraid to change this in kdelibs.
CCBUG: 171947
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=870472
Fix the charset name being "ISO 8859-xx" instead of "ISO-8859-xx".
This is because KCharsets::encodingForName() prefers to return something "human-readable" now,
thank you very much. I wonder why this worked in 3.5, the hypen seems to be missing there as well.
The KCharsets code is too much magic to be understandable unfortunatley.
Apparently KMail has been sending invalid messages ever since 4.1 was released.
Urgh :(
I hope I didn't mix human- and machine-readable names anywhere, otherwise things will
break. This is also the reason I was too afraid to change this in kdelibs.
CCBUG: 171947
svn path=/branches/KDE/4.1/kdepim/; revision=870426
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r866973 | tmcguire | 2008-10-02 16:39:17 +0200 (Thu, 02 Oct 2008) | 4 lines
Backport r866019 by mjansen from trunk to the 4.1 branch:
Don't call setShortcut for a KAction over a QAction Pointer.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=867042
This is because KCharsets::encodingForName() prefers to return something "human-readable" now,
thank you very much. I wonder why this worked in 3.5, the hypen seems to be missing there as well.
The KCharsets code is too much magic to be understandable unfortunatley.
Apparently KMail has been sending invalid messages ever since 4.1 was released.
Urgh :(
I hope I didn't mix human- and machine-readable names anywhere, otherwise things will
break. This is also the reason I was too afraid to change this in kdelibs.
BUG: 171947
svn path=/trunk/KDE/kdepim/; revision=867007
What does this patch do:
- QComboBox -> KComboBox
- QTabWidget -> KTabWidget
- QLineEdit -> KLineEdit
- QTextEdit -> KTextEdit
- Where KLineEdit is inserted, I explicitly called: setShowClearButton( true )
- Removed in some cases unnecessary includes from header files.
What does this patch not do:
- Fix the ui files
- Fix the QMessageBox -> KMessageBox in kmmessage.cpp I need to have a good
look to the KMessageBox API for that.
- Exhaustive cleanup of unnecessary inclusions.
svn path=/trunk/KDE/kdepim/; revision=862376
Note: The remaining issues are false positives. They cannot be changed to ' '
as the called function expects a const char*.
svn path=/trunk/KDE/kdepim/; revision=861369
- Fix quote prefix handling:
- Also highlight custom prefixes correctly.
- Make sure the prefix is saved in a header field so
that highlighting also works when re-opening a draft
Now a quote prefix consisting of the sender's initals is
highlighted correctly again.
svn path=/trunk/KDE/kdepim/; revision=859109
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r857148 | vkrause | 2008-09-04 22:04:04 +0200 (Thu, 04 Sep 2008) | 5 lines
Add charset autodetection. This is more or less a complete reimplementation
of the one in entperprise3 branch since kdelibs now provides the necessary
facilities, making things a a lot easier. We probably want to backport
KEncodingProber to the enterprise4 kdelibs branch though.
........
svn path=/trunk/KDE/kdepim/; revision=858256
of the one in entperprise3 branch since kdelibs now provides the necessary
facilities, making things a a lot easier. We probably want to backport
KEncodingProber to the enterprise4 kdelibs branch though.
svn path=/branches/kdepim/enterprise4/kdepim/; revision=857148
- Make the list of keywords translateable, including context info
and the ability for the translators to add more keywords.
CCMAIL: annemarie.mahfouf@free.fr
svn path=/trunk/KDE/kdepim/; revision=856741
svn+ssh://ervin@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r769033 | tilladam | 2008-01-31 10:15:22 +0100 (Thu, 31 Jan 2008) | 3 lines
Update the word wrap in current composers when it changes globally.
kolab/issue1841
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=850308