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
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
--
Merged revisions 843181,843424,850006,852143 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r843181 | ervin | 2008-08-06 18:45:49 +0200 (Wed, 06 Aug 2008) | 49 lines
Add a button to do LDAP lookups from the address selection dialog.
merge/kolab80
Merged revisions 817568,817604,817710,818288,818312,823883,827491 via svnmerge from
svn+ssh://ervin@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r817568 | pradeepto | 2008-06-06 11:46:13 +0200 (Fri, 06 Jun 2008) | 4 lines
-- kolab/issue2741 - Button to do an ldap lookup is missing from the address
selection dialog.
Forward port from proko2 r592933, r597516 and some manual fixing.
........
r817604 | tilladam | 2008-06-06 14:00:23 +0200 (Fri, 06 Jun 2008) | 2 lines
Coding style, don't crash on search, initialize the new member.
........
r817710 | pradeepto | 2008-06-06 20:01:52 +0200 (Fri, 06 Jun 2008) | 3 lines
-- OK, now it shows search results.
........
r818288 | pradeepto | 2008-06-08 10:32:49 +0200 (Sun, 08 Jun 2008) | 3 lines
-- Making sure the search string (in the search line) from recipientpicker is
carried on to the ldap search dialog.
........
r818312 | pradeepto | 2008-06-08 11:41:38 +0200 (Sun, 08 Jun 2008) | 1 line
++compile and --cruft
........
r823883 | tilladam | 2008-06-24 14:47:16 +0200 (Tue, 24 Jun 2008) | 4 lines
Initialize variables to make the search actually work.
kolab/issue2741
........
r827491 | pradeepto | 2008-07-03 09:15:23 +0200 (Thu, 03 Jul 2008) | 3 lines
- kolab/issue2741 - Add Selected should work i.e. selected contacts
should make it to the To: field of the composerwindow.
........
................
r843424 | ervin | 2008-08-07 10:40:18 +0200 (Thu, 07 Aug 2008) | 4 lines
Indentation fixes as pointed out by Thomas.
CCMAIL: thomas.mcguire@gmx.net
................
r850006 | ervin | 2008-08-20 18:15:21 +0200 (Wed, 20 Aug 2008) | 5 lines
Hide the "Search Directory Service" button if no LDAP server is
configured.
CCMAIL: mcguire@kde.org
................
r852143 | ervin | 2008-08-25 14:13:38 +0200 (Mon, 25 Aug 2008) | 5 lines
Clean up the warnings and deprecated calls introduced with
revision 843181.
CCMAIL: mcguire@kde.org
................
svn path=/trunk/KDE/kdepim/; revision=855137
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r851215 | tmcguire | 2008-08-23 12:06:30 +0200 (Sat, 23 Aug 2008) | 10 lines
Backport r844091 by marten from trunk to the 4.1 branch:
Recipients picker: fix all of the widgets and buttons being squashed together
with no space between them. Use addLayout() instead of addItem() so that the
spacing gets properly inherited (Qt documentation says "addItem is not
usually called in application code").
Use the wonderful new QFormLayout for the address book and search rows.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=851353
Recipients picker: fix all of the widgets and buttons being squashed together
with no space between them. Use addLayout() instead of addItem() so that the
spacing gets properly inherited (Qt documentation says "addItem is not
usually called in application code").
Use the wonderful new QFormLayout for the address book and search rows.
svn path=/branches/KDE/4.1/kdepim/; revision=851215
with no space between them. Use addLayout() instead of addItem() so that the
spacing gets properly inherited (Qt documentation says "addItem is not
usually called in application code").
Use the wonderful new QFormLayout for the address book and search rows.
svn path=/trunk/KDE/kdepim/; revision=844091
name in the recipientspicker.
Patch by Sander van Grieken <sander@3v8.net>, thanks!
CCMAIL: sander@3v8.net
M kmail/recipientspicker.h
M kmail/recipientspicker.cpp
svn path=/trunk/KDE/kdepim/; revision=736232
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