diff options
author | markd <markd> | 2006-10-12 10:40:22 +0000 |
---|---|---|
committer | markd <markd> | 2006-10-12 10:40:22 +0000 |
commit | 93206c5ae160c884cf6693b31b6ad1ec28c960b0 (patch) | |
tree | 5642d0def835128376f59bca52b281127ef0cb6e /www/kdewebdev3 | |
parent | dc36a91ded705937bdebeb452058404eaaa0403b (diff) | |
download | pkgsrc-93206c5ae160c884cf6693b31b6ad1ec28c960b0.tar.gz |
Update to KDE 3.5.5
Changes:
Quanta Plus
* Avoid growing quantarc and causing instability.
* Fixed a crash when navigating PHP documents via
"Document Structure"/"Functions"
* Fix Save As behavior
* dd some more special characters to the list
* Fix crash in CSS editor.
* Don't crash when closing a document in VPL mode
* Fix crash when copying to clipboard inside VPL.
* Show the correct column number if tabs are used in the document.
* Only one upload dialog can be visible at any time.
* Do not show Find in Files menu if KFileReplace is not installed.
* Fix a crash when using Close All.
* Allow logging to files outside of project directory - don't send
closing events for untitled, unmodified documents.
* Respect the order of items in the .docrc.
* Fix crash when creating project through slow links.
* Really abort if a remote directory cannot be created.
* Fix automatic updating of closing tags.
* Accept float numbers for length values in the CSS editor
* Make CSS completion work inside style attributes.
* Improve usability of the File Changed dialog.
* Handle correctly the escaped backslashes inside strings.
* Improve mimetype and extension based searching for a DTEP that
can handle the currently opened file.
Kommander
* Add initialization/destroy for Wizard. Use setEnabled() to
enable/disable Finish button.
* Improve the integrated text editor a lot by using the KTextEditor
interface (katepart) for editing Kommnader text. This means syntax
highlighting, improved undo/redo, possibility to have line number
bar, etc.
* Fix crash on exit for the editor.
Diffstat (limited to 'www/kdewebdev3')
-rw-r--r-- | www/kdewebdev3/PLIST | 3 | ||||
-rw-r--r-- | www/kdewebdev3/distinfo | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/kdewebdev3/PLIST b/www/kdewebdev3/PLIST index da99af4afb1..efdca2b8a09 100644 --- a/www/kdewebdev3/PLIST +++ b/www/kdewebdev3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2006/06/01 13:50:47 markd Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/10/12 10:40:22 markd Exp $ bin/kfilereplace bin/kimagemapeditor bin/klinkstatus @@ -208,6 +208,7 @@ share/kde/applnk/.hidden/kmdr-executor.desktop share/kde/apps/kafkapart/entities share/kde/apps/kafkapart/pics/comment.png share/kde/apps/kafkapart/pics/php.png +share/kde/apps/katepart/syntax/kommander.xml share/kde/apps/kfilereplace/kfilereplaceui.rc share/kde/apps/kfilereplacepart/icons/crystalsvg/22x22/actions/back.png share/kde/apps/kfilereplacepart/icons/crystalsvg/22x22/actions/backup_option.png diff --git a/www/kdewebdev3/distinfo b/www/kdewebdev3/distinfo index e5dcad7978d..5be7cd92af2 100644 --- a/www/kdewebdev3/distinfo +++ b/www/kdewebdev3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2006/08/02 13:50:33 markd Exp $ +$NetBSD: distinfo,v 1.16 2006/10/12 10:40:22 markd Exp $ -SHA1 (kdewebdev-3.5.4.tar.bz2) = 194ca0128d59bcb6bd042039f6bc7c5ef47f28d3 -RMD160 (kdewebdev-3.5.4.tar.bz2) = 48be101fa28bde5ed622341e8807b3cb87cc0ead -Size (kdewebdev-3.5.4.tar.bz2) = 6015859 bytes +SHA1 (kdewebdev-3.5.5.tar.bz2) = 62a56041d1f1d8397cffdc0ef46d5fabed435ec2 +RMD160 (kdewebdev-3.5.5.tar.bz2) = b74f1171558f60715ed823a18e101790fe9e19c1 +Size (kdewebdev-3.5.5.tar.bz2) = 6046994 bytes |