diff options
author | markd <markd@pkgsrc.org> | 2004-10-13 12:05:51 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-10-13 12:05:51 +0000 |
commit | 86037f6f5fbec2ca73c6748078ef633a850a9ad2 (patch) | |
tree | d54db084ef5a9383c09e922688640e1a19df5a35 | |
parent | a4c2da11765bc374ee2dbd1af64ed2c861c0ac3c (diff) | |
download | pkgsrc-86037f6f5fbec2ca73c6748078ef633a850a9ad2.tar.gz |
Update to KDE 3.3.1
Changes:
* Quanta Plus
o VPL: enable VPL on KDE 3.3.x
o show (again) the full filename in a tooltip
o don't crash if the preview widget is closed with a JavaScript command
from the code itself
o possible crash on startup fixed
o don't try to autofill a closing tag for non-xml tags
o when opening a Quanta 3.2 project set the upload status of the files
to "When Modified" not to "Never"
o when adding files to a project, use the upload status of the parent
directory for the newly added file
o fix the Save As.. behavior (it defaulted to some strange directories,
depending on the active treeview, selected directory, etc.)
o update the modified status text/icon when using Save All
o always find the right action to edit, even if there are more actions
with the same user visible name
o don't change the template description if writing to the .dirinfo file
fails (usually for global templates)
o fix creation of new template directories (template type was stored
incorrectly)
o display the user-readable template type in every dialog
o fix the Konqueror launch in meinproc.kmdr
o fix open dialog in checkxml.kmdr: use the the folder selection dialog
to select folders
o improvement: don't show the project toolbar when no project is loaded
o improvement: support loading of more than one toolbar at a time
o improvement: don't ask for toolbar saving if the toolbar names was
modified by Quanta to add (1), (2), etc. at the end
o improvement: disable the Quanta Template page in properties if you
don't have writing rights to the directory
o improvement: show the user-readable template description for every
template file, not just the directories.
o improvement: don't allow to change the template type in the properties
of a file as it's valid per-directory.
* Kommander
o output from ExecButton wasn't sent to standard output
* KLinkStatus
o enable the hide toolbar menu item in the toolbar context menu (and
don't crash with KDE 3.3.0 when you right click on the toolbar)
-rw-r--r-- | www/kdewebdev3/Makefile | 3 | ||||
-rw-r--r-- | www/kdewebdev3/PLIST | 7 | ||||
-rw-r--r-- | www/kdewebdev3/distinfo | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/www/kdewebdev3/Makefile b/www/kdewebdev3/Makefile index eac459d3915..32a822f59c1 100644 --- a/www/kdewebdev3/Makefile +++ b/www/kdewebdev3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:26 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/13 12:05:51 markd Exp $ DISTNAME= kdewebdev-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= www COMMENT= HTML editor and tools suitable for experienced web developers diff --git a/www/kdewebdev3/PLIST b/www/kdewebdev3/PLIST index 32f1f699d88..4f8cb62df41 100644 --- a/www/kdewebdev3/PLIST +++ b/www/kdewebdev3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:57 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/10/13 12:05:51 markd Exp $ bin/kimagemapeditor bin/klinkstatus bin/kmdr-editor @@ -155,6 +155,9 @@ share/kde/applnk/Development/quanta.desktop share/kde/applnk/Editors/kmdr-editor.desktop share/kde/applnk/Utilities/kfilereplacepart.desktop share/kde/applnk/Utilities/klinkstatus.desktop +share/kde/apps/kafkapart/entities +share/kde/apps/kafkapart/pics/comment.png +share/kde/apps/kafkapart/pics/php.png share/kde/apps/kfilereplacepart/kfilereplacepartui.rc share/kde/apps/kfilereplacepart/pics/about.png share/kde/apps/kfilereplacepart/pics/error.png @@ -1574,6 +1577,8 @@ share/kde/servicetypes/quantadebugger.desktop @dirrm share/kde/apps/kfilereplacepart/toolbar @dirrm share/kde/apps/kfilereplacepart/pics @dirrm share/kde/apps/kfilereplacepart +@dirrm share/kde/apps/kafkapart/pics +@dirrm share/kde/apps/kafkapart @comment dirrm share/kde/apps @comment dirrm share/kde/applnk/Utilities @comment dirrm share/kde/applnk/Editors diff --git a/www/kdewebdev3/distinfo b/www/kdewebdev3/distinfo index f33256b20a9..ca3d318e916 100644 --- a/www/kdewebdev3/distinfo +++ b/www/kdewebdev3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/08/21 15:24:04 markd Exp $ +$NetBSD: distinfo,v 1.2 2004/10/13 12:05:51 markd Exp $ -SHA1 (kdewebdev-3.3.0.tar.bz2) = 6f546f83a85542a1331d3a3c2b38c76ede38bce6 -Size (kdewebdev-3.3.0.tar.bz2) = 4784455 bytes +SHA1 (kdewebdev-3.3.1.tar.bz2) = faafae46b981b683a4e1b679858d3b57b01cb4f1 +Size (kdewebdev-3.3.1.tar.bz2) = 4790425 bytes SHA1 (patch-aa) = 9268bdb93739a1b4b9dc7cb2d03acd860c05788f |