diff options
author | markd <markd@pkgsrc.org> | 2003-03-11 13:24:56 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-03-11 13:24:56 +0000 |
commit | 92384780443826f237eb711ffa1e2fc94662ef13 (patch) | |
tree | 5f67f683bcff7955177542930ed83b991986503d /graphics/kdegraphics3/Makefile | |
parent | e282c14fcbc211ce5f4ab17b107490113b65e505 (diff) | |
download | pkgsrc-92384780443826f237eb711ffa1e2fc94662ef13.tar.gz |
Update KDE to 3.1.
Many bugfixes and functionality enhancements including:
kdegraphics
KView:
Added KImageViewer interface
Added possibility for plugins
Added Slideshow plugin
Enhanced Mousewheel support
Automatic resizing to fit images with varying size
kviewshell: added statusbar
kviewshell: usability improvements
KuickShow: Digital camera jpeg images obey orientaion information
KuickShow: General UI improvements, now features a menubar
KuickShow: Ability to browse image collections on remote servers
KuickShow: Digital camera jpeg images obey orientaion information
KPovModeler: Implement support for the missing PovRAY 3.1 primitives,
zehender at kde org.
KFax: Rewrite all the UI code to be KDE standards compliant, cleanups.
(Nadeem Hasan <nhasan@kde.org>)
libkscan: support for halftoning scan mode where available
kooka: thumbnail view of scanned images added
kooka: ported to KDockWidgets to provide a customizable GUI
kooka: inline image renaming and drag and drop
NEW IN KDE:KPovModeler, a modeling and composition program for creating
POV-Ray (tm) scenes
Diffstat (limited to 'graphics/kdegraphics3/Makefile')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 8d08a0b0b9b..c9514b2b937 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2003/02/21 07:59:09 skrll Exp $ +# $NetBSD: Makefile,v 1.14 2003/03/11 13:24:56 markd Exp $ -DISTNAME= kdegraphics-3.0.5a +DISTNAME= kdegraphics-3.1 CATEGORIES= graphics COMMENT= Graphics programs for the KDE integrated X11 desktop |