diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
commit | 7710b55bc3f0d213f6344fa1a608919c44a344b5 (patch) | |
tree | 55eace3b8e7907f8b07ed3c7b0695add019fe3b0 /www/kdewebdev | |
parent | 27f7ce2fe2b84f6569fce9b395c31ff011d9ae1a (diff) | |
download | ports-7710b55bc3f0d213f6344fa1a608919c44a344b5.tar.gz ports-7710b55bc3f0d213f6344fa1a608919c44a344b5.zip |
Notes
Diffstat (limited to 'www/kdewebdev')
-rw-r--r-- | www/kdewebdev/distinfo | 5 | ||||
-rw-r--r-- | www/kdewebdev/files/patch-quanta_components_debugger-variableslistview.cpp | 11 | ||||
-rw-r--r-- | www/kdewebdev/files/patch-quanta_treeviews-structtreeview.cpp | 11 | ||||
-rw-r--r-- | www/kdewebdev/files/patch-quanta_utility-tagaction.cpp | 20 | ||||
-rw-r--r-- | www/kdewebdev/pkg-plist | 20 |
5 files changed, 61 insertions, 6 deletions
diff --git a/www/kdewebdev/distinfo b/www/kdewebdev/distinfo index e328e2e3e49a..d8f3ce78acf3 100644 --- a/www/kdewebdev/distinfo +++ b/www/kdewebdev/distinfo @@ -1,2 +1,3 @@ -MD5 (KDE/kdewebdev-3.4.3.tar.bz2) = e3750c242404449ac9640fbf5ed7d042 -SIZE (KDE/kdewebdev-3.4.3.tar.bz2) = 5943915 +MD5 (KDE/kdewebdev-3.5.0.tar.bz2) = 58bb4d025fa125c5ad0dc43769ba9786 +SHA256 (KDE/kdewebdev-3.5.0.tar.bz2) = 7cd279c14271d630ebce029e22db7884a06434f3a8ca202607b64bb5d0a38902 +SIZE (KDE/kdewebdev-3.5.0.tar.bz2) = 6021886 diff --git a/www/kdewebdev/files/patch-quanta_components_debugger-variableslistview.cpp b/www/kdewebdev/files/patch-quanta_components_debugger-variableslistview.cpp new file mode 100644 index 000000000000..e177c94e355d --- /dev/null +++ b/www/kdewebdev/files/patch-quanta_components_debugger-variableslistview.cpp @@ -0,0 +1,11 @@ +--- quanta/components/debugger/variableslistview.cpp.orig Tue Dec 20 16:15:57 2005 ++++ quanta/components/debugger/variableslistview.cpp Tue Dec 20 16:20:08 2005 +@@ -215,7 +215,7 @@ + item->setText(VariablesListViewColumns::Name, oldvar->name()); + item->setText(VariablesListViewColumns::Type, oldvar->typeName()); + item->setText(VariablesListViewColumns::Size, oldvar->sizeName()); +- item->setText(VariablesListViewColumns::Value, (newvar->isScalar() ? oldvar->value() : "")); ++ item->setText(VariablesListViewColumns::Value, (newvar->isScalar() ? oldvar->value() : QString())); + + } + diff --git a/www/kdewebdev/files/patch-quanta_treeviews-structtreeview.cpp b/www/kdewebdev/files/patch-quanta_treeviews-structtreeview.cpp new file mode 100644 index 000000000000..32d7b7855edf --- /dev/null +++ b/www/kdewebdev/files/patch-quanta_treeviews-structtreeview.cpp @@ -0,0 +1,11 @@ +--- quanta/treeviews/structtreeview.cpp.orig Tue Dec 20 16:27:47 2005 ++++ quanta/treeviews/structtreeview.cpp Tue Dec 20 16:34:08 2005 +@@ -776,7 +776,7 @@ + m_marker = current_item; + + if(current_item == m_draggedItem || +- !(e->provides("text/x-struct_tree_tag_item") || e->source() == this) || !m_marker) ++ !(e->provides("text/x-struct_tree_tag_item") || e->source() == (QWidget *)this) || !m_marker) + { + e->accept(false); + last_accept = false; diff --git a/www/kdewebdev/files/patch-quanta_utility-tagaction.cpp b/www/kdewebdev/files/patch-quanta_utility-tagaction.cpp new file mode 100644 index 000000000000..a1a825eaec88 --- /dev/null +++ b/www/kdewebdev/files/patch-quanta_utility-tagaction.cpp @@ -0,0 +1,20 @@ +--- quanta/utility/tagaction.cpp.orig Mon Dec 19 16:28:54 2005 ++++ quanta/utility/tagaction.cpp Mon Dec 19 16:59:38 2005 +@@ -1145,7 +1145,7 @@ + long cursor_offset = selection.cursorOffset(); + kafkaCommon::splitStartAndEndNodeSubtree(start_node, start_offset, end_node, end_offset, commonParent, + commonParentStartChildLocation, commonParentEndChildLocation, +- selection, false, modifs); ++ selection, 0, modifs); + + Q_ASSERT(start_node != end_node); + +@@ -1221,7 +1221,7 @@ + int cursor_offset = selection.cursorOffset();*/ + kafkaCommon::splitStartAndEndNodeSubtree(start_node, start_offset, end_node, end_offset, commonParent, + commonParentStartChildLocation, commonParentEndChildLocation, +- selection, /*cursor_node, cursor_offset, */false, modifs); ++ selection, /*cursor_node, cursor_offset, */0, modifs); + + // kafkaCommon::coutTree(baseNode, 3); + diff --git a/www/kdewebdev/pkg-plist b/www/kdewebdev/pkg-plist index 06d16e34ad8d..c182bd293040 100644 --- a/www/kdewebdev/pkg-plist +++ b/www/kdewebdev/pkg-plist @@ -7,6 +7,7 @@ bin/kmdr-plugins bin/kxsldbg bin/quanta bin/xsldbg +include/kommander_export.h include/kommanderfactory.h include/kommanderplugin.h include/kommanderwidget.h @@ -18,6 +19,8 @@ lib/kde3/libklinkstatuspart.la lib/kde3/libklinkstatuspart.so lib/kde3/libkxsldbgpart.la lib/kde3/libkxsldbgpart.so +lib/kde3/quantadebuggerdbgp.la +lib/kde3/quantadebuggerdbgp.so lib/kde3/quantadebuggergubed.la lib/kde3/quantadebuggergubed.so lib/libkommanderplugin.la @@ -499,6 +502,7 @@ share/apps/quanta/dtep/php/ifx.tag share/apps/quanta/dtep/php/iisfunc.tag share/apps/quanta/dtep/php/image.tag share/apps/quanta/dtep/php/imap.tag +share/apps/quanta/dtep/php/includes.tag share/apps/quanta/dtep/php/info.tag share/apps/quanta/dtep/php/ingres-ii.tag share/apps/quanta/dtep/php/ircg.tag @@ -1146,6 +1150,7 @@ share/apps/quanta/templates/scripts/php/demo.php share/apps/quanta/templates/text/.dirinfo share/apps/quanta/templates/text/html/demo.html share/apps/quanta/templates/text/others/demo.txt +share/apps/quanta/templates/text/scripts/demo.php share/apps/quanta/tips share/apps/quanta/toolbar/ball.png share/apps/quanta/toolbar/check.png @@ -1379,7 +1384,6 @@ share/apps/quanta/toolbars/wml-1-2/table.toolbar.tgz share/apps/quanta/toolbars/wml-1-2/tasks.toolbar.tgz share/apps/quanta/toolbars/wml-1-2/text.toolbar.tgz share/apps/quanta/toolbars/xml/fonts.toolbar.tgz -share/apps/templates/text/scripts/demo.php share/config.kcfg/klinkstatus.kcfg share/doc/HTML/en/kfilereplace/addstringsdialog_window.png share/doc/HTML/en/kfilereplace/backup_option.png @@ -1558,7 +1562,13 @@ share/doc/HTML/en/xsldbg/index.docbook share/doc/HTML/en/xsldbg/introduction.docbook share/doc/HTML/en/xsldbg/usage.docbook share/doc/HTML/en/xsldbg/xsldbghelp.xml +share/icons/crystalsvg/128x128/apps/kommander.png share/icons/crystalsvg/16x16/actions/bug.png +share/icons/crystalsvg/16x16/apps/kommander.png +share/icons/crystalsvg/22x22/apps/kommander.png +share/icons/crystalsvg/32x32/apps/kommander.png +share/icons/crystalsvg/64x64/apps/kommander.png +share/icons/hicolor/128x128/apps/klinkstatus.png share/icons/hicolor/16x16/actions/1downarrow.png share/icons/hicolor/16x16/actions/configure.png share/icons/hicolor/16x16/actions/exit.png @@ -1605,6 +1615,7 @@ share/icons/hicolor/22x22/actions/xsldbg_source.png share/icons/hicolor/22x22/actions/xsldbg_stepdown.png share/icons/hicolor/22x22/actions/xsldbg_stepup.png share/icons/hicolor/22x22/apps/kfilereplace.png +share/icons/hicolor/22x22/apps/klinkstatus.png share/icons/hicolor/22x22/apps/quanta.png share/icons/hicolor/32x32/apps/kfilereplace.png share/icons/hicolor/32x32/apps/kimagemapeditor.png @@ -1612,7 +1623,9 @@ share/icons/hicolor/32x32/apps/klinkstatus.png share/icons/hicolor/32x32/apps/quanta.png share/icons/hicolor/48x48/apps/kfilereplace.png share/icons/hicolor/48x48/apps/kimagemapeditor.png +share/icons/hicolor/48x48/apps/klinkstatus.png share/icons/hicolor/48x48/apps/quanta.png +share/icons/hicolor/64x64/apps/klinkstatus.png share/icons/locolor/16x16/apps/kimagemapeditor.png share/icons/locolor/32x32/apps/kimagemapeditor.png share/mimelnk/application/x-kommander.desktop @@ -1622,6 +1635,7 @@ share/services/kimagemapeditorpart.desktop share/services/klinkstatus_part.desktop share/services/kxsldbg_part.desktop share/services/quanta_preview_config.desktop +share/services/quantadebuggerdbgp.desktop share/services/quantadebuggergubed.desktop share/servicetypes/quantadebugger.desktop @dirrm share/doc/HTML/en/xsldbg @@ -1630,9 +1644,6 @@ share/servicetypes/quantadebugger.desktop @dirrm share/doc/HTML/en/kommander @dirrm share/doc/HTML/en/klinkstatus @dirrm share/doc/HTML/en/kfilereplace -@dirrm share/apps/templates/text/scripts -@dirrm share/apps/templates/text -@dirrm share/apps/templates @dirrm share/apps/quanta/toolbars/xml @dirrm share/apps/quanta/toolbars/wml-1-2 @dirrm share/apps/quanta/toolbars/tagxml @@ -1644,6 +1655,7 @@ share/servicetypes/quantadebugger.desktop @dirrm share/apps/quanta/toolbars/cfml @dirrm share/apps/quanta/toolbars @dirrm share/apps/quanta/toolbar +@dirrm share/apps/quanta/templates/text/scripts @dirrm share/apps/quanta/templates/text/others @dirrm share/apps/quanta/templates/text/html @dirrm share/apps/quanta/templates/text |