summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches/patch-ac
diff options
context:
space:
mode:
authormarkd <markd>2007-01-26 03:17:09 +0000
committermarkd <markd>2007-01-26 03:17:09 +0000
commit0465fe9ff185ca5c921a3fab865e39a9eb2a8c6e (patch)
tree8933ddf7e6b4ed25958004ea27f6e27e612a3f40 /misc/kdepim3/patches/patch-ac
parenta627add7f042b505eabc845ea4aecc7d8efec757 (diff)
downloadpkgsrc-0465fe9ff185ca5c921a3fab865e39a9eb2a8c6e.tar.gz
Update to KDE 3.5.6
Akregator * Add session management for browser tabs. * Fix KhelpCenter entry and start a handbook. * Fix folder name encoding when RSS feeds are added from the outside. KAddressBook * Fix renaming distribution lists. * Fix adding new categories to addressbook. * Fix links to online maps at MapQuest.com and Maporama.com. KAlarm * Tidy up preferences dialog (Run mode options and sound type options). * Fix crash when an alarm triggers while the user is answering the confirmation prompt when deleting it. * Fix crash when saving Preferences dialog on some systems (due to Terminal for Command Alarms option setting). * Fix editing of 29th February alarm options for non-leap years. * Fix Find always using the first search text entered even after entering a new one. * Fix "Start alarm monitoring at login" value shown in preferences dialogue. * Fix deselecting "Start alarm monitoring at login" when daemon not running. KArm * Session times can be copied to clipboard. KMail * Introducing KMail templates: you will be able to build templates for new messages, replies, or forwards. The templates can be universal or identity-specific or folder-specific. The template language is very customizable (similar to The Bat! mailer). There will also be a templates folder from which you can store templates and new messages can be created from these. * Added CRM114 support to anti spam wizard. * Background filtering enhancements. * Add "Open With..." for attachments view. * Handle command line parameter --header correctly. * Various improvements on address completion in composer. * Do not crash when deleting a message while saving it. * Fix saving expiry settings. * Correctly detect a URL that ends with '-' or '_'. * Get attachment icon from file name if not available from Content-Type. * Handle multiple To: header lines. * Some changes to make menubar and popup menus more consistent. * Add keyboard shortcut Ctrl+S for "Save As" action in reader window. * Fix wrong checkbox in the layout when adding attachments to the composer. * Fix for attachment display in editor: "sort by size" sorts alphanumerically, not by size. * Fix to update identities with renamed transports. * Open on double click to attachments. * Put KDE Wallet dialog on top when KMail requests a password. * The "Emtpy Trash" action was not always enabled when it should be. * Disable the shortcut definition if the filter is not going to be added to the menu. * "Exclude important messages from expiry" should also exclude todo messages. * Fix for changing the identity transport when changing an identity. * Fix mail sorting in POP filter dialog. * Suppose headers charset from content-type header if headers not properly encoded. If content-type charset is "us-ascii", use "utf-8" instead. Write maildir and mbox indexes in right encoding. * Moving messages is faster. KNotes * Prevent crashes when *.rc files for KNotes are missing/unreadable. Kontact * New Summary menus for appointments and to-dos that allow quick access to edit, delete, and mark completed (to-dos only) * Session management framework for Kontact plugins. * Fix changing startup view not working. * Fix lost occurences when recurring events were shown by the Summary widget. KOrganizer * Add command line options to 1) Open the URLs in a separate window (--open, -o) 2) Merge the events of the URLs into the standard calendar (--merge, -m) 3) Add the URLs as new resources (--import, -i) If no command line option is given, korganizer will ask which of these actions should be taken for each URL. If no URL is given, the standard resource calendar is displayed. * Can print individual Event or To-do on a single sheet of paper * Various improvements on printouts. * Make calendars in the left sidebar respect the First Day Of Week setting, defined in the control center * Make the reminder dialog somewhat more usable when working with they keyboard. * Show anniversaries of all contacts. * Brazilian and Greek holidays added. * Fix applying templates on to-do items. * Prevent infinite loops with some cases of recurring todos. * Write proper DTEND data when a time is associated to an event. * Fix Copy To menu for to-dos, assign date to copy when the original did not have a due date. * Some crashes fixed when opening iCal files from Apple. * Don't crash when "select resource folder" was cancelled. * Endless loop fixed in todo editor. * Do not crash so easily when KOrganizer is embedded inside Konqueror. * Record completion of recurring todos in journals. * Fix a bug in Kontact that Ctrl-N did not honor the selection in the agend view. * Fix loading journals from Kolab resources. * Fix crash when pressing OK in event editor while the resource selection dialog is open. KPilot * Inclusion of CMake standalone build system. * Backup options made more granular. Users can choose to always update backups or to only do so on demand, instead of being forced to do so on every HotSync. * Raising minimum requirement for kpilot to pilot-link 0.12.0. This addresses many long-standing bugs caused by previous versions of pilot-link regarding database-size limitations. * Fixes for data-loss problems for users of all distros that distributed kpilot with pilot-link 0.12. * Fix for "Reminders from outlook invites are set to unknown in exchange resources". * Fix compilation when NDEBUG is on.
Diffstat (limited to 'misc/kdepim3/patches/patch-ac')
-rw-r--r--misc/kdepim3/patches/patch-ac33
1 files changed, 21 insertions, 12 deletions
diff --git a/misc/kdepim3/patches/patch-ac b/misc/kdepim3/patches/patch-ac
index aa271fb9788..4e7f552e7a3 100644
--- a/misc/kdepim3/patches/patch-ac
+++ b/misc/kdepim3/patches/patch-ac
@@ -1,14 +1,23 @@
-$NetBSD: patch-ac,v 1.11 2006/02/07 10:10:42 markd Exp $
+$NetBSD: patch-ac,v 1.12 2007/01/26 03:17:09 markd Exp $
---- kpilot/lib/options.cc.orig 2005-09-10 20:24:40.000000000 +1200
-+++ kpilot/lib/options.cc
-@@ -90,7 +90,9 @@ struct tm writeTm(const QDateTime &dt)
- t.tm_wday = 0; // unimplemented
- t.tm_yday = 0; // unimplemented
- t.tm_isdst = 0; // unimplemented
-+#ifndef Q_OS_SOLARIS
- t.tm_zone = 0; // unimplemented
-+#endif
+kde svn 624745 and 624937
+
+--- kpilot/conduits/vcalconduit/vcalRecord.cc.orig 2007-01-16 00:29:05.000000000 +1300
++++ kpilot/conduits/vcalconduit/vcalRecord.cc
+@@ -584,7 +584,7 @@ void VCalRecord::setCategory(PilotDateEn
+ if (eventCategories.size() < 1)
+ {
+ // This event has no categories.
+- de->setCategory(Pilot::Unfiled);
++ ((PilotRecordBase *)de)->setCategory(Pilot::Unfiled);
+ return;
+ }
+
+@@ -623,6 +623,6 @@ void VCalRecord::setCategory(PilotDateEn
+ }
+ }
+
+- de->setCategory(Pilot::Unfiled);
++ ((PilotRecordBase *)de)->setCategory(Pilot::Unfiled);
+ }
- t.tm_year = dt.date().year() - 1900;
- t.tm_mon = dt.date().month() - 1;