summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authormarkd <markd>2008-02-20 10:09:20 +0000
committermarkd <markd>2008-02-20 10:09:20 +0000
commit28054dfbe05c0b57654218e954686e7738fc51aa (patch)
tree707f86ddfe446cf46633b4df344b1a5578f659d0 /misc/kdepim3/patches
parent787ce4ef5ef02fa5d0f3d911c6c911754407db6f (diff)
downloadpkgsrc-28054dfbe05c0b57654218e954686e7738fc51aa.tar.gz
Update to kde 3.5.9
KAlarm * New option to specify reminder times in minutes. * Prevent multiple identical error messages accumulating for the same alarm. * Remember main window show/hide options when KAlarm last closed, instead of setting them in the Preferences dialog. * Replace simple repetitions with recurrence sub-repetitions, to reduce confusion. * Simplifications and improvements to the alarm edit dialog layout and controls. * Fix crash when saving Preferences, if 'xterm' is not installed in the system. * Fix failure to trigger some recurring date-only alarms * Fix date-only alarms repeating every minute from midnight until the start-of-day time. * Fix KAlarm hanging especially on startup, and potentially freezing the system for a while. * Fix deferral of non-recurring alarms not working. * Fix inability to reactivate deleted alarms which still have repetitions to go. * Fix sendmail error "Sender verify failed (in reply to RCPT TO command)" on some systems. * Prevent error messages while typing a date value, until the user has finished entering it.
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r--misc/kdepim3/patches/patch-an13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/kdepim3/patches/patch-an b/misc/kdepim3/patches/patch-an
deleted file mode 100644
index 029d305f1ca..00000000000
--- a/misc/kdepim3/patches/patch-an
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-an,v 1.1 2006/07/15 21:04:07 markd Exp $
-
---- kalarm/dcophandler.cpp.orig 2006-07-09 08:22:05.120179000 +1200
-+++ kalarm/dcophandler.cpp
-@@ -479,7 +479,7 @@ bool DcopHandlerOld::process(const QCStr
- kdDebug(5950) << "DcopHandlerOld::process(): " << func << endl;
- enum
- {
-- ERR = 0,
-+ ERRx = 0,
- OPERATION = 0x0007, // mask for main operation
- HANDLE = 0x0001,
- CANCEL = 0x0002,