From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/scripts/checkxml.kmdr | 286 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100755 quanta/scripts/checkxml.kmdr (limited to 'quanta/scripts/checkxml.kmdr') diff --git a/quanta/scripts/checkxml.kmdr b/quanta/scripts/checkxml.kmdr new file mode 100755 index 00000000..4e83a9f6 --- /dev/null +++ b/quanta/scripts/checkxml.kmdr @@ -0,0 +1,286 @@ + +Form3 +Quanta+ KDE XML Validator is a Kommander front-end for checkXML. +Chris Hornbaker + + + Form3 + + + + 0 + 0 + 432 + 153 + + + + Quanta+ KDE XML Validator + + + + + + + + + + + unnamed + + + 11 + + + 6 + + + + Layout26 + + + + unnamed + + + 0 + + + 6 + + + + Layout7 + + + + unnamed + + + 0 + + + 6 + + + + Spacer8 + + + Horizontal + + + Expanding + + + + 30 + 0 + + + + + + ExecButton2 + + + + 1 + 0 + 0 + 0 + + + + TabFocus + + + &Validate + + + false + + + true + + + + if [ !@FileSelector4 ] + then + CUR=1 + else + CUR='' +fi +if [ !$CUR ] + then + TMP0=`dcop | grep quanta` + TMP1=`dcop $TMP0 WindowManagerIf projectURL` + DIR=`echo $TMP1 | cut -b6-` + else + DIR=`echo '@FileSelector4'` +fi +cd $DIR +#meinproc --check --stdout index.docbook +checkXML index.docbook 2>&1 + + + + + + CloseButton1 + + + &Close + + + + + + + + + + + + ValScript + + + + + + + + + + + + unnamed + + + 11 + + + 6 + + + + Layout10 + + + + unnamed + + + 0 + + + 6 + + + + CheckBox4 + + + C&urrent working folder + + + false + + + true + + + + + + + + + + + + Spacer9 + + + Horizontal + + + Expanding + + + + 30 + 0 + + + + + + + + TextLabel3 + + + false + + + Other folder: + + + + + Spacer5 + + + Horizontal + + + Expanding + + + + 89 + 0 + + + + + + FileSelector4 + + + false + + + + @widgetText + + + + + + + + + + + + CheckBox4 + toggled(bool) + FileSelector4 + setDisabled(bool) + + + CheckBox4 + toggled(bool) + TextLabel3 + setDisabled(bool) + + + + CheckBox4 + ExecButton2 + CloseButton1 + + + -- cgit v1.2.3