| patch |
summary |
view |
raw |
| 01_kdewebdev_branch_r825557.diff |
ChangeLog | 39 +++++
README | 2
components/debugger/dbgp/quantadebuggerdbgp.desktop | 1
components/debugger/gubed/quantadebuggergubed.desktop | 1
components/debugger/interfaces/quantadebugger.desktop | 1
data/Makefile.am | 2
data/config/quanta_preview_config.desktop | 1
data/xsldbghelp.xsl | 127 ------------------
editor/assoctexteditorimpl.cpp | 10 +
editor/connectioneditorimpl.cpp | 25 +--
editor/kmdr-editor.desktop | 2
editor/kommander-new.xml | 6
editor/kommander.xml | 4
executor/kmdr-executor.desktop | 1
kfilereplace.desktop | 1
kfilereplacepart.desktop | 2
kimagemapeditor.desktop | 1
kimagemapeditorpart.desktop | 1
kxsldbgpart/kxsldbg_part.cpp | 32 +++-
kxsldbgpart/libqtnotfier/xsldbgevent.cpp | 4
kxsldbgpart/libxsldbg/breakpoint_cmds.cpp | 33 ++++
kxsldbgpart/libxsldbg/cmds.h | 4
kxsldbgpart/libxsldbg/debugXSL.cpp | 28 +++
kxsldbgpart/libxsldbg/file_cmds.cpp | 2
kxsldbgpart/libxsldbg/files.cpp | 9 -
kxsldbgpart/libxsldbg/files_unix.cpp | 11 -
kxsldbgpart/libxsldbg/help_unix.cpp | 6
kxsldbgpart/libxsldbg/nodeview_cmds.cpp | 78 +++++------
kxsldbgpart/libxsldbg/options.cpp | 12 +
kxsldbgpart/libxsldbg/variable_cmds.cpp | 31 ++--
kxsldbgpart/libxsldbg/xsldbg.cpp | 21 +-
kxsldbgpart/libxsldbg/xsldbgmsg.h | 4
kxsldbgpart/libxsldbg/xsldbgnotifier.h | 4
kxsldbgpart/libxsldbg/xsldbgthread.cpp | 4
kxsldbgpart/libxsldbg/xsldbgthread.h | 4
kxsldbgpart/qxsldbgdoc.cpp | 59 ++++++--
kxsldbgpart/qxsldbgdoc.h | 5
kxsldbgpart/xsldbgbreakpoints.ui | 2
kxsldbgpart/xsldbgcallstack.ui | 2
kxsldbgpart/xsldbgconfig.ui | 2
kxsldbgpart/xsldbgconfigimpl.cpp | 2
kxsldbgpart/xsldbgdebugger.cpp | 15 +-
kxsldbgpart/xsldbgentities.ui | 2
kxsldbgpart/xsldbgglobalvariables.ui | 2
kxsldbgpart/xsldbglocalvariables.ui | 2
kxsldbgpart/xsldbgmsgdialog.ui | 2
kxsldbgpart/xsldbgsources.ui | 2
kxsldbgpart/xsldbgtemplates.ui | 2
kxsldbgpart/xsldbgwalkspeed.ui | 1
part/kommander_part.desktop | 2
plugin/specialinformation.cpp | 20 ++
plugin/specials.h | 8 -
src/klinkstatus.desktop | 1
src/quanta.desktop | 2
src/quanta_be.desktop | 2
src/x-webprj.desktop | 1
widget/functionlib.cpp | 31 ++++
widgets/aboutdialog.cpp | 11 +
widgets/aboutdialog.h | 1
widgets/combobox.cpp | 28 +++
widgets/datepicker.cpp | 11 +
widgets/dialog.cpp | 5
widgets/execbutton.cpp | 8 -
widgets/lineedit.cpp | 17 ++
widgets/lineedit.h | 2
widgets/listbox.cpp | 11 +
widgets/pixmaplabel.cpp | 8 -
widgets/popupmenu.cpp | 8 -
widgets/scriptobject.cpp | 7
widgets/scriptobject.h | 1
widgets/table.cpp | 112 +++++++++++++--
widgets/table.h | 1
widgets/tabwidget.cpp | 20 ++
widgets/textedit.cpp | 37 +++++
widgets/textedit.h | 4
widgets/timer.cpp | 6
widgets/treewidget.cpp | 96 +++++++++++++
widgets/treewidget.h | 4
x-kommander.desktop | 1
xsldbg/xsldbghelp.xsl | 127 ++++++++++++++++++
80 files changed, 893 insertions(+), 314 deletions(-)
|
view
|
download
|
| 02_kmdr_i18n.diff |
kommander/working/kmdr2po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 04_am_maintainer_mode_extra.diff |
configure.in.in | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|
| 05_update_desktop_files.diff |
kfilereplace/kfilereplace.desktop | 1 -
kimagemapeditor/kimagemapeditor.desktop | 1 -
klinkstatus/src/klinkstatus.desktop | 1 -
kommander/editor/kmdr-editor.desktop | 1 -
kxsldbg/kxsldbg.desktop | 1 -
quanta/src/quanta.desktop | 1 -
6 files changed, 6 deletions(-)
|
view
|
download
|
| 98_buildprep.diff |
Makefile.in | 132
acinclude.m4 | 2310 ++++--
aclocal.m4 | 29
compatibility/Makefile.in | 8
compatibility/kmdi/Makefile.in | 8
compatibility/kmdi/qextmdi/Makefile.in | 26
compatibility/knewstuff/Makefile.in | 40
components/Makefile.in | 8
components/csseditor/Makefile.in | 8
components/csseditor/data/Makefile.in | 8
components/cvsservice/Makefile.in | 8
components/debugger/Makefile.in | 46
components/debugger/dbgp/Makefile.in | 8
components/debugger/gubed/Makefile.in | 10
components/debugger/interfaces/Makefile.in | 8
components/framewizard/Makefile.in | 30
components/tableeditor/Makefile.in | 8
configure | 7479 +++++++++++-----------
configure.in | 4
data/Makefile.in | 26
data/config/Makefile.in | 8
data/doc/Makefile.in | 10
data/dtep/Makefile.in | 8
data/dtep/cffunct/Makefile.in | 10
data/dtep/cfml/Makefile.in | 10
data/dtep/css/Makefile.in | 10
data/dtep/docbook-4.2/Makefile.in | 8
data/dtep/dtd/Makefile.in | 8
data/dtep/empty/Makefile.in | 8
data/dtep/html-frameset/Makefile.in | 10
data/dtep/html-strict/Makefile.in | 8
data/dtep/html/Makefile.in | 8
data/dtep/kde-docbook-4.1.2/Makefile.in | 8
data/dtep/kde-docbook-4.2/Makefile.in | 8
data/dtep/php/Makefile.in | 10
data/dtep/relaxng/Makefile.in | 8
data/dtep/schema/Makefile.in | 10
data/dtep/tagxml/Makefile.in | 8
data/dtep/wml-1-2/Makefile.in | 10
data/dtep/xhtml-basic/Makefile.in | 8
data/dtep/xhtml-frameset/Makefile.in | 10
data/dtep/xhtml-strict/Makefile.in | 10
data/dtep/xhtml/Makefile.in | 10
data/dtep/xhtml11/Makefile.in | 10
data/dtep/xslt/Makefile.in | 8
data/icons/16x16/Makefile.in | 16
data/icons/22x22/Makefile.in | 18
data/icons/32x32/Makefile.in | 8
data/icons/Makefile.in | 34
data/pics/Makefile.in | 8
data/styles/Makefile.in | 8
data/templates/Makefile.in | 8
data/templates/binaries/Makefile.in | 8
data/templates/binaries/images/Makefile.in | 8
data/templates/binaries/images/jpg/Makefile.in | 8
data/templates/binaries/images/others/Makefile.in | 8
data/templates/binaries/images/png/Makefile.in | 8
data/templates/binaries/others/Makefile.in | 8
data/templates/documents/Makefile.in | 8
data/templates/documents/html/Makefile.in | 8
data/templates/documents/others/Makefile.in | 8
data/templates/documents/scripts/Makefile.in | 8
data/templates/images/Makefile.in | 8
data/templates/images/banners/Makefile.in | 8
data/templates/images/buttons/Makefile.in | 8
data/templates/images/jpg/Makefile.in | 8
data/templates/images/others/Makefile.in | 8
data/templates/images/png/Makefile.in | 8
data/templates/pages/Makefile.in | 8
data/templates/pages/docbook/Makefile.in | 8
data/templates/pages/html/Makefile.in | 8
data/templates/pages/html/html_4.0.1/Makefile.in | 8
data/templates/pages/html/special/Makefile.in | 8
data/templates/pages/html/xhtml/Makefile.in | 8
data/templates/pages/php/Makefile.in | 8
data/templates/scripts/Makefile.in | 8
data/templates/scripts/javascript/Makefile.in | 8
data/templates/scripts/perl/Makefile.in | 8
data/templates/scripts/php/Makefile.in | 8
data/templates/text/Makefile.in | 8
data/templates/text/html/Makefile.in | 8
data/templates/text/others/Makefile.in | 8
data/templates/text/scripts/Makefile.in | 8
data/toolbars/Makefile.in | 8
data/toolbars/cfml/Makefile.in | 8
data/toolbars/css/Makefile.in | 8
data/toolbars/docbook/Makefile.in | 8
data/toolbars/html/Makefile.in | 8
data/toolbars/kde-docbook/Makefile.in | 8
data/toolbars/schema/Makefile.in | 8
data/toolbars/tagxml/Makefile.in | 8
data/toolbars/wml-1-2/Makefile.in | 8
data/toolbars/xml/Makefile.in | 8
dialogs/Makefile.in | 8
dialogs/settings/Makefile.in | 24
dialogs/tagdialogs/Makefile.in | 38
editor/Makefile.in | 86
editor/pics/Makefile.in | 10
editor/templates/Makefile.in | 8
examples/Makefile.in | 8
examples/current/Makefile.in | 8
examples/old/Makefile.in | 10
examples/tutorial/Makefile.in | 10
executor/Makefile.in | 8
factory/Makefile.in | 8
icons/Makefile.in | 20
kfilereplace/Makefile.in | 18
klinkstatus/Makefile.in | 8
kmdrtools/Makefile.in | 8
kommander/Makefile.in | 18
kxsldbg/Makefile.in | 18
kxsldbgpart/Makefile.in | 132
kxsldbgpart/libqtnotfier/Makefile.in | 8
kxsldbgpart/libxsldbg/Makefile.in | 10
messages/Makefile.in | 8
parsers/Makefile.in | 26
parsers/dtd/Makefile.in | 8
part/Makefile.in | 8
parts/Makefile.in | 8
parts/kafka/Makefile.in | 24
parts/kafka/pics/Makefile.in | 8
parts/preview/Makefile.in | 8
pics/Makefile.in | 36
plugin/Makefile.in | 8
pluginmanager/Makefile.in | 8
plugins/Makefile.in | 24
project/Makefile.in | 22
quanta/Makefile.in | 18
scripts/Makefile.in | 8
src/Makefile.in | 48
src/cfg/Makefile.in | 8
src/engine/Makefile.in | 8
src/parser/Makefile.in | 8
src/ui/Makefile.in | 34
src/ui/settings/Makefile.in | 8
src/utils/Makefile.in | 8
toolbar/Makefile.in | 54
treeviews/Makefile.in | 40
utility/Makefile.in | 32
widget/Makefile.in | 8
widgets/Makefile.in | 54
working/Makefile.in | 8
working/plugintemplate/Makefile.in | 8
xsldbg/Makefile.in | 8
144 files changed, 6485 insertions(+), 5393 deletions(-)
|
view
|
download
|