Merged revisions 673392-674568,674570-674690,674692-674890,674892-674931,674933-675016,675018-675060,675062-675089,675091-676369,676371-676695,676697-677627,677629-678557,678559-678762,678764-678949,678951-680181,680183-680228,680230-682310,682312-683347,683349-683590,683592-684041,684043-685298,685300-685330,685332-685748,685750-686052,686054-686215,686217-686452,686454-687344,687346-687819,687821-688196,688198-688530,688532-689003,689005-689073,689075-689499,689501-689589,689591-689896,689898-689907,689909-690259,690261-690262,690264-690362,690364-691426,691428-691444,691446-691749,691751-692352,692354-692850,692852-694291,694293-694493,694495-695170,695172-695468,695470-695473,695475-695524,695526-695878,695880-696185,696187-696819,696821-696979,696981-698166,698168-699553,699556-700022,700024-700037,700039-702251,702253-702344,702346-702682,702684-703250,703252-703391,703393-703470,703472-703487,703489-703632,703634-703766,703768-703907,703909-703912,703914-703927,703929-704049,704051-704210,704212-705214,705216-705220,705222-705812,705814-705951,705953-706173,706175-706424,706426-707911,707913-707939,707941-708005,708007-708309,708311-708652,708654-708670,708672-708719,708721-708802,708804-709140,709142-709146,709148-709180,709182-709252,709254-709510,709512-709811,709813-709864,709866-709873,709875-710277,710279-710765,710767-710780,710782-711533,711535-712428,712430-713465,713467-713486,713488-713780,713782-714098,714100-714451,714453-714806,714808-714809,714811-715296,715298-716783,716785-717081,717083-717101,717103-717165,717167-719366,719368-719527,719529-719674,719676-720155,720157-720287,720289-720299,720302,720304-720927,720929-721117,721119-721290,721292-721754,721756-721842,721844-721899,721901-721987,721989-722200,722202-722511,722513-722728,722731-722969,722971-724216,724218-725946,725948-726650,726652-726681,726683-727906,727908-728889,728891-728946,728948-729335,729337-729902,729904-730389,730391-730526,730528-730904,730906-731457,731460-731461,731463-732114,732116-732430,732432-732920,732922-733422,733424-733840,733842-734069,734071-734507,734509-734732,734734-734908,734910-734916,734918-735019,735021-735025,735027-735152,735154-735420,735422-735568,735570-735807,735809-736108,736110-736775,736777-736786,736788-737262,737264-738321,738323-738396,738398-739758,739760-740092,740094-744172,744174-744870,744872-745677,745679-746088,746090-746092,746094,746096-746615,746617-746732,746734-747273,747275-747282,747284-748303,748305-750128,750130-750192,750194-750639,750641-750752,750754-751259,751261-756266,756268-758102,758105-758345,758347-758408,758410-760556,760558-761041,761043,761045-761880,761882-762605,762607-762751,762753-762828,762830-762832,762834-763234,763236-763518,763520-764056,764058-764863,764865-764991,764993-764998,765000-765012,765014-765018,765020-765128 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r673392 | vanrijn | 2007-06-10 07:57:59 +0200 (Sun, 10 Jun 2007) | 1 line
bumping version for next release, should there be one
........
r699005 | vanrijn | 2007-08-11 21:50:19 +0200 (Sat, 11 Aug 2007) | 6 lines
- adding patch submitted by Oleg Sidorkin to not delete the AddressBook
pointer if we're using the StdAddressBook::self() singleton
- bumping version to 4.9.2-358 (4.9.2 a bump up, and the 358 to match the
upcoming kde 3.5.8 release, because honestly I can never remember which
kpilot release corresponds to which kde release =:/)
........
r700839 | vanrijn | 2007-08-16 17:40:06 +0200 (Thu, 16 Aug 2007) | 5 lines
- changing WARNINGKPILOT to DEBUGKPILOT for "unable to open port" errors.
these happen _all_ the time, especially with usb devices, and we don't
need to litter our user's output with them.
- raising debug level of close() to 2 to match rest of device comm stuff
........
r703081 | vanrijn | 2007-08-21 23:47:18 +0200 (Tue, 21 Aug 2007) | 6 lines
- taking out attempt to try new database name. didn't fix the problem.
use standard (old) database format
- logic bug in memofiles which caused conduit to think it was a first-time
sync if it couldn't load any memofiles from disk. truth is, we should
return true unless there wasn't a metatdata file at all, otherwise true.
........
r703459 | vanrijn | 2007-08-22 16:43:54 +0200 (Wed, 22 Aug 2007) | 3 lines
- making sure max length of memo (8192) is honored so we don't make memo
database go boom
........
r717734 | vanrijn | 2007-09-27 14:07:27 +0200 (Thu, 27 Sep 2007) | 6 lines
- fixing typo'd method name (_cleanupAddreessBookPointer() ->
_cleanupAddressBookPointer() )
- trying to squash stupid conduit crash that happens as a result of
~AbbrowserConduit. not sure why AddressBook* was declared as static, but
I see no reason for it to be. may be contributing to the crash too.
........
r738993 | vanrijn | 2007-11-20 06:32:54 +0100 (Tue, 20 Nov 2007) | 1 line
bumping version number. trying to get dynamic_cast to not fail on debian, grr
........
r738994 | vanrijn | 2007-11-20 06:44:47 +0100 (Tue, 20 Nov 2007) | 1 line
removing more inlines in hopes that it will beat debian's dynamic_cast into submission
........
r739034 | vanrijn | 2007-11-20 10:24:21 +0100 (Tue, 20 Nov 2007) | 7 lines
- Apparently, we can't expect rtti to work if we're subclassing a class
that doesn't have virtual methods. Also, QCustomEvent has gone bye-bye
in Qt4. So, we'll subclass QEvent, use QObject::event() instead of
QObject::customEvent(), and use static_cast instead of dynamic_cast. All
of this combined should hopefully put an end to the problems I was seeing
with dynamic_cast segfaulting (he says, hopefully).
........
r739330 | vanrijn | 2007-11-20 22:24:10 +0100 (Tue, 20 Nov 2007) | 3 lines
- bullet-proofing again as I wage war on the evil debian compilers. Looks
like something's getting optimized out of memory?
........
r749517 | vanrijn | 2007-12-17 10:44:39 +0100 (Mon, 17 Dec 2007) | 11 lines
- Woot! Fixing major breakage for funky usb devices. pulled back some
removed code from KDE 3.5.6's kpilot for usb workaround code and fit it
into the new threaded model. This fixes syncing for me on my Palm Treo
700p.
- Reformatting and cleaning up kpilotdevicelink.cc.
- New Private.h to hold the bits of kpilotdevicelink.cc that should not be
exposed via kpilotdevicelink.h. Also, DeviceCommThread extends QObject
and QThread, so we need to have automoc run on it.
- Switching from using QCustomEvent to using QEvent for device tickle
thread to match what is done in kpilotdevicelink.
........
r754992 | vanrijn | 2007-12-31 03:49:50 +0100 (Mon, 31 Dec 2007) | 10 lines
* Fixing bug reported by Pablo Yepes on kdepim-users mailing list. We did
severe goofiness with middle names... The Palm can't handle them, so we
blindly tacked firstname + " " + lastname and stuck it into the Palm's
firstname field. The problem is that whenever a copy from palm->pc is
done, the kludged first name is transferred to kabc ("firstname middle").
And, it's compounded by every change in either direction. It's an ugly
hack and I've removed it. The only way to work around it would be to add
an additional check for !firstname.endsWith(abEntry.additionalName()),
but that's even sillier. Stop the insanity!
........
r760583 | vanrijn | 2008-01-13 01:54:38 +0100 (Sun, 13 Jan 2008) | 1 line
bumping version number for 3.5.9 release
........
r765128 | vanrijn | 2008-01-23 09:36:04 +0100 (Wed, 23 Jan 2008) | 8 lines
- Using a mutex to access the static QTextCodec. It's supposed to be
reentrant, but all the cool kids are using mutexes these days, and it's
an extra layer of bullet-proofing. Safety first!
- Also, it seems to be important that we attempt to pass the real length of
the string to QTextCodec instead of always passing the max length of 16.
This fixes the crash I was seeing from running KPilot3 in a KDE4 session
and I don't see the error from valgrind anymore either.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=765750
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
........
r708006 | dfaure | 2007-09-03 21:17:19 +0530 (Mon, 03 Sep 2007) | 4 lines
No, I don't need 28 instances of kio_pop3 when checking mail from one pop server.
Fixing the bad disconnect seems to fix that.
CCMAIL: Bruno Virlet <bruno.virlet@gmail.com>
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=765104
Patch by Jean-Christophe Dubois <jcd at tribudubois dot net>, thanks!
This is a backport of rev. 751307 from trunk!
svn path=/branches/kdepim/enterprise/kdepim/; revision=760353
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
if the bodypart is encrypted, so let's try decrypting, oops, didn't
work" case.
kolab/issue2183
svn path=/branches/kdepim/enterprise/kdepim/; revision=750914
svn+ssh://tilladam@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r750193 | tstaerk | 2007-12-18 22:48:50 +0100 (Tue, 18 Dec 2007) | 3 lines
Still fixed, but make it logically as it was before. Thanks Mark!
BUGS:152881
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=750567
svn+ssh://tilladam@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r750129 | tstaerk | 2007-12-18 19:59:59 +0100 (Tue, 18 Dec 2007) | 6 lines
Do not crash when deleting an imap account.
imap accounts can point to their uppermost folder recursively.
When deleting the folder's parent, first check it is not the folder
itself.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=750563