summaryrefslogtreecommitdiff
path: root/misc/kdepim3
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-23Use sh rather than bash to run update script.markd3-2/+26
Partial fix for PR 28657. Bump PKGREVISION.
2004-12-10Update to kde 3.3.2markd5-83/+152
Changes: * kalarm: fix KAlarm button on message windows to make it always display the main window * kmail: remember the size of the separate message window instead of using a fixed window size * kmail: gracefully handle broken connections when checking for new mail with IMAP * kmail: don't clear the readerwindow when new mail arrives in an imap folder * kmail: fix aegypten issue39 by only using the body itself as a text part if there are no body parts and we didn't get any other text so far, such as for smime opaque encrypted mails * kmail: fix the "folders not visible" problem after starting KMail when the intro is shown * kmail: fix searching when the header field in question is the first one of a message * kmail: disable wordwrap in the composer for all inline invitation mails, not just for those sent with autosending enabled * kmail: don't translate the "local" folder prefix; this fixes problems with KMail's summary plugin * kmail: fix adding attachments to inline-forwarded messages * kmail: remember the selected crypto format when saving a message as draft * kmail: hide filter actions from "Configure Toolbars" dialog; fixes crashes * kmail: fix missing filter actions after switching to the Mail component in Kontact * kmail: remove BCC coming from identity on ical invitations * kmail: grab the signature only once * kmail: fix problem with disappearing dimap folders * kmail: don't kill running mailchecks when cancelling the subscription dialog * kmail: add missing tooltip to the BCC [...] button * kmail: make sure that no signature is appended to inline invitation replies, Outlook chokes on them * kmail: don't sign or encrypt inline invitations or invitation replies * kmail: fix PGP/MIME encrypting messages which are BCC'ed * kmail: make sure that all changes in the folder properties are saved * kmail: fix uncontrolled checkboxes in the composer's attachment list * kmail: improved performance when dragging mails over the folder list * kmail: provide all reply methods and all forward methods in the separate message window * kmail: fix minor bugs in the antispam wizard * kmail: correctly end new-mail-check when an IMAP folder reports an error * kmail: fix 'kstart --iconify --windowclass kmail kmail' which allows starting KMail in the system tray * kmail: fix broken order of folders in the folder selection dropdown box * kmail: notice a manual change of the external editor command line * kmail: adjust antispam wizard to changes in bogofilter 0.93 * kmail: don't look up recipient keys during autosave * kmail: fix "Folder Menu not updated after enabling Expiration for a Folder * kmail: add support for additional antispam tools * kmail: various speed improvements * kontact: don't show empty tip of the day on startup
2004-12-06Solaris' nawk and yacc aren't up to building kdepim3.gavan1-1/+2
2004-11-28From KDE CVS, KDE_3_3_BRANCH:kleink3-3/+17
kdepim/korganizer/plugins/holidays/holidays.cpp 1.12.2.1: Backport of bug fixes for #84979 (crash on AMD64) [...] Bump version to kdepim-3.3.1nb2, and update the version required by the kde3 meta package.
2004-11-18More duplicate dirrm cleanup.markd1-4/+4
2004-11-18Don't delete services/kded on package deletion (kdelibs does it)markd1-2/+2
Partial fix for PR pkg/28342.
2004-11-08This package has copied several files from gpgme verbatimshannonjr6-2/+112
that have been patched recently to correctly use getenv_r, ttyname_r and strerror_r. This update applies the same changes to the copied files.
2004-10-13Update to KDE 3.3.1.markd4-6/+47
Changes: * kaddressbook: Update the button bar when adding contacts from the ldap query * kalarm: Prevent crash if kalarmui.rc is missing * kalarm: Prevent Quit option from becoming useless if "Don't ask again" is selected along with Cancel in confirmation dialog * kalarm: Fix scheduling of weekly/monthly/yearly recurrences from the command line * kalarm: Fix errors when altering or cancelling deferrals of expired recurrences * kalarm: Fix message window size not fitting message * kalarm: Prevent blind copy to self of email alarms via KMail when bcc is deselected * kmail: Fixed a couple of bugs which can lead to mail loss with disconnected IMAP * kmail: Fixed "Switch to html mode when using bullets in composer" * kmail: Fixed "Clicking bold/italic in composer sometimes doesn't do anything" * kmail: Fixed the mailing list address importing * kmail: Fixed folder tree flicker * kmail: Fixed "attaching files with long lines causes message loss" * kmail: Filter dialog: create at least one new filter where there is one (usability improvement) * kmail: Fixed crash on folder creation under certain conditions * kmail: AV-filter scripts: Make antivir search in archives * kmail: Numerous crash fixes (xml-gui, anti-spam wizard) * kmail: Added icon for agenda resource folder * kmail: Don't move files if source and target folder are the same * kmail: Let address completion keep working after reconfiguring ldap servers * kmail: Fixed crash when expiring mail with the menu item * kmail: Made it possible to use disconnected IMAP folders as draft folders * kmail: Allow the use of distribution list in BCC again * kmail: ACL dialog: make sure user cannot remove his own folder admin rights * kpilot: Added missing icons * kpilot: Various fixes * korganizer: Fix typeahead for new events in agendaview * korganizer: Don't crash on undo when no resource is available * korganizer: Fixes for freebuy view: if appointment is more than 15 days in the future; made "pick a date" button work" * korganizer: Don't crash when cancelling a drop on the daymatrix * korganizer: Various fixes in the invitation editor dialog * korganizer: Various timezone handling fixes * korganizer: Fix for "directory for local dir resource was never automatically created, and all data of that resource was just lost" * korganizer: Don't try to save read-only resources, which lead to an error. * konsolekalender: various fixes * kontact: "open in addressbook" when kaddressbook-part is not yet loaded showed only the addressbook part * kontact: Completely rewritten knotes plugin * kontact: Summary view: new default plugins * kontact: Summary view: various layouting fixes * kontact: Sidebar: do not raise part on certain drag'n drop actions
2004-10-07Make qt3-tools dependency full rather than build as kaddressbook dependsmarkd1-1/+3
on libqui. From Ian Zagorskih in PR pkg/27178.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-222/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-21Update to KDE 3.3markd7-302/+540
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-05Apply patch from kdepim HEAD to fix build on Solaris.markd2-1/+14
2004-06-10update to kde 3.2.3markd2-4/+8
changes: * KNotes: Shortcuts work again Fixed being able to uncheck all text format buttons in RT mode Fixed possibility of some global settings not being saved * KNode: Fix coloring of quoted text * KNode: Prevent multiple configure shortcuts actions when running in Kontact
2004-06-05Mention kmailcvt, korn, knode.markd1-0/+3
2004-06-05Mention that package includes kmail too.reed1-0/+1
2004-04-24Unused.wiz1-126/+0
2004-04-20bl3ify and update to kde3.2.2.markd6-19/+79
Changes: * kalarm: Fix Ctrl+Q must QUIT the application and not hide it to system tray * kalarm: Update time entry field after editing when mouse cursor leaves it. * kalarm: Prevent undeleted recurring alarms being triggered immediately. * kalarm: Do not allow alarms to be undeleted if they are completely expired. * kmail: Improved look with other styles than Keramik. * KNode: Don't save accounts before they have a valid id * KNotes: o lots of fixes o finished rich text support o use KConfig XT for default values o use XML GUI for all actions * Make various scripts install with the executable bit set
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-2/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-09Update to KDE 3.2.1.markd4-88/+4
Changes: KAlarm: Fix freeze at login KAlarm: Fix alarms being missed at login KAlarm: Fix memory leaks KAlarm: Fix errors saving the expired alarms calendar KAlarm: Fix scheduleCommand() and scheduleEmail() DCOP handling KAlarm: Prevent email alarms from being sent if no 'From' address is configured KAlarm: Omit 'Bcc' when sending email alarms if no 'Bcc' address is configured KAlarm: Sound file chooser dialog now shows all audio file types KMail: Don't save messages to disk with world-readable permissions set by default. KMail: Fix bug #69418 (filters don't work anymore as in 3.1.4) KMail: Fix bug #73307 (Expire on exit does not work if confirmation is enabled) KMail: Fix 'Copy Link Location' in a detached reader. KMail: Fix bug #73310 (sending a new mail while forgetting the receiver and/or the subject the composing window is minimized and hidden) KMail: Fix bug #73602 (Message body lines starting with "From " are incorrectly parsed as message seperator in mbox folders) KMail: Fix bug #72808 (reply to myself is broken / empty To: address field) KMail: Fix bug #62919 (reply all should not use From when ReplyTo is set (except for mailing list messages)) KMail: If one uses reply-all for replying to a message from oneself then now the first other recipient is added to To:; previously To: was empty because the own address (which was the sender address) is removed from the list of recipients and all other recipients were listed in the Cc: header. KMail: Fix bug #73527 (filter-Window is switch in the background when "rename filter"-Dialog appears. (just within Kontact)) KMail: Correct the sizes shown in the message structure viewer for IMAP messages. KMail: Fix critical bug #71866 (conversion of pop filter settings dangerous) KMail: Fix critical bug which caused whole IMAP folders to be deleted when messages were filtered through spamc or other external applications. KMail: Fix a crash during startup with invalid IMAP folders. KMail: Fix bug #74272 (Cannot subscribe to cyrus imap "sharedprefix" folders) KMail: Don't activate reader window on kmail --check. KMail: Fix saving of multipart/signed message parts inside multipart/mixed message parts. KMail: Don't disable sign/encrypt if we're using S/MIME and no OpenPGP key has been specified for this identity. KMail: Fix bug #74591 (kmail crashes after retrieving imap folders) KMail: Fix bug #74380 (Change of the account symbolic name caused loss of the sent and drafts folders) KMail: Fix bug #70558 (IDN domains are shown ACE-encoded in the statusbar) KMail: Fix problems with changed sort order after arrival of new mail or closing config dialog. KMail: Fix bug #75024 (search for or also returns read emails) KMail: Fix bug #70459 (Keyboard shortcuts for Forward, etc. don't work in Kontact after another component has been selected) KMail: Fix signature creation time validation. Visible bug was that for signatures made in January, the printing of the creation time was suppressed. KMail: Fix passive popup placement and taskbar flashing of new mail notification in Kontact KMail: Fix bug #75983 (moved IMAP messages lose attachments) KNode: Prevent unnecessary wallet openings when closing KNode
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+4
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-06Add official KDE patches to fix two kmail problems that can lead to mailmarkd4-2/+86
loss. Bump PKGREVISION.
2004-02-04Update to KDE 3.2markd6-102/+895
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-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-1/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-15Update to KDE 3.1.5.markd3-12/+10
Changes: * kalarm: Fix system tray status indication on startup
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz2-3/+4
2003-09-17Update to KDE3.1.4.markd3-11/+10
Changes: * kpilot: Fix Bug 50560: address not synced correct with new address information * kpilot: Fix Bug 60659: Always using at least one of the addresses from kaddressbook * kpilot: Fix Bug 60691: KPilot vcal conduit changes day when syncing repeating events * kpilot: fix errors in build system.
2003-08-05update for revision bumpsdrochner1-2/+2
2003-08-05bump revision after qt3/kde prefix changedrochner1-1/+2
2003-08-04some more X11BASE->LOCALBASE changesdrochner1-2/+2
2003-07-30Update kdepim3 to 3.1.3.markd5-17/+17
Changes: * korganizer: fix french and czech holidays (Dirk Mueller) * kaddressbook: Fix bug #60518 * kdateedit: Fix bug #57465 * kpilot: crash fixes * kalarmd: crash fix. * knotes: Fix bug #58658 * build fixes
2003-07-29If TZ wasn't set unset it again after playing with other timezones.markd3-3/+17
Fixes korganiser always displaying the wrong time after loading a calendar (unless you are in UTC). PKGREVISION++
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-05-22Update KDE to 3.1.2.markd5-37/+19
Changes: kdeartwork: * Fixed a potential printf() format string attack in the slideshow screensaver kdepim: * korganizer: Exchange plugin supports secure WebDAV. * korganizer: Fix timezone handling when timezone names are Unicode strings. kdeutils: * kedit: Save immediately when Settings/Save Settings is called. * khexedit: Fixed insertion of local files.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-04-01Update KDE to 3.1.1.markd2-5/+5
Changes: arts * Several memory corruption fixes. kdelibs * kdialog: Fix screen numbering problem for centerOnScreen() static method * kprogress: Fix math problem in displaying correct percentage for large numbers * kio_http: Fix data processing for webdav(s) listing of directories and files * kate: Many small bugfixes, including: + Fixed code completion drop-down box position + Fixed "wrap cursor disabled" bugs + Fixed vertical scrollbar middle mouse behaviour + Fixed remove whitespace feature + Now clears the redo history when it is irrelevant + Fixed crash after starting up with a non-existant directory in the file selector history * kparts: Fix extension of transparently downloaded files, this fixes ark (used to display temp file instead of archive content) * klauncher: Fixed support for "Path=" entry in .desktop files. This entry can be used to specify a working directory. * kio: Don't let ChModJob's -X emulation interfere with mandatory file locking. * kdeui: Fix for alternate background coloring in Konqueror list views. * kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2. * kio/bookmarks: Properly handle multiple shown bookmarks with the same URL; fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks points to the same place * kstyles: Handle focus indicators on label-less checkboxes better * kdeprint: Don't freeze when there is no route to the selected CUPS server * SSL: add support for OpenSSL 0.9.7 * SSL: ADH ciphers are now explicitly disabled in all cases * SSL: new CA root certificate added * Several Xinerama related fixes * QXEmbed fixes for various situations that don't handle XEMBED well * Java on IRIX with SGI 1.2 VM is fixed * khtml: Several major bugfixes, partially incorporated fixes from Safari as well. kdeaddons kdeadmin * Linux Kernel Configurator: Add details about the lightbulb icon's meaning * Linux Kernel Configurator: Support for more incorrect kernel configuration files kdeartwork kdebase * kcmshell: Restored backwards compatibility wrt KDE 3.0 module names * klipper: Escape "&" everywhere. * konsole: + Removed "get prompt back"-hacks, don't assume emacs key shell bindings. + Fixed usage of background images with spaces in the filename. + Profile support fixes (disabled menubar etc.) + Bookmarks invoked from "Terminal Sessions" kicker menu now set correct title. + Fixed a problem with the "Linux" font that prevented it from being used with fontconfig. * kdesktop: Made desktop menus pop up in unused Kicker space work. * kicker: Fixed empty taskbar sometimes showing scroll buttons. * konqueror: + Various startup performance improvements + Fix crash when sidebar tree expands hidden directory + Fix crash when config button hidden from config button's menu + Extensive fixes to Netscape plugins, fixing crashes and plugin support + Changes to default preview settings, making the defaults safer on various platforms * Java configuration module: Make it possible to properly configure Java in all cases * Previews: Fixed a privacy issue where previews of HTML files could access files or hosts on the network. kdeedu * KStars: + Fixed bug #51708: No longer exits if starting position is below horizon (only affected some systems) + Fixed bug #52205: Country of Lhasa is China, not Tibet. + Fixed too-narrow coordinates field in statusbar. + Fixed bug in "length of day" calculator module; it now properly accounts for latitude and longitude kdegames * Atlantik: Many small bugfixes, including: + Better handling of incoming messages + Fixed token animation * kbackgammon: Common crash fix. kdegraphics * KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the drawings * Kooka: Some UI crashes fixed * KViewShell: Default paper size is fixed * KGhostView: Fixed wheel-mouse scrolling kdemultimedia * KsCD: + Stopped KsCD from pausing after tracks in random mode + Correctly associate extra CDDB information with tracks + Support non-Latin encodings properly in CDDB entries and elsewhere + Proper systemtray behaviour + Updated key accel code to avoid depricated calls * Movie previews have been removed due to severe unresolved stability problems kdenetwork * Desktop Sharing server (krfb): + fix problems on X11 servers with 8 bit depth + fix problems on X11 servers with big-endian framebuffer + allow X11 servers without XShm (thin clients). Warning: requires a lot of bandwidth + remove read timeouts. This should solve problems with some clients that got disconnected after a minute of inactivity (but increases the time to detect dead clients) + fix problem with clients that support both RichCursor and SoftCursor encodings (like krdc from HEAD) * Desktop Sharing client (krdc): + fix: when an error occurred in fullscreen krdc did not restore the original resolution + fix: krdc stopped to repaint the framebuffer after a disconnect while the error dialog was displayed + the quality setting in medium quality mode has been increased because the original setting looked too bad with Keramik kdepim * KOrganizer bug fixes: + Use correct default duration for events crossing a day boundary (#53477). + Correctly save category colors (#54913). + Don't show todos more than once in what's next view. + Include todos in print output of month view (#53291). + Don't restrict maximum size of search dialog (#54912). + Make cancel button of template selection dialog work (#54852). + Don't break sorting when changing todos by context menu (#53680). + Update views on changes of todos directly in the todo list (#43162). + Save state of statusbar (#55380). * knotes: Escape "&" in note titles kdesdk * Cervisia: + Fixed line break in protocol view + Fixed timestamp for files that are not in cvs (#55053) + Fixed handling of Cervisia's options like 'Update Recursively' when run as embedded part in konqueror (#55665) kdetoys * kworldclock: Fixed that all clocks show the same time. * kweather: Made it work again with non-english locales. (#52147) * kweather: Prevent KWeather from looping and freezing Kicker when not connected to the internet.(#49191) kdeutils * klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI * kcalc: Now a KMainWindow instead of a KDialog to fix various UI inconsistencies * kdf: Support escapes in fstab quanta * Bugfixes: + Allow resizing of the main window even with large user toolbars [#53230] + Insert valid DTD definitions [#53274] + Honor the View Default settings from Settings->Configure Editor [#53569] + Be less braindead regarding the Show DTD Toolbar setting [#53739] + Be able to select also directories in tag dialogs [#54819] + Do not complain about text files being binary ones on a system with broken mimetypes [#54924] + Bring up the "File Changed" dialog only, when the file content has changed[#55678] + Select Tag Area behaviour fixed for optional tags + Insert non-translated string in CSS code parts + Insert "border-top", "border-right", etc. correctly in CSS + Don't quote the script line more than once in the action configuration dialog + Memory leak fixed: editor parts were not deleted when a file was closed + Fix insertion of "img" tags in HTML documents + Upload/rescan project/add to new project tree view behaviour fixed + Fix renaming of file in the Project Tree, when a file with the new name was already present in the project + Rename only what has to be renamed in the project and enable project saving after a rename + Use the correct encoding for newly created files + Saving of Author and E-Mail project options was broken in some cases + Fix the numbering of new documents + Fix the execution of actions + Fix crash when deleting an action + Insert valid single tags from the toolbar * Enhancements: + Show the tag attributes (Alt-Down) menu lower than the current line + "Insert in cursor position" for script actions replaces the selection if there was some text selected + New DCOP interface (WindowManagerIf) added to enable the modification of the opened documents from a script + DTD for Quanta tags (DTD definition) added + XHTML 1.0 Strict DTD added
2003-03-11Update KDE to 3.1.markd12-471/+343
Many bugfixes and functionality enhancements including: kdeaddons NEW IN KDE: Noatun plugin to search for lyrics of the current song. kdeadmin kcmlinuz: is now a standalone application kcmlinuz: Added capability to search for configuration options kdeedu NEW IN KDE: Kiten, a Japanese Reference Tool. NEW IN KDE: FlashKard, a vocabulary tool. Is able to read KVTML files which were written by KVocTrain. NEW IN KDE: started a libkdeedu, which allows interopability and code sharing between KDE Educational applications. kdepim libkabc Plugin interface for resources and formats. Control module for configuring multiple resources. Optional directory resource which stores each entry as own file. LDAP resource. Optional binary storage format for better performance with large addressbooks. Completed support for vCard entities: sound, geo, key and some more. vCard 2.1 import. LDAP aware mail address input field. KAddressbook New card and icon views. Multiple configurable views. "kab-style" details view for selected entry. Customizable view filters. Customizable categories for addressbook entries. Support for transparently accessing multiple addressbooks. Redesigned entry editor widget. Printing option supporting two different styles. Optional embedded entry and ditribution list editor. "Jump bar" for quick alphabetical access of entries. Fetch addresses from LDAP servers, including support for multiple servers. Importing of vCard 2.1 files. Improved CSV import (including template for import from Outlook 2000). vCard export. KAlarm Added option to execute commands in alarms. Implemented daily, weekly, monthly and annual recurrences. Optionally play audio notification when an alarm triggers. KPilot Added time conduit VCal conduits (TODO and Calendar) have been improved to function properly. Addressbook conduit has been ported to use libkabc. KOrganizer General User definable templates for events and TODOs. Alarms for TODOs. Added support for automatic HTML export on save of a calendar file. Time table print view. New "location" attribute for events. Experimental "Get Hot New Stuff" button for downloading and uploading calendar files of common interest. Views Added new "Next 3 days" view. Added selection of time span for a new event in day and week views. Direct manipulation of priority, completion status and categories of TODOs by context menus added. Deletion of individual instances of recurring events. Rewritten month view. Coloring of events in month view based on categories. Coloring of due and overdue todos. Improved "What's Next" view. Configurable cell height in week and day views Group scheduling iMIP group scheduling functions for TODOs. Publishing of Free/Busy information by iMIP conformant email. Improved automatisation of group scheduling. Interopability and integration Support for "webcal" URLs in Konqueror (known from Apple iCal). Support for iCalendar based drag&drop. KOrganizer now shares the dialogs for categories with KAddressBook. Improved iCalendar conformance. Improved right-to-left languages support. Bug fixes for non-latin1 encodings. Plugins New plugin for importing Birthdays of contacts in the KDE address book. New plugin for accessing calendar data stored on an Exchange 2000 server. kdeutils Partially ACPI support in KLaptop.
2003-02-27fix typo in check for strlcat which caused a failure on alphadmcmahill2-8/+17
2003-02-21Remove some more bogus sizeof(size_t) == sizeof(unsigned int) checks.skrll2-1/+64
2003-01-20The result of my recent KDE fiddlingsskrll1-18/+1
- Build all packages with a --disable-static libtool. This is how the packages should be built and means that we don't get a load of useless static libraries. - Use x11/kde3/files/foo_main.cpp instead of creating N copies with patches. - Some other PLIST fixes - Fix PR 19848. kspell doesn't find dictionaries.
2003-01-09Prototype buildlink2.mk's created automagically by createbuildlink(8).uebayasi1-0/+48
2003-01-02Update KDE to the 3.0.5a distribution. Packages are numbered 3.0.5.1 orskrll4-15/+171
1.0.5.1 accordingly. Fixes and changes are: Multiple vulnerabilities. kdelibs KHTML : Fixed several crashes and misrenderings. rlogin.protocol: fixed command execution in specially crafted urls. kdebase KAddressbook: Don't squeeze columns on startup/properly restore column width settings. kdenetwork lisa, reslisa: Fixed several security vulnerabilities. kdesdk Cervisia: Show long lines in diff view always completely.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-10-14Update to KDE 3.0.4. Changes are as follows (note the security fixes)skrll2-6/+5
arts * Compile fix for IRIX64 kdelibs * KHTML : Fixed progress bar. * KHTML : Fixed several crashes and misrenderings. * KHTML : Fixed "HTML source displayed in text viewer" after viewing text. * KHTML : Only ask "download plugins?" once per requested mimetype in the same page. * Javascript : several fixes (row.cells(), tablecaption.*, heading.*, event.x/y) . * libkscreensaver : Fixed bug that in rare cases prevented the screensaver from showing anything. * kio_file : Proper "disk full" error message in mkdir * KIO : Dropping links to webpages onto the desktop works in all cases now * Drag-and-drop of URLs : Improved compatibility with non-KDE apps * KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice kdebase * NSPlugins : Compatibility with gcc-3.x * Konqueror configuration : fixed default font size value * KDesktop : better determination of icon heights, for "lineup Icons" * KDesktop : Don't rearrange all icons when changing the font size * KControl : Fixed proxy configuration dialog layout * Fix a lot of mem leak * Kaddressbook : fix crash when we export CSV list * KDM * Security: proper temp dir creation for QT and disabled crash dialog * Made chooser work at all * Fixed compilation with older glibc * Fixed bad lilo interaction wrt. warnings kdegraphics * Kamera: Fixed crash when we didn't select camera in kcmkamera * KGhostview: Security related fixes kdemultimedia * KMix : Fixed compilation on Solaris * Kaboodle : fixed when it was embedded in konqueror * Fix a lot of memory leak kdenetwork * kpf: Security related fixes kdepim * KAlarm: Fix right-to-left character sets not being displayed in message edit control * KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug #43250) * KNotes: Fixed session management (bug #22844) * KNotes: Fixed mouse behaviour to be like kwin's (raise and lower already on mouse press) * KNotes: Fixed (in)famous bug that caused the big black windows and lost data (bugs #22062, #44870, #45084, #45386, #45451, #46570, #47352) * KNotes: Fixed drag'n drop of links and plain text kdesdk * Disabled kbugbuster compilation because bug system changed. Use CVS version if you need it.
2002-10-03buildlink1 -> buildlink2markd11-8/+150
Is this the first case of buildlink2 needing additional patches rather than removing those no longer required? Expand on the DESCR. Partially addresses pkg/18374
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.