diff options
author | markd <markd@pkgsrc.org> | 2007-10-20 10:39:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-10-20 10:39:20 +0000 |
commit | 0fe72f11185d0f1c871e1168a1489973c52492ed (patch) | |
tree | 302ec24f2e8491f30679097b51fa5131a8edb69e /www/kdewebdev3 | |
parent | 90aabdb3a9c9a6225534b3b40415ceac67fbebf5 (diff) | |
download | pkgsrc-0fe72f11185d0f1c871e1168a1489973c52492ed.tar.gz |
Update KDE to 3.5.8
KImageMapEditor
* Do not limit map elements to be at 2000 as bigger x/y coordinate.
Quanta Plus
* Fix recursive symlink handling.
* Fix add to project when saving a new file into a symlinked directory.
* Do not lose CSS selectors after editing inside the dialog if they are
repeated.
* Fix help button in the New Project wizard.
* Fix crashing while editing html with php files.
Kommander
* add DCOP method to get the winID
* add DCOP method to change the cursor to the wait cursor and back
* Make multiplying work correctly for floating point values.
* Do not remove the whole text after undoing the changes in the editor.
* Do not crash if opening a file the second time when the first try failed.
* Function str_findrev works now.
* Fix crash when diving by zero.
* Make function names case insensitive.
* Fix dcop() function (external DCOP).
* Add missing EOLs to array_values().
* Do not open files with no filename given.
* Fix crash on incorrect syntax.
* Fix input_file() function.
* Fix importing tables with empty cells.
* Use icon instead of "..." in the file selector.
* Fix ExecButton.setEnabled().
* Don't close the dialogs with ESC (just like in real applications).
* make @echo really work
Diffstat (limited to 'www/kdewebdev3')
-rw-r--r-- | www/kdewebdev3/Makefile | 3 | ||||
-rw-r--r-- | www/kdewebdev3/PLIST | 8 | ||||
-rw-r--r-- | www/kdewebdev3/distinfo | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/www/kdewebdev3/Makefile b/www/kdewebdev3/Makefile index f0c6df99b3c..e79cc8bf8f7 100644 --- a/www/kdewebdev3/Makefile +++ b/www/kdewebdev3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2007/09/21 13:04:28 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/10/20 10:39:20 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 81f6b29d31a..7df85083698 100644 --- a/www/kdewebdev3/PLIST +++ b/www/kdewebdev3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2007/01/26 02:53:44 markd Exp $ +@comment $NetBSD: PLIST,v 1.12 2007/10/20 10:39:20 markd Exp $ bin/kfilereplace bin/kimagemapeditor bin/klinkstatus @@ -303,7 +303,7 @@ share/kde/apps/klinkstatus/klinkstatus_shell.rc share/kde/apps/klinkstatus/styles/results_stylesheet.xsl share/kde/apps/klinkstatuspart/klinkstatus_part.rc share/kde/apps/klinkstatuspart/pics/304.png -share/kde/apps/kmdr-editor/pics/kommandersplash.png +share/kde/apps/kommander/pics/kommandersplash.png share/kde/apps/kxsldbg/kxsldbg_shell.rc share/kde/apps/kxsldbgpart/kxsldbg_part.rc share/kde/apps/quanta/actions.rc @@ -1703,8 +1703,8 @@ share/kde/servicetypes/quantadebugger.desktop @dirrm share/kde/apps/quanta @dirrm share/kde/apps/kxsldbgpart @dirrm share/kde/apps/kxsldbg -@dirrm share/kde/apps/kmdr-editor/pics -@dirrm share/kde/apps/kmdr-editor +@dirrm share/kde/apps/kommander/pics +@dirrm share/kde/apps/kommander @dirrm share/kde/apps/klinkstatuspart/pics @dirrm share/kde/apps/klinkstatuspart @dirrm share/kde/apps/klinkstatus/styles diff --git a/www/kdewebdev3/distinfo b/www/kdewebdev3/distinfo index 00d7e08b092..36e638dc900 100644 --- a/www/kdewebdev3/distinfo +++ b/www/kdewebdev3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/05/23 13:07:18 markd Exp $ +$NetBSD: distinfo,v 1.19 2007/10/20 10:39:20 markd Exp $ -SHA1 (kdewebdev-3.5.7.tar.bz2) = 5efaa07f1ac0d31fdad983f3f5632decc372aa3c -RMD160 (kdewebdev-3.5.7.tar.bz2) = b1b8aa641e4e1dfe5be8af5b30b9cf910c8957d7 -Size (kdewebdev-3.5.7.tar.bz2) = 6046289 bytes +SHA1 (kdewebdev-3.5.8.tar.bz2) = 9ed4a77beb63febd4ccdb7353689a586dad272dd +RMD160 (kdewebdev-3.5.8.tar.bz2) = 325d8cd569f438ca62e1141f768431ca88c70b22 +Size (kdewebdev-3.5.8.tar.bz2) = 6055535 bytes |