2005-07-30 13:55:51 by Mark Davies | Files touched by this commit (1) |
Log message:
Update to KDE 3.4.2
No summary of changes given, see
http://www.kde.org/announcements/changelogs/3_4_2/kdegames.txt for details.
|
2005-05-31 17:03:07 by Mark Davies | Files touched by this commit (1) |
Log message:
Update to KDE 3.4.1
Changes: unknown
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-23 23:28:09 by Mark Davies | Files touched by this commit (3) |
Log message:
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-02-24 00:12:05 by Alistair G. Crooks | Files touched by this commit (223) |
Log message:
Add RMD160 digests.
|
2004-12-10 07:28:25 by Mark Davies | Files touched by this commit (2) |
Log message:
Update to kde 3.3.2
Changes:
* atlantik: fix problems with accepting invitations
* atlantik: put player views in a scrollview
* atlantik: show correct amount of players in trade widget
|
2004-11-18 11:27:03 by Mark Davies | Files touched by this commit (1) |
Log message:
Create and cleanup an html directory.
Partial fix for PR pkg/28342.
|
2004-10-13 14:54:56 by Mark Davies | Files touched by this commit (2) |
Log message:
Update to KDE 3.3.1.
Changes:
* atlantik: Don't show warning dialog when exiting a game that ended.
* kpoker: Fixed misevaluation of poker hands
* kpoker: Fixed unnecessary saves
* kreversi: Fix for bug where the color of the players are not saved
* kreversi: Fix for bug in undo handling after side switch
* kreversi: Fix against possible cheat
|
2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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".
|