pkgsrc/misc/kdepim3/Makefile

54 lines
1.6 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.48 2005/07/25 13:21:31 markd Exp $
2002-05-31 15:31:29 +02:00
Update to KDE 3.2 Changes: PIM Kontact * NEW IN KDE: Introduction of Kontact, KDE's PIM and groupware suite. Daniel Molkentin * Drag and Drop of mails on calendar and todo list. Cornelius Schumacher, Don Sanders * Adding KNode part. Zack Rusin KMail * Load attachments on demand (imap). Carsten Burghardt * Add "Play Sound" option as filter action / when receiving new mail. * Add identity-dependant spell-checking dictionary. Ingo Kloecker * Add Imap-subscription. Carsten Burghardt * Select startup-folder. Carsten Burghardt * Easy language selection for as-you-type spell checking. Ingo Kloecker * Allow message preview window to be hidden or displayed to the right of the messages list. Till Adam * Improved Threading, particularly subject threading. Till Adam * Sort and thread stable adding and removing of messages in the current folder. Till Adam, Don Sanders * Allow mails to have multiple statuses. Till Adam * Watch thread and ignore thread. Till Adam * Searching and filtering mail by status. Till Adam * Mailcheck in individual imap folders. Till Adam * As-you-type spell checking. Don Sanders * Search folders (a.k.a virtual folders). Don Sanders * Kontact integration. Don Sanders * Per folder duplicate message removal. Don Sanders * Search dialog usability improvements including context menu. Don Sanders * Separate reader window usability improvements including context menu. Don Sanders * Auto saving of mails being composed, prevents mail loss in the result of a hard crash. Don Sanders * Ad hoc filters. Don Sanders * Drag and Drop of mails on KOrganizer to turn mails into events or todos. This requires a message drag object and a DCOP call to select a mail in the reader window by an identifier. Cornelius Schumacher * Disconnected IMAP. Bo Thorsen Merging kroupware_branch * Disconnected IMAP Bo Thorsen * compliant MDN support Marc Mutz KNode * Add DCOP interface Zack Rusin * Make KNode a fully functional KPart Zack Rusin * Integration with KWallet Zack Rusin KMailCVT * New GUI based on KWizard Laurence Anderson * Code cleanup libkabc * Port libkabc to the new kresource model * Add asynchronous interface Tobias Koenig KAddressbook * Input fields for GEO, CLASS, PHOTO, LOGO and SOUND Tobias Koenig * Make the views plugins * Kontact integration. Cornelius Schumacher, Don Sanders, Tobias Koenig libkcal * Unit tests. Cornelius Schumacher KOrganizer * File backend which automatically stores all changes and supports external changes of the data Cornelius Schumacher * Allow moving of events that span several days Reinhold Kainhofer * Full support for arbitrary week start days (as configured in the control center) Reinhold Kainhofer * Configurable printing Reinhold Kainhofer * Dialog to import calendars as resources, e.g. for subscribing to webcal URLs. Cornelius Schumacher * Quick event generation in agenda view (type-ahead). Cornelius Schumacher * Remote calendars (caching) Cornelius Schumacher * Support drag and drop of todos to event views. Cornelius Schumacher, Reinhold Kainhofer * Locking of calendar files. Cornelius Schumacher * Incidence attachements. Cornelius Schumacher * Kontact integration. Cornelius Schumacher, Don Sanders KAlarm * Add option for alarm to send an email. David Jarvie * Add options for non-modal alarm message window. David Jarvie * Add options to store and view expired alarms. David Jarvie * Add copy, view and undelete actions for the selected alarm. David Jarvie * Restore alarm messages which were displayed before KAlarm was killed or crashed. David Jarvie * Implement shift key accelerator for spinbox buttons. David Jarvie * Store alarm data in calendar file in a more standard way. David Jarvie * Add KAddressBook birthday import facility. David Jarvie * Add option to set an advance warning for alarms. David Jarvie * Add option to set font and foreground color for individual alarm messages. David Jarvie * Add option to list next 24 hours' alarms in system tray tooltip. David Jarvie * Add time-to-alarm display option to main alarm list. David Jarvie KPilot * Generalized .pdb viewer component Reinhold Kainhofer * DOC conduit to convert text files to PalmDOC (Aportis DOC, TealReader, Weasel reader etc.) texts on the handheld. Reinhold Kainhofer * New application "kpalmdoc" that converts texts (.txt) to .pdb files and the other way round. Also works for whole directories, bookmarks are supported. (This app is similar to MakeDocJ/MakeDocW) Reinhold Kainhofer * Allow addressbook sync with an arbitrary vcard file (not only StdAddressbook) Reinhold Kainhofer * Allow synchronization of the handheld's custom fields with addressbook fields like URL, birthdate, ICQ, etc. Reinhold Kainhofer * Fixed the backup when doing a hot sync. New fast backup mode. Reinhold Kainhofer * All sync settings are now global settings, but can be overriden in the conduit configuration. Reinhold Kainhofer * Redesigned conduit selection and configuration dialog. Adriaan de Groot * New conduit: The systeminfo conduit exports information about the handheld to a text or html file. Reinhold Kainhofer * New Viewer/Editor: It is now possible to edit todos directly in KPilot. The changes are synced to the handheld. Reinhold Kainhofer * New Viewer/Editor: You can edit the raw data of any database from the handheld (using a Hex Editor). The changes are synced to the handheld Reinhold Kainhofer KArm * Use libkcal to store data. This way KArm and KOrganizer can work off the same TODO list. Also, KArm now stores the history of hours logged in the same file as the tasks. VTODO == task, and VEVENT == a start/stop timer event. Mark Bucciarelli * Prompt user to pick file name when importing legacy storage. Previously, storage format was determined with magic based on strings in the file name. Mark Bucciarelli * Create new timecard report. Ask user for a date range and generate a list of weekly tables that show hours spent by task and day. Paste this text report into the clipboard. Mark Bucciarelli * Use IconList dialog for preferences screen. Mark Bucciarelli
2004-02-04 23:50:18 +01:00
DISTNAME= kdepim-${_KDE_VERSION}
2002-05-31 15:31:29 +02:00
CATEGORIES= misc
COMMENT= Personal Information Management tools for the KDE desktop
.include "../../meta-pkgs/kde3/Makefile.kde3"
2002-05-31 15:31:29 +02:00
USE_DIRS+= xdg-1.1
USE_PERL= run
USE_TOOLS+= bison gawk
2002-05-31 15:31:29 +02:00
PKG_OPTIONS_VAR= PKG_OPTIONS.kdepim
PKG_SUPPORTED_OPTIONS= sasl
PKG_SUGGESTED_OPTIONS= sasl
.include "../../mk/bsd.options.mk"
Update to KDE 3.3 Changes: * Kontact o Kolab client integraton. Bo Thorsen o KPilot integration into Kontact. Reinhold Kainhofer, Adriaan de Groot o eGroupware connection. Tobias Koenig o Bug voting and feature purchasing help menu items. Don Sanders * KMail o HTML mail composing. Don Sanders, Edwin Schepers o List only open IMAP folders Carsten Burghardt o Quick search toolbar item Don Sanders o Anti Spam Wizard Andreas Gungl o Anti Virus Wizard Frederick Emmott o Filter Log Viewer Andreas Gungl o Per-contact crypto preferences Marc Mutz o Crypto plugins autoconfiguration Marc Mutz o Split sign and encryption keys Marc Mutz o Preset encryption/sign keys for OpenPGP and S/MIME in the identity Marc Mutz o Importing certificates from PKCS#7 certs-only attachments Marc Mutz o Add new (automatic) mailinglist handling functionality. Zack Rusin o Add viewer plugins to allow e.g. KOrganizer to display invitations embedded in KMail. Ingo Kloecker o Renaming of Disconnected IMAP folders Bo Thorsen o New filters: "is email in addressbook?", "is email in one of the addressbook's categories?", "has email an attachmen?" Martin Koebele, Ingo Kloecker o Merge in presence display via KIMProxy Will Stephenson o Allow starting IM chats from an address's context menu Will Stephenson o IMAP ACL support (aka shared folders) David Faure o Expiring old messages as a background task, optionally by moving them to another folder David Faure o Compacting mbox/maildir folders as a background task David Faure * Kleopatra (formerly known as KGpgCertManager) o Importing/exporting certificates and secret keys Marc Mutz o Deleting certificates Marc Mutz o Async / cancel'able operations Marc Mutz o Highlighting of revoked/expired/etc certificates in the certlist Marc Mutz * KOrganizer o Recurrence on todo's Bram Schoenmakers o Free/Busy view Cornelius Schumacher o Automatic upload of Free/Busy information to server Cornelius Schumacher o Remote calendars (auto-update, change notification) Cornelius Schumacher o More flexible working hour configuration (minute-based, working days can be selected, overnight shifts are possible) Reinhold Kainhofer o Allow editing of more than one day in Journal (diary) view Reinhold Kainhofer o Holiday plugin uses the system's country as default Reinhold Kainhofer o Filters are also applied to todo lists, and to printing the todo list Reinhold Kainhofer, Bram Schoenmakers o "Copy to" date and "Move to" date popup in popup menu for todo items Bram Schoenmakers o "Edit"-button in alarmdialog Bram Schoenmakers * KPilot o Fix knotes conduit Adriaan de Groot o KPilot integration into Kontact Reinhold Kainhofer o Configuration wizard (only three settings, handheld is auto-detected!) Reinhold Kainhofer o Allow syncing to remote files (calendar, todo, addressbook) Joern Ahrens o Add a custom page to KAddressbook's contact editor to allow editing of the custom fields synced by the addressbook conduit Reinhold Kainhofer * KAlarm o Add facility to define alarm templates David Jarvie o Add option to play sound file repeatedly until alarm window is closed David Jarvie o Add volume control for playing sound file David Jarvie o Add 'stop sound' button to alarm message window when sound file is played David Jarvie o Add facility to execute shell commands before or after an alarm is displayed David Jarvie o Middle mouse button over system tray icon displays new alarm dialog David Jarvie o Add option to display a reminder once only before the first alarm recurrence David Jarvie o Add facility to specify shell commands to execute before or after an alarm is displayed David Jarvie o Display time-to-alarm in reminder message window David Jarvie o For message texts which are truncated in main window, show full text in tooltip David Jarvie o Allow more flexible formats in time entry fields David Jarvie o After creating/editing alarm, prompt to re-enable alarms if currently disabled David Jarvie * KArm o Documentation Mark Bucciarelli o File locking Mark Bucciarelli o CSV Export of timecard history Mark Bucciarelli * KNotes o Network-enabled KNotes Michael Brade o Implement rich text mode for the notes. Michael Brade * KitchenSync o Finish framework. Cornelius Schumacher o Syncing addressbook and calendar data between desktops. Cornelius Schumacher * KNode o Improved HTML rendering Roberto Selbach Teixeira o Partial KMail look'n'feel Roberto Selbach Teixeira o Show long group names as tooltips. Roberto Teixeira * KAddressBook o Simple and advanced Custom Fields support Tobias Koenig o Field selection for vCard export plugin Tobias Koenig o GUI for per-contact crypto settings (see also KMail) Marc Mutz, Steffen Hansen o Make KAddressBook work fine with asynchronous interface of libkabc Tobias Koenig o Polish up the GEO, PHOTO, LOGO and SOUND input widgets Tobias Koenig o Merge presence display in summary view Will Stephenson o Merge editor widget for multiple IM addresses Will Stephenson o Add progress bar to KAddressbook's Nokia mobile phone import/export filter Helge Deller o Add custom page to allow editing of the custom fields synced by the addressbook conduit Reinhold Kainhofer * KonsoleKalendar o Fix exporting recurring events Allen Winter o Handle timezones and localization Allen Winter o New --next command line argument for showing next event Tuukka Pasanen o New --show-next command line argument for showing next so many days events Tuukka Pasanen o Add a new compact, easy to read, export format Allen Winter * libkdepim o Add a renamed KIMProxy so that we can use its services and retain compatibility with 3.2. KIMProxy code has been merged with libkdepim. Will Stephenson
2004-08-21 16:07:33 +02:00
BUILDLINK_DEPENDS.gpgme+= gpgme>=0.4.5
Update to KDE 3.2 Changes: PIM Kontact * NEW IN KDE: Introduction of Kontact, KDE's PIM and groupware suite. Daniel Molkentin * Drag and Drop of mails on calendar and todo list. Cornelius Schumacher, Don Sanders * Adding KNode part. Zack Rusin KMail * Load attachments on demand (imap). Carsten Burghardt * Add "Play Sound" option as filter action / when receiving new mail. * Add identity-dependant spell-checking dictionary. Ingo Kloecker * Add Imap-subscription. Carsten Burghardt * Select startup-folder. Carsten Burghardt * Easy language selection for as-you-type spell checking. Ingo Kloecker * Allow message preview window to be hidden or displayed to the right of the messages list. Till Adam * Improved Threading, particularly subject threading. Till Adam * Sort and thread stable adding and removing of messages in the current folder. Till Adam, Don Sanders * Allow mails to have multiple statuses. Till Adam * Watch thread and ignore thread. Till Adam * Searching and filtering mail by status. Till Adam * Mailcheck in individual imap folders. Till Adam * As-you-type spell checking. Don Sanders * Search folders (a.k.a virtual folders). Don Sanders * Kontact integration. Don Sanders * Per folder duplicate message removal. Don Sanders * Search dialog usability improvements including context menu. Don Sanders * Separate reader window usability improvements including context menu. Don Sanders * Auto saving of mails being composed, prevents mail loss in the result of a hard crash. Don Sanders * Ad hoc filters. Don Sanders * Drag and Drop of mails on KOrganizer to turn mails into events or todos. This requires a message drag object and a DCOP call to select a mail in the reader window by an identifier. Cornelius Schumacher * Disconnected IMAP. Bo Thorsen Merging kroupware_branch * Disconnected IMAP Bo Thorsen * compliant MDN support Marc Mutz KNode * Add DCOP interface Zack Rusin * Make KNode a fully functional KPart Zack Rusin * Integration with KWallet Zack Rusin KMailCVT * New GUI based on KWizard Laurence Anderson * Code cleanup libkabc * Port libkabc to the new kresource model * Add asynchronous interface Tobias Koenig KAddressbook * Input fields for GEO, CLASS, PHOTO, LOGO and SOUND Tobias Koenig * Make the views plugins * Kontact integration. Cornelius Schumacher, Don Sanders, Tobias Koenig libkcal * Unit tests. Cornelius Schumacher KOrganizer * File backend which automatically stores all changes and supports external changes of the data Cornelius Schumacher * Allow moving of events that span several days Reinhold Kainhofer * Full support for arbitrary week start days (as configured in the control center) Reinhold Kainhofer * Configurable printing Reinhold Kainhofer * Dialog to import calendars as resources, e.g. for subscribing to webcal URLs. Cornelius Schumacher * Quick event generation in agenda view (type-ahead). Cornelius Schumacher * Remote calendars (caching) Cornelius Schumacher * Support drag and drop of todos to event views. Cornelius Schumacher, Reinhold Kainhofer * Locking of calendar files. Cornelius Schumacher * Incidence attachements. Cornelius Schumacher * Kontact integration. Cornelius Schumacher, Don Sanders KAlarm * Add option for alarm to send an email. David Jarvie * Add options for non-modal alarm message window. David Jarvie * Add options to store and view expired alarms. David Jarvie * Add copy, view and undelete actions for the selected alarm. David Jarvie * Restore alarm messages which were displayed before KAlarm was killed or crashed. David Jarvie * Implement shift key accelerator for spinbox buttons. David Jarvie * Store alarm data in calendar file in a more standard way. David Jarvie * Add KAddressBook birthday import facility. David Jarvie * Add option to set an advance warning for alarms. David Jarvie * Add option to set font and foreground color for individual alarm messages. David Jarvie * Add option to list next 24 hours' alarms in system tray tooltip. David Jarvie * Add time-to-alarm display option to main alarm list. David Jarvie KPilot * Generalized .pdb viewer component Reinhold Kainhofer * DOC conduit to convert text files to PalmDOC (Aportis DOC, TealReader, Weasel reader etc.) texts on the handheld. Reinhold Kainhofer * New application "kpalmdoc" that converts texts (.txt) to .pdb files and the other way round. Also works for whole directories, bookmarks are supported. (This app is similar to MakeDocJ/MakeDocW) Reinhold Kainhofer * Allow addressbook sync with an arbitrary vcard file (not only StdAddressbook) Reinhold Kainhofer * Allow synchronization of the handheld's custom fields with addressbook fields like URL, birthdate, ICQ, etc. Reinhold Kainhofer * Fixed the backup when doing a hot sync. New fast backup mode. Reinhold Kainhofer * All sync settings are now global settings, but can be overriden in the conduit configuration. Reinhold Kainhofer * Redesigned conduit selection and configuration dialog. Adriaan de Groot * New conduit: The systeminfo conduit exports information about the handheld to a text or html file. Reinhold Kainhofer * New Viewer/Editor: It is now possible to edit todos directly in KPilot. The changes are synced to the handheld. Reinhold Kainhofer * New Viewer/Editor: You can edit the raw data of any database from the handheld (using a Hex Editor). The changes are synced to the handheld Reinhold Kainhofer KArm * Use libkcal to store data. This way KArm and KOrganizer can work off the same TODO list. Also, KArm now stores the history of hours logged in the same file as the tasks. VTODO == task, and VEVENT == a start/stop timer event. Mark Bucciarelli * Prompt user to pick file name when importing legacy storage. Previously, storage format was determined with magic based on strings in the file name. Mark Bucciarelli * Create new timecard report. Ask user for a date range and generate a list of weekly tables that show hours spent by task and day. Paste this text report into the clipboard. Mark Bucciarelli * Use IconList dialog for preferences screen. Mark Bucciarelli
2004-02-04 23:50:18 +01:00
REPLACE_PERL= kmail/kmail-3.1-update-new-mail-notification-settings.pl \
kmail/kmail-3.1-use-UOID-for-identities.pl \
kmail/kmail-3.1.4-dont-use-UOID-0-for-any-identity.pl \
Update to KDE 3.3 Changes: * Kontact o Kolab client integraton. Bo Thorsen o KPilot integration into Kontact. Reinhold Kainhofer, Adriaan de Groot o eGroupware connection. Tobias Koenig o Bug voting and feature purchasing help menu items. Don Sanders * KMail o HTML mail composing. Don Sanders, Edwin Schepers o List only open IMAP folders Carsten Burghardt o Quick search toolbar item Don Sanders o Anti Spam Wizard Andreas Gungl o Anti Virus Wizard Frederick Emmott o Filter Log Viewer Andreas Gungl o Per-contact crypto preferences Marc Mutz o Crypto plugins autoconfiguration Marc Mutz o Split sign and encryption keys Marc Mutz o Preset encryption/sign keys for OpenPGP and S/MIME in the identity Marc Mutz o Importing certificates from PKCS#7 certs-only attachments Marc Mutz o Add new (automatic) mailinglist handling functionality. Zack Rusin o Add viewer plugins to allow e.g. KOrganizer to display invitations embedded in KMail. Ingo Kloecker o Renaming of Disconnected IMAP folders Bo Thorsen o New filters: "is email in addressbook?", "is email in one of the addressbook's categories?", "has email an attachmen?" Martin Koebele, Ingo Kloecker o Merge in presence display via KIMProxy Will Stephenson o Allow starting IM chats from an address's context menu Will Stephenson o IMAP ACL support (aka shared folders) David Faure o Expiring old messages as a background task, optionally by moving them to another folder David Faure o Compacting mbox/maildir folders as a background task David Faure * Kleopatra (formerly known as KGpgCertManager) o Importing/exporting certificates and secret keys Marc Mutz o Deleting certificates Marc Mutz o Async / cancel'able operations Marc Mutz o Highlighting of revoked/expired/etc certificates in the certlist Marc Mutz * KOrganizer o Recurrence on todo's Bram Schoenmakers o Free/Busy view Cornelius Schumacher o Automatic upload of Free/Busy information to server Cornelius Schumacher o Remote calendars (auto-update, change notification) Cornelius Schumacher o More flexible working hour configuration (minute-based, working days can be selected, overnight shifts are possible) Reinhold Kainhofer o Allow editing of more than one day in Journal (diary) view Reinhold Kainhofer o Holiday plugin uses the system's country as default Reinhold Kainhofer o Filters are also applied to todo lists, and to printing the todo list Reinhold Kainhofer, Bram Schoenmakers o "Copy to" date and "Move to" date popup in popup menu for todo items Bram Schoenmakers o "Edit"-button in alarmdialog Bram Schoenmakers * KPilot o Fix knotes conduit Adriaan de Groot o KPilot integration into Kontact Reinhold Kainhofer o Configuration wizard (only three settings, handheld is auto-detected!) Reinhold Kainhofer o Allow syncing to remote files (calendar, todo, addressbook) Joern Ahrens o Add a custom page to KAddressbook's contact editor to allow editing of the custom fields synced by the addressbook conduit Reinhold Kainhofer * KAlarm o Add facility to define alarm templates David Jarvie o Add option to play sound file repeatedly until alarm window is closed David Jarvie o Add volume control for playing sound file David Jarvie o Add 'stop sound' button to alarm message window when sound file is played David Jarvie o Add facility to execute shell commands before or after an alarm is displayed David Jarvie o Middle mouse button over system tray icon displays new alarm dialog David Jarvie o Add option to display a reminder once only before the first alarm recurrence David Jarvie o Add facility to specify shell commands to execute before or after an alarm is displayed David Jarvie o Display time-to-alarm in reminder message window David Jarvie o For message texts which are truncated in main window, show full text in tooltip David Jarvie o Allow more flexible formats in time entry fields David Jarvie o After creating/editing alarm, prompt to re-enable alarms if currently disabled David Jarvie * KArm o Documentation Mark Bucciarelli o File locking Mark Bucciarelli o CSV Export of timecard history Mark Bucciarelli * KNotes o Network-enabled KNotes Michael Brade o Implement rich text mode for the notes. Michael Brade * KitchenSync o Finish framework. Cornelius Schumacher o Syncing addressbook and calendar data between desktops. Cornelius Schumacher * KNode o Improved HTML rendering Roberto Selbach Teixeira o Partial KMail look'n'feel Roberto Selbach Teixeira o Show long group names as tooltips. Roberto Teixeira * KAddressBook o Simple and advanced Custom Fields support Tobias Koenig o Field selection for vCard export plugin Tobias Koenig o GUI for per-contact crypto settings (see also KMail) Marc Mutz, Steffen Hansen o Make KAddressBook work fine with asynchronous interface of libkabc Tobias Koenig o Polish up the GEO, PHOTO, LOGO and SOUND input widgets Tobias Koenig o Merge presence display in summary view Will Stephenson o Merge editor widget for multiple IM addresses Will Stephenson o Add progress bar to KAddressbook's Nokia mobile phone import/export filter Helge Deller o Add custom page to allow editing of the custom fields synced by the addressbook conduit Reinhold Kainhofer * KonsoleKalendar o Fix exporting recurring events Allen Winter o Handle timezones and localization Allen Winter o New --next command line argument for showing next event Tuukka Pasanen o New --show-next command line argument for showing next so many days events Tuukka Pasanen o Add a new compact, easy to read, export format Allen Winter * libkdepim o Add a renamed KIMProxy so that we can use its services and retain compatibility with 3.2. KIMProxy code has been merged with libkdepim. Will Stephenson
2004-08-21 16:07:33 +02:00
kmail/kmail-3.3-aegypten.pl \
kmail/kmail-3.3-misc.pl \
kmail/kmail-3.3-move-identities.pl \
kmail/kmail-3.3-use-ID-for-accounts.pl \
kmail/kmail-3.3b1-misc.pl \
Update to KDE 3.2 Changes: PIM Kontact * NEW IN KDE: Introduction of Kontact, KDE's PIM and groupware suite. Daniel Molkentin * Drag and Drop of mails on calendar and todo list. Cornelius Schumacher, Don Sanders * Adding KNode part. Zack Rusin KMail * Load attachments on demand (imap). Carsten Burghardt * Add "Play Sound" option as filter action / when receiving new mail. * Add identity-dependant spell-checking dictionary. Ingo Kloecker * Add Imap-subscription. Carsten Burghardt * Select startup-folder. Carsten Burghardt * Easy language selection for as-you-type spell checking. Ingo Kloecker * Allow message preview window to be hidden or displayed to the right of the messages list. Till Adam * Improved Threading, particularly subject threading. Till Adam * Sort and thread stable adding and removing of messages in the current folder. Till Adam, Don Sanders * Allow mails to have multiple statuses. Till Adam * Watch thread and ignore thread. Till Adam * Searching and filtering mail by status. Till Adam * Mailcheck in individual imap folders. Till Adam * As-you-type spell checking. Don Sanders * Search folders (a.k.a virtual folders). Don Sanders * Kontact integration. Don Sanders * Per folder duplicate message removal. Don Sanders * Search dialog usability improvements including context menu. Don Sanders * Separate reader window usability improvements including context menu. Don Sanders * Auto saving of mails being composed, prevents mail loss in the result of a hard crash. Don Sanders * Ad hoc filters. Don Sanders * Drag and Drop of mails on KOrganizer to turn mails into events or todos. This requires a message drag object and a DCOP call to select a mail in the reader window by an identifier. Cornelius Schumacher * Disconnected IMAP. Bo Thorsen Merging kroupware_branch * Disconnected IMAP Bo Thorsen * compliant MDN support Marc Mutz KNode * Add DCOP interface Zack Rusin * Make KNode a fully functional KPart Zack Rusin * Integration with KWallet Zack Rusin KMailCVT * New GUI based on KWizard Laurence Anderson * Code cleanup libkabc * Port libkabc to the new kresource model * Add asynchronous interface Tobias Koenig KAddressbook * Input fields for GEO, CLASS, PHOTO, LOGO and SOUND Tobias Koenig * Make the views plugins * Kontact integration. Cornelius Schumacher, Don Sanders, Tobias Koenig libkcal * Unit tests. Cornelius Schumacher KOrganizer * File backend which automatically stores all changes and supports external changes of the data Cornelius Schumacher * Allow moving of events that span several days Reinhold Kainhofer * Full support for arbitrary week start days (as configured in the control center) Reinhold Kainhofer * Configurable printing Reinhold Kainhofer * Dialog to import calendars as resources, e.g. for subscribing to webcal URLs. Cornelius Schumacher * Quick event generation in agenda view (type-ahead). Cornelius Schumacher * Remote calendars (caching) Cornelius Schumacher * Support drag and drop of todos to event views. Cornelius Schumacher, Reinhold Kainhofer * Locking of calendar files. Cornelius Schumacher * Incidence attachements. Cornelius Schumacher * Kontact integration. Cornelius Schumacher, Don Sanders KAlarm * Add option for alarm to send an email. David Jarvie * Add options for non-modal alarm message window. David Jarvie * Add options to store and view expired alarms. David Jarvie * Add copy, view and undelete actions for the selected alarm. David Jarvie * Restore alarm messages which were displayed before KAlarm was killed or crashed. David Jarvie * Implement shift key accelerator for spinbox buttons. David Jarvie * Store alarm data in calendar file in a more standard way. David Jarvie * Add KAddressBook birthday import facility. David Jarvie * Add option to set an advance warning for alarms. David Jarvie * Add option to set font and foreground color for individual alarm messages. David Jarvie * Add option to list next 24 hours' alarms in system tray tooltip. David Jarvie * Add time-to-alarm display option to main alarm list. David Jarvie KPilot * Generalized .pdb viewer component Reinhold Kainhofer * DOC conduit to convert text files to PalmDOC (Aportis DOC, TealReader, Weasel reader etc.) texts on the handheld. Reinhold Kainhofer * New application "kpalmdoc" that converts texts (.txt) to .pdb files and the other way round. Also works for whole directories, bookmarks are supported. (This app is similar to MakeDocJ/MakeDocW) Reinhold Kainhofer * Allow addressbook sync with an arbitrary vcard file (not only StdAddressbook) Reinhold Kainhofer * Allow synchronization of the handheld's custom fields with addressbook fields like URL, birthdate, ICQ, etc. Reinhold Kainhofer * Fixed the backup when doing a hot sync. New fast backup mode. Reinhold Kainhofer * All sync settings are now global settings, but can be overriden in the conduit configuration. Reinhold Kainhofer * Redesigned conduit selection and configuration dialog. Adriaan de Groot * New conduit: The systeminfo conduit exports information about the handheld to a text or html file. Reinhold Kainhofer * New Viewer/Editor: It is now possible to edit todos directly in KPilot. The changes are synced to the handheld. Reinhold Kainhofer * New Viewer/Editor: You can edit the raw data of any database from the handheld (using a Hex Editor). The changes are synced to the handheld Reinhold Kainhofer KArm * Use libkcal to store data. This way KArm and KOrganizer can work off the same TODO list. Also, KArm now stores the history of hours logged in the same file as the tasks. VTODO == task, and VEVENT == a start/stop timer event. Mark Bucciarelli * Prompt user to pick file name when importing legacy storage. Previously, storage format was determined with magic based on strings in the file name. Mark Bucciarelli * Create new timecard report. Ask user for a date range and generate a list of weekly tables that show hours spent by task and day. Paste this text report into the clipboard. Mark Bucciarelli * Use IconList dialog for preferences screen. Mark Bucciarelli
2004-02-04 23:50:18 +01:00
kmail/kmail-pgpidentity.pl \
kmail/kmail-upd-identities.pl \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 22:59:47 +01:00
kmail/kmail-3.4-misc.pl \
Update to KDE 3.4.1 Changes: * KMail: Fix compilation on IRIX * KMail: Send redirected messages to the correct address even if sending failed at first * KMail: Fix crash when canceling KWallet password prompt * KMail: Reduce memory consumption when importing folders * KMail: Honor the character encoding when loading a message from a file * KMail: Fix problem with per-identity BCC addresses * KMail: Fix problem with inline forwarding of CC'ed messages * KMail: Allow thread-related actions for single messages in threaded message list * KMail: Show correct attachment status of imported message * KMail: Fix attachment detection * KMail: Fix problem with context menu for email addresses * KMail: Show categories in the recipients picker * KMail: Fix problem with Apply button staying disabled * KMail: Correctly update filters filtering by status * KMail: Fix for deletion of folders with subfolders using cached imap * KMail: Rename temporary file used for compaction so that it doesn't risk appearing when kmail is killed and restarted * KNode: Don't create empty reference headers when superseding articles * KNode: Cleanly terminate network threads * KNode: Respect custom color settings in the folder tree and source viewer * KNode: More robust handling of optional headers in XOVER response * KNode: Don't toggle 'sort by thread change date' when restoring header view layout * KNode: Show error message on write errors * KNode: Remove linebreaks from subject * KNode: Don't break inline GPG signatures when forwarding messages * KNode: Fix drag&drop crash in folder tree * karm: Don't crash when deleting a task. * Akregator: Don't crash when closing tab before the page is loaded. * Akregator: Show icons on status filter combobox KMail style * Akregator: Make reset filter button to reset status filter * Akregator: Show window with size it was closed or with one from command line * Akregator: Remove block around "Read more" link
2005-05-31 16:48:24 +02:00
kmail/kmail-3.4.1-update-status-filters.pl \
Update to KDE 3.2 Changes: PIM Kontact * NEW IN KDE: Introduction of Kontact, KDE's PIM and groupware suite. Daniel Molkentin * Drag and Drop of mails on calendar and todo list. Cornelius Schumacher, Don Sanders * Adding KNode part. Zack Rusin KMail * Load attachments on demand (imap). Carsten Burghardt * Add "Play Sound" option as filter action / when receiving new mail. * Add identity-dependant spell-checking dictionary. Ingo Kloecker * Add Imap-subscription. Carsten Burghardt * Select startup-folder. Carsten Burghardt * Easy language selection for as-you-type spell checking. Ingo Kloecker * Allow message preview window to be hidden or displayed to the right of the messages list. Till Adam * Improved Threading, particularly subject threading. Till Adam * Sort and thread stable adding and removing of messages in the current folder. Till Adam, Don Sanders * Allow mails to have multiple statuses. Till Adam * Watch thread and ignore thread. Till Adam * Searching and filtering mail by status. Till Adam * Mailcheck in individual imap folders. Till Adam * As-you-type spell checking. Don Sanders * Search folders (a.k.a virtual folders). Don Sanders * Kontact integration. Don Sanders * Per folder duplicate message removal. Don Sanders * Search dialog usability improvements including context menu. Don Sanders * Separate reader window usability improvements including context menu. Don Sanders * Auto saving of mails being composed, prevents mail loss in the result of a hard crash. Don Sanders * Ad hoc filters. Don Sanders * Drag and Drop of mails on KOrganizer to turn mails into events or todos. This requires a message drag object and a DCOP call to select a mail in the reader window by an identifier. Cornelius Schumacher * Disconnected IMAP. Bo Thorsen Merging kroupware_branch * Disconnected IMAP Bo Thorsen * compliant MDN support Marc Mutz KNode * Add DCOP interface Zack Rusin * Make KNode a fully functional KPart Zack Rusin * Integration with KWallet Zack Rusin KMailCVT * New GUI based on KWizard Laurence Anderson * Code cleanup libkabc * Port libkabc to the new kresource model * Add asynchronous interface Tobias Koenig KAddressbook * Input fields for GEO, CLASS, PHOTO, LOGO and SOUND Tobias Koenig * Make the views plugins * Kontact integration. Cornelius Schumacher, Don Sanders, Tobias Koenig libkcal * Unit tests. Cornelius Schumacher KOrganizer * File backend which automatically stores all changes and supports external changes of the data Cornelius Schumacher * Allow moving of events that span several days Reinhold Kainhofer * Full support for arbitrary week start days (as configured in the control center) Reinhold Kainhofer * Configurable printing Reinhold Kainhofer * Dialog to import calendars as resources, e.g. for subscribing to webcal URLs. Cornelius Schumacher * Quick event generation in agenda view (type-ahead). Cornelius Schumacher * Remote calendars (caching) Cornelius Schumacher * Support drag and drop of todos to event views. Cornelius Schumacher, Reinhold Kainhofer * Locking of calendar files. Cornelius Schumacher * Incidence attachements. Cornelius Schumacher * Kontact integration. Cornelius Schumacher, Don Sanders KAlarm * Add option for alarm to send an email. David Jarvie * Add options for non-modal alarm message window. David Jarvie * Add options to store and view expired alarms. David Jarvie * Add copy, view and undelete actions for the selected alarm. David Jarvie * Restore alarm messages which were displayed before KAlarm was killed or crashed. David Jarvie * Implement shift key accelerator for spinbox buttons. David Jarvie * Store alarm data in calendar file in a more standard way. David Jarvie * Add KAddressBook birthday import facility. David Jarvie * Add option to set an advance warning for alarms. David Jarvie * Add option to set font and foreground color for individual alarm messages. David Jarvie * Add option to list next 24 hours' alarms in system tray tooltip. David Jarvie * Add time-to-alarm display option to main alarm list. David Jarvie KPilot * Generalized .pdb viewer component Reinhold Kainhofer * DOC conduit to convert text files to PalmDOC (Aportis DOC, TealReader, Weasel reader etc.) texts on the handheld. Reinhold Kainhofer * New application "kpalmdoc" that converts texts (.txt) to .pdb files and the other way round. Also works for whole directories, bookmarks are supported. (This app is similar to MakeDocJ/MakeDocW) Reinhold Kainhofer * Allow addressbook sync with an arbitrary vcard file (not only StdAddressbook) Reinhold Kainhofer * Allow synchronization of the handheld's custom fields with addressbook fields like URL, birthdate, ICQ, etc. Reinhold Kainhofer * Fixed the backup when doing a hot sync. New fast backup mode. Reinhold Kainhofer * All sync settings are now global settings, but can be overriden in the conduit configuration. Reinhold Kainhofer * Redesigned conduit selection and configuration dialog. Adriaan de Groot * New conduit: The systeminfo conduit exports information about the handheld to a text or html file. Reinhold Kainhofer * New Viewer/Editor: It is now possible to edit todos directly in KPilot. The changes are synced to the handheld. Reinhold Kainhofer * New Viewer/Editor: You can edit the raw data of any database from the handheld (using a Hex Editor). The changes are synced to the handheld Reinhold Kainhofer KArm * Use libkcal to store data. This way KArm and KOrganizer can work off the same TODO list. Also, KArm now stores the history of hours logged in the same file as the tasks. VTODO == task, and VEVENT == a start/stop timer event. Mark Bucciarelli * Prompt user to pick file name when importing legacy storage. Previously, storage format was determined with magic based on strings in the file name. Mark Bucciarelli * Create new timecard report. Ask user for a date range and generate a list of weekly tables that show hours spent by task and day. Paste this text report into the clipboard. Mark Bucciarelli * Use IconList dialog for preferences screen. Mark Bucciarelli
2004-02-04 23:50:18 +01:00
kmail/upgrade-signature.pl \
kmail/upgrade-transport.pl \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 22:59:47 +01:00
libkdenetwork/kpgp-3.1-upgrade-address-data.pl \
libkpgp/kpgp-3.1-upgrade-address-data.pl
Update to KDE 3.2 Changes: PIM Kontact * NEW IN KDE: Introduction of Kontact, KDE's PIM and groupware suite. Daniel Molkentin * Drag and Drop of mails on calendar and todo list. Cornelius Schumacher, Don Sanders * Adding KNode part. Zack Rusin KMail * Load attachments on demand (imap). Carsten Burghardt * Add "Play Sound" option as filter action / when receiving new mail. * Add identity-dependant spell-checking dictionary. Ingo Kloecker * Add Imap-subscription. Carsten Burghardt * Select startup-folder. Carsten Burghardt * Easy language selection for as-you-type spell checking. Ingo Kloecker * Allow message preview window to be hidden or displayed to the right of the messages list. Till Adam * Improved Threading, particularly subject threading. Till Adam * Sort and thread stable adding and removing of messages in the current folder. Till Adam, Don Sanders * Allow mails to have multiple statuses. Till Adam * Watch thread and ignore thread. Till Adam * Searching and filtering mail by status. Till Adam * Mailcheck in individual imap folders. Till Adam * As-you-type spell checking. Don Sanders * Search folders (a.k.a virtual folders). Don Sanders * Kontact integration. Don Sanders * Per folder duplicate message removal. Don Sanders * Search dialog usability improvements including context menu. Don Sanders * Separate reader window usability improvements including context menu. Don Sanders * Auto saving of mails being composed, prevents mail loss in the result of a hard crash. Don Sanders * Ad hoc filters. Don Sanders * Drag and Drop of mails on KOrganizer to turn mails into events or todos. This requires a message drag object and a DCOP call to select a mail in the reader window by an identifier. Cornelius Schumacher * Disconnected IMAP. Bo Thorsen Merging kroupware_branch * Disconnected IMAP Bo Thorsen * compliant MDN support Marc Mutz KNode * Add DCOP interface Zack Rusin * Make KNode a fully functional KPart Zack Rusin * Integration with KWallet Zack Rusin KMailCVT * New GUI based on KWizard Laurence Anderson * Code cleanup libkabc * Port libkabc to the new kresource model * Add asynchronous interface Tobias Koenig KAddressbook * Input fields for GEO, CLASS, PHOTO, LOGO and SOUND Tobias Koenig * Make the views plugins * Kontact integration. Cornelius Schumacher, Don Sanders, Tobias Koenig libkcal * Unit tests. Cornelius Schumacher KOrganizer * File backend which automatically stores all changes and supports external changes of the data Cornelius Schumacher * Allow moving of events that span several days Reinhold Kainhofer * Full support for arbitrary week start days (as configured in the control center) Reinhold Kainhofer * Configurable printing Reinhold Kainhofer * Dialog to import calendars as resources, e.g. for subscribing to webcal URLs. Cornelius Schumacher * Quick event generation in agenda view (type-ahead). Cornelius Schumacher * Remote calendars (caching) Cornelius Schumacher * Support drag and drop of todos to event views. Cornelius Schumacher, Reinhold Kainhofer * Locking of calendar files. Cornelius Schumacher * Incidence attachements. Cornelius Schumacher * Kontact integration. Cornelius Schumacher, Don Sanders KAlarm * Add option for alarm to send an email. David Jarvie * Add options for non-modal alarm message window. David Jarvie * Add options to store and view expired alarms. David Jarvie * Add copy, view and undelete actions for the selected alarm. David Jarvie * Restore alarm messages which were displayed before KAlarm was killed or crashed. David Jarvie * Implement shift key accelerator for spinbox buttons. David Jarvie * Store alarm data in calendar file in a more standard way. David Jarvie * Add KAddressBook birthday import facility. David Jarvie * Add option to set an advance warning for alarms. David Jarvie * Add option to set font and foreground color for individual alarm messages. David Jarvie * Add option to list next 24 hours' alarms in system tray tooltip. David Jarvie * Add time-to-alarm display option to main alarm list. David Jarvie KPilot * Generalized .pdb viewer component Reinhold Kainhofer * DOC conduit to convert text files to PalmDOC (Aportis DOC, TealReader, Weasel reader etc.) texts on the handheld. Reinhold Kainhofer * New application "kpalmdoc" that converts texts (.txt) to .pdb files and the other way round. Also works for whole directories, bookmarks are supported. (This app is similar to MakeDocJ/MakeDocW) Reinhold Kainhofer * Allow addressbook sync with an arbitrary vcard file (not only StdAddressbook) Reinhold Kainhofer * Allow synchronization of the handheld's custom fields with addressbook fields like URL, birthdate, ICQ, etc. Reinhold Kainhofer * Fixed the backup when doing a hot sync. New fast backup mode. Reinhold Kainhofer * All sync settings are now global settings, but can be overriden in the conduit configuration. Reinhold Kainhofer * Redesigned conduit selection and configuration dialog. Adriaan de Groot * New conduit: The systeminfo conduit exports information about the handheld to a text or html file. Reinhold Kainhofer * New Viewer/Editor: It is now possible to edit todos directly in KPilot. The changes are synced to the handheld. Reinhold Kainhofer * New Viewer/Editor: You can edit the raw data of any database from the handheld (using a Hex Editor). The changes are synced to the handheld Reinhold Kainhofer KArm * Use libkcal to store data. This way KArm and KOrganizer can work off the same TODO list. Also, KArm now stores the history of hours logged in the same file as the tasks. VTODO == task, and VEVENT == a start/stop timer event. Mark Bucciarelli * Prompt user to pick file name when importing legacy storage. Previously, storage format was determined with magic based on strings in the file name. Mark Bucciarelli * Create new timecard report. Ask user for a date range and generate a list of weekly tables that show hours spent by task and day. Paste this text report into the clipboard. Mark Bucciarelli * Use IconList dialog for preferences screen. Mark Bucciarelli
2004-02-04 23:50:18 +01:00
.include "../../meta-pkgs/kde3/kde3.mk"
BUILDLINK_DEPMETHOD.qt3-tools= full
.if !empty(PKG_OPTIONS:Msasl)
.include "../../security/cyrus-sasl2/buildlink3.mk"
PLIST_SUBST+= HAVE_SASL=""
.else
PLIST_SUBST+= HAVE_SASL="@comment "
.endif
.include "../../comms/libmal/buildlink3.mk"
.include "../../comms/pilot-link-libs/buildlink3.mk"
Update to KDE 3.3 Changes: * Kontact o Kolab client integraton. Bo Thorsen o KPilot integration into Kontact. Reinhold Kainhofer, Adriaan de Groot o eGroupware connection. Tobias Koenig o Bug voting and feature purchasing help menu items. Don Sanders * KMail o HTML mail composing. Don Sanders, Edwin Schepers o List only open IMAP folders Carsten Burghardt o Quick search toolbar item Don Sanders o Anti Spam Wizard Andreas Gungl o Anti Virus Wizard Frederick Emmott o Filter Log Viewer Andreas Gungl o Per-contact crypto preferences Marc Mutz o Crypto plugins autoconfiguration Marc Mutz o Split sign and encryption keys Marc Mutz o Preset encryption/sign keys for OpenPGP and S/MIME in the identity Marc Mutz o Importing certificates from PKCS#7 certs-only attachments Marc Mutz o Add new (automatic) mailinglist handling functionality. Zack Rusin o Add viewer plugins to allow e.g. KOrganizer to display invitations embedded in KMail. Ingo Kloecker o Renaming of Disconnected IMAP folders Bo Thorsen o New filters: "is email in addressbook?", "is email in one of the addressbook's categories?", "has email an attachmen?" Martin Koebele, Ingo Kloecker o Merge in presence display via KIMProxy Will Stephenson o Allow starting IM chats from an address's context menu Will Stephenson o IMAP ACL support (aka shared folders) David Faure o Expiring old messages as a background task, optionally by moving them to another folder David Faure o Compacting mbox/maildir folders as a background task David Faure * Kleopatra (formerly known as KGpgCertManager) o Importing/exporting certificates and secret keys Marc Mutz o Deleting certificates Marc Mutz o Async / cancel'able operations Marc Mutz o Highlighting of revoked/expired/etc certificates in the certlist Marc Mutz * KOrganizer o Recurrence on todo's Bram Schoenmakers o Free/Busy view Cornelius Schumacher o Automatic upload of Free/Busy information to server Cornelius Schumacher o Remote calendars (auto-update, change notification) Cornelius Schumacher o More flexible working hour configuration (minute-based, working days can be selected, overnight shifts are possible) Reinhold Kainhofer o Allow editing of more than one day in Journal (diary) view Reinhold Kainhofer o Holiday plugin uses the system's country as default Reinhold Kainhofer o Filters are also applied to todo lists, and to printing the todo list Reinhold Kainhofer, Bram Schoenmakers o "Copy to" date and "Move to" date popup in popup menu for todo items Bram Schoenmakers o "Edit"-button in alarmdialog Bram Schoenmakers * KPilot o Fix knotes conduit Adriaan de Groot o KPilot integration into Kontact Reinhold Kainhofer o Configuration wizard (only three settings, handheld is auto-detected!) Reinhold Kainhofer o Allow syncing to remote files (calendar, todo, addressbook) Joern Ahrens o Add a custom page to KAddressbook's contact editor to allow editing of the custom fields synced by the addressbook conduit Reinhold Kainhofer * KAlarm o Add facility to define alarm templates David Jarvie o Add option to play sound file repeatedly until alarm window is closed David Jarvie o Add volume control for playing sound file David Jarvie o Add 'stop sound' button to alarm message window when sound file is played David Jarvie o Add facility to execute shell commands before or after an alarm is displayed David Jarvie o Middle mouse button over system tray icon displays new alarm dialog David Jarvie o Add option to display a reminder once only before the first alarm recurrence David Jarvie o Add facility to specify shell commands to execute before or after an alarm is displayed David Jarvie o Display time-to-alarm in reminder message window David Jarvie o For message texts which are truncated in main window, show full text in tooltip David Jarvie o Allow more flexible formats in time entry fields David Jarvie o After creating/editing alarm, prompt to re-enable alarms if currently disabled David Jarvie * KArm o Documentation Mark Bucciarelli o File locking Mark Bucciarelli o CSV Export of timecard history Mark Bucciarelli * KNotes o Network-enabled KNotes Michael Brade o Implement rich text mode for the notes. Michael Brade * KitchenSync o Finish framework. Cornelius Schumacher o Syncing addressbook and calendar data between desktops. Cornelius Schumacher * KNode o Improved HTML rendering Roberto Selbach Teixeira o Partial KMail look'n'feel Roberto Selbach Teixeira o Show long group names as tooltips. Roberto Teixeira * KAddressBook o Simple and advanced Custom Fields support Tobias Koenig o Field selection for vCard export plugin Tobias Koenig o GUI for per-contact crypto settings (see also KMail) Marc Mutz, Steffen Hansen o Make KAddressBook work fine with asynchronous interface of libkabc Tobias Koenig o Polish up the GEO, PHOTO, LOGO and SOUND input widgets Tobias Koenig o Merge presence display in summary view Will Stephenson o Merge editor widget for multiple IM addresses Will Stephenson o Add progress bar to KAddressbook's Nokia mobile phone import/export filter Helge Deller o Add custom page to allow editing of the custom fields synced by the addressbook conduit Reinhold Kainhofer * KonsoleKalendar o Fix exporting recurring events Allen Winter o Handle timezones and localization Allen Winter o New --next command line argument for showing next event Tuukka Pasanen o New --show-next command line argument for showing next so many days events Tuukka Pasanen o Add a new compact, easy to read, export format Allen Winter * libkdepim o Add a renamed KIMProxy so that we can use its services and retain compatibility with 3.2. KIMProxy code has been merged with libkdepim. Will Stephenson
2004-08-21 16:07:33 +02:00
.include "../../security/gpgme/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
2002-05-31 15:31:29 +02:00
.include "../../mk/bsd.pkg.mk"