2007-01-16 17:36 +0000 [r624187] kainhofe * branches/KDE/3.5/kdepim/korganizer/calendarview.cpp, branches/KDE/3.5/kdepim/korganizer/koeditorgeneraltodo.cpp, branches/KDE/3.5/kdepim/korganizer/kowhatsnextview.cpp: 1) Fix the problem that inside kontact a new todo-editor-dlg would show 'XXX reminders configured' 2) Dramatic optimization of the what's next view when you have lots of to-dos. The 'Thats me' email addresses will stay the same, so let us not recreate this stringlist for each and every to-do... 2007-01-17 17:57 +0000 [r624681] lunakl * branches/KDE/3.5/kdepim/korganizer/kojournalview.cpp: Finish what r307993 was trying to do - when there are too many entries in the journal, make a scrollbar appear. BUG: 113749 2007-01-17 23:13 +0000 [r624746-624745] adridg * branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcalRecord.cc: Fix compile error w/ base class methods not being called. BUG: 140207 * branches/KDE/3.5/kdepim/kpilot/conduits/Makefile.am, branches/KDE/3.5/kdepim/kpilot/conduits/configure.in.in: Reinstate mal conduit, since it does seem to compile against mal 0.40 2007-01-18 09:53 +0000 [r624876] bram * branches/KDE/3.5/kdepim/libkholidays/holidays/holiday_ja: Fix encoding for Japanese holidays, thanks to reporter of bug 140060. BUG:140060 2007-01-18 13:28 +0000 [r624937] adridg * branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcalRecord.cc: Fix casting following patch from pl- BUG: 140207 2007-01-19 15:38 +0000 [r625234] wstephens * branches/KDE/3.5/kdepim/kresources/groupwise/soap/gwconverter.cpp, branches/KDE/3.5/kdepim/kresources/groupwise/soap/incidenceconverter.cpp, branches/KDE/3.5/kdepim/kresources/groupwise/soap/gwconverter.h, branches/KDE/3.5/kdepim/kresources/groupwise/soap/groupwiseserver.cpp: Workarounds for the GW server having 2 ideas about the same email address 2007-01-21 19:57 +0000 [r625991] djarvie * branches/KDE/3.5/kdepim/kalarm/messagewin.cpp, branches/KDE/3.5/kdepim/kalarm/Changelog, branches/KDE/3.5/kdepim/kalarm/messagewin.h, branches/KDE/3.5/kdepim/kalarm/kalarm.h: Disable Defer button in new message window when deferral limit has been reached 2007-01-22 20:19 +0000 [r626312] toma * branches/KDE/3.5/kdepim/libkmime/kmime_util.cpp: Backport of trunk commit 626306 by vkrause: more tolerant parsing of broken headers 2007-01-23 14:33 +0000 [r626502] coolo * branches/KDE/3.5/kdepim/korganizer/actionmanager.cpp: having a different accel for plural is nonsense, sorry (removes one string as it's correct some lines below) 2007-01-24 11:27 +0000 [r626701] dfaure * branches/KDE/3.5/kdepim/korn/Makefile.am: Better avoid error while opening "*.{h,cpp}" for reading: No such file or directory 2007-01-24 23:09 +0000 [r626915] winterz * branches/KDE/3.5/kdepim/libkdepim/addresseelineedit.cpp: Put back this patch that got lost somewhere along the way. Written by Jakob and approved/committed by Till several years ago. Fixes "Paste into selected To, CC, BCC fields keeps old contents" CCBUGS: 54020 2007-01-25 17:07 +0000 [r627092] wstephens * branches/KDE/3.5/kdepim/kresources/remote/resourceremote.cpp: This patch uses the resource's own KABC::Lock to lock the cache file, which inhibits the file_copy operation that causes the error. The resource detects its cache is locked after having loaded the cache, but before refreshing the cache. The result of adding this lock is that if two processes are simultaneously reloading the resource, the winner will first load the cached version (call it C-1) and then load C0 after fetching it. The loser will load C-1, encounter the lock and stop. On the next iteration, Winner gets C1 and Loser gets C0. So the result of the lockstep is that loser is at most out of date by one version of the resource. A better synchronisation would be if we had distributed locks so that Loser is notified when Winner releases its lock and then loads the fresh cache file. 2007-01-26 04:06 +0000 [r627230] kainhofe * branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/KOrganizer_3.1.ics.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/KOrganizer_3.1a.ics.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/KOrganizer_3.2.ics.ical.ref, branches/KDE/3.5/kdepim/libkcal/incidence.cpp, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase10.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase01.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase11.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase02.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase12.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase03.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase13.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase04.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase05.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase06.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase07.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase08.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase09.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics, branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/MSExchange.ics.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics, branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/Mozilla_1.0.ics.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics, branches/KDE/3.5/kdepim/libkcal/icalformatimpl.cpp: Don't write out empty, invalid or superfluous fields. If we have an empty organizer, an invalid URI would be generated. Fields like Sequence, CLASS, etc. have a default value (defined in rfc 2445), so we don't have to write that default value out and grow the icalendar file even more.... BUG: 140624 2007-01-26 14:35 +0000 [r627420-627419] kainhofe * branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/KOrganizer_3.1.ics.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/KOrganizer_3.1a.ics.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/KOrganizer_3.2.ics.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase01.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase10.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase02.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase11.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase12.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase03.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase13.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase04.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase05.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase06.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase07.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase08.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/vCalendar/KOrganizer_vCalTestCase09.vcs.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/runtestcase.pl, branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/MSExchange.ics.ical.ref, branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/Mozilla_1.0.ics.ical.ref: Work around Windows-isms. RFC 2445 clearly says that all linebreaks are always \r\n, even under Unix, where \n is used for text files. Just because windows apparently adds the \r automatically, when you add a \n, does not mean that other platforms will do the same. Here in Linux, the file contains exactly what you put into the char*, which is a \n only and thus invalid. CCMAIL: libical@softwarestudio.org BUG: 140650 * branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalcomponent.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalproperty.c: Work around Windows-isms. RFC 2445 clearly says that all linebreaks are always \r\n, even under Unix, where \n is used for text files. Just because windows apparently adds the \r automatically, when you add a \n, does not mean that other platforms will do the same. Here in Linux, the file contains exactly what you put into the char*, which is a \n only and thus invalid. CCMAIL: libical@softwarestudio.org BUG: 140650 2007-01-26 23:55 +0000 [r627541] kainhofe * branches/KDE/3.5/kdepim/libkcal/icalformatimpl.cpp: When loading any url/uri (attachments, audio alarm files, procedure alarm application), make sure we load it as utf8 and not latin1. By default, QString(const char*) treats the string as latin1, so we need to use QString::fromUtf8 instead. BUG: 140688 2007-01-27 00:32 +0000 [r627548] winterz * branches/KDE/3.5/kdepim/kmail/kmfolder.cpp: somehow this part of the templates feature merge got lost 2007-01-27 15:04 +0000 [r627641] winterz * branches/KDE/3.5/kdepim/kmail/kmfolder.cpp: Fix for the grave bug "kmail crash when I make a CTRL + J in inbox" BUGS: 140660 2007-01-28 00:47 +0000 [r627763] winterz * branches/KDE/3.5/kdepim/kmail/kmreaderwin.cpp: merge SVN commit 627761 by winterz: Fix bug "Add icons for context menu on address in readerwin" Thanks for the patch Mikolaj. Hey, we only took 3+ years to commit it! :) BUGS: 66740 2007-01-28 15:54 +0000 [r627914-627911] wstephens * branches/KDE/3.5/kdepim/libkcal/tests/runtestcase.pl: take skipped lines into account when reporting line number * branches/KDE/3.5/kdepim/libkcal/tests/readandwrite.cpp: Fix indentation * branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/Evolution_2.8.2_timezone_test.ics (added), branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/Evolution_2.8.2_timezone_test.ics.ical.ref (added): Add testcases for iCalendar generated by Evolution 2007-01-29 09:46 +0000 [r628136] winterz * branches/KDE/3.5/kdepim/korganizer/kolistview.cpp: Fix for "find journals doesn't display journal title". Thanks for the patch Lars. BUGS: 132947 2007-01-29 11:15 +0000 [r628168] dfaure * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp: Laurent started kmail for a brand new user, and oh surprise, there were two actions in the Folder menu with the label "foo"! Call updateFolderMenu after creating the actions. 2007-01-29 17:57 +0000 [r628300] kossebau * branches/KDE/3.5/kdepim/kaddressbook/addresseditwidget.cpp, branches/KDE/3.5/kdepim/kaddressbook/Makefile.am, branches/KDE/3.5/kdepim/kaddressbook/editors/imeditorwidget.cpp: added: context info to help with the for some translators ambigious term "address" CCMAIL:kde-i18n-doc@kde.org 2007-01-29 21:23 +0000 [r628362] kossebau * branches/KDE/3.5/kdepim/kaddressbook/Makefile.am, branches/KDE/3.5/kdepim/kaddressbook/editors/imeditorwidget.cpp: s/IM/Instant messaging/g in i18n comment 2007-01-30 00:45 +0000 [r628406] djarvie * branches/KDE/3.5/kdepim/kalarm/kalarmapp.cpp: Fix start-of-day time being ignored for date-only alarms 2007-01-30 00:49 +0000 [r628408] djarvie * branches/KDE/3.5/kdepim/kalarm/Changelog: Fix start-of-day time being ignored for date-only alarms 2007-01-30 11:50 +0000 [r628565] adridg * branches/KDE/3.5/kdepim/kmail/aboutdata.cpp, branches/KDE/3.5/kdepim/kmail/kmreaderwin.cpp: Since the KMail homepage has moved into kontact.kde.org, it's a good idea to point there instead of the deprecated kmail.kde.org. Not a string change. 2007-01-30 13:04 +0000 [r628578] wstephens * branches/KDE/3.5/kdepim/kaddressbook/kablock.cpp: Refresh the pointer stored to the addressbook whenever KABLock::self() is called, otherwise we risk that StdAddressbook::close() has deleted the reference addressbook and invalidated the pointer. BUG:137269 2007-01-31 07:27 +0000 [r628742] dmiceman * branches/KDE/3.5/kdepim/kmail/kmmessage.cpp: Create all inline forward messages as text/plain CCBUG: 140549 2007-02-02 11:23 +0000 [r629330] mueller * branches/KDE/3.5/kdepim/kresources/groupwise/soap/stdsoap2.h: disabling groupwise debug log (which contains full passwords etc) CCMAIL: kde-packager@kde.org 2007-02-02 11:36 +0000 [r629335] dfaure * branches/KDE/3.5/kdepim/akregator/src/akregator_part.cpp, branches/KDE/3.5/kdepim/akregator/src/akregator_view.cpp, branches/KDE/3.5/kdepim/akregator/src/akregator_view.h: Use insertChildClient to fix the problem that "factory is null so we can't add a child client". insertChildClient makes it so that whenever the akregator part is activated, the child client is added to the factory automatically. This solves a nasty timer that kept firing (and outputting debug) all the time while I was using kontact without loading akregator. Please check and forwardport. In particular: I tested kontact and akregator standalone, but from the code I couldn't figure out which other child-client than the article viewer could ever be used. If there's only one, then this code could be simplified to just call insertChildClient initially and nothing else. CCMAIL: Frank Osterfeld 2007-02-02 17:35 +0000 [r629405] winterz * branches/KDE/3.5/kdepim/Makefile.am.in, branches/KDE/3.5/kdepim/kitchensync (removed): Remove kitchensync, as discussed and decided on kde-pim ML. Commented-out the kitchensync lines in Makefile.am.in and retained other references to kitchensync since we hope to have the new-and-improved OpenSync implementation "real-soon-now". CCMAIL: kde-pim@kde.org 2007-02-03 12:45 +0000 [r629651] tstaerk * branches/KDE/3.5/kdepim/karm/karmstorage.cpp, branches/KDE/3.5/kdepim/karm/taskview.cpp: i18n In case of stale lock files, do not start timing, but warn. Thanks to Tim Small for his report. BUGS:140881 2007-02-04 12:34 +0000 [r630087] tokoe * branches/KDE/3.5/kdepim/kaddressbook/views/cardview.cpp: Don't deselect all previous selected items on a RMB click, otherwise it's impossible to send all selected contacts via mail or delete them at once. 2007-02-04 13:23 +0000 [r630105] tokoe * branches/KDE/3.5/kdepim/kaddressbook/imagewidget.cpp, branches/KDE/3.5/kdepim/kaddressbook/Makefile.am, branches/KDE/3.5/kdepim/kaddressbook/imagewidget.h: Removed 'Get Image from Blog' feature as it is an usability nightmare and didn't work at all for some testcases... It can be fixed for KDE 4.0 by using libsyndication... CCMAIL:136429 2007-02-04 15:39 +0000 [r630151] tokoe * branches/KDE/3.5/kdepim/libkdepim/categoryeditdialog.cpp, branches/KDE/3.5/kdepim/libkdepim/categoryeditdialog.h: Changed the category editor to use an inline editing, that makes the usage a lot more userfriendly and less confusing. CCMAIL:140876 2007-02-05 22:24 +0000 [r630633] dfaure * branches/KDE/3.5/kdepim/kmail/kmtransport.cpp: When not using kwallet, kmail can store the smtp password into kmailrc, which works, but for every mail sent after that it asked again: do you want to store the password into the config file? -> fixed 2007-02-06 10:44 +0000 [r630780] winterz * branches/KDE/3.5/kdepim/kaddressbook/Makefile.am: continuation line somehow got removed. put it back. 2007-02-06 15:18 +0000 [r630850] kainhofe * branches/KDE/3.5/kdepim/kmail/kmail.antispamrc: Forward port of SVN commit 630849 by kainhofe: Typo in the antispam wizard definitions, which caused CRM114 to be always displayed as available. 2007-02-06 17:19 +0000 [r630887] winterz * branches/KDE/3.5/kdepim/kmail/kmmessage.cpp: Ingo says to revert this. So we are still looking for a fix to this bug. CCMAIL: dmiceman@ubiz.ru, kloecker@kde.org CCBUG: 140549 2007-02-08 19:52 +0000 [r631698-631697] dfaure * branches/KDE/3.5/kdepim/kmail/index.cpp: fix compiler warning (unused static function) * branches/KDE/3.5/kdepim/kmail/quotajobs.h (added), branches/KDE/3.5/kdepim/kmail/folderdiaquotatab_p.h (added), branches/KDE/3.5/kdepim/kmail/kmfolderdia.cpp, branches/KDE/3.5/kdepim/kioslaves/imap4/imapparser.cc, branches/KDE/3.5/kdepim/kmail/kmail.kcfg, branches/KDE/3.5/kdepim/kioslaves/imap4/imapparser.h, branches/KDE/3.5/kdepim/kmail/configuredialog_p.h, branches/KDE/3.5/kdepim/kmail/Makefile.am, branches/KDE/3.5/kdepim/kioslaves/imap4/imap4.cc, branches/KDE/3.5/kdepim/kmail/folderdiaquotatab.cpp (added), branches/KDE/3.5/kdepim/kioslaves/imap4/imap4.h, branches/KDE/3.5/kdepim/kmail/imapaccountbase.cpp, branches/KDE/3.5/kdepim/kmail/folderdiaquotatab.h (added), branches/KDE/3.5/kdepim/kmail/configuredialog.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldercachedimap.cpp, branches/KDE/3.5/kdepim/kmail/imapaccountbase.h, branches/KDE/3.5/kdepim/kioslaves/imap4/imaps.protocol, branches/KDE/3.5/kdepim/kioslaves/imap4/imapcommand.cc, branches/KDE/3.5/kdepim/kioslaves/imap4/imap4.protocol, branches/KDE/3.5/kdepim/kioslaves/imap4/imapcommand.h, branches/KDE/3.5/kdepim/kmail/kmfoldercachedimap.h, branches/KDE/3.5/kdepim/kmail/quotajobs.cpp (added), branches/KDE/3.5/kdepim/kmail/folderdiaquotatab_p.cpp (added): IMAP Quota feature, forwardport from Till's and Pradeepto's commits in proko2 branch. New files copied directly, and for the others, the following commits were identified: r503566, r504908, r504943, r544380, r550654, r573761, r573797, r573829, and r503568 (kio_imap4) 2007-02-09 15:10 +0000 [r631934] dfaure * branches/KDE/3.5/kdepim/kmail/configuredialog.cpp, branches/KDE/3.5/kdepim/kmail/kmaccount.cpp, branches/KDE/3.5/kdepim/kmail/configuredialog_p.h: Found the reason why KMAcctCachedImap::processNewMail's assert below was hit assert( mFolder ); // George says "better to crash then lose mail" The configuration dialog creates temporary copies of the account when modifying one; but it doesn't delete that copy when closing with Cancel. What's more, the copied account started its own timer for interval-mail-checking, and when that timer fired, KMAcctCachedImap would crash due to mFolder=0. So: 1) delete things in the dtor to avoid the account memleak 2) don't start the mailcheck timer when simply setting the checkinterval of an account, only when the account is added to the AccountManager for real. BUG: 117935 2007-02-09 17:00 +0000 [r631975] tokoe * branches/KDE/3.5/kdepim/kaddressbook/addresseeeditorwidget.cpp: Change non-modal dialogs into modal ones to prevent the user from closing the contact editor dialog before the category editor dialog. BUG:112449 2007-02-09 17:53 +0000 [r631989] tokoe * branches/KDE/3.5/kdepim/kaddressbook/imagewidget.cpp, branches/KDE/3.5/kdepim/kaddressbook/imagewidget.h: Give the KPixmapSelectorDialog a real parent to make modular dialog working... BUG:141305 2007-02-09 19:00 +0000 [r632014] dfaure * trunk/KDE/kdepim/kresources/kolab/shared/kmailconnection.cpp, branches/KDE/3.5/kdepim/kresources/kolab/kabc/contact.h, branches/KDE/3.5/kdepim/kresources/kolab/shared/kmailconnection.cpp, trunk/KDE/kdepim/kresources/kolab/kabc/contact.cpp, trunk/KDE/kdepim/kresources/kolab/kabc/contact.h, branches/KDE/3.5/kdepim/kresources/kolab/kabc/contact.cpp: Load/save "PO Box" in kolab format. Kolab issue #1362. OK - next time I'll be able to commit all branches at once ;) 2007-02-09 21:57 +0000 [r632068] wstephens * branches/KDE/3.5/kdepim/doc/multisynk (removed): Remove multisynk docs as well as the code. CCMAIL: kde-pim@kde.org 2007-02-10 12:35 +0000 [r632256] kainhofe * branches/KDE/3.5/kdepim/korganizer/kolistview.cpp: Backport of SVN commit 632254 by kainhofe: In the list view, explicitly set a sort key for dates and times. Otherwise the entries will be sorted alphabetically, which causes problems when comparing times in am/pm notation. 2007-02-10 12:55 +0000 [r632266] kainhofe * branches/KDE/3.5/kdepim/libkcal/icalformatimpl.cpp: Backport of SVN commit 632261 by kainhofe: Initialize variable to shut up the compiler warning. 2007-02-11 13:24 +0000 [r632500] djarvie * branches/KDE/3.5/kdepim/kalarm/main.cpp: Update copyright notice 2007-02-11 14:40 +0000 [r632520] kainhofe * branches/KDE/3.5/kdepim/korganizer/printing/calprintdefaultplugins.cpp: Backport of SVN commit 632519 by kainhofe: Don't print an empty status or secrecy string in the incidence print style 2007-02-11 14:47 +0000 [r632528-632525] kainhofe * branches/KDE/3.5/kdepim/korganizer/koagendaitem.cpp: Backport of SVN commit 632522 by kainhofe: Use the functions from libemailfunctions to split a given string up into name and email part. Also tell the user that the attendee has been added successfully. * branches/KDE/3.5/kdepim/korganizer/koagendaitem.cpp: Remove unnecessary and wrong debug output 2007-02-12 22:17 +0000 [r633012] mkoller * branches/KDE/3.5/kdepim/kmail/kmmsgdict.cpp: BUG: 71549 Make sure that a corrupted .ids file does not allocate huge amount of memory by checking consistency of file length vs. number of items expected. The patch does not cure the original problem why the ids file has corrupt content. I could not find a way how this can happen up till now 2007-02-12 22:50 +0000 [r633025] winterz * branches/KDE/3.5/kdepim/korganizer/koincidenceeditor.cpp, branches/KDE/3.5/kdepim/korganizer/calendarview.cpp, branches/KDE/3.5/kdepim/korganizer/koagendaview.cpp, branches/KDE/3.5/kdepim/korganizer/kodialogmanager.cpp, branches/KDE/3.5/kdepim/korganizer/koeditorgeneraltodo.cpp, branches/KDE/3.5/kdepim/korganizer/kotodoeditor.cpp, branches/KDE/3.5/kdepim/korganizer/kotodoview.cpp: sideways port SVN commit 632398 by adridg: BUGS: 141360 - Normalize debug output to use area 5850 (in files I touched) - Use k_funcinfo instead of writing out function name by hand - Simplify if (foo) bar(true) else bar(false) - (this is what it's actually about) call setDefaults in order to disable the time and date edits when no due date is given. Also set due date to something sensible (not in 200000 years) and default to due tomorrow if there's going to be a due date set. Repairs one of the pim+ bugs Allen complained about. Now I am left wondering why RMB on todo list is the only action which hard-codes a due date 7 days in advance. 2007-02-12 23:41 +0000 [r633047] winterz * branches/KDE/3.5/kdepim/korganizer/koagendaview.cpp: revert. didn't mean to commit this. 2007-02-13 03:39 +0000 [r633069] winterz * branches/KDE/3.5/kdepim/kmail/kmmsgbase.cpp: merge SVN commit 632089 by adridg: TRUE and FALSE are C-isms, use C++ keywords instead merge SVN commit 632360 by adridg: Indentation style is spaces; there's crashes in here occasionally after removing index files, rather peculiar. 2007-02-13 03:45 +0000 [r633071] winterz * branches/KDE/3.5/kdepim/kmail/kmfoldermaildir.cpp: merge SVN commit 632062 by adridg: After updating KMail and throwing away index files, I encountered a file which has charset= set, and that triggered a QGList warning when subscripting an empty string; adding this extra check for empty charsets stops crashing after that warning. 2007-02-13 16:31 +0000 [r633250] tokoe * branches/KDE/3.5/kdepim/libkdepim/addresseeview.cpp: Move the IM Address field into the IM section, so it's shown when you enable the 'Show IM Addresses' option. BUG:141339 2007-02-13 18:35 +0000 [r633292] tokoe * branches/KDE/3.5/kdepim/kaddressbook/kabcore.cpp: Always select the first entry of the view on startup. In KDE 4 we'll have a much better view handling! BUG:94253 2007-02-13 18:57 +0000 [r633301] tokoe * branches/KDE/3.5/kdepim/libkdepim/addresseeview.cpp: Use KURL::prettyURL() for nicer output and not confuse the user by punnyCode encoding BUG:130676 2007-02-13 19:12 +0000 [r633308] tokoe * branches/KDE/3.5/kdepim/libkdepim/kaddrbook.cpp: Add the formatted name according to the kaddressbook settings BUG:118932 2007-02-13 19:43 +0000 [r633323] tokoe * branches/KDE/3.5/kdepim/kaddressbook/kabcore.cpp: Missed this case :( 2007-02-14 14:44 +0000 [r633605] tokoe * branches/KDE/3.5/kdepim/kaddressbook/kaddressbookview.cpp: Ok, now it should really be fixed... missed this line somehow :( BUG:94253 2007-02-14 20:16 +0000 [r633685] djarvie * branches/KDE/3.5/kdepim/kalarm/preferences.cpp: Prevent message windows becoming unusable 2007-02-15 10:54 +0000 [r633777] dfaure * branches/KDE/3.5/kdepim/kmail/kmmessage.cpp, branches/KDE/3.5/kdepim/kmail/partNode.cpp, branches/KDE/3.5/kdepim/kmail/util.cpp, branches/KDE/3.5/kdepim/kmail/kmmessage.h, branches/KDE/3.5/kdepim/mimelib/dwstring.cpp, branches/KDE/3.5/kdepim/kmail/util.h, branches/KDE/3.5/kdepim/kmail/kmcommands.cpp, branches/KDE/3.5/kdepim/kmail/tests/Makefile.am, branches/KDE/3.5/kdepim/kmail/messagecomposer.cpp, branches/KDE/3.5/kdepim/kmail/messagecomposer.h, branches/KDE/3.5/kdepim/kmail/objecttreeparser.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldermaildir.cpp, branches/KDE/3.5/kdepim/kmail/kmmsgpart.cpp, branches/KDE/3.5/kdepim/kmail/kmreaderwin.cpp, branches/KDE/3.5/kdepim/kmail/kmmsgpart.h, branches/KDE/3.5/kdepim/libkdenetwork/qgpgme/dataprovider.cpp, branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: Large improvements in memory usage and speed when sending mails; see kmail-devel. The time between Ctrl+Enter and the composer window disappearing is noticeably shorter (it's almost immediate now), especially when no crypto is used. This is part of the contracted work for kolab issue 1222 ("out of memory when signing large attachments"). 2007-02-15 12:15 +0000 [r633807] dfaure * branches/KDE/3.5/kdepim/kmail/tests/utiltests.cpp (added), branches/KDE/3.5/kdepim/kmail/tests/utiltests.h (added): Forgot to add the unit tests 2007-02-15 12:20 +0000 [r633810] dfaure * branches/KDE/3.5/kdepim/kmail/tests/utiltests.cpp, branches/KDE/3.5/kdepim/kmail/tests/utiltests.h: Mine, actually, apart from the #includes ;) 2007-02-15 14:54 +0000 [r633858] vkrause * branches/KDE/3.5/kdepim/ktnef/gui/ktnefview.cpp, branches/KDE/3.5/kdepim/ktnef/lib/ktnefparser.cpp, branches/KDE/3.5/kdepim/ktnef/gui/ktnefui.rc, branches/KDE/3.5/kdepim/ktnef/gui/ktnefview.h: Backport from enterprise branch: SVN commit 633852 by vkrause: - no more duplicated separators - fix column width SVN commit 633851 by vkrause: I have no idea what I'm doing here but it seems that now also attachments are found that are attached "the other way". I really hate poorly documented binary formats :-( 2007-02-15 22:58 +0000 [r633978] dfaure * branches/KDE/3.5/kdepim/kmail/kmmessage.cpp, branches/KDE/3.5/kdepim/kmail/kmsender_p.h, branches/KDE/3.5/kdepim/kmail/kmfoldermbox.h, branches/KDE/3.5/kdepim/kmail/kmmessage.h, branches/KDE/3.5/kdepim/kmail/tests/utiltests.cpp, branches/KDE/3.5/kdepim/kmail/objecttreeparser.cpp, branches/KDE/3.5/kdepim/kmail/kmmsgpart.cpp, branches/KDE/3.5/kdepim/kmail/index.cpp, branches/KDE/3.5/kdepim/kmail/kmsender.cpp, branches/KDE/3.5/kdepim/kmail/kmcommands.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldermbox.cpp, branches/KDE/3.5/kdepim/kmail/kmmsgpart.h: Reduce some more the memory consumption when sending Improve speed (mainly killing the reparsing which was done in KMMessage::asSendableString()) Kolab issue 1222 2007-02-16 18:24 +0000 [r634256] djarvie * branches/KDE/3.5/kdepim/kalarm/preferences.cpp: Define correct default sound type 2007-02-16 20:35 +0000 [r634303] dfaure * trunk/KDE/kdepim/kioslave/imap4/imap4.cc, branches/work/kdepim-3.5.5+/kioslaves/imap4/imap4.cc, branches/KDE/3.5/kdepim/kioslaves/imap4/imap4.cc, branches/kdepim/enterprise/kdepim/kioslaves/imap4/imap4.cc: Fix typo found by "Josep Ma. Ferrer" 2007-02-17 14:26 +0000 [r634538] adridg * branches/KDE/3.5/kdepim/kpilot/lib/pilotAppInfo.h: Backport from PIM+, need to adjust template parameters because pilot-link 0.12.2 introduced new consts 2007-02-18 21:22 +0000 [r634945] winterz * branches/KDE/3.5/kdepim/mimelib/mailbox.cpp, branches/KDE/3.5/kdepim/mimelib/basicmsg.h, branches/KDE/3.5/kdepim/mimelib/pop.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/headers.h, branches/KDE/3.5/kdepim/mimelib/mimelib/binhex.h, branches/KDE/3.5/kdepim/mimelib/mboxlist.cpp, branches/KDE/3.5/kdepim/mimelib/dwstring.cpp, branches/KDE/3.5/kdepim/mimelib/disptype.cpp, branches/KDE/3.5/kdepim/mimelib/test/exampl01.cpp, branches/KDE/3.5/kdepim/mimelib/addrlist.cpp, branches/KDE/3.5/kdepim/mimelib/test/exampl02.cpp, branches/KDE/3.5/kdepim/mimelib/test/exampl03.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/address.h, branches/KDE/3.5/kdepim/mimelib/test/exampl04.cpp, branches/KDE/3.5/kdepim/mimelib/attach.h, branches/KDE/3.5/kdepim/mimelib/mimelib/debug.h, branches/KDE/3.5/kdepim/mimelib/test/exampl05.cpp, branches/KDE/3.5/kdepim/mimelib/fieldbdy.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/param.h, branches/KDE/3.5/kdepim/mimelib/bodypart.cpp, branches/KDE/3.5/kdepim/mimelib/msgcmp.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/utility.h, branches/KDE/3.5/kdepim/mimelib/mimelib/enum.h, branches/KDE/3.5/kdepim/mimelib/mimelib/config.h, branches/KDE/3.5/kdepim/mimelib/basicmsg.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/uuencode.h, branches/KDE/3.5/kdepim/mimelib/datetime.cpp, branches/KDE/3.5/kdepim/mimelib/boyermor.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/entity.h, branches/KDE/3.5/kdepim/mimelib/param.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/nntp.h, branches/KDE/3.5/kdepim/mimelib/mimelib/token.h, branches/KDE/3.5/kdepim/mimelib/msgid.cpp, branches/KDE/3.5/kdepim/mimelib/attach.cpp, branches/KDE/3.5/kdepim/mimelib/uuencode.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/mimepp.h, branches/KDE/3.5/kdepim/mimelib/mediatyp.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/mailbox.h, branches/KDE/3.5/kdepim/mimelib/mimelib/mechansm.h, branches/KDE/3.5/kdepim/mimelib/nntp.cpp, branches/KDE/3.5/kdepim/mimelib/token.cpp, branches/KDE/3.5/kdepim/mimelib/field.cpp, branches/KDE/3.5/kdepim/mimelib/text.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/protocol.h, branches/KDE/3.5/kdepim/mimelib/mimelib/addrlist.h, branches/KDE/3.5/kdepim/mimelib/mechansm.cpp, branches/KDE/3.5/kdepim/mimelib/multipar.cpp, branches/KDE/3.5/kdepim/mimelib/protocol.cpp, branches/KDE/3.5/kdepim/mimelib/dw_cte.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/fieldbdy.h, branches/KDE/3.5/kdepim/mimelib/mimelib/bodypart.h, branches/KDE/3.5/kdepim/mimelib/dw_date.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/message.h, branches/KDE/3.5/kdepim/mimelib/mimelib/msgcmp.h, branches/KDE/3.5/kdepim/mimelib/headers.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/datetime.h, branches/KDE/3.5/kdepim/mimelib/mimelib/group.h, branches/KDE/3.5/kdepim/mimelib/mimelib/body.h, branches/KDE/3.5/kdepim/mimelib/dw_mime.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/boyermor.h, branches/KDE/3.5/kdepim/mimelib/message.cpp, branches/KDE/3.5/kdepim/mimelib/address.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/msgid.h, branches/KDE/3.5/kdepim/mimelib/mimelib/string.h, branches/KDE/3.5/kdepim/mimelib/group.cpp, branches/KDE/3.5/kdepim/mimelib/body.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/mediatyp.h, branches/KDE/3.5/kdepim/mimelib/multipar.h, branches/KDE/3.5/kdepim/mimelib/mimelib/field.h, branches/KDE/3.5/kdepim/mimelib/mimelib/text.h, branches/KDE/3.5/kdepim/mimelib/entity.cpp, branches/KDE/3.5/kdepim/mimelib/mimelib/pop.h, branches/KDE/3.5/kdepim/mimelib/Tutorial, branches/KDE/3.5/kdepim/mimelib/mimelib/mboxlist.h, branches/KDE/3.5/kdepim/mimelib/mimelib/disptype.h, branches/KDE/3.5/kdepim/mimelib/Changes: remove RCS tags which serve no purpose for us and make comparing two branches harder. 2007-02-19 00:27 +0000 [r634989] winterz * branches/KDE/3.5/kdepim/korganizer/journalentry.cpp: uncomment the print journal tooltip and whatsthis 2007-02-19 08:06 +0000 [r635129] mkoller * branches/KDE/3.5/kdepim/libkcal/incidenceformatter.cpp: Do line break with very wide lines in an ical attachment 2007-02-19 16:26 +0000 [r635257] wstephens * branches/KDE/3.5/kdepim/libkcal/recurrencerule.cpp: Fix 'spurious reminders from korgac', bug #200859 at bugzilla.novell.com. This is actually a bug in libkcal that causes the next recurrence to be wrongly calculated if the event recurs weekly/monthly/...ly and does not have a fixed numbe of recurrences. 2007-02-21 13:51 +0000 [r635954] vkrause * branches/KDE/3.5/kdepim/ktnef/lib/ktnefparser.cpp: Backport SVN commit 635950 by vkrause: Fix extraction of attachments. 2007-02-21 15:04 +0000 [r635969] tokoe * branches/KDE/3.5/kdepim/libkholidays/holidays/holiday_za (added), branches/KDE/3.5/kdepim/libkholidays/holidays/Makefile.am: Add holiday file for south africa 2007-02-21 15:34 +0000 [r635979] winterz * branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalduration.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltimezone.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalattachimpl.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalderivedproperty.c.in, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalderivedparameter.h.in, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalerror.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltime.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/sspm.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltimezone.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltime.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalparameterimpl.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalmemory.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalrestriction.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalvalue.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalmemory.h, branches/KDE/3.5/kdepim/libkcal/libical/TEST, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalrecur.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalvalue.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalperiod.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalmime.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalperiod.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalderivedparameter.c.in, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalderivedvalue.h.in, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalmime.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalparser.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/Makefile.am, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalderivedproperty.h.in, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalparser.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalcomponent.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalvalueimpl.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltypes.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalattach.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libicalss/Makefile.am, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalarray.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalparameter.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalarray.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libicalss/icalclassify.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalproperty.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalderivedvalue.c.in, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalparameter.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalduration.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalenums.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libicalss/icalclassify.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalproperty.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalerror.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/sspm.c: remove RCS tags 2007-02-22 07:07 +0000 [r636159] mkelder * branches/KDE/3.5/kdepim/korn/pop3_proto.cpp, branches/KDE/3.5/kdepim/korn/kio_proto.cpp: This bugfix makes the options which store the data as metadata work again. Thought this, it is possible again to disable TLS. BUG: 140896 2007-02-22 18:08 +0000 [r636280] lunakl * branches/KDE/3.5/kdepim/kaddressbook/kabcore.cpp: Search me why AddresseeView disables the scrollbars when pretty much everything that uses it enables them again. 2007-02-23 09:02 +0000 [r636466] dfaure * branches/KDE/3.5/kdepim/kmail/kmmessage.cpp, branches/KDE/3.5/kdepim/kmail/kmmessage.h, branches/KDE/3.5/kdepim/kmail/kmcommands.cpp, branches/KDE/3.5/kdepim/kmail/kmfilteraction.cpp: Less parsing when copying a message (-> faster). As discussed with Ingo. This is part 3/3 of the fixes for kolab issue1222. 2007-02-23 14:31 +0000 [r636606] winterz * branches/KDE/3.5/kdepim/libkcal/resourcelocalconfig.cpp: merge SVN commit r33972 by adridg Minor code cleanup; remove crufty commented out code and normalize debug areas. 2007-02-23 14:37 +0000 [r636608] winterz * branches/KDE/3.5/kdepim/libkcal/recurrence.cpp, branches/KDE/3.5/kdepim/libkcal/icalformatimpl.cpp: merge SVN commit 634259 by kainhofe: Fix some issues which prevented RDATEs from working properly: 1) An incidence does also recur when it has rdates, even if there are no rrules present 2) don't blindly convert all times to the first VTIMEZONE found. If the time is given in Z format, don't use the timezone. 3) But if a time zone is given, also convert the rdate using that timezone 2007-02-23 20:25 +0000 [r636682] winterz * branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalduration.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltimezone.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalattachimpl.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalenums.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalerror.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltime.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/sspm.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltimezone.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltime.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalparameterimpl.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalmemory.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/pvl.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalrestriction.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalrestriction.c.in, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalvalue.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/pvl.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalmemory.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalrecur.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalvalue.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalperiod.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalrecur.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalmime.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalperiod.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalderivedparameter.c.in, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalmime.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalparser.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalparser.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalcomponent.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalvalueimpl.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltypes.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalattach.c, branches/KDE/3.5/kdepim/libkcal/libical/scripts/mkrestrictiontable.pl, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalcomponent.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalattach.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icaltypes.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalarray.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalparameter.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalarray.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libicalss/icalclassify.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalproperty.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalparameter.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalduration.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalenums.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libicalss/icalclassify.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalproperty.h, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/icalerror.c, branches/KDE/3.5/kdepim/libkcal/libical/src/libical/sspm.c: backport all the various krazy and compile warning fixes from trunk. please try to keep the libical trunk and branch as identical as possible. 2007-02-23 20:40 +0000 [r636690] winterz * branches/KDE/3.5/kdepim/libkcal/icalformatimpl.cpp: backport SVN commit 632687 by djarvie: Remove MAILTO: from email addresses. David: I made sure that libical is identical in trunk and branch. Therefore, in theory, this should be needed in trunk and branch. I don't think it should cause problems in any case. 2007-02-24 13:37 +0000 [r636859] djarvie * branches/KDE/3.5/kdepim/kalarm/prefdlg.cpp, branches/KDE/3.5/kdepim/kalarm/Changelog: Fix failure to save "Execute in terminal window" option in Preferences dialogue 2007-02-25 09:55 +0000 [r637063] osterfeld * branches/KDE/3.5/kdepim/akregator/src/articleviewer.cpp, branches/KDE/3.5/kdepim/akregator/src/viewer.cpp: explicitely disable java and javascript in the article viewer (as discussed with kde-security some time ago), but follow user defaults in the browser tabs. BUG: 140306 2007-02-25 10:08 +0000 [r637065] osterfeld * branches/KDE/3.5/kdepim/akregator/src/pageviewer.cpp: partially fix "javascript:" links in the browser tabs patch by KDEfanboy CCBUG: 110308 2007-02-26 16:09 +0000 [r637483] winterz * branches/KDE/3.5/kdepim/kontact/plugins/korganizer/summarywidget.cpp, branches/KDE/3.5/kdepim/kontact/plugins/korganizer/todosummarywidget.cpp: merge SVN commit 637482 by winterz: removing the tooltip before possibly changing it seems to prevent some crashes 2007-02-28 11:29 +0000 [r637973] tokoe * branches/KDE/3.5/kdepim/libkcal/libical/design-data/parameters.csv: Make libical more standard conform: Allow the usage of 'CHARSET' as parameter 2007-02-28 15:00 +0000 [r638011] tokoe * branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/eGroupware.ics (added), branches/KDE/3.5/kdepim/libkcal/tests/data/Compat/eGroupware.ics.ical.ref (added): Add testcase for iCals with CHARSET parameter 2007-03-03 10:27 +0000 [r638780] tokoe * branches/KDE/3.5/kdepim/kitchensync (added), branches/work/opensync-integration/kitchensync (removed): Move the new OpenSync based KitchenSync into KDE 3.5 branch 2007-03-03 13:52 +0000 [r638830] djarvie * branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Makefile.am: Install the new Argentina directory 2007-03-03 14:19 +0000 [r638834] winterz * branches/KDE/3.5/kdepim/kitchensync/configure.in.bot (added), branches/KDE/3.5/kdepim/kitchensync/configure.in.in: min version is 0.19, according to pmarat. also added a nice message that kitchensync will not be built unless the dependencies are found. 2007-03-03 14:31 +0000 [r638836] tokoe * branches/KDE/3.5/kdepim/kitchensync/src/configguildap.h, branches/KDE/3.5/kdepim/kitchensync/src/configguildap.cpp: Make it a bit nicer 2007-03-03 15:06 +0000 [r638841] winterz * branches/KDE/3.5/kdepim/kitchensync/src/addresseediffalgo.h, branches/KDE/3.5/kdepim/kitchensync/src/diffalgo.h (removed), branches/KDE/3.5/kdepim/kitchensync/src/Makefile.am, branches/KDE/3.5/kdepim/kitchensync/src/singleconflictdialog.h, branches/KDE/3.5/kdepim/kitchensync/src/calendardiffalgo.h, branches/KDE/3.5/kdepim/kitchensync/src/htmldiffalgodisplay.h, branches/KDE/3.5/kdepim/kitchensync/src/diffalgo.cpp (removed), branches/KDE/3.5/kdepim/kitchensync/src/genericdiffalgo.h: use the libkdepim DiffAlgo, per tokoe. 2007-03-03 15:08 +0000 [r638842] tokoe * branches/KDE/3.5/kdepim/kitchensync/src/configguigpe.cpp (added), branches/KDE/3.5/kdepim/kitchensync/src/Makefile.am, branches/KDE/3.5/kdepim/kitchensync/src/configgui.cpp, branches/KDE/3.5/kdepim/kitchensync/src/configguigpe.h (added): Add config gui for GPE plugin 2007-03-03 15:26 +0000 [r638847] winterz * branches/KDE/3.5/kdepim/Makefile.am.in: put back kitchensync 2007-03-03 15:30 +0000 [r638849] winterz * branches/KDE/3.5/kdepim/kpilot/configure.in.bot: a little nicer 2007-03-03 16:02 +0000 [r638858] djarvie * branches/KDE/3.5/kdepim/kalarm/Changelog, branches/KDE/3.5/kdepim/kalarm/kalarmui.rc: Ensure up-to-date menus are displayed if user has a customised toolbar 2007-03-03 16:18 +0000 [r638869] mkoller * branches/KDE/3.5/kdepim/korganizer/koeditorgeneral.cpp, branches/KDE/3.5/kdepim/korganizer/koeventeditor.cpp, branches/KDE/3.5/kdepim/korganizer/kotodoeditor.cpp: BUG: 141136 make "Edit Categories" button open the editor again. 2007-03-03 17:12 +0000 [r638892] tokoe * branches/KDE/3.5/kdepim/kitchensync/src/mainwidget.cpp: Delete and reinit the engine before every sync 2007-03-03 23:39 +0000 [r638994] djarvie * branches/KDE/3.5/kdepim/kalarm/emailidcombo.h, branches/KDE/3.5/kdepim/kalarm/soundpicker.h: Explicit constructors 2007-03-04 03:16 +0000 [r639027] djarvie * branches/KDE/3.5/kdepim/kalarm/functions.cpp: Fix version number determination 2007-03-04 04:19 +0000 [r639031] djarvie * branches/KDE/3.5/kdepim/doc/kalarm/index.docbook: Update URLs 2007-03-04 18:32 +0000 [r639244-639243] djarvie * branches/KDE/3.5/kdepim/kalarm/messagewin.cpp, branches/KDE/3.5/kdepim/kalarm/alarmevent.h, branches/KDE/3.5/kdepim/kalarm/functions.cpp, branches/KDE/3.5/kdepim/kalarm/kalarmapp.cpp, branches/KDE/3.5/kdepim/kalarm/birthdaydlg.cpp, branches/KDE/3.5/kdepim/kalarm/alarmevent.cpp: Prevent repetitions triggering twice if KAlarm is restarted. (Backport of commit 626133) * branches/KDE/3.5/kdepim/kalarm/Changelog: Prevent repetitions triggering twice if KAlarm is restarted 2007-03-04 21:24 +0000 [r639336] mkoller * branches/KDE/3.5/kdepim/kmail/kmail.kcfg, branches/KDE/3.5/kdepim/kmail/kmcommands.cpp: BUG: 79685 By default, honor umask of the user when saving attachments, but offer a config entry (without user interface) for those who explicitely don't like that ([General] section, disregardUmask boolean) 2007-03-05 22:25 +0000 [r639750] winterz * branches/KDE/3.5/kdepim/kmail/kmcomposewin.h, branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: merge SVN commit 633860 by adridg: When the message is set to a composer with a specific cursor position, (ie. not 0, eg. from a template containing %CURSOR) then don't reset the cursor position when appending the signature. This makes it possible to use %CURSOR to place the cursor anywhere in a template. Useful for reply templates, at any rate. 2007-03-06 01:19 +0000 [r639771] winterz * branches/KDE/3.5/kdepim/kmail/messagecomposer.cpp: fix bug "No Content-Description or name for opengpg signatures" thanks for the patch Chris Gagnon. BUGS: 138514 2007-03-06 03:17 +0000 [r639786] winterz * branches/KDE/3.5/kdepim/kmail/folderstorage.cpp: fix "deleting maildir does not delete associated .index.ids file" Thanks for the patch CSights. BUG: 140195 2007-03-06 22:20 +0000 [r640120] mueller * branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-logging.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/data.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/funopen.c (added), branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/configure.in.in, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/vasprintf.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/data.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/posix-sema.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/mkheader.awk, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/Makefile.am, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/context.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/data-compat.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-domain-server.c (removed), branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/gettext.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/ChangeLog, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/delete.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-socket-connect.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/mkerrcodes.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/progress.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/wait.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-pipe-connect.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-defs.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/passphrase.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/wait.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/import.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/decrypt-verify.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/ath.c (added), branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/posix-util.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/status-table.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/engine-gpgsm.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/wait-user.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-domain-connect.c (removed), branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/ath.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/stpcpy.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/encrypt-sign.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/Makefile.am, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/keylist.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/isascii.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/encrypt.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/data-mem.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/data-user.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/debug.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/op-support.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/error.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-io.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/debug.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/memrchr.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/w32-sema.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/strsource.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/engine-backend.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-util.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/data-fd.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-client.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/wait-global.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/rungpg.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/errnos.in, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/data-stream.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/err-codes.h.in, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/code-from-errno.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/ath-pth.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/ChangeLog, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/signers.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/decrypt.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-connect.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/mkerrors, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/mkstrtable.awk, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/w32-io.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-listen.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/code-to-errno.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/libgpgme.vers, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/gpg-error.h.in, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-pipe-server.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/edit.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/version.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/w32-util.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/key.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/sema.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-buffer.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/ath-compat.c (removed), branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/gpgme.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/sign.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/mkerrcodes.awk, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/gpgme.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/funopen.c (added), branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/engine.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/get-env.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/posix-io.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/engine.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-socket.c (added), branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/sig-notation.c (added), branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/wait-private.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/trust-item.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/trustlist.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-uds.c (added), branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-socket-server.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/export.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/genkey.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/util.h, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/conversion.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/mkerrcodes1.awk, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/mkerrcodes2.awk, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/strerror.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/err-sources.h.in, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-inquire.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/putc_unlocked.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/assuan/assuan-handler.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/ath-pthread.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/verify.c, branches/KDE/3.5/kdepim/libkdenetwork/libgpg-error-copy/mkerrnos.awk, branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/ops.h: update to libgpg-error 1.5 and gpgme-1.1.4 to include fixes to a couple of serious security issues 2007-03-07 16:45 +0000 [r640315] tokoe * branches/KDE/3.5/kdepim/kitchensync/src/configguisyncmlhttp.cpp, branches/KDE/3.5/kdepim/kitchensync/src/configguiirmc.cpp, branches/KDE/3.5/kdepim/kitchensync/src/configguigpe.cpp, branches/KDE/3.5/kdepim/kitchensync/src/Makefile.am, branches/KDE/3.5/kdepim/kitchensync/src/ksplashwidget.cpp (removed), branches/KDE/3.5/kdepim/kitchensync/src/configguignokii.cpp, branches/KDE/3.5/kdepim/kitchensync/src/configguisyncmlobex.cpp, branches/KDE/3.5/kdepim/kitchensync/src/ksplashwidget.h (removed): backport some changes from trunk 2007-03-08 00:13 +0000 [r640426] djarvie * branches/KDE/3.5/kdepim/kalarm/pixmaps/cr16-action-playsound.png (removed), branches/KDE/3.5/kdepim/kalarm/soundpicker.cpp: Use standard icon for file selection 2007-03-08 01:01 +0000 [r640435] djarvie * branches/KDE/3.5/kdepim/kalarm/soundpicker.cpp: Set sound file name tooltip over sound type combo when "file" is selected 2007-03-08 01:12 +0000 [r640436] djarvie * branches/KDE/3.5/kdepim/kalarm/sounddlg.cpp: Remove file:// from sound file 2007-03-08 09:49 +0000 [r640496] pradeepto * branches/KDE/3.5/kdepim/kmail/messagecomposer.cpp, branches/KDE/3.5/kdepim/kmail/kmmsgpart.cpp, branches/KDE/3.5/kdepim/kmail/kmcommands.cpp, branches/KDE/3.5/kdepim/kmail/kmmsgpart.h, branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: From enterprise commit log : SVN commit 640463 by pradeepto: Kolab/issue1384 and http://bugs.kde.org/show_bug.cgi?id=108939 - Forward porting Till's proko2 implementation. Commits #s 581382,588340,609388. Don't allow base64 or qp encoding for message attachements, such as when forwarding. (Kolab Issue 1384) Make sure attached emails are never encoded in anything but 7 or 8 bit. (Kolab Issue 1384) Don't base64 encode forwarded messages, the rfc disallows it. (Kolab Issue 1384) TODO : forward port to pim+ CCMAIL : winterz@kde.org 2007-03-08 10:18 +0000 [r640533] tokoe * branches/KDE/3.5/kdepim/kaddressbook/searchmanager.cpp: Add support to search in custom fields as well BUG:142670 2007-03-08 10:41 +0000 [r640538] mueller * branches/KDE/3.5/kdepim/kmail/avscripts/kmail_clamav.sh: --mbox doesn't exist anymore (bnc:251699) 2007-03-09 17:06 +0000 [r640993] winterz * branches/KDE/3.5/kdepim/kmail/index.h, branches/KDE/3.5/kdepim/kmail/recipientseditor.cpp, branches/KDE/3.5/kdepim/kmail/kmailicalifaceimpl.cpp, branches/KDE/3.5/kdepim/kmail/kmfolderdia.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldercachedimap.cpp, branches/KDE/3.5/kdepim/kmail/kmmsgdict.cpp, branches/KDE/3.5/kdepim/kmail/kmailicalifaceimpl.h, branches/KDE/3.5/kdepim/kmail/kmfolderdia.h, branches/KDE/3.5/kdepim/kmail/index.cpp: merge SVN commit 640981,640986 by winterz: compiler warnings-- 2007-03-09 18:51 +0000 [r641029] pradeepto * branches/KDE/3.5/kdepim/kmail/kmcommands.cpp: Forward port from kolab/issue1367. Already got blessings from Commander Winter. ;) SVN commit 627119 by pradeepto: Proko Issue 1367 : Made ".mbox" as a default extension/filter while saving messages. CCMAIL : winterz@kde.org 2007-03-10 00:41 +0000 [r641096] porten * branches/KDE/3.5/kdepim/kioslaves/sieve/sieve.cpp: ease debugging 2007-03-11 22:24 +0000 [r641593] cschumac * branches/KDE/3.5/kdepim/kitchensync/opensyncdbus/dbusclient.h: Add license header. 2007-03-12 09:13 +0000 [r641673] kainhofe * branches/KDE/3.5/kdepim/korganizer/koeditoralarms_base.ui: The offset for alarms should be allowed to be larger than 99 (e.g. I wanted to set an alarm four months after the event to remind me to go donating blood again => 112 days needed...). Unfortunately the spin boxes default to 99 as max value, while I would have expected not to have an upper value at all. 2007-03-12 11:26 +0000 [r641716] mueller * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp: fix uninitialized variable accesses, approved by Ingo 2007-03-12 14:30 +0000 [r641756] mueller * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp: no, no, please don't mutz me my way 2007-03-12 14:38 +0000 [r641758] dfaure * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp: The mutz menace worked, but not the btw ;) 2007-03-12 15:03 +0000 [r641767] dfaure * branches/KDE/3.5/kdepim/kmail/kmcommands.cpp: Proper DwString -> ByteArray conversion, no trailing nul. 2007-03-12 22:53 +0000 [r641953] djarvie * branches/KDE/3.5/kdepim/kalarm/main.cpp: Fix copyright notice. Amend KAlarm URL. 2007-03-12 23:15 +0000 [r641962] djarvie * branches/KDE/3.5/kdepim/kalarm/kalarmd/admain.cpp: Fix copyright notice. Amend KAlarm URL. 2007-03-13 08:46 +0000 [r642057] bero * branches/KDE/3.5/kdepim/kitchensync/src/Makefile.am, branches/KDE/3.5/kdepim/kitchensync/src/genericdiffalgo.cpp: Fix build with --enable-final: In file included from ./kitchensync/src/libkitchensync_la_all_cpp.cpp:26: ./kitchensync/src/genericdiffalgo.cpp: In function 'bool compareString(const QString&, const QString&)': ./kitchensync/src/genericdiffalgo.cpp:32: error: redefinition of 'bool compareString(const QString&, const QString&)' ./kitchensync/src/addresseediffalgo.cpp:28: error: 'bool compareString(const QString&, const QString&)' previously defined here 2007-03-13 16:20 +0000 [r642199-642194] mueller * branches/KDE/3.5/kdepim/libkdenetwork/gpgmepp/importresult.cpp, branches/KDE/3.5/kdepim/libkdenetwork/gpgmepp/callbacks.cpp: getting further on the "make it compile" front * branches/KDE/3.5/kdepim/libkdepim/addresseelineedit.cpp: minor * branches/KDE/3.5/kdepim/libkdepim/weaver.cpp, branches/KDE/3.5/kdepim/libkdepim/weaver.h: warnings-- * branches/KDE/3.5/kdepim/kalarm/lib/synchtimer.cpp: minor * branches/KDE/3.5/kdepim/korn/mailsubject.h: warnings-- 2007-03-13 18:16 +0000 [r642230] djarvie * branches/KDE/3.5/kdepim/kalarm/kalarmapp.cpp: Remove unused code 2007-03-13 18:57 +0000 [r642251] bram * branches/KDE/3.5/kdepim/kitchensync/src/configguiirmc.cpp: Backport r642249, fixing a typo. 2007-03-14 07:10 +0000 [r642361] porten * branches/KDE/3.5/kdepim/kioslaves/sieve/sieve.cpp: fixed error message. it's a custom one and does not fit into the ERR_UNSUPPORTED_PROTOCOL template like that. 2007-03-15 13:24 +0000 [r642815] vkrause * branches/KDE/3.5/kdepim/kmail/signatureconfigurator.cpp, branches/KDE/3.5/kdepim/libkpimidentities/identity.cpp, branches/KDE/3.5/kdepim/libkpimidentities/identity.h: Backport SVN commit 642759 by vkrause: Keep the signature text also when signatures are disabled. 2007-03-16 14:40 +0000 [r643194] coolo * branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp: Till says my patch looks correct for the recovery path CCBUG: 126715 2007-03-16 21:54 +0000 [r643329] coolo * branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp: fix the recovery path patch - meanwhile we think we know 2007-03-16 22:06 +0000 [r643332] winterz * branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: SVN commit 643330 by winterz: Fix "Messed up text conaining german umlauts in html messages when they were saved in drafts folder and opened again from there". Patch from Michal Bukovsky, thanks Michal! BUGS: 132487 2007-03-17 02:16 +0000 [r643369] winterz * branches/KDE/3.5/kdepim/kmail/customtemplates.cpp: backport SVN commit 643168 by coolo: this looks crashy (and I guess this is the same with 3.5) (CID 3205) 2007-03-17 20:39 +0000 [r643570] osterfeld * branches/KDE/3.5/kdepim/akregator/src/article.cpp, branches/KDE/3.5/kdepim/akregator/src/article.h: add lazy loading for date, hash and the status int. Improves startup times a bit. Patch by Robert Knight CCMAIL:robertknight@gmail.com 2007-03-18 18:41 +0000 [r643908] winterz * branches/KDE/3.5/kdepim/libkdenetwork/libgpgme-copy/gpgme/priv-io.h (added): restore missing file. Andras, does it compile for you now? CCMAIL: amantia@kde.org 2007-03-19 12:47 +0000 [r644177] pradeepto * branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: Forward port of ... SVN commit 644062 by pradeepto: kolab/issue 1658 - Adding a warning for empty To : field. Now if the To : field is empty it gives you KMessageBox::QuestionYesNo warning. If user presses Yes, the mail is sent anyway. But if the user selects No the focus is set on To: field. Earlier cases work like they used to before the change. 2007-03-19 16:40 +0000 [r644271] winterz * branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: fix style. check mEdtTo, else you can crash 2007-03-20 20:20 +0000 [r644741] coolo * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp: this checks looks nonsense as the ptr is regenerated on every folder select BUG: 117785 2007-03-20 20:25 +0000 [r644744] coolo * branches/KDE/3.5/kdepim/kmail: ignore 2007-03-21 06:57 +0000 [r644873] coolo * branches/KDE/3.5/kdepim/kmail/kmailicalifaceimpl.cpp, branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp, branches/KDE/3.5/kdepim/kmail/kmheaders.cpp, branches/KDE/3.5/kdepim/kmail/kmmainwidget.h, branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp, branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: fixing imap folder reference counting for real BUG: 126715 2007-03-21 07:08 +0000 [r644877] coolo * branches/KDE/3.5/kdepim/kmail/kmacctimap.cpp: Don't continue checking mail in the other folders when a local folder was removed, it causes a crash on startup. There is still a bug that local folders are removed erroneously because their ImapPath somehow become empty, but at least they can be recovered with Refresh Folder List now. And as the crash is gone, I consider the bug fixed BUG:113329 2007-03-21 08:59 +0000 [r644897] coolo * branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp: the child can be 0 - and it causes one of the crashes in 117991 2007-03-21 09:01 +0000 [r644898] bero * branches/KDE/3.5/kdepim/kitchensync/src/Makefile.am: Remove unnecessary bit of enable-final fix 2007-03-21 09:04 +0000 [r644899] bero * branches/KDE/3.5/kdepim/kitchensync/src/Makefile.am: Make sure we link to the just built libkcal instead of an older version installed on the system 2007-03-21 09:14 +0000 [r644903] coolo * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp: can be 0 BUG: 115713 2007-03-21 10:47 +0000 [r644944] coolo * branches/KDE/3.5/kdepim/kmail/kmacctimap.cpp: if there are pending checks, checkDone wants to know about it, so don't reset it 2007-03-21 10:52 +0000 [r644945] coolo * branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp: if you cancel a mail check, all jobs are killed but the validity check is still pending, so the "it == .end()" check leaves the progress item stale (can't find a bug number for it atm) 2007-03-21 13:29 +0000 [r644988] mlaurent * branches/KDE/3.5/kdepim/kmail/accountwizard.cpp: Fix crash when we create imap account with wizard. Tree was not created after create imap and when we check account kmail crashed 2007-03-21 15:56 +0000 [r645047] coolo * branches/KDE/3.5/kdepim/kmail/kmmessage.cpp, branches/KDE/3.5/kdepim/kmail/kmmessage.h, branches/KDE/3.5/kdepim/kmail/kmheaders.cpp, branches/KDE/3.5/kdepim/kmail/kmreaderwin.cpp: another one of my most hated kmail crashes: if you cancel gpg passphrase, kmail will crash in most cases you was careless. After some fiddling I didn't find a better solution to this problem than adding a direct protection member to the message. BUG: 96498 2007-03-22 00:31 +0000 [r645242] winterz * branches/KDE/3.5/kdepim/kmail/kmail.kcfg, branches/KDE/3.5/kdepim/kmail/headerstyle.cpp, branches/KDE/3.5/kdepim/kmail/headerstrategy.cpp: merge commits 643365,645115,645236 by winterz to show the User-Agent or X-Mailer value in fancy headers if so configured. 2007-03-22 12:54 +0000 [r645363] wstephens * branches/KDE/3.5/kdepim/kmail/searchjob.cpp: The check for unmatched UIDs also needs to be carried out after all the folders have been fetched, to exclude the possiblity that the local folder contents changed while the imap search was working. This weeds out unmatched UIDs before passing the search results upwards. BUG: 113885 2007-03-22 14:09 +0000 [r645389] wstephens * branches/KDE/3.5/kdepim/kmail/imapjob.cpp: When deleting an account, there may be jobs live on that account that aren't automatically cleaned up. Make them safe in places where they lookup the account. BUG: 137302 2007-03-22 15:53 +0000 [r645427] coolo * branches/KDE/3.5/kdepim/kmail/kmfoldersearch.cpp: fix folder reference counting at least for the most easy use of search folders 2007-03-22 16:39 +0000 [r645446] wstephens * branches/KDE/3.5/kdepim/kmail/messagecomposer.cpp, branches/KDE/3.5/kdepim/kmail/messagecomposer.h, branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: Disallow closing the composer window whilst performing a sign operation, this causes a crash when using the non-gpg-agent PGP backend. BUG: 113580 2007-03-22 18:09 +0000 [r645487] winterz * branches/KDE/3.5/kdepim/kmail/kmfoldersearch.cpp: compile++ 2007-03-22 19:10 +0000 [r645509] djarvie * branches/KDE/3.5/kdepim/kalarm/kamail.cpp: Expand application mime type list 2007-03-22 21:00 +0000 [r645538] lueck * branches/KDE/3.5/kdepim/doc/korganizer/index.docbook: delete obsolete entities, the associated docbooks have been removed with r454821 18 months ago CCMAIL:tr@erdfunkstelle.de 2007-03-23 06:43 +0000 [r645628] pradeepto * branches/KDE/3.5/kdepim/kmail/kmmessage.cpp: Forward port of ... SVN commit 645625 by pradeepto: kolab/issue1583 - Fixing OL compatibility with attachments that have umlauts in the filename. Volker's patch worked really awesome. Thanks Volker. 2007-03-23 10:40 +0000 [r645673] wstephens * branches/KDE/3.5/kdepim/kmail/kmkernel.cpp: Ensure that there is a KMMainWidget before showing the config dialog, as parts of the config (identitydialog) depend on its existence. BUG: 118060 2007-03-23 11:04 +0000 [r645680] wstephens * branches/KDE/3.5/kdepim/kmail/kmkernel.cpp: We have to show the new mainwin or else it's impossible to quit kmail - addition to r645673 2007-03-23 13:02 +0000 [r645708] dfaure * branches/KDE/3.5/kdepim/kmail/kmstartup.cpp: Fix kmail saying "I seem to be running already" upon session restoration due to a stale lock file. Now (on linux) it checks if the pid in the lock file really belongs to a running kmail or kontact. 2007-03-23 17:24 +0000 [r645830] wstephens * branches/KDE/3.5/kdepim/kmail/kmfilteraction.cpp: Don't crash if we can't find the folder. BUG: 121863 2007-03-24 11:28 +0000 [r646028] djarvie * branches/KDE/3.5/kdepim/doc/kalarm/editwindow.png, branches/KDE/3.5/kdepim/kalarm/sounddlg.h, branches/KDE/3.5/kdepim/kalarm/Changelog, branches/KDE/3.5/kdepim/doc/kalarm/index.docbook, branches/KDE/3.5/kdepim/kalarm/kalarm.h, branches/KDE/3.5/kdepim/kalarm/sounddlg.cpp: Add a test play button to the sound file selection dialog. Ported from KDE4, KDE3 standalone version previously released, approved by Cornelius Schumacher. i18n/doc changes posted to kde-i18n-doc. 2007-03-24 11:47 +0000 [r646040] djarvie * branches/KDE/3.5/kdepim/kalarm/specialactions.h, branches/KDE/3.5/kdepim/kalarm/specialactions.cpp: Tidy code 2007-03-24 12:38 +0000 [r646059] djarvie * branches/KDE/3.5/kdepim/doc/kalarm/index.docbook: Minor correction 2007-03-24 12:55 +0000 [r646065] djarvie * branches/KDE/3.5/kdepim/kalarm/pixmaps/cr16-action-playsound.png (added), branches/KDE/3.5/kdepim/kalarm/soundpicker.cpp: Reinstate sound file configuration icon (it's not just a file browse action) 2007-03-24 13:16 +0000 [r646071] djarvie * branches/KDE/3.5/kdepim/doc/kalarm/editwindow.png: Revert 2007-03-24 22:39 +0000 [r646197] djarvie * branches/KDE/3.5/kdepim/doc/kalarm/alarmmessage.png: Update alarm message image 2007-03-25 16:42 +0000 [r646412] osterfeld * branches/KDE/3.5/kdepim/akregator/src/feed.cpp, branches/KDE/3.5/kdepim/akregator/src/feedlist.cpp: backport 143435: accept xmlURL attribute as feed URL 2007-03-28 14:06 +0000 [r647492] coolo * branches/KDE/3.5/kdepim/kmail/kmfoldermbox.cpp, branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp: backporting some more my changes to kmail_debug - hopefully the asserts do not trigger _that_ much 2007-03-28 14:44 +0000 [r647499] coolo * branches/KDE/3.5/kdepim/kmail/kmfolderimap.h, branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp, branches/KDE/3.5/kdepim/kmail/imapjob.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldertree.cpp, branches/KDE/3.5/kdepim/kmail/compactionjob.cpp, branches/KDE/3.5/kdepim/kmail/expirejob.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldersearch.cpp, branches/KDE/3.5/kdepim/kmail/kmcommands.cpp, branches/KDE/3.5/kdepim/kmail/kmsearchpattern.cpp, branches/KDE/3.5/kdepim/kmail/searchwindow.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldermbox.h, branches/KDE/3.5/kdepim/kmail/folderstorage.cpp, branches/KDE/3.5/kdepim/kmail/kmailicalifaceimpl.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldercachedimap.cpp, branches/KDE/3.5/kdepim/kmail/renamejob.cpp, branches/KDE/3.5/kdepim/kmail/kmheaders.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldermaildir.cpp, branches/KDE/3.5/kdepim/kmail/index.cpp, branches/KDE/3.5/kdepim/kmail/kmsender.cpp, branches/KDE/3.5/kdepim/kmail/kmfolder.h, branches/KDE/3.5/kdepim/kmail/kmkernel.cpp, branches/KDE/3.5/kdepim/kmail/kmacctimap.cpp, branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp, branches/KDE/3.5/kdepim/kmail/actionscheduler.cpp, branches/KDE/3.5/kdepim/kmail/kmacctlocal.cpp, branches/KDE/3.5/kdepim/kmail/kmreadermainwin.cpp, branches/KDE/3.5/kdepim/kmail/kmfiltermgr.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldermbox.cpp, branches/KDE/3.5/kdepim/kmail/undostack.cpp, branches/KDE/3.5/kdepim/kmail/kmfolderindex.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldersearch.h, branches/KDE/3.5/kdepim/kmail/kmfolder.cpp, branches/KDE/3.5/kdepim/kmail/kmacctmaildir.cpp, branches/KDE/3.5/kdepim/kmail/folderstorage.h, branches/KDE/3.5/kdepim/kmail/kmfoldermaildir.h, branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp, branches/KDE/3.5/kdepim/kmail/kmfilteraction.cpp: backport the named open and close to reduce branch differences (finally catched Till :) 2007-03-28 14:54 +0000 [r647501] coolo * branches/KDE/3.5/kdepim/kmail/kmfoldersearch.cpp, branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp, branches/KDE/3.5/kdepim/kmail/kmfilteraction.cpp: compile 2007-03-28 15:05 +0000 [r647509-647507] coolo * branches/KDE/3.5/kdepim/kmail/kmfilteraction.cpp: already checked before * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp: fix indenting * branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp: this can go into 3.5 too - harmless 2007-03-28 16:08 +0000 [r647530] coolo * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp: first unselect, then close 2007-03-28 16:47 +0000 [r647542] coolo * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp: deselect before closing - had that once and removed it 2007-03-28 19:47 +0000 [r647586] schaarsc * branches/KDE/3.5/kdepim/libkdepim/addresseelineedit.cpp: list preferred email first BUG: 131176 2007-03-28 20:16 +0000 [r647591] schaarsc * branches/KDE/3.5/kdepim/libkdepim/addresseelineedit.cpp, branches/KDE/3.5/kdepim/libkdepim/ldapclient.cpp: - fix broken ldapSearch - lookup domain in ldapSearch (kmailcompletion already does) - do not load all contacts from ldapkio, use ldapSearch instead - do not reload local contacts with each ldapSearch (implies contact caching) 2007-03-28 21:58 +0000 [r647617] kloecker * branches/KDE/3.5/kdepim/kioslaves/imap4/mimeheader.cc: Fix infinite loop for parameter values of a certain length. 2007-03-29 01:00 +0000 [r647650] winterz * branches/KDE/3.5/kdepim/kmail/kmfoldersearch.cpp: merge SVN commit 647565 by coolo: use different tickets for different actions 2007-03-29 08:26 +0000 [r647718] mlaurent * branches/KDE/3.5/kdepim/kaddressbook/kabcore.cpp, branches/KDE/3.5/kdepim/kaddressbook/features/distributionlistwidget.cpp: Fix add/remove distribution list (list was not refresh, it thought that we renamed distribution list and not create/remove it) 2007-03-29 09:21 +0000 [r647728] coolo * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp, branches/KDE/3.5/kdepim/kmail/kmmainwidget.h, branches/KDE/3.5/kdepim/kmail/index.cpp: merge in the real fix - the folderSelected logic in kmainwidget was just not good and I was too shy to fix it for real in the beginning 2007-03-29 11:00 +0000 [r647751] djarvie * branches/KDE/3.5/kdepim/kalarm/prefdlg.cpp: Minor layout bug 2007-03-29 13:25 +0000 [r647766] winterz * branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo (removed): removed the old in preparation for the new 2007-03-29 13:30 +0000 [r647768] winterz * branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Hong_Kong.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Guam.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Baghdad.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Aqtobe.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica/South_Pole.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Kampala.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Indiana/Vincennes.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Enderbury.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Malta.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Chicago.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Djibouti.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Rome.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina/San_Juan.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Cancun.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica/Casey.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Rankin_Inlet.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Barbados.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Martinique.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/etcetera (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Istanbul.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Athens.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Indiana/Winamac.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Vatican.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Mayotte.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Indiana (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/London.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Jayapura.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Blanc-Sablon.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/Cape_Verde.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Maceio.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Madrid.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Baku.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Comoro.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Brunei.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/iso3166.tab (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Merida.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Samara.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Mogadishu.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Lusaka.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Port-au-Prince.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/La_Paz.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Saipan.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Brazzaville.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Managua.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Bissau.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Rio_Branco.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Monrovia.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/README.zoneinfo (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Lome.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/Makefile (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Sao_Paulo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Mauritius.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Aden.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Vaduz.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Yekaterinburg.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina/La_Rioja.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Skopje.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Miquelon.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Galapagos.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Makefile.am (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/Reykjavik.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Swift_Current.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Havana.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/backward (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/St_Helena.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Ljubljana.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Chisinau.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/README (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Chatham.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Nipigon.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Singapore.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Thunder_Bay.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina/Mendoza.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Maldives.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Pitcairn.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Irkutsk.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Montevideo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Isle_of_Man.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Belize.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Kabul.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Qyzylorda.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica/Rothera.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Damascus.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Hovd.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Moncton.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Samarkand.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Karachi.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Bucharest.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Lubumbashi.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Rangoon.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Winnipeg.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Gaborone.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Edmonton.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Dominica.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Manaus.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina/Tucuman.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Novosibirsk.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Qatar.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica/DumontDUrville.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Yerevan.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Bratislava.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Taipei.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Ulaanbaatar.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Araguaina.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Maputo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Puerto_Rico.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Bishkek.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Urumqi.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Chihuahua.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Santo_Domingo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Belgrade.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Dawson_Creek.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Regina.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3 (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/africa (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Iqaluit.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Detroit.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Mexico_City.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Abidjan.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Eucla.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina/Jujuy.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Malabo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Tokyo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Krasnoyarsk.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Kentucky/Louisville.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Ceuta.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Tunis.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Ashgabat.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Juneau.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/St_Johns.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Sao_Tome.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Dili.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic-output.c (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Honolulu.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Arctic/Longyearbyen.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Jerusalem.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic-output.h (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Costa_Rica.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Darwin.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Muscat.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Vancouver.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Berlin.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Brisbane.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Mbabane.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Broken_Hill.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Danmarkshavn.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Hermosillo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Bamako.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Tahiti.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Efate.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/solar87 (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/solar88 (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Yakutat.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/solar89 (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina/Catamarca.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Omsk.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Indiana/Petersburg.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Yellowknife.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Indiana/Marengo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Tijuana.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Kashgar.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/ChangeLog (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Casablanca.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Mariehamn.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Kamchatka.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Zurich.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Nouakchott.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Magadan.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Noronha.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Chagos.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Podgorica.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Copenhagen.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Dushanbe.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Lord_Howe.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Sakhalin.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Mazatlan.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Cayman.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic-parse.c (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Bogota.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Calcutta.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Khartoum.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic-parse.h (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Easter.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Katmandu.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Maseru.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Whitehorse.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Truk.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Antananarivo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Scoresbysund.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica/Palmer.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/yearistype.sh (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Pangnirtung.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Tashkent.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/North_Dakota/Center.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/Madeira.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Dubai.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Stockholm.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Ndjamena.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic.c (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/zone.tab (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Toronto.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Santiago.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/zones.h (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic.h (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Oslo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Dublin.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Tbilisi.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Melbourne.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/Stanley.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/Bermuda.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica/Davis.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica/McMurdo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Ponape.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Bujumbura.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Noumea.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Indiana/Knox.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Lima.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Dhaka.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Pyongyang.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Antigua.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Asmara.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Jakarta.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Chongqing.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Thimphu.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/australasia (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Kiev.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Shanghai.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Tallinn.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Sofia.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Brussels.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Adak.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Fakaofo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Blantyre.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Adelaide.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Menominee.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Funafuti.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/test-vzic.c (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Minsk.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Kosrae.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Lisbon.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/zones.tab (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Tegucigalpa.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Anchorage.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/pacificnew (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Conakry.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Anadyr.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/El_Salvador.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Tehran.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Istanbul.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/northamerica (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Banjul.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Uzhgorod.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Grenada.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Nicosia.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Macau.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Warsaw.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Kiritimati.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/St_Kitts.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Helsinki.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Gibraltar.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Dakar.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Tripoli.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Goose_Bay.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Eirunepe.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Simferopol.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Reunion.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Cayenne.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Volgograd.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Kerguelen.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Kigali.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Andorra.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Harare.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Vilnius.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Nauru.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic-dump.pl (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Caracas.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Nome.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Tongatapu.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Pontianak.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Hobart.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic-dump.c (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Beirut.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Colombo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Yakutsk.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic-dump.h (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Halifax.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Tarawa.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Indiana/Indianapolis.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Currie.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina/Rio_Gallegos.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Campo_Grande.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Harbin.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Tirane.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/leapseconds (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Wake.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Kinshasa.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Bangui.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Aruba.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/Faroe.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Majuro.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Saigon.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Vientiane.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Dar_es_Salaam.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Guernsey.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Johnston.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/North_Dakota (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Guayaquil.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/El_Aaiun.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Boise.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/Azores.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Port_of_Spain.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Kuching.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Inuvik.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Glace_Bay.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/southamerica (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Perth.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Johannesburg.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Kuwait.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Monterrey.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Lagos.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Dawson.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/antarctica (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/systemv (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/New_York.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Christmas.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Guatemala.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/St_Thomas.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Kentucky/Monticello.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Ouagadougou.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Gambier.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Moscow.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Cocos.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/Makefile.org (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica/Syowa.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/St_Vincent.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Makassar.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Denver.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Arctic (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Douala.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Guadeloupe.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Windhoek.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Montserrat.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/Jan_Mayen.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Sydney.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Amman.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Phnom_Penh.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Oral.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Algiers.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Indian/Mahe.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Paramaribo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Freetown.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Auckland.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Bahrain.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Kentucky (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Jamaica.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic-merge.pl (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/factory (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Guadalcanal.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Rarotonga.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Los_Angeles.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Panama.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Niue.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Marquesas.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Palau.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Porto_Velho.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Atikokan.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Almaty.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Seoul.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Budapest.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/vzic-1.3/vzic-test.pl (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Phoenix.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Australia/Lindeman.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Paris.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Curacao.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Kuala_Lumpur.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Addis_Ababa.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Fiji.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Asuncion.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Riga.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Montreal.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Cairo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/europe (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Vladivostok.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Prague.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Cuiaba.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/San_Marino.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Luxembourg.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Bangkok.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Luanda.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Rainy_River.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Pago_Pago.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Anguilla.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Riyadh.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica/Vostok.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Indiana/Vevay.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/South_Georgia.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Kwajalein.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/St_Lucia.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Porto-Novo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Nairobi.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina/Ushuaia.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Godthab.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Amsterdam.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Antarctica/Mawson.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Libreville.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Vienna.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Choibalsan.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Thule.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Shiprock.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Nicosia.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Tortola.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Guyana.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina/Buenos_Aires.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Aqtau.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/North_Dakota/New_Salem.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Fortaleza.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Midway.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Wallis.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Nassau.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Recife.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Accra.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Gaza.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/tzdata/asia (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Jersey.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Grand_Turk.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Resolute.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Bahia.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Africa/Niamey.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Boa_Vista.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Apia.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Norfolk.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Cambridge_Bay.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Sarajevo.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Zagreb.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Zaporozhye.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Monaco.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Atlantic/Canary.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Asia/Manila.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Argentina/Cordoba.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Europe/Kaliningrad.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/Pacific/Port_Moresby.ics (added), branches/KDE/3.5/kdepim/libkcal/libical/zoneinfo/America/Belem.ics (added): new zoneinfo files and the tools to generate them. 2007-03-29 17:35 +0000 [r647857] djarvie * branches/KDE/3.5/kdepim/kalarm/recurrenceedit.cpp, branches/KDE/3.5/kdepim/kalarm/recurrenceeditprivate.h: param -> const reference 2007-03-29 20:12 +0000 [r647900] schaarsc * branches/KDE/3.5/kdepim/kmail/recipientseditor.cpp, branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: set focus to bottom (= empty line) BUG: 102001 2007-03-30 12:18 +0000 [r648059] vkrause * branches/KDE/3.5/kdepim/kmail/kmmainwin.rc, branches/KDE/3.5/kdepim/kmail/kmfoldermgr.h, branches/KDE/3.5/kdepim/kmail/kmfolderimap.h, branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp, branches/KDE/3.5/kdepim/kmail/kmfolderdia.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldertree.cpp, branches/KDE/3.5/kdepim/kmail/messagecopyhelper.h (added), branches/KDE/3.5/kdepim/libkdepim/maillistdrag.h, branches/KDE/3.5/kdepim/kmail/kmcommands.cpp, branches/KDE/3.5/kdepim/kmail/searchwindow.cpp, branches/KDE/3.5/kdepim/kmail/folderstorage.cpp, branches/KDE/3.5/kdepim/kmail/copyfolderjob.cpp (added), branches/KDE/3.5/kdepim/kmail/renamejob.cpp, branches/KDE/3.5/kdepim/kmail/kmheaders.cpp, branches/KDE/3.5/kdepim/kmail/kmail_part.rc, branches/KDE/3.5/kdepim/kmail/folderjob.cpp, branches/KDE/3.5/kdepim/kmail/kmfolder.h, branches/KDE/3.5/kdepim/kmail/kmacctimap.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldermgr.cpp, branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp, branches/KDE/3.5/kdepim/libkdepim/maillistdrag.cpp, branches/KDE/3.5/kdepim/kmail/messagecopyhelper.cpp (added), branches/KDE/3.5/kdepim/kmail/kmmainwidget.h, branches/KDE/3.5/kdepim/kmail/Makefile.am, branches/KDE/3.5/kdepim/kmail/kmfoldertree.h, branches/KDE/3.5/kdepim/kmail/kmcommands.h, branches/KDE/3.5/kdepim/kmail/searchwindow.h, branches/KDE/3.5/kdepim/kmail/kmfolder.cpp, branches/KDE/3.5/kdepim/kmail/folderstorage.h, branches/KDE/3.5/kdepim/kmail/copyfolderjob.h (added), branches/KDE/3.5/kdepim/kmail/headeritem.cpp, branches/KDE/3.5/kdepim/kmail/renamejob.h, branches/KDE/3.5/kdepim/kmail/kmfolderdir.h, branches/KDE/3.5/kdepim/kmail/kmheaders.h: Merge revisions 633599, 638231, 647127, 647145 and 647816 from branches/work/kdepim-3.5.5+. These contain the following features from the enterprise branch: - (nearly) all folders can be copyied or moved now - dnd of one or multiple folders - copy/cut/paste actions for one or multiple folders - dnd of messages from the search result window to the folder tree - copy/cut/paste actions for messages (in the header view and search result window) 2007-03-31 19:48 +0000 [r648597] kloecker * branches/KDE/3.5/kdepim/kmail/popaccount.h: Change the type of stage from int to Stage, reflecting what that variable always holds. Patch by Sam Bishop. 2007-03-31 19:52 +0000 [r648600] kloecker * branches/KDE/3.5/kdepim/kmail/popaccount.cpp: This if-statement is obsolete because it is always true. It was added 6 years ago because KIO::del didn't have the data signal, but in the current code we use KIO::get for everything. 2007-04-01 18:08 +0000 [r648928] wstephens * branches/KDE/3.5/kdepim/kmail/folderdiaquotatab.cpp: Make this code pass our automated testing - otherwise it looks like it returns garbage 2007-04-01 22:39 +0000 [r649046] winterz * branches/KDE/3.5/kdepim/kmail/kmfilteraction.cpp: rewrite Bille's SVN commit 645830 to be a little more concise. 2007-04-02 14:35 +0000 [r649334] winterz * branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp: merge SVN commit 649186 by coolo: fix vanRijn's crash 2007-04-02 21:59 +0000 [r649622] vkrause * branches/KDE/3.5/kdepim/wizards/kmailchanges.cpp, branches/KDE/3.5/kdepim/kmail/accountdialog.cpp, branches/KDE/3.5/kdepim/kmail/localsubscriptiondialog.cpp (added), branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp, branches/KDE/3.5/kdepim/wizards/kmailchanges.h, branches/KDE/3.5/kdepim/kmail/accountdialog.h, branches/KDE/3.5/kdepim/kmail/kmfoldertree.cpp, branches/KDE/3.5/kdepim/kmail/localsubscriptiondialog.h (added), branches/KDE/3.5/kdepim/wizards/kolabkmailchanges.cpp, branches/KDE/3.5/kdepim/kmail/kmmainwidget.h, branches/KDE/3.5/kdepim/kmail/configuredialog_p.h, branches/KDE/3.5/kdepim/kmail/kmail.kcfg, branches/KDE/3.5/kdepim/kmail/Makefile.am, branches/KDE/3.5/kdepim/kmail/annotationjobs.cpp, branches/KDE/3.5/kdepim/kmail/annotationjobs.h, branches/KDE/3.5/kdepim/kmail/imapaccountbase.cpp, branches/KDE/3.5/kdepim/wizards/kolabwizard.cpp, branches/KDE/3.5/kdepim/kmail/kmailicalifaceimpl.cpp, branches/KDE/3.5/kdepim/kmail/configuredialog.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldercachedimap.cpp, branches/KDE/3.5/kdepim/kmail/imapaccountbase.h, branches/KDE/3.5/kdepim/kmail/subscriptiondialog.cpp, branches/KDE/3.5/kdepim/wizards/kolabwizard.h, branches/KDE/3.5/kdepim/kmail/kmailicalifaceimpl.h, branches/KDE/3.5/kdepim/kmail/listjob.cpp, branches/KDE/3.5/kdepim/wizards/kolab.kcfg, branches/KDE/3.5/kdepim/kmail/kmfoldercachedimap.h, branches/KDE/3.5/kdepim/kmail/subscriptiondialog.h, branches/KDE/3.5/kdepim/kmail/kmfolderimap.cpp, branches/KDE/3.5/kdepim/kmail/listjob.h: Merge local subscription support for disconnected IMAP from the KDE PIM enterprise branch (actually it's even from the old proko2 branch). It allows to exclude some folders from syncing, allowing you to use online and disconnected IMAP on the same account for a disjoint set of folders. The included changes for the Kolab wizard add an option to make use of this. It will create an online IMAP account for mail folders and a (completely hidden) DIMAP account for the groupware folders. Approved by Ingo and Allen. 2007-04-03 14:01 +0000 [r649957] winterz * branches/KDE/3.5/kdepim/kmail/actionscheduler.cpp: merge SVN commit 649442 by winterz: possible crash guard 2007-04-03 21:00 +0000 [r650109] vkrause * branches/KDE/3.5/kdepim/kmail/kmreaderwin.h, branches/KDE/3.5/kdepim/kmail/objecttreeparser.cpp, branches/KDE/3.5/kdepim/kmail/Makefile.am, branches/KDE/3.5/kdepim/kmail/bodypartformatter.cpp, branches/KDE/3.5/kdepim/kmail/kmreaderwin.cpp, branches/KDE/3.5/kdepim/kmail/objecttreeparser.h: Merge inline-viewing of TNEF attachments from the KDE PIM enterprise branch. FEATURE: 94724 Approved by Ingo and Allen. 2007-04-04 14:41 +0000 [r650427] vanrijn * branches/KDE/3.5/kdepim/libkcal/resourcelocaldir.cpp, branches/KDE/3.5/kdepim/libkcal/resourcelocal.cpp: - adding setSavePolicy( SaveDelayed ); to resourcelocal/resourcelocaldir per reinhold to address data loss bug 143511 BUGS:143511 2007-04-04 19:07 +0000 [r650531] winterz * branches/KDE/3.5/kdepim/kontact/plugins/Makefile.am, branches/KDE/3.5/kdepim/kontact/plugins/multisynk (removed): remove, per tokoe and vkrause 2007-04-04 19:33 +0000 [r650540] winterz * branches/KDE/3.5/kdepim/MAINTAINERS, branches/KDE/3.5/kdepim/Mainpage.dox, branches/KDE/3.5/kdepim/README, branches/KDE/3.5/kdepim/Makefile.am.in, branches/KDE/3.5/kdepim/dependency-graph.dot, branches/KDE/3.5/kdepim/ksync (removed): remove ksync, per tokoe 2007-04-05 15:12 +0000 [r650853] dfaure * branches/KDE/3.5/kdepim/kmail/kmcommands.cpp: Allow Ctrl+O to open messages that have been saved in mbox format (e.g. by kmail itself) 2007-04-05 18:21 +0000 [r650897] djarvie * branches/KDE/3.5/kdepim/kalarm/mainwindowbase.h, branches/KDE/3.5/kdepim/kalarm/fontcolour.h: Explicit constructors 2007-04-05 21:46 +0000 [r650943] bram * branches/KDE/3.5/kdepim/libkholidays/holidays/holiday_nl: "Goede Vrijdag" was defined twice. 2007-04-05 22:51 +0000 [r650963] winterz * branches/KDE/3.5/kdepim/kmail/folderstorage.cpp, branches/KDE/3.5/kdepim/kmail/kmfolder.cpp, branches/KDE/3.5/kdepim/kmail/kmheaders.cpp, branches/KDE/3.5/kdepim/kmail/folderstorage.h, branches/KDE/3.5/kdepim/kmail/kmfolder.h, branches/KDE/3.5/kdepim/kmail/kmheaders.h, branches/KDE/3.5/kdepim/kmail/kmfoldermbox.cpp: merge SVN commit 647870 by coolo: do not munge with open counts, but simply close and let ticket owners reopen on closed( ) signal 2007-04-05 22:56 +0000 [r650965] dfaure * branches/KDE/3.5/kdepim/karm/karmstorage.cpp: Wow, stop filling my .xsession-errors, it's 200M at the end of one day. 2007-04-05 23:38 +0000 [r650973] winterz * branches/KDE/3.5/kdepim/kmail/kmcommands.cpp: merge SVN commit 650971 by winterz: forward port SVN commit 649602 by coolo: looks like I was too quick - so my kmail crashed as there was nothing to reply to 2007-04-05 23:55 +0000 [r650978] winterz * branches/KDE/3.5/kdepim/kmail/kmcommands.cpp: more crash guards. 2007-04-06 02:26 +0000 [r650987] winterz * branches/KDE/3.5/kdepim/kmail/kmfoldermbox.cpp: Fix kmail crash when creating index BUGS: 143866 2007-04-06 12:54 +0000 [r651064] dfaure * branches/KDE/3.5/kdepim/kmail/kmail_view.desktop: kmail --view can also handle *.mbox files (such as the ones saved by kmail) BUG: 143040 2007-04-06 13:52 +0000 [r651087] dfaure * branches/KDE/3.5/kdepim/kmail/kmfoldermbox.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldersearch.cpp, branches/KDE/3.5/kdepim/kmail/tests/Makefile.am, branches/KDE/3.5/kdepim/mimelib/entity.cpp, branches/KDE/3.5/kdepim/kmail/tests/multipartmixed.mbox (added), branches/KDE/3.5/kdepim/kmail/kmfoldermbox.h, branches/KDE/3.5/kdepim/kmail/kmfoldersearch.h, branches/KDE/3.5/kdepim/kmail/tests/signedmail.mbox (added), branches/KDE/3.5/kdepim/kmail/tests/utiltests.cpp, branches/KDE/3.5/kdepim/kmail/kmfolder.cpp, branches/KDE/3.5/kdepim/kmail/kmheaders.cpp, branches/KDE/3.5/kdepim/kmail/tests/mimelibtests.cpp (added), branches/KDE/3.5/kdepim/kmail/folderstorage.h, branches/KDE/3.5/kdepim/kmail/kmfoldermaildir.cpp, branches/KDE/3.5/kdepim/kmail/tests/utiltests.h, branches/KDE/3.5/kdepim/kmail/tests/mimelibtests.h (added), branches/KDE/3.5/kdepim/kmail/kmfolder.h, branches/KDE/3.5/kdepim/kmail/kmfoldermaildir.h: Revert Till's commit r603692 in mimelib/entity.cpp, and add unit tests to show what it broke (Parse+Assemble on a mail with a part without headers loses a newline, so the signature is broken when copying a mail - aegypten issue734). I know now that this does NOT reintroduce issue661, "forwarding emails can produce bad signature", which is unrelated. Also remove getMsgString from all folder classes, since it's now unused; getDwString is used instead. 2007-04-06 20:09 +0000 [r651174] winterz * branches/KDE/3.5/kdepim/kmail/kmedit.cpp, branches/KDE/3.5/kdepim/kmail/kmcomposewin.h, branches/KDE/3.5/kdepim/kmail/kmedit.h, branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: merge in Albert's patch from SVN commit 630238 that allows dragging of images (from ksnapshot) 2007-04-12 15:09 +0000 [r653042] binner * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp, branches/KDE/3.5/kdepim/kmail/configuredialog.cpp, branches/KDE/3.5/kdepim/kmail/templatesinsertcommand.cpp: i18n style guide fixes 2007-04-12 23:43 +0000 [r653243] winterz * branches/KDE/3.5/kdepim/kmail/kmheaders.cpp: merge SVN commit 652926 by coolo: don't crash while compacting empty folders 2007-04-13 06:51 +0000 [r653383] vanrijn * branches/KDE/3.5/kdepim/libkcal/tests/testfields.cpp, branches/KDE/3.5/kdepim/libkcal/icalformatimpl.cpp: - incidence->set* triggers an update to incidence->setSyncStatus. in writeIncidence(), we were calling incidence->setNonKDECustomProperty() for X-PILOTID, which changed syncStatus right before we harvested syncStatus. these lines are now reversed so that we get syncStatus as it should be before we alter it. fragile thing. =:( - updated testfields to show problem we're having in kpilot by calling setSyncStatus - fixes bug 144166 - fixed in kdepim-3.5.5+ with r653382 2007-04-13 14:36 +0000 [r653518] winterz * branches/KDE/3.5/kdepim/kmail/accountdialog.cpp, branches/KDE/3.5/kdepim/kmail/kmail.kcfg: backport SVN commit 652937 by dfaure: Forwardport commit r652936 (from enterprise branch, not in 3.5) : kiosk-like setting for admins to prevent a too small imap mailcheck interval https://intevation.de/roundup/kolab/issue1640 2007-04-13 23:58 +0000 [r653655] vanrijn * branches/KDE/3.5/kdepim/libkcal/tests/testfields.cpp, branches/KDE/3.5/kdepim/libkcal/icalformatimpl.cpp: - per discussion with reinhold... - we can't use setNonKDECustomProperty for X-PILOTID and X-PILOTSTAT, since setting them trigger updated(), which then result in changing X-PILOTSTAT (syncStatus). instead of doing that, we'll simply handle the property reading/writing directly. - fixed in kdepim-3.5.5+ with r653654 BUG:144166 2007-04-14 09:53 +0000 [r653810] djarvie * branches/KDE/3.5/kdepim/kalarm/Changelog, branches/KDE/3.5/kdepim/kalarm/kalarmd/alarmdaemon.cpp, branches/KDE/3.5/kdepim/kalarm/kalarmd/kalarmd.h: Prevent daemon triggering alarms multiple times. Partial fix for bug 144040. 2007-04-14 12:52 +0000 [r653869] wstephens * branches/KDE/3.5/kdepim/networkstatus/networkstatus.cpp: Always allow connections to localhost, even if offline 2007-04-14 14:07 +0000 [r653892] winterz * branches/KDE/3.5/kdepim/kmail/kmsender.h, branches/KDE/3.5/kdepim/kmail/kmsender.cpp: merge SVN commit 633276 by winterz: Make KMail remember the SMTP password. Thanks for the patch Luigi. BUGS: 48461 2007-04-14 14:48 +0000 [r653900] wstephens * branches/KDE/3.5/kdepim/kmail/imapaccountbase.cpp, branches/KDE/3.5/kdepim/kioslaves/imap4/imap4.cc: Allow the user to cancel kmail connection attempts when the account settings are incorrect (Novell bug 247903). BUG:93199 2007-04-14 20:04 +0000 [r653990] djarvie * branches/KDE/3.5/kdepim/kalarm/Changelog, branches/KDE/3.5/kdepim/kalarm/kalarmapp.cpp: Bug 144040: Prevent pre-alarm actions being executed multiple times when alarm is triggered 2007-04-15 00:27 +0000 [r654061] winterz * branches/KDE/3.5/kdepim/korganizer/koglobals.h, branches/KDE/3.5/kdepim/korganizer/calendarview.cpp, branches/KDE/3.5/kdepim/korganizer/datenavigator.cpp, branches/KDE/3.5/kdepim/korganizer/koglobals.cpp: Fix "Working days views won't follow the configured work days" Patch provided by Dmitry Kagan. Thanks! BUG: 128435 2007-04-16 00:50 +0000 [r654396] vanrijn * branches/KDE/3.5/kdepim/kpilot/conduits/abbrowserconduit/kabcRecord.h (added), branches/KDE/3.5/kdepim/kpilot/conduits/timeconduit/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/lib/pilotTodoEntry.cc, branches/KDE/3.5/kdepim/kpilot/lib/kpilotdevicelink.cc (added), branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/todo-conduit.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/kpilotProbeDialog.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/fileInstallWidget.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/kpilotProbeDialog.h, branches/KDE/3.5/kdepim/kpilot/lib/idmapping.h (added), branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcal-setupbase.cc, branches/KDE/3.5/kdepim/kpilot/conduits/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/lib/pilotLinkVersion.h, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/design/SQD - copyHHToPC.jpg, branches/KDE/3.5/kdepim/kpilot/lib/pilotDatabase.h, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcalRecord.cc, branches/KDE/3.5/kdepim/kpilot/conduits/abbrowserconduit/resolutionDialog.cc, branches/KDE/3.5/kdepim/kpilot/tests/testdatebook.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/kpilotConfig.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/cleanupstate.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/conduits/abbrowserconduit/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/conduits/docconduit/DOC-converter.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilot.h, branches/KDE/3.5/kdepim/kpilot/lib/options.h, branches/KDE/3.5/kdepim/kpilot/kpilot/main-test.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/kpilotConfigDialog.cc, branches/KDE/3.5/kdepim/kpilot/conduits/timeconduit/time-conduit.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/todo-conduit.h, branches/KDE/3.5/kdepim/kpilot/conduits/knotes/KNotesIface.h (removed), branches/KDE/3.5/kdepim/kpilot/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/kpilot/addressWidget.cc, branches/KDE/3.5/kdepim/kpilot/conduits/docconduit/doc-factory.cc, branches/KDE/3.5/kdepim/kpilot/conduits/popmail/popmail-conduit.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilot.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilotUser.h, branches/KDE/3.5/kdepim/kpilot/conduits/knotes/knotes-factory.cc, branches/KDE/3.5/kdepim/kpilot/lib/kpilotlocallink.h, branches/KDE/3.5/kdepim/kpilot/lib/pilotAddress.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/kpilot.cc, branches/KDE/3.5/kdepim/kpilot/conduits/notepadconduit/notepad-factory.cc, branches/KDE/3.5/kdepim/kpilot/conduits/sysinfoconduit/sysinfo-conduit.h, branches/KDE/3.5/kdepim/kpilot/conduits/timeconduit/time-setup.cc, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/memofile.cc, branches/KDE/3.5/kdepim/kpilot/conduits/knotes/knotes-action.cc, branches/KDE/3.5/kdepim/kpilot/tests/importaddresses.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilotMemo.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/pilotDaemon.cc, branches/KDE/3.5/kdepim/kpilot/lib/idmapping.cc (added), branches/KDE/3.5/kdepim/kpilot/conduits/null/null-conduit.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilotDateEntry.h, branches/KDE/3.5/kdepim/kpilot/lib/syncAction.h, branches/KDE/3.5/kdepim/kpilot/tests/importdatebook.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/Makefile.am, branches/KDE/3.5/kdepim/kpilot/lib/idmapperxml.h (added), branches/KDE/3.5/kdepim/kpilot/lib/Makefile.am, branches/KDE/3.5/kdepim/kpilot/kpilot/hotSync.h, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcal-conduit.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/dbRecordEditor.h, branches/KDE/3.5/kdepim/kpilot/lib/pilotLocalDatabase.h, branches/KDE/3.5/kdepim/kpilot/conduits/malconduit/mal-conduit.cc, branches/KDE/3.5/kdepim/kpilot/lib/plugin.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/listCat.cc, branches/KDE/3.5/kdepim/kpilot/conduits/sysinfoconduit/sysinfo-conduit.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilotAddress.h, branches/KDE/3.5/kdepim/kpilot/lib/plugin.h, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/initstate.cc, branches/KDE/3.5/kdepim/kpilot/Makefile.cmake, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/todoRecord.h (added), branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/memofile-conduit.cc, branches/KDE/3.5/kdepim/kpilot/conduits/docconduit/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/lib/pilotMemo.h, branches/KDE/3.5/kdepim/kpilot/lib/pilotDateEntry.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilotSerialDatabase.cc, branches/KDE/3.5/kdepim/kpilot/conduits/docconduit/doc-setup.cc, branches/KDE/3.5/kdepim/kpilot/tests/testaddress.cc, branches/KDE/3.5/kdepim/kpilot/lib/kpilotlink.h, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/pctohhstate.cc, branches/KDE/3.5/kdepim/kpilot/lib/actionQueue.h (added), branches/KDE/3.5/kdepim/kpilot/lib/pilotLocalDatabase.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcal-conduit.h, branches/KDE/3.5/kdepim/kpilot/kpilot/dbRecordEditor.cc, branches/KDE/3.5/kdepim/kpilot/conduits/docconduit, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/deleteunsyncedhhstate.cc, branches/KDE/3.5/kdepim/kpilot/conduits/sysinfoconduit/sysinfo-setup.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/deleteunsyncedpcstate.cc, branches/KDE/3.5/kdepim/kpilot/lib/uiDialog.cc (removed), branches/KDE/3.5/kdepim/kpilot/conduits/docconduit/kpalmdoc_dlg.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/syncStack.cc (removed), branches/KDE/3.5/kdepim/kpilot/tests/testdatabase.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/syncStack.h (removed), branches/KDE/3.5/kdepim/kpilot/conduits/docconduit/doc-conflictdialog.cc, branches/KDE/3.5/kdepim/kpilot/lib/idmapper.h (added), branches/KDE/3.5/kdepim/kpilot/lib/recordConduit.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilotAppInfo.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/kcalRecord.cc (added), branches/KDE/3.5/kdepim/kpilot/kpilot/interactiveSync.cc (removed), branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/memofile-conduit.h, branches/KDE/3.5/kdepim/kpilot/tests/testconstants.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/kcalRecord.h (added), branches/KDE/3.5/kdepim/kpilot/kpilot/todoEditor.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/interactiveSync.h (removed), branches/KDE/3.5/kdepim/kpilot/INSTALL, branches/KDE/3.5/kdepim/kpilot/conduits/docconduit/pilotDOCHead.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/teststate.cc, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/design/SQD - copyPCToHH.jpg, branches/KDE/3.5/kdepim/kpilot/tests/testcategories.cc, branches/KDE/3.5/kdepim/kpilot/conduits/abbrowserconduit/Makefile.am, branches/KDE/3.5/kdepim/kpilot/lib/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/design (added), branches/KDE/3.5/kdepim/kpilot/conduits/sysinfoconduit/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/conduits/recordconduit/factory.cc, branches/KDE/3.5/kdepim/kpilot/lib/uiDialog.h (removed), branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/todo-setup.cc, branches/KDE/3.5/kdepim/kpilot/lib/actions.h (added), branches/KDE/3.5/kdepim/kpilot/conduits/popmail/setupDialog.cc, branches/KDE/3.5/kdepim/kpilot/conduits/knotes/knotes-action.h, branches/KDE/3.5/kdepim/kpilot/kpilot/conduitConfigDialog.cc, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/memofile-factory.h, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/design/SQD - detailed load.jpg, branches/KDE/3.5/kdepim/kpilot/conduits/knotes/Makefile.am, branches/KDE/3.5/kdepim/kpilot/conduits/null/null-factory.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/internalEditorAction.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilotSerialDatabase.h, branches/KDE/3.5/kdepim/kpilot/lib/kpilotlink.cc, branches/KDE/3.5/kdepim/kpilot/conduits/docconduit/pilotDOCBookmark.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcal-conduitbase.h, branches/KDE/3.5/kdepim/kpilot/cmake/modules/FindPilotlink.cmake, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcalRecord.h, branches/KDE/3.5/kdepim/kpilot/configure, branches/KDE/3.5/kdepim/kpilot/cmake/modules/FindMal.cmake, branches/KDE/3.5/kdepim/kpilot/conduits/abbrowserconduit/abbrowser-conduit.h, branches/KDE/3.5/kdepim/kpilot/kpilot/addressEditor.h, branches/KDE/3.5/kdepim/kpilot/lib/options.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/memoWidget.cc, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/conduits/malconduit/mal-factory.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/todoRecord.cc (added), branches/KDE/3.5/kdepim/kpilot/lib/kpilotdevicelink.h, branches/KDE/3.5/kdepim/kpilot/README, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/memofile.h, branches/KDE/3.5/kdepim/kpilot/kpilot/todoWidget.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilotAppInfo.h, branches/KDE/3.5/kdepim/kpilot/lib/recordConduit.h, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/memofile-factory.cc, branches/KDE/3.5/kdepim/kpilot/lib/syncAction.cc, branches/KDE/3.5/kdepim/kpilot/conduits/popmail/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/lib/pilotDatabase.cc, branches/KDE/3.5/kdepim/kpilot/Documentation/ConduitProgrammingTutorial/mal-factory.cc, branches/KDE/3.5/kdepim/kpilot/conduits/knotes/CMakeLists.txt (added), branches/KDE/3.5/kdepim/kpilot/kpilot/internalEditorAction.h, branches/KDE/3.5/kdepim/kpilot/kpilot/logWidget.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/Makefile.am, branches/KDE/3.5/kdepim/kpilot/lib/idmapperxml.cc (added), branches/KDE/3.5/kdepim/kpilot/conduits/docconduit/doc-conduit.cc, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/memofiles.cc, branches/KDE/3.5/kdepim/kpilot/tests/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/lib/pilotRecord.cc, branches/KDE/3.5/kdepim/kpilot/conduits/abbrowserconduit/abbrowser-conduit.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilotRecord.h, branches/KDE/3.5/kdepim/kpilot/lib/kpilotlocallink.cc (added), branches/KDE/3.5/kdepim/kpilot/conduits/abbrowserconduit/kabcRecord.cc (added), branches/KDE/3.5/kdepim/kpilot/conduits/notepadconduit/notepad-conduit.cc, branches/KDE/3.5/kdepim/kpilot/lib/actions.cc (added), branches/KDE/3.5/kdepim/kpilot/lib/idmapper.cc (added), branches/KDE/3.5/kdepim/kpilot/lib/pilotTodoEntry.h, branches/KDE/3.5/kdepim/kpilot/kpilot/dbAppInfoEditor.cc, branches/KDE/3.5/kdepim/kpilot/conduits/malconduit/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/design/SQD - sync.jpg, branches/KDE/3.5/kdepim/kpilot/kpilot/logFile.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcal-setup.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcal-conduitbase.cc, branches/KDE/3.5/kdepim/kpilot/lib/actionQueue.cc (added), branches/KDE/3.5/kdepim/kpilot/conduits/abbrowserconduit/abbrowser-setup.cc, branches/KDE/3.5/kdepim/kpilot/kpilot/hotSync.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/hhtopcstate.cc, branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/conduits/knotes/knotes-setup.cc, branches/KDE/3.5/kdepim/kpilot/lib/fakes.c (removed), branches/KDE/3.5/kdepim/kpilot/tests/exportdatebook.cc (added), branches/KDE/3.5/kdepim/kpilot/conduits/memofileconduit/memofiles.h, branches/KDE/3.5/kdepim/kpilot/kpilot/addressEditor.cc, branches/KDE/3.5/kdepim/kpilot/conduits/malconduit/mal-setup.cc, branches/KDE/3.5/kdepim/kpilot/lib/pluginfactory.h, branches/KDE/3.5/kdepim/kpilot/lib/fakes.h (removed), branches/KDE/3.5/kdepim/kpilot/tests/testidmapper.cc (added): - merging all development and bug fixes from kdepim-3.5.5+ branch into stable branches/KDE/3.5 in preparation for KDE 3.5.7 - cmake cleanups - namespacing and cleanups in sysinfoconduit - lots of debugging cleanups. remove #ifdef DEBUG from much of the code. - cleanups in memofile conduit. now try to use new (OS5) database (MemosDB-PMem) if it's found, otherwise fall back to the legacy one (MemoDB) - as a first step to combatting the "kpilot ate my future" e-mails (read: data loss), we now use a CUDCounter (Create/Update/Delete). step 1 is to track these and report on them to the user in their sync log. step 2 is to catch ill behavior and prompt the user as to whether or not to allow kpilot to make the large amount of changes. step 3 is to allow the user to configure the count or percentage of changes that kpilot can make without his/her confirmation. step 1 is done. we'll approach steps 2 and 3 post kde 3.5.7. - new strings related to the above CCMAIL:kde-i18n-doc@kde.org - bug fixing in popconduit... making sure we always have a sent date - Bertjan has the start of knotes cleanup going on - bug fixing in vcalconduit... long-time bug that existed in libkcal that caused every calendar resource save to mark every calendar event as modified. now kpilot won't have to sync every record every time. - bug fixing kabc resource problems in abbrowser conduit. although it's not documented in kabc, it looks like we should be removing a local resource from the address book before we delete it. - bringing mal conduit back alive again. none of our small band of merry men use it, though, so it may or may not actually do what it's supposed to. - fixing bug where we were saving conduit databases to DBBackup instead of conduits/ directory. - changing KPilotDeviceLink to use a separate thread, dedicated to doing device communication. this is much better design as a start, but fixes the problems kpilot was having (and widely talked about) where kpilot would hang and crash if our user was using "usb:" or "net:any" devices because of how these new "device"s operated (allowed immediate opening, even though there is no physical device connected, and then hung indefinitely until the real device connected). - bringing in design documents (jpegs) for memofile conduit from 2004-12-12 (they're not installed, but are valuable for documentation and insight) - icon naming error bug fix 122582 2007-04-16 01:03 +0000 [r654401] vanrijn * branches/KDE/3.5/kdepim/kpilot/ChangeLog: changelog updated with 3.5.7 stuff... 2007-04-16 03:35 +0000 [r654424] vanrijn * branches/KDE/3.5/kdepim/kpilot/lib/plugin.cc, branches/KDE/3.5/kdepim/kpilot/lib/plugin.h: - using "Handheld" instead of "Palm" since "Handheld" is already i18n'd - new strings so that we can detect large data changes and ask our users for their approval before we eat their future =:/ CCMAIL: kde-i18n-doc@kde.org 2007-04-16 12:21 +0000 [r654524] vanrijn * branches/KDE/3.5/kdepim/kpilot/conduits/abbrowserconduit/abbrowserconduit.kcfg: funky default. default for otherPhone should definitely not be eAssistant. it should be eOtherPhone. more than one problem caused by this. 2007-04-16 16:18 +0000 [r654609] winterz * branches/KDE/3.5/kdepim/kmail/kmmainwidget.cpp: Merge from pim+ i.e, SVN commit 633861 by adridg: If there is no template to use for an action, disable the menu item itself instead of inserting a lame 1-disabled-item submenu. (Well, insert the lame submenu anyway, but disable the menu item too.) Still waiting on a real usability answer on this issue, but the votes in #kontact go for this. 2007-04-16 16:39 +0000 [r654620] winterz * branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: merge SVN commit 633713 by adridg: Since newlines display as blocks, remove them from a possible caption before display. Patch credits to pusling. 2007-04-16 16:45 +0000 [r654626] vkrause * branches/KDE/3.5/kdepim/kmail/kmfoldercachedimap.cpp, branches/KDE/3.5/kdepim/kmail/kmfoldercachedimap.h: Merge SVN commit 645072 by vkrause from enterprise branch: Allow to select if the index should be rebuild for the current folder, the current folder and all its subfolders or all folders of this account. 2007-04-16 16:56 +0000 [r654634] vkrause * branches/KDE/3.5/kdepim/kmail/kmfoldercachedimap.cpp, branches/KDE/3.5/kdepim/kmail/kmail.kcfg, branches/KDE/3.5/kdepim/kmail/kmfoldercachedimap.h: Merge access right revocation handling improvements from KDE PIM enterprise branch (revisions 650005, 650440, 650797 and 650807). 2007-04-16 17:03 +0000 [r654636] mkoller * branches/KDE/3.5/kdepim/kmail/kmfolderindex.h, branches/KDE/3.5/kdepim/kmail/kmmsgbase.cpp, branches/KDE/3.5/kdepim/kmail/kmfolderindex.cpp: BUG: 50462 I dare to close this bug report with this commit. It basically automatically recreates the index whenever a "should never happen" situation occurs in getting data from the index and retries to get the requested information. I hope it works as advertised ;-) 2007-04-16 22:56 +0000 [r654800] djarvie * branches/KDE/3.5/kdepim/kalarm/messagewin.cpp, branches/KDE/3.5/kdepim/kalarm/Changelog, branches/KDE/3.5/kdepim/kalarm/kalarmapp.cpp, branches/KDE/3.5/kdepim/doc/kalarm/index.docbook, branches/KDE/3.5/kdepim/kalarm/specialactions.cpp: Bugs 143891: Only execute pre- and post-alarm actions once, when main alarm is initially triggered, and when alarm is finally acknowledged after any deferrals. 2007-04-17 15:22 +0000 [r655028] winterz * branches/KDE/3.5/kdepim/libkholidays/holidays/Makefile.am, branches/KDE/3.5/kdepim/libkholidays/holidays/holiday_ua (added): add Ukrainian national holidays Thanks Andriy CCMAIL: avg@icyb.net.ua 2007-04-18 13:55 +0000 [r655461] winterz * branches/KDE/3.5/kdepim/libkdepim/kaddrbook.cpp: fix use proper error handler to show kabc errors patch provided by Felix Berger. Thanks! BUGS: 133395 2007-04-19 13:12 +0000 [r655828-655827] winterz * branches/KDE/3.5/kdepim/libkholidays/scanholiday.c, branches/KDE/3.5/kdepim/libkholidays/scanholiday.lex: compiler warnings-- * branches/KDE/3.5/kdepim/libkholidays/parseholiday.c, branches/KDE/3.5/kdepim/libkholidays/parseholiday.h: update by running a more modern bison 2007-04-19 13:51 +0000 [r655833] winterz * branches/KDE/3.5/kdepim/libkholidays/scanholiday.c, branches/KDE/3.5/kdepim/libkholidays/parseholiday.c, branches/KDE/3.5/kdepim/libkholidays/scanholiday.lex, branches/KDE/3.5/kdepim/libkholidays/parseholiday.h, branches/KDE/3.5/kdepim/libkholidays/parseholiday.y: Support Pascha (Orthodox Easter) in holidays files. BUGS: 144347 Andriy: it would be very nice if you could add the necessary pascha entries to all the holidays files that you think should have it. Certainly, Ukraine, Greece, and Russia. Not sure what other countries. 2007-04-21 19:40 +0000 [r656592] vanrijn * branches/KDE/3.5/kdepim/kpilot/lib/pilotDateEntry.cc, branches/KDE/3.5/kdepim/kpilot/lib/pilotAddress.cc: fixing reported problem with duplicate default_category_names and --enable-final 2007-04-21 20:52 +0000 [r656616] vanrijn * branches/KDE/3.5/kdepim/kpilot/lib/kpilotdevicelink.cc: trying to make devicelink more like pilot-link's code for dlp_ReadSysInfo to address Ronny's cpu lock 2007-04-21 21:15 +0000 [r656621] tstaerk * branches/KDE/3.5/kdepim/doc/karm/karm.png, branches/KDE/3.5/kdepim/doc/karm/idle-detect.png: Plastik is the default theme 2007-04-21 21:23 +0000 [r656623] tstaerk * branches/KDE/3.5/kdepim/doc/karm/csvexport.png, branches/KDE/3.5/kdepim/doc/karm/clipboard-history.png, branches/KDE/3.5/kdepim/doc/karm/copy-this-task.png: Bringing screenshots to Plastik theme 2007-04-21 21:59 +0000 [r656633] vanrijn * branches/KDE/3.5/kdepim/kpilot/lib/kpilotdevicelink.cc: adding debugs to try to figure out why we're chewing cpu on ronny's machine 2007-04-21 22:20 +0000 [r656636] tstaerk * branches/KDE/3.5/kdepim/doc/karm/daterange.png, branches/KDE/3.5/kdepim/doc/karm/csvexport.png: Using Plastik style for the screenshots. 2007-04-23 21:13 +0000 [r657358] vanrijn * branches/KDE/3.5/kdepim/kpilot/tests/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/tests/mergecalendars.cc (added): adding new 'test' for merging calendar files 2007-04-23 22:44 +0000 [r657395] dfaure * branches/KDE/3.5/kdepim/korganizer/Makefile.am, branches/KDE/3.5/kdepim/korganizer/plugins/datenums/Makefile.am, branches/KDE/3.5/kdepim/kmail/Makefile.am, branches/KDE/3.5/kdepim/libksieve/Makefile.am, branches/KDE/3.5/kdepim/knode/Makefile.am, branches/KDE/3.5/kdepim/kresources/kolab/knotes/Makefile.am: Link our own stuff first, then kdelibs stuff. Otherwise the rpath gets mixed up when kdepim and kdelibs are installed in different prefixes [and things crash when the kdelibs prefix holds another version of kdepim] 2007-04-23 22:51 +0000 [r657397] vanrijn * branches/KDE/3.5/kdepim/kpilot/tests/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/tests/mergecalendars.cc: actually compiling this code now, silly me 2007-04-23 23:24 +0000 [r657404] vanrijn * branches/KDE/3.5/kdepim/kpilot/tests/mergecalendars.cc: getting there. reporting on progress, matching uids. 2007-04-24 01:47 +0000 [r657425] vanrijn * branches/KDE/3.5/kdepim/kpilot/tests/mergecalendars.cc: woohoo. working calendar merge. using this from now on for merging exchange calendar into korganizer's calendar. 2007-04-24 02:06 +0000 [r657426] vanrijn * branches/KDE/3.5/kdepim/kpilot/tests/mergecalendars.cc: whoops. off by one. 2007-04-24 02:21 +0000 [r657427] vanrijn * branches/KDE/3.5/kdepim/kpilot/tests/CMakeLists.txt, branches/KDE/3.5/kdepim/kpilot/tests/mergecalendars.cc: removing kpilot-specific stuff from this since it's really a standalone libkcal program 2007-04-24 10:07 +0000 [r657512] tilladam * branches/KDE/3.5/kdepim/libkdepim/addresseelineedit.cpp: Forward port of the following enterprise commit. I guess this can be considered a usability bugfix :) r657498 | tilladam | 2007-04-24 11:41:15 +0200 (Tue, 24 Apr 2007) | 5 lines Change the semantics of hitting tab and backtab in the completion box: Tab switches to the first entry in the next section, backtab goes to the first entry in the previous section. Both wrap around. 2007-04-24 12:02 +0000 [r657550] tilladam * branches/KDE/3.5/kdepim/kmail/kmail.kcfg: Forward port of enterprise branch commit: r657549 | tilladam | 2007-04-24 14:00:49 +0200 (Tue, 24 Apr 2007) | 2 lines Change the default quota unit to MB, from KB. More real-world like, I think. 2007-04-24 19:15 +0000 [r657683] dfaure * branches/KDE/3.5/kdepim/korganizer/kotodoview.h, branches/kdepim/enterprise/kdepim/korganizer/kotodoview.h, trunk/KDE/kdepim/korganizer/kotodoview.h, branches/work/kdepim-3.5.5+/korganizer/kotodoview.h: This signal isn't used anywhere anymore, removing. 2007-04-25 19:18 +0000 [r658035] schaarsc * branches/KDE/3.5/kdepim/kmail/kmmessage.cpp, branches/KDE/3.5/kdepim/kmail/kmfilteraction.cpp: port 630582 in KMime::MDN::AutomaticAction mode ignore MDN user settings fake header fields if missing and remove them later. BUG:91252 2007-04-26 12:01 +0000 [r658226] dfaure * branches/KDE/3.5/kdepim/certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.cpp, branches/KDE/3.5/kdepim/certmanager/lib/kleo/cryptoconfig.h, branches/KDE/3.5/kdepim/certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h, branches/KDE/3.5/kdepim/certmanager/lib/ui/cryptoconfigmodule.cpp: Support for the NO_CHANGE flag from gpgconf 2.0.3 (readonly widgets). Aegypten issue 735. Note that this doesn't raise any version requirements, gpgconf is used at runtime and older version simply never set this flag. 2007-04-26 13:12 +0000 [r658240] dfaure * branches/kdepim/enterprise/kdepim/certmanager/lib/backends/chiasmus/chiasmusbackend.cpp, branches/kdepim/proko2/kdepim/certmanager/lib/backends/chiasmus/chiasmusbackend.cpp, branches/KDE/3.5/kdepim/certmanager/lib/backends/chiasmus/chiasmusbackend.cpp: Fix compilation of chiasmus backend after adding isReadOnly 2007-04-26 21:13 +0000 [r658363] dfaure * branches/KDE/3.5/kdepim/certmanager/lib/ui/cryptoconfigmodule.cpp: Add scrollbar so that the dialog doesn't become too big when gpgconf gives us many options to configure. Aegypten issue #370. 2007-04-28 10:29 +0000 [r658731] tstaerk * branches/KDE/3.5/kdepim/karm/task.cpp, branches/KDE/3.5/kdepim/karm/idletimedetector.cpp, branches/KDE/3.5/kdepim/karm/taskview.cpp: Subtract the time that has been added while the desktop has been idle. CCBUGS:144782 2007-04-28 11:58 +0000 [r658742] tstaerk * branches/KDE/3.5/kdepim/karm/taskview.h, branches/KDE/3.5/kdepim/karm/idletimedetector.cpp, branches/KDE/3.5/kdepim/karm/taskview.cpp: Do not store the reduction of time, only subtract it in memory. CCBUGS:144782 2007-04-28 14:32 +0000 [r658798] djarvie * branches/KDE/3.5/kdepim/libkdepim/kimportdialog.h, branches/KDE/3.5/kdepim/libkdepim/sidebarextension.h, branches/KDE/3.5/kdepim/libkdepim/kvcarddrag.h, branches/KDE/3.5/kdepim/libkdepim/diffalgo.h, branches/KDE/3.5/kdepim/libkdepim/kpixmapregionselectordialog.h, branches/KDE/3.5/kdepim/libkdepim/kscoring.h, branches/KDE/3.5/kdepim/libkdepim/ldapclient.h, branches/KDE/3.5/kdepim/libkdepim/progressmanager.h, branches/KDE/3.5/kdepim/libkdepim/kpimprefs.h, branches/KDE/3.5/kdepim/libkdepim/kpixmapregionselectorwidget.h: Remove unnecessary semicolons (for GCC 4.3) 2007-04-29 16:38 +0000 [r659180] djarvie * branches/KDE/3.5/kdepim/kalarm/Changelog, branches/KDE/3.5/kdepim/kalarm/kalarmd/alarmdaemon.cpp, branches/KDE/3.5/kdepim/kalarm/kalarmd/kalarmd.h, branches/KDE/3.5/kdepim/kalarm/kalarm.h: Bug 144711: Display a reminder for each recurrence of a recurring alarm 2007-04-30 15:10 +0000 [r659645] wstephens * branches/KDE/3.5/kdepim/kmail/imapaccountbase.cpp: Add comment so that posterity can see that r653900 actually solved bug #143237. CCBUG: 143237 2007-04-30 22:33 +0000 [r659861] winterz * branches/KDE/3.5/kdepim/kmail/callback.cpp: fix "attendee in CC-field are missing from an invitation if the own email address could not be found". Patch from Martin. Thanks! BUGS: 131029 2007-05-01 21:16 +0000 [r660183] winterz * branches/KDE/3.5/kdepim/kmail/messagecomposer.cpp: fix for "MultiPart message plain/text body encoding" bug Patch provided by stanv. Thanks! BUGS: 144779 2007-05-04 19:52 +0000 [r661190] kloecker * branches/KDE/3.5/kdepim/kmail/kmail_view.desktop: Add application/x-mimearchive to the list of mime types handled by 'kmail --view %u' so that messages saved from KMail with extension .eml can easily be opened again with KMail. 2007-05-05 01:46 +0000 [r661269] winterz * branches/KDE/3.5/kdepim/kmail/callback.cpp, branches/KDE/3.5/kdepim/kmail/configuredialog.cpp, branches/KDE/3.5/kdepim/kmail/configuredialog_p.h, branches/KDE/3.5/kdepim/kmail/kmail.kcfg, branches/KDE/3.5/kdepim/kmail/kmkernel.cpp, branches/KDE/3.5/kdepim/korganizer/komailclient.cpp: 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 2007-05-05 10:21 +0000 [r661355] djarvie * branches/KDE/3.5/kdepim/kalarm/repetition.cpp, branches/KDE/3.5/kdepim/kalarm/Changelog: Disable simple repetition controls if repetitions can't fit between recurrences 2007-05-05 22:12 +0000 [r661525] tstaerk * branches/KDE/3.5/kdepim/kmail/callback.cpp, branches/KDE/3.5/kdepim/kmail/callback.h, branches/KDE/3.5/kdepim/plugins/kmail/bodypartformatter/text_calendar.cpp: Users want a subject that states if the invitation has been accepted 2007-05-06 07:49 +0000 [r661635] tstaerk * branches/KDE/3.5/kdepim/kmail/callback.cpp, branches/KDE/3.5/kdepim/kmail/callback.h, branches/KDE/3.5/kdepim/plugins/kmail/bodypartformatter/text_calendar.cpp: The acceptance status is in status, not in Reply. 2007-05-06 13:48 +0000 [r661739] winterz * branches/KDE/3.5/kdepim/kmail/callback.cpp, branches/KDE/3.5/kdepim/kmail/callback.h, branches/KDE/3.5/kdepim/plugins/kmail/bodypartformatter/text_calendar.cpp: minor fixes for tstaerk's "Users want a subject that states if the invitation has been accepted" patch. Already forward ported. 2007-05-06 22:53 +0000 [r661907] dfaure * branches/KDE/3.5/kdepim/kresources/kolab/kabc/resourcekolab.cpp, branches/KDE/3.5/kdepim/kresources/kolab/kabc/resourcekolab.h: Backport from enterprise r661904 When loading a large contacts folder, show one progress dialog instead of three. (minor speed improvement too) Making it really faster (loading the mails once instead of 3 times) would involve making the kmail dcop interface more complex... 2007-05-07 13:29 +0000 [r662099] dfaure * branches/KDE/3.5/kdepim/kresources/kolab/kabc/contact.h, branches/KDE/3.5/kdepim/kresources/kolab/kabc/contact.cpp: kolab/issue1706 (addressbook: real adress type is broken) - introducing bugs in the GUI due to outlook compatibility *sucks*, let's add a x-kde-type to the xml for full load/save roundtrip inside kaddressbook at least. 2007-05-08 18:39 +0000 [r662618] djarvie * branches/KDE/3.5/kdepim/kalarm/Changelog, branches/KDE/3.5/kdepim/kalarm/alarmevent.cpp: Make the system tray tooltip take account of alarm repetitions 2007-05-08 20:41 +0000 [r662660] tstaerk * branches/KDE/3.5/kdepim/kmail/callback.cpp, branches/KDE/3.5/kdepim/kmail/callback.h: give original style answers about meeting attendance BUGS:145091 2007-05-08 23:10 +0000 [r662718] djarvie * branches/KDE/3.5/kdepim/kalarm/Changelog, branches/KDE/3.5/kdepim/kalarm/mainwindow.cpp: Fix Undo of deletion of active alarms 2007-05-09 19:03 +0000 [r662982] djarvie * branches/KDE/3.5/kdepim/kalarm/calendarcompat.h, branches/KDE/3.5/kdepim/kalarm/kamail.h, branches/KDE/3.5/kdepim/kalarm/traywindow.cpp, branches/KDE/3.5/kdepim/kalarm/kalarmapp.cpp, branches/KDE/3.5/kdepim/kalarm/traywindow.h: Krazy fixes 2007-05-10 00:07 +0000 [r663080] djarvie * branches/KDE/3.5/kdepim/kalarm/repetition.cpp, branches/KDE/3.5/kdepim/kalarm/Changelog, branches/KDE/3.5/kdepim/kalarm/repetition.h, branches/KDE/3.5/kdepim/kalarm/specialactions.cpp: Show repetition & special action statuses by button states in alarm edit dialog 2007-05-10 14:39 +0000 [r663225] wstephens * branches/KDE/3.5/kdepim/kresources/groupwise/soap/gwjobs.cpp: Don't crash when the server misbehaves wrt its own spec, again. 2007-05-10 22:54 +0000 [r663344] djarvie * branches/KDE/3.5/kdepim/kmail/composer.h, branches/KDE/3.5/kdepim/kmail/kmcomposewin.h, branches/KDE/3.5/kdepim/kmail/mailserviceimpl.cpp, branches/KDE/3.5/kdepim/kmail/kmcomposewin.cpp: Fix sendMessage() DCOP call failing to wait for attachments to be downloaded and included in the message, before sending it. This fixes KAlarm failing to send attachments when KMail is used as the email client. The fix will be included in KDE 3.5.7. BUG: 144958 2007-05-11 10:15 +0000 [r663436] djarvie * branches/KDE/3.5/kdepim/kalarm/functions.cpp: Fix bugs interpreting calendar version number 2007-05-11 11:33 +0000 [r663462] djarvie * branches/KDE/3.5/kdepim/kalarm/Changelog: Corrections 2007-05-11 16:06 +0000 [r663567] djarvie * branches/KDE/3.5/kdepim/kalarm/messagewin.cpp, branches/KDE/3.5/kdepim/kalarm/Changelog: Fix reminder alarms displaying very large numbers for time until alarm is due 2007-05-14 07:15 +0000 [r664515] binner * branches/KDE/3.5/kdesdk/kdesdk.lsm, branches/KDE/3.5/kdenetwork/kopete/libkopete/kopeteversion.h, branches/arts/1.5/arts/configure.in.in, branches/KDE/3.5/kdelibs/README, branches/KDE/3.5/kdelibs/kdecore/ksycoca.h, branches/KDE/3.5/kdepim/kdepim.lsm, branches/KDE/3.5/kdevelop/kdevelop.lsm, branches/KDE/3.5/kdewebdev/quanta/quanta.lsm, branches/KDE/3.5/kdebase/startkde, branches/KDE/3.5/kdeaccessibility/kdeaccessibility.lsm, branches/arts/1.5/arts/arts.lsm, branches/KDE/3.5/kdeadmin/kdeadmin.lsm, branches/KDE/3.5/kdeaddons/kdeaddons.lsm, branches/KDE/3.5/kdelibs/kdelibs.lsm, branches/KDE/3.5/kdeartwork/kdeartwork.lsm, branches/KDE/3.5/kdenetwork/kdenetwork.lsm, branches/KDE/3.5/kdebase/kdebase.lsm, branches/KDE/3.5/kdemultimedia/kdemultimedia.lsm, branches/KDE/3.5/kdelibs/kdecore/kdeversion.h, branches/KDE/3.5/kdegames/kdegames.lsm, branches/KDE/3.5/kdewebdev/kdewebdev.lsm, branches/KDE/3.5/kdeedu/kdeedu.lsm, branches/KDE/3.5/kdebindings/kdebindings.lsm, branches/KDE/3.5/kdebase/konqueror/version.h, branches/KDE/3.5/kdetoys/kdetoys.lsm, branches/KDE/3.5/kdewebdev/quanta/src/quanta.h, branches/KDE/3.5/kdegraphics/kdegraphics.lsm, branches/KDE/3.5/kdeutils/kdeutils.lsm: bump version numbers for 3.5.7 2007-05-14 07:21 +0000 [r664517] binner * branches/KDE/3.5/kdepim/knode/resource.h, branches/KDE/3.5/kdepim/kontact/src/main.cpp, branches/KDE/3.5/kdepim/akregator/src/aboutdata.h, branches/KDE/3.5/kdepim/kmail/kmversion.h, branches/KDE/3.5/kdepim/kaddressbook/kabcore.cpp, branches/KDE/3.5/kdepim/korganizer/version.h: increase version number