Merged revisions 983858 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r983858 | tmcguire | 2009-06-19 13:34:23 +0200 (Fri, 19 Jun 2009) | 8 lines
Fix saving distribution lists when using the Kolab resource.
The resource was never notified about the new entries in the list.
Kevin, please have a quick look and tell me in case I did anything wrong.
CCMAIL: kevin.krammer@gmx.at
MERGE: trunk
........
svn path=/branches/KDE/4.3/kdepim/; revision=986642
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r983858 | tmcguire | 2009-06-19 13:34:23 +0200 (Fri, 19 Jun 2009) | 8 lines
Fix saving distribution lists when using the Kolab resource.
The resource was never notified about the new entries in the list.
Kevin, please have a quick look and tell me in case I did anything wrong.
CCMAIL: kevin.krammer@gmx.at
MERGE: trunk
........
svn path=/trunk/KDE/kdepim/; revision=986576
The resource was never notified about the new entries in the list.
Kevin, please have a quick look and tell me in case I did anything wrong.
CCMAIL: kevin.krammer@gmx.at
MERGE: trunk
svn path=/branches/kdepim/enterprise4/kdepim/; revision=983858
Switching from the kdepim internal distribution list implementation to the one provided by our public API in kdepimlibs
Kept some internal use of KPIM::DistributionList so changes could be kept to a minimum.
CCMAIL: kde-pim@kde.org
svn path=/branches/kdepim/enterprise4/kdepim/; revision=983162
Kept some internal use of KPIM::DistributionList so changes could be kept to a minimum.
CCMAIL: kde-pim@kde.org
svn path=/trunk/KDE/kdepim/; revision=883931
- use <resource> for mail folders (as opposed to filesystem folders)
- avoid hanging line breaks and provide some context
svn path=/trunk/KDE/kdepim/; revision=869879
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
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
Fix Novell bug:159533
Save the address book after adding things to it, and fix bug where the
addressee's name was used in place of their email address.
svn path=/trunk/KDE/kdepim/; revision=541705
Save the address book after adding things to it, and fix bug where the
addressee's name was used in place of their email address.
BUG:118968
svn path=/branches/KDE/3.5/kdepim/; revision=541603