Merged revisions 1007870,1007874,1008041-1008043,1008051,1008122 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r1007870 | mlaurent | 2009-08-06 13:31:17 +0200 (Thu, 06 Aug 2009) | 2 lines
Fix include
........
r1007874 | tokoe | 2009-08-06 13:44:41 +0200 (Thu, 06 Aug 2009) | 2 lines
Pass a correct URL to nepomuk for homepages
........
r1008041 | mkoller | 2009-08-06 20:42:04 +0200 (Thu, 06 Aug 2009) | 5 lines
- avoid crash when POP server returns invalid response after LIST command.
- make the error message after a problem with the LIST command non-modal by using
KNotification
........
r1008042 | lueck | 2009-08-06 20:45:44 +0200 (Thu, 06 Aug 2009) | 1 line
needs this translation catalog too for group dialogs
........
r1008043 | yurchor | 2009-08-06 20:47:15 +0200 (Thu, 06 Aug 2009) | 1 line
Spelling fixes
........
r1008051 | tokoe | 2009-08-06 21:17:05 +0200 (Thu, 06 Aug 2009) | 2 lines
Remove last references to KContactManager
........
r1008122 | mlaurent | 2009-08-07 00:47:03 +0200 (Fri, 07 Aug 2009) | 2 lines
Fix pedantic
........
svn path=/branches/work/akonadi-ports/kdepim/; revision=1008224
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
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
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r837235 | tokoe | 2008-07-24 16:12:52 +0530 (Thu, 24 Jul 2008) | 4 lines
Use a working URL for map service
BUG: 151499
........
r837237 | tokoe | 2008-07-24 16:13:32 +0530 (Thu, 24 Jul 2008) | 2 lines
Adapt version number
........
r837238 | tokoe | 2008-07-24 16:18:00 +0530 (Thu, 24 Jul 2008) | 4 lines
Since the title is used in the vcard, only allow characters
that are valid in the vcard.
........
r837390 | wstephens | 2008-07-24 20:36:22 +0530 (Thu, 24 Jul 2008) | 10 lines
Write the id of the account used for the imap groupware resources; this
was apparently removed by accident during a proko2 merge back in
r346441 . The xml format still worked so the bug was not visible to
KDAB. Fixed by integrating part of the old code that that commit
removed to identify the account from the folder.
(Backported to KDE 3 version of r837366)
BUG:150790
........
r837600 | pino | 2008-07-25 13:00:16 +0530 (Fri, 25 Jul 2008) | 2 lines
fix plural form in i18n()
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=838287
Merged revisions 817710-818288 via svnmerge from
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r817710 | pradeepto | 2008-06-06 23:31:52 +0530 (Fri, 06 Jun 2008) | 3 lines
-- OK, now it shows search results.
........
r818288 | pradeepto | 2008-06-08 14:02:49 +0530 (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.
........
svn path=/branches/KDE/3.5/kdepim/; revision=828995
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r817568 | pradeepto | 2008-06-06 15:16:13 +0530 (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.
........
svn path=/branches/KDE/3.5/kdepim/; revision=828990
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r828965 | pradeepto | 2008-07-07 11:05:18 +0530 (Mon, 07 Jul 2008) | 15 lines
-- Backport of fixes from Sander van Grieken <sander@3v8.net> - Thanks Sander.
Attached is the backport of the fixes for the kmail recipientspicker which
were committed to trunk in revisions r735840 and r736232.
Summary of fixes:
- Fixes crashes when receiving addressbook-changed events from kaddressbook
- Fixes duplicate resource and recipient entries and some other memory
management problems.
- Fixes crash when KAddressbook is closed and recipientspicker is activated.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=828973
Attached is the backport of the fixes for the kmail recipientspicker which
were committed to trunk in revisions r735840 and r736232.
Summary of fixes:
- Fixes crashes when receiving addressbook-changed events from kaddressbook
- Fixes duplicate resource and recipient entries and some other memory
management problems.
- Fixes crash when KAddressbook is closed and recipientspicker is activated.
svn path=/branches/KDE/3.5/kdepim/; revision=828965
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