diff options
author | markd <markd@pkgsrc.org> | 2004-03-09 11:47:08 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-03-09 11:47:08 +0000 |
commit | 90e23de3f5c3d0558acaa0bf39f2f12b28ea668a (patch) | |
tree | af0314d398b7677ffdd40a62e282dc178c96a7b5 /www | |
parent | b791836743a3e99924d7159abb96ad737e538053 (diff) | |
download | pkgsrc-90e23de3f5c3d0558acaa0bf39f2f12b28ea668a.tar.gz |
Update to KDE 3.2.1.
Changes:
VPL: fix editing in the attribute editor of tags which contain special areas
VPL: show the parent tag in the tag attribute view when editing text
VPL: put messageBoxes for cut/copy/paste/undo/redo instead of disabling the
actions (was confusing)
VPL: stop inserting non-breaking space everywhere
VPL: fix some various crashes
fix the slow typing problem
don't crash on upload if the current tab holds a plugin
don't crash the CSS editor on invalid CSS
don't crash the table editor on invalid nested tables
don't crash the table editor when invoked on a table without <tbody>
don't crash when setting table/body/header/footer attributes for newly
created tables
don't crash when trying to drag the No Project text in the project tree
fix crash when clicking on an item of the structure tree which pointed to an
included file
increase timeout for network operations to 60s
don't try to copy the same file twice if it's dropped to the templates tree
view
don't let the attribute tree to grow if the tag name is very long
make insertion and renaming in the project tree view work as expected
improve the usability and behavior of the different treeviews
fix opening of documentation pages with references
always enable the Open and Open Project buttons
creation of templates directory failed in some cases when using the new
project wizard
fix creation of project when the main directory starts with a protocol name
fix creation of remote projects
fix saving of files with fish://
make the spellchecker actually replace the wrongly spelled words
make the New Project wizard usable on lower resolutions
don't switch to the parent node when clicking on a node in the structure
tree and Follow Cursor is enabled
faster startup and less memory used
better namespace support in autocompletion
various parsing fixes
Diffstat (limited to 'www')
-rw-r--r-- | www/quanta3/PLIST | 5 | ||||
-rw-r--r-- | www/quanta3/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/quanta3/PLIST b/www/quanta3/PLIST index 3b62a9e4911..351555608f0 100644 --- a/www/quanta3/PLIST +++ b/www/quanta3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/02/05 02:25:36 markd Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/03/09 11:47:08 markd Exp $ bin/kmdr-editor bin/kmdr-executor bin/kxsldbg @@ -1158,6 +1158,7 @@ share/kde/apps/quanta/toolbar/check_grey.png share/kde/apps/quanta/toolbar/close.png share/kde/apps/quanta/toolbar/color.png share/kde/apps/quanta/toolbar/copy.png +share/kde/apps/quanta/toolbar/css.png share/kde/apps/quanta/toolbar/customlayout.png share/kde/apps/quanta/toolbar/cut.png share/kde/apps/quanta/toolbar/date.png @@ -1308,7 +1309,9 @@ share/kde/apps/quanta/toolbar/textarea.png share/kde/apps/quanta/toolbar/tree_win.png share/kde/apps/quanta/toolbar/ttab.png share/kde/apps/quanta/toolbar/undo.png +share/kde/apps/quanta/toolbar/view_text.png share/kde/apps/quanta/toolbar/vpl.png +share/kde/apps/quanta/toolbar/vpl_text.png share/kde/apps/quanta/toolbar/wiznewprjfin.png share/kde/apps/quanta/toolbar/wiznewprjglb.png share/kde/apps/quanta/toolbar/wiznewprjloc.png diff --git a/www/quanta3/distinfo b/www/quanta3/distinfo index 903351c47bc..3a26d4fb8f5 100644 --- a/www/quanta3/distinfo +++ b/www/quanta3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2004/02/05 02:25:36 markd Exp $ +$NetBSD: distinfo,v 1.8 2004/03/09 11:47:08 markd Exp $ -SHA1 (quanta-3.2.0.tar.bz2) = d56a19f403bbd03d08a67b07c4b4e73bb9040da2 -Size (quanta-3.2.0.tar.bz2) = 3598658 bytes +SHA1 (quanta-3.2.1.tar.bz2) = 6a93df392d8726740281cc00fbf042374e74eef6 +Size (quanta-3.2.1.tar.bz2) = 3632173 bytes SHA1 (patch-aa) = 705605a78c7cf55c4d6db09ac5053f16ca010691 |