diff options
Diffstat (limited to 'quanta/data')
80 files changed, 2424 insertions, 0 deletions
diff --git a/quanta/data/toolbars/cfml/cfml.actions b/quanta/data/toolbars/cfml/cfml.actions new file mode 100644 index 00000000..8707f817 --- /dev/null +++ b/quanta/data/toolbars/cfml/cfml.actions @@ -0,0 +1,13 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="date" type="script" name="tag_date" text="Time" > + <script output="cursor" error="none" input="none" >date</script> + </action> + <action icon="tag_comm.png" type="tag" tooltip="CF comment" name="cfml_comment" text="ColdFusion Comment" statustext="" > + <tag useDialog="false" ><!--- </tag> + <xtag use="true" > ---></xtag> + <text/> + <script input="none" /> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/cfml.toolbar b/quanta/data/toolbars/cfml/cfml.toolbar new file mode 100644 index 00000000..8f0526a6 --- /dev/null +++ b/quanta/data/toolbars/cfml/cfml.toolbar @@ -0,0 +1,17 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="CFML" noMerge="1" name="cfml" > + <text>CFML</text> + <Action name="cfml_comment" /> + <Action name="tag_color" /> + <Action name="tag_date" /> + <Action name="tag_mail" /> + <Action name="tag_misc" /> + <Separator lineSeparator="true" name="separator_1" /> + <Action name="insert_css" /> + <Action name="tag_frame_wizard" /> + <Separator lineSeparator="true" name="separator_0" /> + <Action name="insert_char" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/fonts.actions b/quanta/data/toolbars/cfml/fonts.actions new file mode 100644 index 00000000..9e805d6c --- /dev/null +++ b/quanta/data/toolbars/cfml/fonts.actions @@ -0,0 +1,83 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_font" type="tag" name="tag_font" text="Font..." > + <tag useDialog="true" ><font></tag> + <xtag use="true" ></font></xtag> + <tooltip>The <b>FONT</b> element allows authors to suggest rudimentary <i>font changes</i>. + </tooltip> + </action> + <action icon="font_inc" type="tag" name="tag_font_inc" text="Font Size+1" > + <standard>Quick start</standard> + <tag useDialog="false" ><font size="+1"></tag> + <xtag use="true" ></font></xtag> + <tooltip>This <b>SIZE=+1</b> element allows to <i>increase</i> font. + </tooltip> + </action> + <action icon="font_dec" type="tag" name="tag_font_dec" text="Font Size-1" > + <tag useDialog="false" ><font size="-1"></tag> + <xtag use="true" ></font></xtag> + <tooltip>This <b>SIZE=-1</b> element allows to <i>decrease</i> font. + </tooltip> + </action> + <action icon="tag_pre" type="tag" name="tag_pre" text="Pre" > + <tag useDialog="false" ><pre></tag> + <xtag use="true" inLine="false" ></pre></xtag> + <tooltip>The <b>PRE</b> element allows to view <i>preformatted</i> text. + </tooltip> + </action> + <action icon="tag_sub" type="tag" name="tag_sub" text="Subscript" > + <tag useDialog="false" ><sub></tag> + <xtag use="true" ></sub></xtag> + <tooltip>The <b>SUB</b> element is used for <i>subscripts</i>. + <br>- common attributes + </tooltip> + </action> + <action icon="tag_sup" type="tag" name="tag_sup" text="Superscript" > + <tag useDialog="false" ><sup></tag> + <xtag use="true" ></sup></xtag> + <tooltip>The <b>SUP</b> element is used for <i>superscripts</i>. + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h1" type="tag" name="tag_h1" text="Head 1 Level" > + <tag useDialog="false" ><h1></tag> + <xtag use="true" ></h1></xtag> + <tooltip>The <b>H1</b> element defines a <i>level-one heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h2" type="tag" name="tag_h2" text="Head 2 Level" > + <tag useDialog="false" ><h2></tag> + <xtag use="true" ></h2></xtag> + <tooltip>The <b>H2</b> element defines a <i>level-two heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h3" type="tag" name="tag_h3" text="Head 3 Level" > + <tag useDialog="false" ><h3></tag> + <xtag use="true" ></h3></xtag> + <tooltip>The <b>H3</b> element defines a <i>level-three heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h4" type="tag" name="tag_h4" text="Head 4 Level" > + <tag useDialog="false" ><h4></tag> + <xtag use="true" ></h4></xtag> + <tooltip>The <b>H4</b> element defines a <i>level-four heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h5" type="tag" name="tag_h5" text="Head 5 Level" > + <tag useDialog="false" ><h5></tag> + <xtag use="true" ></h5></xtag> + <tooltip>The <b>H5</b> element defines a <i>level-five heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/fonts.toolbar b/quanta/data/toolbars/cfml/fonts.toolbar new file mode 100644 index 00000000..b2897634 --- /dev/null +++ b/quanta/data/toolbars/cfml/fonts.toolbar @@ -0,0 +1,21 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Fonts" name="fonts" > + <text>Fonts</text> + <Action name="tag_font" /> + <Separator lineSeparator="true" /> + <Action name="tag_font_inc" /> + <Action name="tag_font_dec" /> + <Separator lineSeparator="true" /> + <Action name="tag_pre" /> + <Action name="tag_sub" /> + <Action name="tag_sup" /> + <Separator lineSeparator="true" /> + <Action name="tag_h1" /> + <Action name="tag_h2" /> + <Action name="tag_h3" /> + <Action name="tag_h4" /> + <Action name="tag_h5" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/forms.actions b/quanta/data/toolbars/cfml/forms.actions new file mode 100644 index 00000000..c3c6320e --- /dev/null +++ b/quanta/data/toolbars/cfml/forms.actions @@ -0,0 +1,40 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="form" type="tag" name="tag_form" text="Form" > + <tag useDialog="true" ><form></tag> + <xtag use="true" inLine="false" ></form></xtag> + </action> + <action icon="select" type="tag" name="tag_form_select" text="Select" > + <tag useDialog="true" ><select></tag> + <xtag use="true" inLine="false" ></select></xtag> + </action> + <action icon="check" type="tag" name="tag_form_check" text="Check Button" > + <tag useDialog="true" ><input type="checkbox"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="radio" type="tag" name="tag_form_radio" text="Radio Button" > + <tag useDialog="true" ><input type="radio"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="textarea" type="tag" name="tag_form_textarea" text="Text Area" > + <tag useDialog="false" ><textarea></tag> + <xtag use="true" inLine="true" ></textarea></xtag> + </action> + <action icon="linepas" type="tag" name="tag_form_passedit" text="Input Password" > + <tag useDialog="true" ><input type="password"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="lineedit" type="tag" name="tag_form_lineedit" text="Input Text" > + <tag useDialog="true" ><input type="text"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="submit" type="tag" name="tag_form_submit" text="Submit" > + <tag useDialog="true" ><input type="submit"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="reset" type="tag" name="tag_form_reset" text="Reset" > + <tag useDialog="true" ><input type="reset"></tag> + <xtag use="false" inLine="true" /> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/forms.toolbar b/quanta/data/toolbars/cfml/forms.toolbar new file mode 100644 index 00000000..2bde2992 --- /dev/null +++ b/quanta/data/toolbars/cfml/forms.toolbar @@ -0,0 +1,19 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Forms" name="forms" > + <text>Forms</text> + <Action name="tag_form" /> + <Separator lineSeparator="true" /> + <Action name="tag_form_select" /> + <Action name="tag_form_check" /> + <Action name="tag_form_radio" /> + <Separator lineSeparator="true" /> + <Action name="tag_form_textarea" /> + <Action name="tag_form_passedit" /> + <Action name="tag_form_lineedit" /> + <Separator lineSeparator="true" /> + <Action name="tag_form_submit" /> + <Action name="tag_form_reset" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/lists.actions b/quanta/data/toolbars/cfml/lists.actions new file mode 100644 index 00000000..a63012c8 --- /dev/null +++ b/quanta/data/toolbars/cfml/lists.actions @@ -0,0 +1,28 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_ul" type="tag" name="tag_ul" text="Unordered List" > + <tag useDialog="false" ><ul></tag> + <xtag use="true" inLine="false" ></ul></xtag> + </action> + <action icon="tag_ol" type="tag" name="tag_ol" text="Ordered List" > + <tag useDialog="false" ><ol></tag> + <xtag use="true" inLine="false" ></ol></xtag> + </action> + <action icon="tag_li" type="tag" name="tag_li" text="List Item" > + <tag useDialog="false" ><li></tag> + <xtag use="true" inLine="true" ></li></xtag> + </action> + <action icon="tag_dl" type="tag" name="tag_dl" text="Definition List" > + <tag useDialog="false" ><dl></tag> + <xtag use="true" inLine="false" ></dl></xtag> + </action> + <action icon="tag_dt" type="tag" name="tag_dt" text="Definition Term" > + <tag useDialog="false" ><dt></tag> + <xtag use="true" inLine="true" ></dt></xtag> + </action> + <action icon="tag_dd" type="tag" name="tag_dd" text="Definition" > + <tag useDialog="false" ><dd></tag> + <xtag use="true" inLine="true" ></dd></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/lists.toolbar b/quanta/data/toolbars/cfml/lists.toolbar new file mode 100644 index 00000000..1e430978 --- /dev/null +++ b/quanta/data/toolbars/cfml/lists.toolbar @@ -0,0 +1,16 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Lists" name="lists" > + <text>Lists</text> + <Action name="tag_quick_list" /> + <Separator lineSeparator="true" /> + <Action name="tag_ul" /> + <Action name="tag_ol" /> + <Action name="tag_li" /> + <Separator lineSeparator="true" /> + <Action name="tag_dl" /> + <Action name="tag_dt" /> + <Action name="tag_dd" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/standard.actions b/quanta/data/toolbars/cfml/standard.actions new file mode 100644 index 00000000..6179aba0 --- /dev/null +++ b/quanta/data/toolbars/cfml/standard.actions @@ -0,0 +1,102 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="quick_start.png" type="script" tooltip="Quick Start" name="tag_quick_start" text="Quick Start" > + <script output="cursor" error="message" input="none" >kmdr-executor -c quanta %scriptdir/htmlquickstart.kmdr</script> + </action> + <action shortcut="" icon="tag_bold" type="tag" tooltip="Bold &lt;em>" name="tag_b" text="Bold" > + <tooltip>The <b>B</b> element suggests that text be rendered as <i>bold text</i>. + <br>- common attributes + </tooltip> + <tag useDialog="false" ><strong></tag> + <xtag use="true" ></strong></xtag> + </action> + <action shortcut="" icon="tag_i" type="tag" tooltip="Italic &lt;strong>" name="tag_i" text="Italic" > + <tooltip>The <b>I</b> element suggests that text be rendered as <i>italic text</i>. + <br>- common attributes + </tooltip> + <tag useDialog="false" ><em></tag> + <xtag use="true" ></em></xtag> + </action> + <action icon="tag_u" type="tag" name="tag_u" text="Underline" > + <tag><u></tag> + <xtag use="true" ></u></xtag> + <tooltip>The <b>U</b> element, deprecated in HTML 4.0, suggests that text be rendered as <i>underlined text</i>. + <br>- common attributes + </tooltip> + </action> + <action shortcut="" icon="tag_br" type="tag" name="tag_br" text="New Line" > + <tag><br></tag> + <tooltip>The <b>BR</b> element forces a <i>break</i> in the current line of text. + <br>- CLEAR=[ left | all | right | none ] (clear floating objects) + <br>- core attributes + </tooltip> + </action> + <action icon="tag_p" type="tag" name="tag_p" text="Paragraph" > + <tag><p></tag> + <xtag use="true" ></p></xtag> + <tooltip>The <b>P</b> element defines a <i>paragraph</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action shortcut="" icon="tag_nbsp" type="text" name="tag_nbsp" text="Non Breaking Space" > + <text>&nbsp;</text> + <tooltip>Inserting <b>nbsp</b>. + Non breaking <i>space</i>. + </tooltip> + </action> + <action icon="tag_a" type="tag" name="tag_a" text="Anchor..." > + <tag useDialog="true" ><a></tag> + <xtag use="true" ></a></xtag> + <tooltip>The <b>A</b> element denotes an <i>anchor</i>--a hypertext link or the destination of a link. + The <b>HREF</b> attribute specifies a hypertext link to another resource, such as an <i>HTML</i> document or a <i>JPEG</i> image. + </tooltip> + </action> + <action icon="tag_image" type="tag" name="tag_img" text="Image..." > + <tag useDialog="true" ><img></tag> + <tooltip>The <b>IMG</b> element specifies an <i>inline</i> image. + The required <b>SRC</b> attribute specifies the location of the image. + </tooltip> + </action> + <action shortcut="" icon="tag_hr" type="tag" name="tag_hr" text="Horizontal Line" > + <tag><hr></tag> + <tooltip>The <b>HR</b> element defines a <i>horizontal rule</i> for visual browsers. + While this element is inherently presentational, it can be used structurally as a section divider. + </tooltip> + </action> + <action icon="tag_comm" type="tag" name="tag_comment" text="Comment" > + <tag><!--</tag> + <xtag use="true" >--></xtag> + <tooltip>The <b>!-- --></b> element <i>comment</i> a text inside. + </tooltip> + </action> + <action icon="div_left" type="tag" name="tag_div_left" text="Align Left" > + <tag><div align="left"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>left</i> + suggests the horizontal alignment for the content of the division to <i>left</i>. + </tooltip> + </action> + <action icon="div_center" type="tag" name="tag_div_center" text="Align Center" > + <tag><div align="center"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>center</i> or <b>CENTER</b> + suggests the horizontal alignment for the content of the division to <i>center</i>. + </tooltip> + </action> + <action icon="div_right" type="tag" name="tag_div_right" text="Align Right" > + <tag><div align="right"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>right</i> + suggests the horizontal alignment for the content of the division to <i>right</i>. + </tooltip> + </action> + <action icon="div_justify" type="tag" name="tag_div_justify" text="Align Justify" > + <tag><div align="justify"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>justify</i> + suggests the horizontal alignment for the content of the division to <i>justify</i>. + </tooltip> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/standard.toolbar b/quanta/data/toolbars/cfml/standard.toolbar new file mode 100644 index 00000000..42d07618 --- /dev/null +++ b/quanta/data/toolbars/cfml/standard.toolbar @@ -0,0 +1,26 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Standard" noMerge="1" name="standard" > + <text>Standard</text> + <Action name="tag_quick_start" /> + <Separator lineSeparator="true" name="separator_3" /> + <Action name="tag_b" /> + <Action name="tag_i" /> + <Action name="tag_u" /> + <Separator lineSeparator="true" name="separator_2" /> + <Action name="tag_br" /> + <Action name="tag_p" /> + <Action name="tag_nbsp" /> + <Separator lineSeparator="true" name="separator_1" /> + <Action name="tag_a" /> + <Action name="tag_img" /> + <Action name="tag_hr" /> + <Action name="tag_comment" /> + <Separator lineSeparator="true" name="separator_0" /> + <Action name="tag_div_left" /> + <Action name="tag_div_center" /> + <Action name="tag_div_right" /> + <Action name="tag_div_justify" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/tables.actions b/quanta/data/toolbars/cfml/tables.actions new file mode 100644 index 00000000..72d97e51 --- /dev/null +++ b/quanta/data/toolbars/cfml/tables.actions @@ -0,0 +1,44 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_table" type="tag" name="tag_table" text="Table" > + <tag useDialog="true" ><table></tag> + <xtag use="true" inLine="false" ></table></xtag> + </action> + <action icon="tag_table_row" type="tag" name="tag_table_row" text="Table Row (with dialog)" > + <tag useDialog="true" ><tr></tag> + <xtag use="true" inLine="false" ></tr></xtag> + </action> + <action icon="tag_table_body" type="tag" name="tag_table_body" text="Table Body (with dialog)" > + <tag useDialog="true" ><tbody></tag> + <xtag use="true" inLine="true" ></tbody></xtag> + </action> + <action icon="table_head" type="tag" name="tag_table_head" text="Table Head (with dialog)" > + <tag useDialog="true" ><th></tag> + <xtag use="true" inLine="true" ></th></xtag> + </action> + <action icon="table_data" type="tag" name="tag_table_data" text="Table Data (with dialog)" > + <tag useDialog="true" ><td></tag> + <xtag use="true" inLine="true" ></td></xtag> + </action> + <action icon="tag_tbody" type="tag" name="tag_tbody" text="Table Body" > + <tag useDialog="false" ><tbody></tag> + <xtag use="true" inLine="true" ></tbody></xtag> + </action> + <action icon="tag_th" type="tag" name="tag_th" text="Table Head" > + <tag useDialog="false" ><th></tag> + <xtag use="true" inLine="true" ></th></xtag> + </action> + <action icon="tag_tr" type="tag" name="tag_tr" text="Table Row" > + <tag useDialog="false" ><tr></tag> + <xtag use="true" inLine="false" ></tr></xtag> + </action> + <action icon="tag_td" type="tag" name="tag_td" text="Table Data" > + <tag useDialog="false" ><td></tag> + <xtag use="true" inLine="true" ></td></xtag> + </action> + <action icon="tag_caption" type="tag" name="tag_caption" text="Caption" > + <tag useDialog="false" ><caption></tag> + <xtag use="true" inLine="true" ></caption></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/cfml/tables.toolbar b/quanta/data/toolbars/cfml/tables.toolbar new file mode 100644 index 00000000..2719360f --- /dev/null +++ b/quanta/data/toolbars/cfml/tables.toolbar @@ -0,0 +1,20 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Tables" noMerge="1" name="tables" > + <text>Tables</text> + <Action name="tag_quick_table" /> + <Separator lineSeparator="true" name="separator_1" /> + <Action name="tag_table" /> + <Action name="tag_table_row" /> + <Action name="tag_table_body" /> + <Action name="tag_table_head" /> + <Action name="tag_table_data" /> + <Separator lineSeparator="true" name="separator_0" /> + <Action name="tag_tbody" /> + <Action name="tag_th" /> + <Action name="tag_tr" /> + <Action name="tag_td" /> + <Action name="tag_caption" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/css/css.actions b/quanta/data/toolbars/css/css.actions new file mode 100644 index 00000000..c5a38622 --- /dev/null +++ b/quanta/data/toolbars/css/css.actions @@ -0,0 +1,4 @@ +<!DOCTYPE actionsconfig> +<actions> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/css/css.toolbar b/quanta/data/toolbars/css/css.toolbar new file mode 100644 index 00000000..c4e3cbbb --- /dev/null +++ b/quanta/data/toolbars/css/css.toolbar @@ -0,0 +1,9 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="CSS" noMerge="1" name="css" > + <text>CSS</text> + <Action name="insert_css" /> + <Action name="tag_color" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/debug.actions b/quanta/data/toolbars/debug.actions new file mode 100644 index 00000000..c5a38622 --- /dev/null +++ b/quanta/data/toolbars/debug.actions @@ -0,0 +1,4 @@ +<!DOCTYPE actionsconfig> +<actions> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/debug.toolbar b/quanta/data/toolbars/debug.toolbar new file mode 100644 index 00000000..60d75b65 --- /dev/null +++ b/quanta/data/toolbars/debug.toolbar @@ -0,0 +1,28 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Debug" noMerge="1" name="debug" > + <text>Debug</text> + + <Action name="debug_connect" /> + <Action name="debug_disconnect"/> + + <Separator/> + <Action name="debug_run" /> + <Action name="debug_leap"/> + <Action name="debug_stepover"/> + <Action name="debug_stepinto"/> + <Action name="debug_stepout"/> + <Action name="debug_skip"/> + + <Separator/> + <Action name="debug_pause"/> + <Action name="debug_kill"/> + + <Separator/> + <Action name="debug_breakpoints_toggle"/> + <Action name="debug_breakpoints_prev"/> + <Action name="debug_breakpoints_next"/> + + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/docbook/docbook_code.actions b/quanta/data/toolbars/docbook/docbook_code.actions new file mode 100644 index 00000000..df1276c5 --- /dev/null +++ b/quanta/data/toolbars/docbook/docbook_code.actions @@ -0,0 +1,36 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="classnew" type="tag" tooltip="" name="class_name" text="Class Name" > + <tag useDialog="false" ><classname></tag> + <xtag use="true" ></classname></xtag> + </action> + <action shortcut="" icon="tag_simpleContent.png" type="tag" tooltip="" name="metod_name" text="Metod Name" > + <tag useDialog="false" ><methodname></tag> + <xtag use="true" ></methodname></xtag> + </action> + <action shortcut="" icon="tag_simpleType.png" type="tag" tooltip="" name="function" text="Function" > + <tag useDialog="false" ><function></tag> + <xtag use="true" ></function></xtag> + </action> + <action shortcut="" icon="document" type="tag" tooltip="" name="file_name" text="File Name" > + <tag useDialog="false" ><filename></tag> + <xtag use="true" ></filename></xtag> + </action> + <action shortcut="" icon="ball" type="tag" tooltip="" name="user_Epw2Qe3Kvs" text="Var Name" > + <tag useDialog="false" ><varname></tag> + <xtag use="true" ></varname></xtag> + </action> + <action shortcut="" icon="openterm" type="tag" tooltip="" name="user_oKWGEw965k" text="Command Line" > + <tag useDialog="false" ><command></tag> + <xtag use="true" ></command></xtag> + </action> + <action shortcut="" icon="dbgparam" type="tag" tooltip="" name="user_oZkq1Ppvpx" text="Parameter" > + <tag useDialog="false" ><parameter></tag> + <xtag use="true" ></parameter></xtag> + </action> + <action shortcut="" icon="alevt" type="tag" tooltip="" name="user_5WvRzjFHpe" text="Prompt" > + <tag useDialog="false" ><para><prompt>&prompt;</prompt><userinput></tag> + <xtag use="true" ></userinput></para></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/docbook/docbook_code.toolbar b/quanta/data/toolbars/docbook/docbook_code.toolbar new file mode 100644 index 00000000..56cbc554 --- /dev/null +++ b/quanta/data/toolbars/docbook/docbook_code.toolbar @@ -0,0 +1,16 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Docbook - Code" noMerge="1" name="docbook - code" > + <text>tagxml</text> + <Action name="class_name" /> + <Action name="metod_name" /> + <Action name="function" /> + <Separator name="separator_3" /> + <Action name="file_name" /> + <Action name="user_Epw2Qe3Kvs" /> + <Action name="user_oKWGEw965k" /> + <Action name="user_oZkq1Ppvpx" /> + <Action name="user_5WvRzjFHpe" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/docbook/docbook_ui.actions b/quanta/data/toolbars/docbook/docbook_ui.actions new file mode 100644 index 00000000..ae94ddd8 --- /dev/null +++ b/quanta/data/toolbars/docbook/docbook_ui.actions @@ -0,0 +1,32 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="exec" type="tag" tooltip="" name="user_sWJ8OKoJfG" text="Application Name" > + <tag useDialog="false" ><application></tag> + <xtag use="true" ></application></xtag> + </action> + <action shortcut="" icon="exit" type="tag" tooltip="" name="user_TPRJO58R3M" text="Button" > + <tag useDialog="false" ><guibutton></tag> + <xtag use="true" ></guibutton></xtag> + </action> + <action shortcut="" icon="ktip" type="tag" tooltip="" name="user_Sha2M5DOVK" text="Icon" > + <tag useDialog="false" ><guiicon></tag> + <xtag use="true" ></guiicon></xtag> + </action> + <action shortcut="" icon="tag_label" type="tag" tooltip="" name="user_T12CcAnTMI" text="Label" > + <tag useDialog="false" ><guilabel></tag> + <xtag use="true" ></guilabel></xtag> + </action> + <action shortcut="" icon="view_sidetree" type="tag" tooltip="" name="user_Znh0734FU5" text="Menu" > + <tag useDialog="false" ><guimenu></tag> + <xtag use="true" ></guimenu></xtag> + </action> + <action shortcut="" icon="idea" type="tag" tooltip="" name="user_Zun9u9C7Vh" text="menu item" > + <tag useDialog="false" ><guimenuitem></tag> + <xtag use="true" ></guimenuitem></xtag> + </action> + <action shortcut="" icon="view_tree" type="tag" tooltip="" name="user_RxgS7Gcukw" text="Sub menu" > + <tag useDialog="false" ><guisubmenu></tag> + <xtag use="true" ><guisubmenu></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/docbook/docbook_ui.toolbar b/quanta/data/toolbars/docbook/docbook_ui.toolbar new file mode 100644 index 00000000..830e30d1 --- /dev/null +++ b/quanta/data/toolbars/docbook/docbook_ui.toolbar @@ -0,0 +1,14 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Docbook - UI" noMerge="1" name="docbook - ui" > + <text>Docbook - UI</text> + <Action name="user_sWJ8OKoJfG" /> + <Action name="user_TPRJO58R3M" /> + <Action name="user_Sha2M5DOVK" /> + <Action name="user_T12CcAnTMI" /> + <Action name="user_Znh0734FU5" /> + <Action name="user_Zun9u9C7Vh" /> + <Action name="user_RxgS7Gcukw" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/docbook/docbook_xml.actions b/quanta/data/toolbars/docbook/docbook_xml.actions new file mode 100644 index 00000000..c834f8ba --- /dev/null +++ b/quanta/data/toolbars/docbook/docbook_xml.actions @@ -0,0 +1,112 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="new.png" type="text" tooltip="New Chapter" name="user_templ" text="New Tag file" statustext="New Tag file" > + <text><chapter id=""> +<!-- --> + +<title></title> + +<para></para> + + + +<sect1> + +<title></title> + +<para></para> + +</sect1> + + + +</chapter> +</text> + </action> + <action icon="tag_title.png" type="tag" tooltip="Title" name="user_title" text="Title" statustext="Title" > + <tag useDialog="false" ><title></tag> + <xtag use="true" ></title></xtag> + <text/> + <script input="none" >''</script> + </action> + <action icon="tag_para.png" type="tag" tooltip="para" name="user_para" statustext="para" text="para" > + <tag useDialog="false" ><para></tag> + <xtag use="true" ></para></xtag> + <text/> + <script input="none" >''</script> + </action> + <action icon="tag_comm" type="tag" name="tag_comment" text="Comment" > + <tag><!--</tag> + <xtag use="true" >--></xtag> + <tooltip>The <b>!-- --></b> element <i>comment</i> a text inside. + </tooltip> + </action> + <action shortcut="" icon="tag_notation" type="tag" tooltip="note" name="user_note" statustext="note" text="note" > + <tag useDialog="false" ><note></tag> + <xtag use="true" ></note></xtag> + </action> + <action shortcut="" icon="tag_sect1" type="tag" tooltip="sect1" name="user_sect1" statustext="sect1" text="sect1" > + <tag useDialog="false" ><sect1 id=""></tag> + <xtag use="true" ></sect1></xtag> + </action> + <action shortcut="" icon="tag_sect2" type="tag" tooltip="sect2" name="user_sect2" statustext="sect2" text="sect2" > + <tag useDialog="false" ><sect2 id=""></tag> + <xtag use="true" ></sect2></xtag> + </action> + <action shortcut="" icon="tag_sect3" type="tag" tooltip="sect3" name="user_sect3" statustext="sect3" text="sect3" > + <tag useDialog="false" ><sect3 id=""></tag> + <xtag use="true" ></sect3></xtag> + </action> + <action shortcut="" icon="tag_sect4" type="tag" tooltip="sect4" name="user_sect4" statustext="sect4" text="sect4" > + <tag useDialog="false" ><sect4 id=""></tag> + <xtag use="true" ></sect4></xtag> + </action> + <action icon="tag_a" type="tag" name="tag_xref" text="Anchor..." > + <tag useDialog="false" ><xref linkend=""/></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="tag_link" type="tag" tooltip="" name="tag_ulink" text="Web Link" > + <tag useDialog="false" ><ulink url=""></tag> + <xtag use="true" ></ulink></xtag> + </action> + <action icon="tag_image" type="text" name="text_img" text="New image file" statustext="New image file" > + <text><figure id=""> +<title></title> +<graphic fileref=""/> +</figure> +</text> + </action> + <action shortcut="" icon="source" type="text" tooltip="programlisting" name="user_programlisting" statustext="programlisting" text="programlisting" > + <text><example role="codelisting" id=""> +<title></title> +<programlisting><![CDATA[ + +]]></programlisting> +</example></text> + </action> + <action icon="tag_li" type="tag" name="user_list" text="List" > + <tag useDialog="false" ><itemizedlist></tag> + <xtag use="true" inLine="true" ></itemizedlist></xtag> + </action> + <action icon="tag_dl.png" type="tag" tooltip="Items" name="user_list_item" statustext="List Item" text="Items" > + <tag useDialog="false" ><listitem><para></tag> + <xtag use="true" ></para></listitem></xtag> + <text/> + </action> + <action shortcut="" icon="text_under" type="tag" tooltip="" name="emphasis" text="Emphasis" > + <tag useDialog="false" ><emphasis></tag> + <xtag use="true" ></emphasis></xtag> + </action> + <action shortcut="" icon="tag_table" type="script" tooltip="Table" name="user_0cdwcxymGz" text="Table" > + <script output="cursor" error="none" input="none" >kmdr-executor -c quanta %scriptdir/docbook_table.kmdr</script> + </action> + <action shortcut="" icon="tag_amp" type="tag" tooltip="&amp;" name="user_388Vg03X6m" text="amp" > + <tag useDialog="false" >&amp;</tag> + <xtag use="true" >&amp;</xtag> + </action> + <action shortcut="" icon="tag_cdata" type="tag" tooltip="<![CDATA ]]>" name="user_JhxuFyiFEM" text="CDATA" > + <tag useDialog="false" ><![CDATA</tag> + <xtag use="true" >]]></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/docbook/docbook_xml.toolbar b/quanta/data/toolbars/docbook/docbook_xml.toolbar new file mode 100644 index 00000000..7e66f44b --- /dev/null +++ b/quanta/data/toolbars/docbook/docbook_xml.toolbar @@ -0,0 +1,31 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="KDE Docbook" noMerge="1" name="kde docbook" > + <text>tagxml</text> + <Action name="user_templ" /> + <Separator name="separator_3" /> + <Action name="user_title" /> + <Action name="user_para" /> + <Action name="tag_comment" /> + <Action name="user_note" /> + <Separator name="separator_2" /> + <Action name="user_sect1" /> + <Action name="user_sect2" /> + <Action name="user_sect3" /> + <Action name="user_sect4" /> + <Separator name="separator_1" /> + <Action name="tag_xref" /> + <Action name="tag_ulink" /> + <Action name="text_img" /> + <Action name="user_programlisting" /> + <Action name="user_0cdwcxymGz" /> + <Separator name="separator_0" /> + <Action name="user_list" /> + <Action name="user_list_item" /> + <Separator name="separator_3" /> + <Action name="emphasis" /> + <Action name="user_388Vg03X6m" /> + <Action name="user_JhxuFyiFEM" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/docbook/xmltools.actions b/quanta/data/toolbars/docbook/xmltools.actions new file mode 100644 index 00000000..f3b862cc --- /dev/null +++ b/quanta/data/toolbars/docbook/xmltools.actions @@ -0,0 +1,10 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="xmlval.png" type="script" tooltip="Validates XML." name="user_yjCpWx7Rfm" text="XML Validator" > + <script output="message" error="message" input="none" >kmdr-executor -c quanta %scriptdir/xmlval.kmdr</script> + </action> + <action shortcut="" icon="xsltproc.png" type="script" tooltip="" name="user_bmo5dsncZz" text="XSLT Processor" > + <script output="message" error="message" input="none" >kmdr-executor -c quanta %scriptdir/xsltproc.kmdr</script> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/docbook/xmltools.toolbar b/quanta/data/toolbars/docbook/xmltools.toolbar new file mode 100644 index 00000000..84c93101 --- /dev/null +++ b/quanta/data/toolbars/docbook/xmltools.toolbar @@ -0,0 +1,9 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="XML Tools" name="xml tools" > + <text>XML Tools</text> + <Action name="user_yjCpWx7Rfm" /> + <Action name="user_bmo5dsncZz" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/forms.actions b/quanta/data/toolbars/html/forms.actions new file mode 100644 index 00000000..2b6bbe1c --- /dev/null +++ b/quanta/data/toolbars/html/forms.actions @@ -0,0 +1,56 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="form" type="tag" name="tag_form" text="Form" > + <tag useDialog="true" ><form></tag> + <xtag use="true" inLine="false" ></form></xtag> + </action> + <action icon="select" type="tag" name="tag_form_select" text="Select" > + <tag useDialog="true" ><select></tag> + <xtag use="true" inLine="false" ></select></xtag> + </action> + <action shortcut="" icon="tag_li.png" type="tag" tooltip="Select Option" name="user_hydMh64bTl" text="Option" > + <tag useDialog="false" ><option></tag> + <xtag use="true" ></option></xtag> + </action> + <action icon="check" type="tag" name="tag_form_check" text="Check Button" > + <tag useDialog="true" ><input type="checkbox"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="radio" type="tag" name="tag_form_radio" text="Radio Button" > + <tag useDialog="true" ><input type="radio"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="button" type="tag" name="tag_form_button" text="Button" > + <tag useDialog="true" ><input type="button"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="textarea" type="tag" name="tag_form_textarea" text="Text Area" > + <tag useDialog="false" ><textarea></tag> + <xtag use="true" inLine="true" ></textarea></xtag> + </action> + <action icon="linepas" type="tag" name="tag_form_passedit" text="Input Password" > + <tag useDialog="true" ><input type="password"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="lineedit" type="tag" name="tag_form_lineedit" text="Input Text" > + <tag useDialog="true" ><input type="text"></tag> + <xtag use="false" inLine="true" /> + </action> + <action shortcut="" icon="tag_element.png" type="tag" tooltip="Fieldset Tag" name="user_JatvQW5b4N" text="Fieldset" > + <tag useDialog="false" ><fieldset></tag> + <xtag use="true" ></fieldset></xtag> + </action> + <action shortcut="" icon="tag_attribute.png" type="tag" tooltip="Legend Tag" name="user_ItjqmeHGks" text="Legend" > + <tag useDialog="true" ><legend></tag> + <xtag use="true" ></legend></xtag> + </action> + <action icon="submit" type="tag" name="tag_form_submit" text="Submit" > + <tag useDialog="true" ><input type="submit"></tag> + <xtag use="false" inLine="true" /> + </action> + <action icon="reset" type="tag" name="tag_form_reset" text="Reset" > + <tag useDialog="true" ><input type="reset"></tag> + <xtag use="false" inLine="true" /> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/forms.toolbar b/quanta/data/toolbars/html/forms.toolbar new file mode 100644 index 00000000..197d3329 --- /dev/null +++ b/quanta/data/toolbars/html/forms.toolbar @@ -0,0 +1,24 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Forms" noMerge="1" name="forms" > + <text>Forms</text> + <Action name="tag_form" /> + <Separator lineSeparator="true" name="separator_3" /> + <Action name="tag_form_select" /> + <Action name="user_hydMh64bTl" /> + <Action name="tag_form_check" /> + <Action name="tag_form_radio" /> + <Action name="tag_form_button" /> + <Separator lineSeparator="true" name="separator_2" /> + <Action name="tag_form_textarea" /> + <Action name="tag_form_passedit" /> + <Action name="tag_form_lineedit" /> + <Separator lineSeparator="true" name="separator_1" /> + <Action name="user_JatvQW5b4N" /> + <Action name="user_ItjqmeHGks" /> + <Separator name="separator_0" /> + <Action name="tag_form_submit" /> + <Action name="tag_form_reset" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/lists.actions b/quanta/data/toolbars/html/lists.actions new file mode 100644 index 00000000..a63012c8 --- /dev/null +++ b/quanta/data/toolbars/html/lists.actions @@ -0,0 +1,28 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_ul" type="tag" name="tag_ul" text="Unordered List" > + <tag useDialog="false" ><ul></tag> + <xtag use="true" inLine="false" ></ul></xtag> + </action> + <action icon="tag_ol" type="tag" name="tag_ol" text="Ordered List" > + <tag useDialog="false" ><ol></tag> + <xtag use="true" inLine="false" ></ol></xtag> + </action> + <action icon="tag_li" type="tag" name="tag_li" text="List Item" > + <tag useDialog="false" ><li></tag> + <xtag use="true" inLine="true" ></li></xtag> + </action> + <action icon="tag_dl" type="tag" name="tag_dl" text="Definition List" > + <tag useDialog="false" ><dl></tag> + <xtag use="true" inLine="false" ></dl></xtag> + </action> + <action icon="tag_dt" type="tag" name="tag_dt" text="Definition Term" > + <tag useDialog="false" ><dt></tag> + <xtag use="true" inLine="true" ></dt></xtag> + </action> + <action icon="tag_dd" type="tag" name="tag_dd" text="Definition" > + <tag useDialog="false" ><dd></tag> + <xtag use="true" inLine="true" ></dd></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/lists.toolbar b/quanta/data/toolbars/html/lists.toolbar new file mode 100644 index 00000000..1e430978 --- /dev/null +++ b/quanta/data/toolbars/html/lists.toolbar @@ -0,0 +1,16 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Lists" name="lists" > + <text>Lists</text> + <Action name="tag_quick_list" /> + <Separator lineSeparator="true" /> + <Action name="tag_ul" /> + <Action name="tag_ol" /> + <Action name="tag_li" /> + <Separator lineSeparator="true" /> + <Action name="tag_dl" /> + <Action name="tag_dt" /> + <Action name="tag_dd" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/other.actions b/quanta/data/toolbars/html/other.actions new file mode 100644 index 00000000..1a6c31e1 --- /dev/null +++ b/quanta/data/toolbars/html/other.actions @@ -0,0 +1,23 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="date" type="script" name="tag_date" text="Time" > + <script output="cursor" error="none" input="none" >date</script> + </action> + <action shortcut="" icon="tag_meta.png" type="tag" tooltip="Meta Tag" name="user_LAFBv3jcy0" text="Meta" > + <tag useDialog="true" ><meta></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="tag_a_url.png" type="tag" tooltip="" name="user_4SxzUeZQfb" text="Base" > + <tag useDialog="true" ><base></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="tag_font_base.png" type="tag" tooltip="Style Tag" name="user_aLc0VMPQ3Q" text="Style" > + <tag useDialog="false" ><style type="text/css"></tag> + <xtag use="true" ></style></xtag> + </action> + <action shortcut="" icon="tag_a.png" type="tag" tooltip="Link Tag" name="user_WfcdDwEDRa" text="Link" > + <tag useDialog="true" ><link></tag> + <xtag use="false" ></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/other.toolbar b/quanta/data/toolbars/html/other.toolbar new file mode 100644 index 00000000..c4bda8ae --- /dev/null +++ b/quanta/data/toolbars/html/other.toolbar @@ -0,0 +1,19 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Other" noMerge="1" name="other" > + <text>Other</text> + <Action name="tag_date" /> + <Action name="tag_mail" /> + <Action name="tag_misc" /> + <Separator lineSeparator="true" name="separator_2" /> + <Action name="tag_frame_wizard" /> + <Separator lineSeparator="true" name="separator_1" /> + <Action name="insert_char" /> + <Separator name="separator_0" /> + <Action name="user_LAFBv3jcy0" /> + <Action name="user_4SxzUeZQfb" /> + <Action name="user_aLc0VMPQ3Q" /> + <Action name="user_WfcdDwEDRa" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/standard.actions b/quanta/data/toolbars/html/standard.actions new file mode 100644 index 00000000..bc7fb4d9 --- /dev/null +++ b/quanta/data/toolbars/html/standard.actions @@ -0,0 +1,106 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="quick_start.png" type="script" tooltip="Kommander Quick Start Dialog" name="tag_quick_start" text="Quick Start Dialog" > + <script output="new" error="message" input="none" >kmdr-executor -c quanta %scriptdir/htmlquickstart.kmdr</script> + </action> + <action shortcut="Alt+Ctrl+B" icon="tag_bold" type="tag" tooltip="Bold &lt;em>" name="tag_b" text="Bold" toggable="true" > + <tooltip>The <b>B</b> element suggests that text be rendered as <i>bold text</i>. + <br>- common attributes + </tooltip> + <tag useDialog="false" ><strong></tag> + <xtag use="true" ></strong></xtag> + </action> + <action shortcut="" icon="tag_i" type="tag" tooltip="Italic &lt;strong>" name="tag_i" text="Italic" > + <tooltip>The <b>I</b> element suggests that text be rendered as <i>italic text</i>. + <br>- common attributes + </tooltip> + <tag useDialog="false" ><em></tag> + <xtag use="true" ></em></xtag> + </action> + <action icon="tag_u" type="tag" name="tag_u" text="Underline" > + <tag><u></tag> + <xtag use="true" ></u></xtag> + <tooltip>The <b>U</b> element, deprecated in HTML 4.0, suggests that text be rendered as <i>underlined text</i>. + <br>- common attributes + </tooltip> + </action> + <action shortcut="Ctrl+Return" icon="tag_br" type="tag" name="tag_br" text="New Line" > + <tag><br></tag> + <tooltip>The <b>BR</b> element forces a <i>break</i> in the current line of text. + <br>- CLEAR=[ left | all | right | none ] (clear floating objects) + <br>- core attributes + </tooltip> + </action> + <action icon="tag_p" type="tag" name="tag_p" text="Paragraph" > + <tag><p></tag> + <xtag use="true" ></p></xtag> + <tooltip>The <b>P</b> element defines a <i>paragraph</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action shortcut="Alt+Space" icon="tag_nbsp" type="text" name="tag_nbsp" text="Non Breaking Space" > + <text>&nbsp;</text> + <tooltip>Inserting <b>nbsp</b>. + Non breaking <i>space</i>. + </tooltip> + </action> + <action icon="tag_a" type="tag" name="tag_a" text="Anchor..." > + <tag useDialog="true" ><a></tag> + <xtag use="true" ></a></xtag> + <tooltip>The <b>A</b> element denotes an <i>anchor</i>--a hypertext link or the destination of a link. + The <b>HREF</b> attribute specifies a hypertext link to another resource, such as an <i>HTML</i> document or a <i>JPEG</i> image. + </tooltip> + </action> + <action icon="tag_image" type="tag" name="tag_img" text="Image..." > + <tag useDialog="true" ><img></tag> + <tooltip>The <b>IMG</b> element specifies an <i>inline</i> image. + The required <b>SRC</b> attribute specifies the location of the image. + </tooltip> + </action> + <action shortcut="Ctrl+-" icon="tag_hr" type="tag" name="tag_hr" text="Horizontal Line" > + <tag><hr></tag> + <tooltip>The <b>HR</b> element defines a <i>horizontal rule</i> for visual browsers. + While this element is inherently presentational, it can be used structurally as a section divider. + </tooltip> + </action> + <action icon="tag_comm" type="tag" name="tag_comment" text="Comment" > + <tag><!--</tag> + <xtag use="true" >--></xtag> + <tooltip>The <b>!-- --></b> element <i>comment</i> a text inside. + </tooltip> + </action> + <action icon="div_left" type="tag" name="tag_div_left" text="Align Left" > + <tag><div align="left"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>left</i> + suggests the horizontal alignment for the content of the division to <i>left</i>. + </tooltip> + </action> + <action icon="div_center" type="tag" name="tag_div_center" text="Align Center" > + <tag><div align="center"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>center</i> or <b>CENTER</b> + suggests the horizontal alignment for the content of the division to <i>center</i>. + </tooltip> + </action> + <action icon="div_right" type="tag" name="tag_div_right" text="Align Right" > + <tag><div align="right"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>right</i> + suggests the horizontal alignment for the content of the division to <i>right</i>. + </tooltip> + </action> + <action icon="div_justify" type="tag" name="tag_div_justify" text="Align Justify" > + <tag><div align="justify"></tag> + <xtag use="true" ></div></xtag> + <tooltip>The <b>DIV ALIGN</b>=<i>justify</i> + suggests the horizontal alignment for the content of the division to <i>justify</i>. + </tooltip> + </action> + <action shortcut="" icon="tag_font.png" type="tag" tooltip="span text" name="user_VKbFslb73x" text="Span" > + <tag useDialog="true" ><span></tag> + <xtag use="true" ></span></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/standard.toolbar b/quanta/data/toolbars/html/standard.toolbar new file mode 100644 index 00000000..b02a2c78 --- /dev/null +++ b/quanta/data/toolbars/html/standard.toolbar @@ -0,0 +1,27 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Standard" noMerge="1" name="standard" > + <text>Standard</text> + <Action name="tag_quick_start" /> + <Separator lineSeparator="true" name="separator_3" /> + <Action name="tag_b" /> + <Action name="tag_i" /> + <Action name="tag_u" /> + <Separator lineSeparator="true" name="separator_2" /> + <Action name="tag_br" /> + <Action name="tag_p" /> + <Action name="tag_nbsp" /> + <Separator lineSeparator="true" name="separator_1" /> + <Action name="tag_a" /> + <Action name="tag_img" /> + <Action name="tag_hr" /> + <Action name="tag_comment" /> + <Separator lineSeparator="true" name="separator_0" /> + <Action name="tag_div_left" /> + <Action name="tag_div_center" /> + <Action name="tag_div_right" /> + <Action name="tag_div_justify" /> + <Action name="user_VKbFslb73x" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/style.actions b/quanta/data/toolbars/html/style.actions new file mode 100644 index 00000000..d73b0cc9 --- /dev/null +++ b/quanta/data/toolbars/html/style.actions @@ -0,0 +1,72 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_font.png" type="tag" tooltip="span text" name="user_VKbFslb73x" text="Span" > + <tag useDialog="true" ><span></tag> + <xtag use="true" ></span></xtag> + </action> + <action shortcut="" icon="div_justify.png" type="tag" tooltip="Div Block" name="user_Qu9EZKcwvK" text="Div" > + <tag useDialog="true" ><div></tag> + <xtag use="true" ></div></xtag> + </action> + <action icon="tag_pre" type="tag" name="tag_pre" text="Pre" > + <tag useDialog="false" ><pre></tag> + <xtag use="true" inLine="false" ></pre></xtag> + <tooltip>The <b>PRE</b> element allows to view <i>preformatted</i> text. + </tooltip> + </action> + <action icon="tag_sub" type="tag" name="tag_sub" text="Subscript" > + <tag useDialog="false" ><sub></tag> + <xtag use="true" ></sub></xtag> + <tooltip>The <b>SUB</b> element is used for <i>subscripts</i>. + <br>- common attributes + </tooltip> + </action> + <action icon="tag_sup" type="tag" name="tag_sup" text="Superscript" > + <tag useDialog="false" ><sup></tag> + <xtag use="true" ></sup></xtag> + <tooltip>The <b>SUP</b> element is used for <i>superscripts</i>. + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h1" type="tag" name="tag_h1" text="Head 1 Level" > + <tag useDialog="false" ><h1></tag> + <xtag use="true" ></h1></xtag> + <tooltip>The <b>H1</b> element defines a <i>level-one heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h2" type="tag" name="tag_h2" text="Head 2 Level" > + <tag useDialog="false" ><h2></tag> + <xtag use="true" ></h2></xtag> + <tooltip>The <b>H2</b> element defines a <i>level-two heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h3" type="tag" name="tag_h3" text="Head 3 Level" > + <tag useDialog="false" ><h3></tag> + <xtag use="true" ></h3></xtag> + <tooltip>The <b>H3</b> element defines a <i>level-three heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h4" type="tag" name="tag_h4" text="Head 4 Level" > + <tag useDialog="false" ><h4></tag> + <xtag use="true" ></h4></xtag> + <tooltip>The <b>H4</b> element defines a <i>level-four heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h5" type="tag" name="tag_h5" text="Head 5 Level" > + <tag useDialog="false" ><h5></tag> + <xtag use="true" ></h5></xtag> + <tooltip>The <b>H5</b> element defines a <i>level-five heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/style.toolbar b/quanta/data/toolbars/html/style.toolbar new file mode 100644 index 00000000..846190f7 --- /dev/null +++ b/quanta/data/toolbars/html/style.toolbar @@ -0,0 +1,21 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Style" noMerge="1" name="style" > + <text>Style</text> + <Action name="user_VKbFslb73x" /> + <Action name="user_Qu9EZKcwvK" /> + <Action name="insert_css" /> + <Action name="tag_color" /> + <Separator lineSeparator="true" name="separator_1" /> + <Action name="tag_pre" /> + <Action name="tag_sub" /> + <Action name="tag_sup" /> + <Separator lineSeparator="true" name="separator_0" /> + <Action name="tag_h1" /> + <Action name="tag_h2" /> + <Action name="tag_h3" /> + <Action name="tag_h4" /> + <Action name="tag_h5" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/tables.actions b/quanta/data/toolbars/html/tables.actions new file mode 100644 index 00000000..72d97e51 --- /dev/null +++ b/quanta/data/toolbars/html/tables.actions @@ -0,0 +1,44 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_table" type="tag" name="tag_table" text="Table" > + <tag useDialog="true" ><table></tag> + <xtag use="true" inLine="false" ></table></xtag> + </action> + <action icon="tag_table_row" type="tag" name="tag_table_row" text="Table Row (with dialog)" > + <tag useDialog="true" ><tr></tag> + <xtag use="true" inLine="false" ></tr></xtag> + </action> + <action icon="tag_table_body" type="tag" name="tag_table_body" text="Table Body (with dialog)" > + <tag useDialog="true" ><tbody></tag> + <xtag use="true" inLine="true" ></tbody></xtag> + </action> + <action icon="table_head" type="tag" name="tag_table_head" text="Table Head (with dialog)" > + <tag useDialog="true" ><th></tag> + <xtag use="true" inLine="true" ></th></xtag> + </action> + <action icon="table_data" type="tag" name="tag_table_data" text="Table Data (with dialog)" > + <tag useDialog="true" ><td></tag> + <xtag use="true" inLine="true" ></td></xtag> + </action> + <action icon="tag_tbody" type="tag" name="tag_tbody" text="Table Body" > + <tag useDialog="false" ><tbody></tag> + <xtag use="true" inLine="true" ></tbody></xtag> + </action> + <action icon="tag_th" type="tag" name="tag_th" text="Table Head" > + <tag useDialog="false" ><th></tag> + <xtag use="true" inLine="true" ></th></xtag> + </action> + <action icon="tag_tr" type="tag" name="tag_tr" text="Table Row" > + <tag useDialog="false" ><tr></tag> + <xtag use="true" inLine="false" ></tr></xtag> + </action> + <action icon="tag_td" type="tag" name="tag_td" text="Table Data" > + <tag useDialog="false" ><td></tag> + <xtag use="true" inLine="true" ></td></xtag> + </action> + <action icon="tag_caption" type="tag" name="tag_caption" text="Caption" > + <tag useDialog="false" ><caption></tag> + <xtag use="true" inLine="true" ></caption></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/html/tables.toolbar b/quanta/data/toolbars/html/tables.toolbar new file mode 100644 index 00000000..8047922d --- /dev/null +++ b/quanta/data/toolbars/html/tables.toolbar @@ -0,0 +1,20 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Tables" noMerge="1" name="tables" > + <text>Tables</text> + <Action name="tag_edit_table" /> + <Separator lineSeparator="true" name="separator_1" /> + <Action name="tag_table" /> + <Action name="tag_table_row" /> + <Action name="tag_table_body" /> + <Action name="tag_table_head" /> + <Action name="tag_table_data" /> + <Separator lineSeparator="true" name="separator_0" /> + <Action name="tag_tbody" /> + <Action name="tag_th" /> + <Action name="tag_tr" /> + <Action name="tag_td" /> + <Action name="tag_caption" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.actions b/quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.actions new file mode 100644 index 00000000..4e100197 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.actions @@ -0,0 +1,44 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="messagebox_warning" type="tag" name="DBtag_warning" text="warning" > + <tag useDialog="false" ><warning></tag> + <xtag use="true" ></warning></xtag> + </action> + <action shortcut="" icon="messagebox_critical" type="tag" name="DBtag_caution" text="caution" > + <tag useDialog="false" ><caution></tag> + <xtag use="true" ></caution></xtag> + </action> + <action icon="messagebox_info" type="tag" name="DBtag_important" text="important" > + <tag useDialog="false" ><important></tag> + <xtag use="true" ></important></xtag> + </action> + <action icon="text_block" type="tag" name="DBtag_note" text="note" > + <tag useDialog="false" ><note></tag> + <xtag use="true" ></note></xtag> + </action> + <action icon="idea" type="tag" tooltip="" name="DBtag_tip" text="tip" > + <tag useDialog="false" ><tip></tag> + <xtag use="true" ></tip></xtag> + </action> + <action icon="tag_footnote" type="tag" name="DBtag_footnote" text="footnote" > + <tag useDialog="false" ><footnote id=""></tag> + <xtag use="true" ></footnote></xtag> + </action> + <action icon="tag_footnoteref" type="tag" name="DBtag_footnoteref" text="footnoteref" > + <tag useDialog="false" ><footnoteref linkend=""></tag> + <xtag use="true" ></footnoteref></xtag> + </action> + <action icon="tag_example" type="tag" name="DBtag_example" text="example" > + <tag useDialog="false" ><example></tag> + <xtag use="true" ></example></xtag> + </action> + <action icon="tag_informalexample" type="tag" name="DBtag_informalexample" text="informalexample" > + <tag useDialog="false" ><informalexample></tag> + <xtag use="true" ></informalexample></xtag> + </action> + <action icon="tag_para" type="tag" name="DBtag_para" text="para" > + <tag useDialog="false" ><para></tag> + <xtag use="true" ></para></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.toolbar b/quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.toolbar new file mode 100644 index 00000000..83ad67b0 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.toolbar @@ -0,0 +1,21 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Admonitions" noMerge="1" name="admonitions" > + <text>KDE DocBook Admonitions</text> + <Action name="DBtag_warning" /> + <Action name="DBtag_caution" /> + <Separator name="separator_3" /> + <Action name="DBtag_important" /> + <Action name="DBtag_note" /> + <Action name="DBtag_tip" /> + <Separator name="separator_2" /> + <Action name="DBtag_footnote" /> + <Action name="DBtag_footnoteref" /> + <Separator name="separator_1" /> + <Action name="DBtag_example" /> + <Action name="DBtag_informalexample" /> + <Separator name="separator_0" /> + <Action name="DBtag_para" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-images.actions b/quanta/data/toolbars/kde-docbook/kde-docbook-images.actions new file mode 100644 index 00000000..63a1f9ff --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-images.actions @@ -0,0 +1,43 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="quick-screenshot.png" type="script" tooltip="Image Wizard" name="image_wizard" text="Image Wizard" > + <script output="cursor" error="message" input="none" >kmdr-executor -c quanta %scriptdir/picturewizard.kmdr</script> + </action> + <action icon="tag_screenshot" type="tag" name="DBtag_screenshot" text="screenshot" > + <tag useDialog="false" ><screenshot></tag> + <xtag use="true" ></screenshot></xtag> + </action> + <action icon="tag_screenshotinfo" type="tag" name="DBtag_screeninfo" text="screeninfo" > + <tag useDialog="false" ><screeninfo></tag> + <xtag use="true" ></screeninfo></xtag> + </action> + <action icon="video" type="tag" name="DBtag_mediaobject" text="mediaobject" > + <tag useDialog="false" ><mediaobject></tag> + <xtag use="true" ></mediaobject></xtag> + </action> + <action icon="tag_inlinemediaobject" type="tag" name="DBtag_inlinemediaobject" text="inlinemediaobject" > + <tag useDialog="false" ><inlinemediaobject></tag> + <xtag use="true" ></inlinemediaobject></xtag> + </action> + <action icon="tag_imagedata" type="tag" name="DBtag_imageobject" text="imageobject" > + <tag useDialog="false" ><imageobject></tag> + <xtag use="true" ></imageobject></xtag> + </action> + <action icon="image" type="tag" name="DBtag_imagedata" text="imagedata" > + <tag useDialog="false" ><imagedata fileref="" format="" /></tag> + <xtag use="true" ></imagedata></xtag> + </action> + <action shortcut="" icon="leftjust" type="tag" tooltip="" name="DBtag_textobject" text="textobject" > + <tag useDialog="false" ><textobject></tag> + <xtag use="true" ></textobject></xtag> + </action> + <action shortcut="" icon="txt" type="tag" tooltip="" name="DBtag_phrase" text="phrase" > + <tag useDialog="false" ><phrase></tag> + <xtag use="true" ></phrase></xtag> + </action> + <action shortcut="" icon="tag_caption" type="tag" name="DBtag_caption" text="caption" > + <tag useDialog="false" ><caption></tag> + <xtag use="true" ></caption></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-images.toolbar b/quanta/data/toolbars/kde-docbook/kde-docbook-images.toolbar new file mode 100644 index 00000000..1f6253b7 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-images.toolbar @@ -0,0 +1,22 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Images" noMerge="1" name="images" > + <text>KDE DocBook Images</text> + <Action name="image_wizard" /> + <Separator name="separator_4" /> + <Action name="DBtag_screenshot" /> + <Action name="DBtag_screeninfo" /> + <Separator name="separator_3" /> + <Action name="DBtag_mediaobject" /> + <Action name="DBtag_inlinemediaobject" /> + <Separator name="separator_2" /> + <Action name="DBtag_imageobject" /> + <Action name="DBtag_imagedata" /> + <Separator lineSeparator="false" name="separator_1" /> + <Action name="DBtag_textobject" /> + <Action name="DBtag_phrase" /> + <Separator lineSeparator="false" name="separator_0" /> + <Action name="DBtag_caption" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-list.actions b/quanta/data/toolbars/kde-docbook/kde-docbook-list.actions new file mode 100644 index 00000000..ff061cf5 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-list.actions @@ -0,0 +1,59 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="quick_list.png" type="script" tooltip="List Wizard" name="list_wizard" text="List Wizard" > + <script output="cursor" error="message" input="none" >kmdr-executor -c quanta %scriptdir/listwizard.kmdr</script> + </action> + <action icon="tag_ol" type="tag" name="DBtag_orderedlist" text="orderedlist" > + <tag useDialog="false" ><orderedlist></tag> + <xtag use="true" ></orderedlist></xtag> + </action> + <action icon="tag_ul" type="tag" name="DBtag_itemizedlist" text="itemizedlist" > + <tag useDialog="false" ><itemizedlist></tag> + <xtag use="true" ></itemizedlist></xtag> + </action> + <action icon="tag_listitem" type="tag" name="DBtag_listitem" text="listitem" > + <tag useDialog="false" ><listitem></tag> + <xtag use="true" ></listitem></xtag> + </action> + <action icon="tag_variablelist" type="tag" name="DBtag_variablelist" text="variablelist" > + <tag useDialog="false" ><variablelist></tag> + <xtag use="true" ></variablelist></xtag> + </action> + <action shortcut="" icon="tag_varlistentry" type="tag" name="DBtag_varlistentry" text="varlistentry" > + <tag useDialog="false" ><varlistentry></tag> + <xtag use="true" ></varlistentry></xtag> + </action> + <action icon="tag_term" type="tag" name="DBtag_term" text="term" > + <tag useDialog="false" ><term></tag> + <xtag use="true" ></term></xtag> + </action> + <action shortcut="" icon="tag_varlistitem" type="tag" tooltip="listitem" name="DBtag_varlistitem" text="varlistitem" > + <tag useDialog="false" ><listitem></tag> + <xtag use="true" ></listitem></xtag> + </action> + <action icon="tag_procedure" type="tag" name="DBtag_procedure" text="procedure" > + <tag useDialog="false" ><procedure></tag> + <xtag use="true" ></procedure></xtag> + </action> + <action icon="tag_step" type="tag" name="DBtag_step" text="step" > + <tag useDialog="false" ><step></tag> + <xtag use="true" ></step></xtag> + </action> + <action icon="tag_substeps" type="tag" name="DBtag_substeps" text="substeps" > + <tag useDialog="false" ><substeps></tag> + <xtag use="true" ></substeps></xtag> + </action> + <action icon="tag_menu" type="tag" name="DBtag_simplelist" text="simplelist" > + <tag useDialog="false" ><simplelist></tag> + <xtag use="true" ></simplelist></xtag> + </action> + <action icon="tag_member" type="tag" name="DBtag_member" text="member" > + <tag useDialog="false" ><member></tag> + <xtag use="true" ></member></xtag> + </action> + <action icon="tag_para" type="tag" name="DBtag_para" text="para" > + <tag useDialog="false" ><para></tag> + <xtag use="true" ></para></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-list.toolbar b/quanta/data/toolbars/kde-docbook/kde-docbook-list.toolbar new file mode 100644 index 00000000..30fe1f05 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-list.toolbar @@ -0,0 +1,26 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Lists" noMerge="1" name="lists" > + <text>KDE DocBook Lists</text> + <Action name="list_wizard" /> + <Separator name="separator_4" /> + <Action name="DBtag_orderedlist" /> + <Action name="DBtag_itemizedlist" /> + <Action name="DBtag_listitem" /> + <Separator name="separator_3" /> + <Action name="DBtag_variablelist" /> + <Action name="DBtag_varlistentry" /> + <Action name="DBtag_term" /> + <Action name="DBtag_varlistitem" /> + <Separator name="separator_2" /> + <Action name="DBtag_procedure" /> + <Action name="DBtag_step" /> + <Action name="DBtag_substeps" /> + <Separator name="separator_1" /> + <Action name="DBtag_simplelist" /> + <Action name="DBtag_member" /> + <Separator name="separator_0" /> + <Action name="DBtag_para" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-standard.actions b/quanta/data/toolbars/kde-docbook/kde-docbook-standard.actions new file mode 100644 index 00000000..b388a402 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-standard.actions @@ -0,0 +1,56 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_chapter" type="tag" name="DBtag_chapter" text="chapter" > + <tag useDialog="false" ><chapter id=""></tag> + <xtag use="true" ></chapter></xtag> + </action> + <action icon="tag_sect1" type="tag" name="DBtag_sect1" text="sect1" > + <tag useDialog="false" ><sect1 id=""></tag> + <xtag use="true" ></sect1></xtag> + </action> + <action icon="tag_sect2" type="tag" name="DBtag_sect2" text="sect2" > + <tag useDialog="false" ><sect2></tag> + <xtag use="true" ></sect2></xtag> + </action> + <action icon="tag_sect3" type="tag" name="DBtag_sect3" text="sect3" > + <tag useDialog="false" ><sect3></tag> + <xtag use="true" ></sect3></xtag> + </action> + <action icon="tag_sect4" type="tag" name="DBtag_sect4" text="sect4" > + <tag useDialog="false" ><sect4></tag> + <xtag use="true" ></sect4></xtag> + </action> + <action icon="tag_sect5" type="tag" name="DBtag_sect5" text="sect5" > + <tag useDialog="false" ><sect5></tag> + <xtag use="true" ></sect5></xtag> + </action> + <action icon="tag_title" type="tag" name="DBtag_title" text="title" > + <tag useDialog="false" ><title></tag> + <xtag use="true" ></title></xtag> + </action> + <action icon="tag_para" type="tag" name="DBtag_para" text="para" > + <tag useDialog="false" ><para></tag> + <xtag use="true" ></para></xtag> + </action> + <action icon="tag_a" type="tag" name="DBtag_anchor" text="anchor" > + <tag useDialog="false" ><anchor id=""></tag> + <xtag use="false" ></anchor></xtag> + </action> + <action icon="tag_xref" type="tag" name="DBtag_xref" text="xref" > + <tag useDialog="false" ><xref linkend="" /></tag> + <xtag use="false" ></xref></xtag> + </action> + <action icon="tag_link" type="tag" name="DBtag_link" text="link" > + <tag useDialog="false" ><link linkend=""></tag> + <xtag use="true" ></link></xtag> + </action> + <action icon="tag_ulink" type="tag" name="DBtag_ulink" text="ulink" > + <tag useDialog="false" ><ulink url=""></tag> + <xtag use="true" ></ulink></xtag> + </action> + <action icon="mail_generic" type="tag" name="DBtag_email" text="email" > + <tag useDialog="false" ><email></tag> + <xtag use="true" ></email></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-standard.toolbar b/quanta/data/toolbars/kde-docbook/kde-docbook-standard.toolbar new file mode 100644 index 00000000..ac779669 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-standard.toolbar @@ -0,0 +1,22 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Standard" noMerge="1" name="standard" > + <text>KDE DocBook Standard</text> + <Action name="DBtag_chapter" /> + <Action name="DBtag_sect1" /> + <Action name="DBtag_sect2" /> + <Action name="DBtag_sect3" /> + <Action name="DBtag_sect4" /> + <Action name="DBtag_sect5" /> + <Separator name="separator_1" /> + <Action name="DBtag_title" /> + <Action name="DBtag_para" /> + <Separator name="separator_0" /> + <Action name="DBtag_anchor" /> + <Action name="DBtag_xref" /> + <Action name="DBtag_link" /> + <Action name="DBtag_ulink" /> + <Action name="DBtag_email" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions b/quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions new file mode 100644 index 00000000..f44124bb --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions @@ -0,0 +1,39 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="quick_table.png" type="script" tooltip="Table Wizard" name="table_wizard" text="Table Wizard" > + <script output="cursor" error="message" input="none" >kmdr-executor -c quanta %scriptdir/tablewizard.kmdr</script> + </action> + <action icon="tag_table" type="tag" name="DBtag_table" text="table" > + <tag useDialog="false" ><table></tag> + <xtag use="true" ></table></xtag> + </action> + <action icon="tag_title" type="tag" name="DBtag_title" text="title" > + <tag useDialog="false" ><title></tag> + <xtag use="true" ></title></xtag> + </action> + <action icon="tag_th" type="tag" name="DBtag_informaltable" text="informaltable" > + <tag useDialog="false" ><informaltable></tag> + <xtag use="true" ></informaltable></xtag> + </action> + <action icon="tag_tgroup" type="tag" name="DBtag_tgroup" text="tgroup" > + <tag useDialog="false" ><tgroup cols=""></tag> + <xtag use="true" ></tgroup></xtag> + </action> + <action icon="table_head" type="tag" name="DBtag_thead" text="thead" > + <tag useDialog="false" ><thead></tag> + <xtag use="true" ></thead></xtag> + </action> + <action icon="tag_table_body" type="tag" name="DBtag_tbody" text="tbody" > + <tag useDialog="false" ><tbody></tag> + <xtag use="true" ></tbody></xtag> + </action> + <action icon="tag_table_row" type="tag" name="DBtag_row" text="row" > + <tag useDialog="false" ><row></tag> + <xtag use="true" ></row></xtag> + </action> + <action icon="table_data" type="tag" name="DBtag_entry" text="entry" > + <tag useDialog="false" ><entry></tag> + <xtag use="true" ></entry></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-tables.toolbar b/quanta/data/toolbars/kde-docbook/kde-docbook-tables.toolbar new file mode 100644 index 00000000..290fa881 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-tables.toolbar @@ -0,0 +1,20 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Tables" noMerge="1" name="tables" > + <text>KDE DocBook Tables</text> + <Action name="table_wizard" /> + <Separator name="separator_3" /> + <Action name="DBtag_table" /> + <Action name="DBtag_title" /> + <Separator lineSeparator="false" name="separator_2" /> + <Action name="DBtag_informaltable" /> + <Separator name="separator_1" /> + <Action name="DBtag_tgroup" /> + <Action name="DBtag_thead" /> + <Separator lineSeparator="false" name="separator_0" /> + <Action name="DBtag_tbody" /> + <Action name="DBtag_row" /> + <Action name="DBtag_entry" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-uielements.actions b/quanta/data/toolbars/kde-docbook/kde-docbook-uielements.actions new file mode 100644 index 00000000..d40f45a4 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-uielements.actions @@ -0,0 +1,48 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="frame_text" type="tag" name="DBtag_guilabel" text="guilabel" > + <tag useDialog="false" ><guilabel></tag> + <xtag use="true" ></guilabel></xtag> + </action> + <action icon="frame_edit" type="tag" name="DBtag_guibutton" text="guibutton" > + <tag useDialog="false" ><guibutton></tag> + <xtag use="true" ></guibutton></xtag> + </action> + <action icon="frame_image" type="tag" name="DBtag_guiicon" text="guiicon" > + <tag useDialog="false" ><guiicon></tag> + <xtag use="true" ></guiicon></xtag> + </action> + <action icon="tag_menuchoice" type="tag" name="DBtag_menuchoice" text="menuchoice" > + <tag useDialog="false" ><menuchoice></tag> + <xtag use="true" ></menuchoice></xtag> + </action> + <action icon="tag_shortcut" type="tag" name="DBtag_shortcut" text="shortcut" > + <tag useDialog="false" ><shortcut></tag> + <xtag use="true" ></shortcut></xtag> + </action> + <action icon="tag_guimenu" type="tag" name="DBtag_guimenu" text="guimenu" > + <tag useDialog="false" ><guimenu></tag> + <xtag use="true" ></guimenu></xtag> + </action> + <action icon="tag_guimenuitem" type="tag" name="DBtag_guimenuitem" text="guimenuitem" > + <tag useDialog="false" ><guimenuitem></tag> + <xtag use="true" ></guimenuitem></xtag> + </action> + <action icon="tag_guisubmenu" type="tag" name="DBtag_guisubmenu" text="guisubmenu" > + <tag useDialog="false" ><guisubmenu></tag> + <xtag use="true" ></guisubmenu></xtag> + </action> + <action icon="tag_keycombo" type="tag" name="DBtag_keycombo" text="keycombo" > + <tag useDialog="false" ><keycombo action=""></tag> + <xtag use="true" ></keycombo></xtag> + </action> + <action icon="tag_keycap" type="tag" name="DBtag_keycap" text="keycap" > + <tag useDialog="false" ><keycap></tag> + <xtag use="true" ></keycap></xtag> + </action> + <action shortcut="" icon="ball" type="tag" name="DBtag_action" text="action" > + <tag useDialog="false" ><action></tag> + <xtag use="true" ></action></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-uielements.toolbar b/quanta/data/toolbars/kde-docbook/kde-docbook-uielements.toolbar new file mode 100644 index 00000000..421931aa --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-uielements.toolbar @@ -0,0 +1,21 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="UI Elements" noMerge="1" name="ui elements" > + <text>UI Elements</text> + <Action name="DBtag_guilabel" /> + <Action name="DBtag_guibutton" /> + <Action name="DBtag_guiicon" /> + <Separator name="separator_1" /> + <Action name="DBtag_menuchoice" /> + <Action name="DBtag_shortcut" /> + <Action name="DBtag_guimenu" /> + <Action name="DBtag_guimenuitem" /> + <Action name="DBtag_guisubmenu" /> + <Separator name="separator_0" /> + <Action name="DBtag_keycombo" /> + <Action name="DBtag_keycap" /> + <Separator name="separator_2" /> + <Action name="DBtag_action" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kdexmltools.actions b/quanta/data/toolbars/kde-docbook/kdexmltools.actions new file mode 100644 index 00000000..49349877 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kdexmltools.actions @@ -0,0 +1,10 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="xsltproc.png" type="script" tooltip="meinproc" name="user_oenrCs8tET" text="meinproc" > + <script output="message" error="message" input="none" >kmdr-executor -c quanta %scriptdir/meinproc.kmdr</script> + </action> + <action shortcut="" icon="xmlval.png" type="script" tooltip="checkXML" name="user_GRxMXblqUD" text="checkXML" > + <script output="message" error="message" input="none" >kmdr-executor -c quanta %scriptdir/checkxml.kmdr</script> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/kde-docbook/kdexmltools.toolbar b/quanta/data/toolbars/kde-docbook/kdexmltools.toolbar new file mode 100644 index 00000000..fe72ff98 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kdexmltools.toolbar @@ -0,0 +1,9 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Tools" name="tools" > + <text>Tools</text> + <Action name="user_oenrCs8tET" /> + <Action name="user_GRxMXblqUD" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/attributes.actions b/quanta/data/toolbars/schema/attributes.actions new file mode 100644 index 00000000..90d85ed0 --- /dev/null +++ b/quanta/data/toolbars/schema/attributes.actions @@ -0,0 +1,16 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_anyAttribute.png" type="tag" tooltip="<anyAttribute>" name="XMLSchema_anyAttribute" text="anyAttribute" > + <tag useDialog="false" ><anyAttribute></tag> + <xtag use="true" ></anyAttribute></xtag> + </action> + <action shortcut="" icon="tag_attribute.png" type="tag" tooltip="<attribute>" name="XMLSchema_attribute" text="attribute" > + <tag useDialog="false" ><attribute></tag> + <xtag use="true" ></attribute></xtag> + </action> + <action shortcut="" icon="tag_attributeGroup.png" type="tag" tooltip="<attributeGroup>" name="XMLSchema_attributeGroup" text="attributeGroup" > + <tag useDialog="false" ><attributeGroup></tag> + <xtag use="true" ></attributeGroup></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/attributes.toolbar b/quanta/data/toolbars/schema/attributes.toolbar new file mode 100644 index 00000000..8ead689b --- /dev/null +++ b/quanta/data/toolbars/schema/attributes.toolbar @@ -0,0 +1,10 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Attributes" noMerge="1" name="attributes" > + <text>Attributes</text> + <Action name="XMLSchema_anyAttribute" /> + <Action name="XMLSchema_attribute" /> + <Action name="XMLSchema_attributeGroup" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/complex.actions b/quanta/data/toolbars/schema/complex.actions new file mode 100644 index 00000000..d336755a --- /dev/null +++ b/quanta/data/toolbars/schema/complex.actions @@ -0,0 +1,52 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_complexType.png" type="tag" tooltip="<complexType>" name="XMLSchema_complexType" text="complexType" > + <tag useDialog="false" ><complexType></tag> + <xtag use="true" ></complexType></xtag> + </action> + <action shortcut="" icon="tag_complexContent.png" type="tag" tooltip="<complexContent>" name="XMLSchema_complexContent" text="complexContent" > + <tag useDialog="false" ><complexContent></tag> + <xtag use="true" ></complexContent></xtag> + </action> + <action shortcut="" icon="tag_simpleContent.png" type="tag" tooltip="<simpleContent>" name="user_cs5BpbE2u7" text="simpleContent" > + <tag useDialog="false" ><simpleContent></tag> + <xtag use="true" ></simpleContent></xtag> + </action> + <action shortcut="" icon="tag_all.png" type="tag" tooltip="<all>" name="XMLSchema_all" text="all" > + <tag useDialog="false" ><all></tag> + <xtag use="true" ></all></xtag> + </action> + <action shortcut="" icon="tag_choice.png" type="tag" tooltip="<choice>" name="XMLSchema_choice" text="choice" > + <tag useDialog="false" ><choice></tag> + <xtag use="true" ></choice></xtag> + </action> + <action shortcut="" icon="tag_group.png" type="tag" tooltip="<group>" name="XMLSchema_group" text="group" > + <tag useDialog="false" ><group></tag> + <xtag use="true" ></group></xtag> + </action> + <action shortcut="" icon="tag_sequence.png" type="tag" tooltip="<sequence>" name="XMLSchema_sequence" text="sequence" > + <tag useDialog="false" ><sequence></tag> + <xtag use="true" ></sequence></xtag> + </action> + <action shortcut="" icon="tag_attribute.png" type="tag" tooltip="<attribute>" name="XMLSchema_attribute" text="attribute" > + <tag useDialog="false" ><attribute></tag> + <xtag use="true" ></attribute></xtag> + </action> + <action shortcut="" icon="tag_attributeGroup.png" type="tag" tooltip="<attributeGroup>" name="XMLSchema_attributeGroup" text="attributeGroup" > + <tag useDialog="false" ><attributeGroup></tag> + <xtag use="true" ></attributeGroup></xtag> + </action> + <action shortcut="" icon="tag_anyAttribute.png" type="tag" tooltip="<anyAttribute>" name="XMLSchema_anyAttribute" text="anyAttribute" > + <tag useDialog="false" ><anyAttribute></tag> + <xtag use="true" ></anyAttribute></xtag> + </action> + <action shortcut="" icon="tag_restriction.png" type="tag" tooltip="<restriction>" name="XMLSchema_restriction" text="restriction" > + <tag useDialog="false" ><restriction></tag> + <xtag use="true" ></restriction></xtag> + </action> + <action shortcut="" icon="tag_extension.png" type="tag" tooltip="<extension>" name="XMLSchema_extension" text="extension" > + <tag useDialog="false" ><extension></tag> + <xtag use="true" ></extension></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/complex.toolbar b/quanta/data/toolbars/schema/complex.toolbar new file mode 100644 index 00000000..1d0884b9 --- /dev/null +++ b/quanta/data/toolbars/schema/complex.toolbar @@ -0,0 +1,24 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="complexType" noMerge="1" name="complextype" > + <text>complexType</text> + <Action name="XMLSchema_complexType" /> + <Separator lineSeparator="true" name="separator_3" /> + <Action name="XMLSchema_complexContent" /> + <Action name="XMLSchema_simpleContent" /> + <Action name="user_cs5BpbE2u7" /> + <Separator lineSeparator="true" name="separator_2" /> + <Action name="XMLSchema_all" /> + <Action name="XMLSchema_choice" /> + <Action name="XMLSchema_group" /> + <Action name="XMLSchema_sequence" /> + <Separator lineSeparator="true" name="separator_1" /> + <Action name="XMLSchema_attribute" /> + <Action name="XMLSchema_attributeGroup" /> + <Action name="XMLSchema_anyAttribute" /> + <Separator lineSeparator="true" name="separator_0" /> + <Action name="XMLSchema_restriction" /> + <Action name="XMLSchema_extension" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/documentation.actions b/quanta/data/toolbars/schema/documentation.actions new file mode 100644 index 00000000..a326ff53 --- /dev/null +++ b/quanta/data/toolbars/schema/documentation.actions @@ -0,0 +1,16 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_comm.png" type="tag" tooltip="<annotation>" name="XMLSchema_annotation" text="annotation" > + <tag useDialog="false" ><annotation></tag> + <xtag use="true" ></annotation></xtag> + </action> + <action shortcut="" icon="tag_appInfo.png" type="tag" tooltip="<appInfo>" name="XMLSchema_appInfo" text="appInfo" > + <tag useDialog="false" ><appInfo></tag> + <xtag use="true" ></appInfo></xtag> + </action> + <action shortcut="" icon="tag_documenation.png" type="tag" tooltip="<documentation>" name="XMLSchema_documentation" text="documentation" > + <tag useDialog="false" ><documentation></tag> + <xtag use="true" ></documentation></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/documentation.toolbar b/quanta/data/toolbars/schema/documentation.toolbar new file mode 100644 index 00000000..5c7d2ef2 --- /dev/null +++ b/quanta/data/toolbars/schema/documentation.toolbar @@ -0,0 +1,11 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Documentation" noMerge="1" name="documentation" > + <text>Documentation</text> + <Action name="XMLSchema_annotation" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_appInfo" /> + <Action name="XMLSchema_documentation" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/facets.actions b/quanta/data/toolbars/schema/facets.actions new file mode 100644 index 00000000..69dbedc4 --- /dev/null +++ b/quanta/data/toolbars/schema/facets.actions @@ -0,0 +1,52 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_menu.png" type="tag" tooltip="<enumeration>" name="XMLSchema_enumeration" text="enumeration" > + <tag useDialog="false" ><enumeration value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<pattern>" name="XMLSchema_pattern" text="pattern" > + <tag useDialog="false" ><pattern value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<totalDigits>" name="XMLSchema_totalDigits" text="totalDigits" > + <tag useDialog="false" ><totalDigits value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="tag_fractionDigits.png" type="tag" tooltip="<fractionDigits>" name="XMLSchema_fractionDigits" text="fractionDigits" > + <tag useDialog="false" ><fractionDigits value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<length>" name="XMLSchema_length" text="length" > + <tag useDialog="false" ><length value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<maxLength>" name="XMLSchema_maxLength" text="maxLength" > + <tag useDialog="false" ><maxLength value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<minLength>" name="XMLSchema_minLength" text="minLength" > + <tag useDialog="false" ><minLength value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<maxInclusive>" name="XMLSchema_maxInclusive" text="maxInclusive" > + <tag useDialog="false" ><maxInclusive value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<minInclusive>" name="XMLSchema_minInclusive" text="minInclusive" > + <tag useDialog="false" ><minInclusive value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<maxExclusive>" name="XMLSchema_maxExclusive" text="maxExclusive" > + <tag useDialog="false" ><maxExclusive value=""></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<minExclusive" name="XMLSchema_minExclusive" text="minExclusive" > + <tag useDialog="false" ><minExclusive value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="tag_br_small.png" type="tag" tooltip="<whiteSpace>" name="XMLSchema_whiteSpace" text="whiteSpace" > + <tag useDialog="false" ><whiteSpace value=""></tag> + <xtag use="false" /> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/facets.toolbar b/quanta/data/toolbars/schema/facets.toolbar new file mode 100644 index 00000000..7f165e6a --- /dev/null +++ b/quanta/data/toolbars/schema/facets.toolbar @@ -0,0 +1,24 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Facets" noMerge="1" name="facets" > + <text>Facets</text> + <Action name="XMLSchema_enumeration" /> + <Action name="XMLSchema_pattern" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_totalDigits" /> + <Action name="XMLSchema_fractionDigits" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_length" /> + <Action name="XMLSchema_maxLength" /> + <Action name="XMLSchema_minLength" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_maxInclusive" /> + <Action name="XMLSchema_minInclusive" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_maxExclusive" /> + <Action name="XMLSchema_minExclusive" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_whiteSpace" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/main.actions b/quanta/data/toolbars/schema/main.actions new file mode 100644 index 00000000..08747db2 --- /dev/null +++ b/quanta/data/toolbars/schema/main.actions @@ -0,0 +1,28 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_schema.png" type="tag" tooltip="<schema>" name="XMLSchema_schema" text="schema" > + <tag useDialog="true" ><schema></tag> + <xtag use="true" ></schema></xtag> + </action> + <action shortcut="" icon="tag_element.png" type="tag" tooltip="<element>" name="XMLSchema_element" text="element" > + <tag useDialog="false" ><element></tag> + <xtag use="true" ></element></xtag> + </action> + <action shortcut="" icon="tag_import.png" type="tag" tooltip="<import>" name="XMLSchema_import" text="import" > + <tag useDialog="true" ><import></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="tag_include.png" type="tag" tooltip="<include>" name="XMLSchema_include" text="include" > + <tag useDialog="true" ><include></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="tag_notation.png" type="tag" tooltip="<notation>" name="XMLSchema_notation" text="notation" > + <tag useDialog="false" ><notation></tag> + <xtag use="true" ></notation></xtag> + </action> + <action shortcut="" icon="tag_redefine.png" type="tag" tooltip="<redefine>" name="XMLSchema_redefine" text="redefine" > + <tag useDialog="false" ><redefine></tag> + <xtag use="true" ></redefine></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/main.toolbar b/quanta/data/toolbars/schema/main.toolbar new file mode 100644 index 00000000..3e2f3cbd --- /dev/null +++ b/quanta/data/toolbars/schema/main.toolbar @@ -0,0 +1,14 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Main" noMerge="1" name="main" > + <text>Main</text> + <Action name="XMLSchema_schema" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_element" /> + <Action name="XMLSchema_import" /> + <Action name="XMLSchema_include" /> + <Action name="XMLSchema_notation" /> + <Action name="XMLSchema_redefine" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/misc.actions b/quanta/data/toolbars/schema/misc.actions new file mode 100644 index 00000000..342f4021 --- /dev/null +++ b/quanta/data/toolbars/schema/misc.actions @@ -0,0 +1,32 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_any.png" type="tag" tooltip="<any>" name="XMLSchema_any" text="any" > + <tag useDialog="false" ><any></tag> + <xtag use="true" ></any></xtag> + </action> + <action shortcut="" icon="tag_field.png" type="tag" tooltip="<field>" name="XMLSchema_field" text="field" > + <tag useDialog="false" ><field></tag> + <xtag use="true" ></field></xtag> + </action> + <action shortcut="" icon="tag_group.png" type="tag" tooltip="<group>" name="XMLSchema_group" text="group" > + <tag useDialog="false" ><group></tag> + <xtag use="true" ></group></xtag> + </action> + <action shortcut="" icon="tag_key.png" type="tag" tooltip="<key>" name="XMLSchema_key" text="key" > + <tag useDialog="false" ><key></tag> + <xtag use="true" ></key></xtag> + </action> + <action shortcut="" icon="tag_keyref.png" type="tag" tooltip="<keyref>" name="XMLSchema_keyref" text="keyref" > + <tag useDialog="false" ><keyref></tag> + <xtag use="true" ></keyref></xtag> + </action> + <action shortcut="" icon="tag_selector.png" type="tag" tooltip="<selector>" name="XMLSchema_selector" text="selector" > + <tag useDialog="false" ><selector></tag> + <xtag use="true" ></selector></xtag> + </action> + <action shortcut="" icon="tag_unique.png" type="tag" tooltip="<unique>" name="XMLSchema_unique" text="unique" > + <tag useDialog="false" ><unique></tag> + <xtag use="true" ></unique></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/misc.toolbar b/quanta/data/toolbars/schema/misc.toolbar new file mode 100644 index 00000000..d70edf8b --- /dev/null +++ b/quanta/data/toolbars/schema/misc.toolbar @@ -0,0 +1,14 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Misc." noMerge="1" name="misc." > + <text>Misc.</text> + <Action name="XMLSchema_any" /> + <Action name="XMLSchema_field" /> + <Action name="XMLSchema_group" /> + <Action name="XMLSchema_key" /> + <Action name="XMLSchema_keyref" /> + <Action name="XMLSchema_selector" /> + <Action name="XMLSchema_unique" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/simple.actions b/quanta/data/toolbars/schema/simple.actions new file mode 100644 index 00000000..ef769964 --- /dev/null +++ b/quanta/data/toolbars/schema/simple.actions @@ -0,0 +1,20 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_simpleType.png" type="tag" tooltip="<simpleType>" name="XMLSchema_simpleType" text="simpleType" > + <tag useDialog="false" ><simpleType></tag> + <xtag use="true" ></simpleType></xtag> + </action> + <action shortcut="" icon="tag_restriction.png" type="tag" tooltip="<restriction>" name="XMLSchema_restriction" text="restriction" > + <tag useDialog="false" ><restriction></tag> + <xtag use="true" ></restriction></xtag> + </action> + <action shortcut="" icon="tag_list.png" type="tag" tooltip="<list>" name="XMLSchema_list" text="list" > + <tag useDialog="false" ><list></tag> + <xtag use="true" ></list></xtag> + </action> + <action shortcut="" icon="tag_union.png" type="tag" tooltip="<union>" name="XMLSchema_union" text="union" > + <tag useDialog="false" ><union></tag> + <xtag use="true" ></union></xtag> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/schema/simple.toolbar b/quanta/data/toolbars/schema/simple.toolbar new file mode 100644 index 00000000..7aec11d8 --- /dev/null +++ b/quanta/data/toolbars/schema/simple.toolbar @@ -0,0 +1,12 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="simpleType" noMerge="1" name="simpletype" > + <text>simpleType</text> + <Action name="XMLSchema_simpleType" /> + <Separator lineSeparator="true" /> + <Action name="XMLSchema_restriction" /> + <Action name="XMLSchema_list" /> + <Action name="XMLSchema_union" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/tagxml/tagxml.actions b/quanta/data/toolbars/tagxml/tagxml.actions new file mode 100644 index 00000000..681c9fae --- /dev/null +++ b/quanta/data/toolbars/tagxml/tagxml.actions @@ -0,0 +1,76 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="new.png" type="text" tooltip="New Tag file" name="user_lyjaGLLTl" statustext="New Tag file" text="New Tag file" > + <text><?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> + +</TAGS> +</text> + </action> + <action icon="tag_tag.png" type="tag" tooltip="Tag" name="user_LGRZhUJd8" text="Tag" statustext="Tag" > + <tag useDialog="true" >tag</tag> + <xtag use="true" /> + <text/> + <script input="none" >''</script> + </action> + <action icon="tag_attr.png" type="tag" tooltip="Attribute" name="user_b6cmF7Zrq" text="Attribute" statustext="Attribute" > + <tag useDialog="true" >attr</tag> + <xtag use="true" /> + <text/> + <script input="none" >''</script> + </action> + <action icon="tag_dl.png" type="tag" tooltip="Items" name="user_a6uVzWRzR" statustext="Items" text="Items" > + <tag useDialog="false" ><items></tag> + <xtag use="true" ></items></xtag> + <text/> + <script input="none" >''</script> + </action> + <action icon="tag_dd.png" type="tag" tooltip="Item" name="user_97fcvR7QL" statustext="Item" text="Item" > + <tag useDialog="false" ><item></tag> + <xtag use="true" ></item></xtag> + <text/> + <script input="none" >''</script> + </action> + <action icon="tag_label.png" type="tag" tooltip="Label" name="user_8gS9rKLI8" text="Label" statustext="Label" > + <tag useDialog="false" ><label></tag> + <xtag use="true" ></label></xtag> + <text/> + <script input="none" >''</script> + </action> + <action icon="lineedit.png" type="tag" tooltip="Text" name="user_GqvlpNrL3" text="Text" statustext="Text" > + <tag useDialog="false" ><text></tag> + <xtag use="true" ></text></xtag> + <text/> + <script input="none" >''</script> + </action> + <action icon="tag_loc.png" type="tag" tooltip="Location" name="user_xpbzQtFFm" text="Location" statustext="Location" > + <tag useDialog="true" >location</tag> + <xtag use="true" /> + <text/> + <script input="none" >''</script> + </action> + <action icon="output_win.png" type="tag" tooltip="Tool Tip" name="user_x83jdO4Aw" text="Tool Tip" statustext="Tool Tip" > + <tag useDialog="false" ><tooltip></tag> + <xtag use="true" ></tooltip></xtag> + <text/> + <script input="none" >''</script> + </action> + <action icon="tag_what.png" type="tag" tooltip="What's This" name="user_SHAYNqyXg" text="What's This" statustext="What's This" > + <tag useDialog="false" ><whatsthis></tag> + <xtag use="true" ></whatsthis></xtag> + <text/> + <script input="none" >''</script> + </action> + <action shortcut="" icon="ball" type="text" tooltip="<children>" name="user_ca9L3ZRwcO" text="Children" > + <text><children> +<child name="" /> +</children></text> + </action> + <action shortcut="" icon="tag_noop.png" type="text" tooltip="<stoppingtags>" name="user_3Jr4RrmbFR" text="Stoppingtags" > + <text><stoppingtags> +<stoppingtag name="" /> +</stoppingtags></text> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/tagxml/tagxml.toolbar b/quanta/data/toolbars/tagxml/tagxml.toolbar new file mode 100644 index 00000000..76617bab --- /dev/null +++ b/quanta/data/toolbars/tagxml/tagxml.toolbar @@ -0,0 +1,23 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="tagxml" noMerge="1" name="tagxml" > + <text>tagxml</text> + <Action name="user_lyjaGLLTl" /> + <Separator name="separator_3" /> + <Action name="user_LGRZhUJd8" /> + <Action name="user_b6cmF7Zrq" /> + <Action name="user_a6uVzWRzR" /> + <Action name="user_97fcvR7QL" /> + <Separator name="separator_2" /> + <Action name="user_8gS9rKLI8" /> + <Action name="user_GqvlpNrL3" /> + <Action name="user_xpbzQtFFm" /> + <Separator name="separator_1" /> + <Action name="user_x83jdO4Aw" /> + <Action name="user_SHAYNqyXg" /> + <Separator name="separator_0" /> + <Action name="user_ca9L3ZRwcO" /> + <Action name="user_3Jr4RrmbFR" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/wml-1-2/deck.actions b/quanta/data/toolbars/wml-1-2/deck.actions new file mode 100644 index 00000000..ba5772b5 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/deck.actions @@ -0,0 +1,29 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_access" type="tag" tooltip="" name="wml_tag_access" statustext="" text="Access (wml)" > +<tag useDialog="true" ><access></tag> + <xtag use="false" ></xtag> + <text></text> + <script input="none" >""</script> </action> + <action icon="tag_wml" type="tag" tooltip="" name="wml_tag_wml" statustext="" text="WML" > +<tag useDialog="true" ><wml></tag> + <xtag use="true" ></wml></xtag> + <text></text> + <script input="none" >""""</script> </action> + <action icon="tag_card" type="tag" tooltip="" name="wml_tag_card" statustext="" text="Card" > +<tag useDialog="true" ><card></tag> + <xtag use="true" ></card></xtag> + <text></text> + <script input="none" >""""</script> </action> + <action icon="tag_head" type="tag" tooltip="" name="wml_tag_head" statustext="" text="Head" > +<tag useDialog="false" ><head></tag> + <xtag use="true" ></head></xtag> + <text></text> + <script input="none" >""""""</script> </action> + <action icon="tag_meta" type="tag" tooltip="" name="wml_tag_meta" statustext="" text="Meta" > +<tag useDialog="true" ><meta></tag> + <xtag use="true" ></meta></xtag> + <text></text> + <script input="none" >""""</script> </action> + +</actions> diff --git a/quanta/data/toolbars/wml-1-2/deck.toolbar b/quanta/data/toolbars/wml-1-2/deck.toolbar new file mode 100644 index 00000000..f8a7c834 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/deck.toolbar @@ -0,0 +1,10 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> +<ToolBar tabname="deck" noMerge="1" name="deck" > +<text>deck</text> + <Action name="wml_tag_wml" /> + <Action name="wml_tag_card" /> + <Action name="wml_tag_head" /> + <Action name="wml_tag_meta" /> + <Action name="wml_tag_access" /> </ToolBar> +</kpartgui> diff --git a/quanta/data/toolbars/wml-1-2/forms.actions b/quanta/data/toolbars/wml-1-2/forms.actions new file mode 100644 index 00000000..3fd26549 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/forms.actions @@ -0,0 +1,23 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="select" type="tag" tooltip="Select from a list" name="wml_tag_select" text="Select (wml)" statustext="" > +<tag useDialog="true" ><select></tag> + <xtag use="true" ></select></xtag> + <text></text> + <script input="none" >""""</script> </action> + <action icon="lineedit" type="tag" tooltip="Enter text which is assigned to a specified variable" name="wml_tag_ineedit" statustext="" text="Input Text (wml)" > +<tag useDialog="true" ><input></tag> + <xtag use="false" ></xtag> + <text></text> + <script input="none" >""""</script> </action> + <action icon="options" type="tag" tooltip="Specifies a particular choice within a <select> element. " name="wml_tag_option" text="Option (wml)" statustext="" > +<tag useDialog="true" ><option></tag> + <xtag use="true" ></option></xtag> + <text/> + <script input="none" >""</script> </action> + <action icon="options" type="tag" tooltip="Group multiple <option> (or nested <optgroup>) elements within a card" name="wml_tag_option_group" statustext="" text="Option Group (wml)" > +<tag useDialog="true" ><optgroup></tag> + <xtag use="true" ></optgroup></xtag> + <text></text> + <script input="none" >""</script> </action> +</actions> diff --git a/quanta/data/toolbars/wml-1-2/forms.toolbar b/quanta/data/toolbars/wml-1-2/forms.toolbar new file mode 100644 index 00000000..69146802 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/forms.toolbar @@ -0,0 +1,10 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> +<ToolBar tabname="forms" noMerge="1" name="forms" > +<text>forms</text> + <Action name="wml_tag_ineedit" /> + <Action name="wml_tag_select" /> + <Separator name="separator_0" /> + <Action name="wml_tag_option_group" /> + <Action name="wml_tag_option" /> </ToolBar> +</kpartgui> diff --git a/quanta/data/toolbars/wml-1-2/misc.actions b/quanta/data/toolbars/wml-1-2/misc.actions new file mode 100644 index 00000000..8976e5f2 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/misc.actions @@ -0,0 +1,37 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_a" type="tag" name="wml_tag_anchor" text="Anchor...(wml)" > +<tag useDialog="true" ><anchor></tag> + <xtag use="true" ></anchor></xtag> + <tooltip>The <b>anchor</b> element denotes an <i>anchor</i>-- a link to formatted text. + The <b>task</b> within the tag is executed when the link is selected, such as an <i>go</i> task or a <i>refresh</i>. + </tooltip> </action> + <action icon="tag_a_url" type="tag" tooltip="" name="wml_tag_a" statustext="" text="A...(wml)" > +<tooltip>The <b>a</b> element denotes an <i>anchor</i>--a hypertext link or the destination of a link. + The <b>HREF</b> attribute specifies a hypertext link to another <i>wml</i> document. + </tooltip> + <tag useDialog="true" ><a></tag> + <xtag use="true" ></a></xtag> + <text></text> + <script input="none" >""""</script> </action> + <action icon="tag_image" type="tag" name="wml_tag_img" text="Image...(wml)" > +<tag useDialog="true" ><img></tag> + <tooltip>The <b>IMG</b> element specifies an <i>inline</i> image. + The required <b>SRC</b> attribute specifies the location of the image. + </tooltip> </action> + <action icon="date" type="tag" tooltip="" name="wml_tag_timer" statustext="" text="Timer (wml)" > +<tag useDialog="true" ><timer></tag> + <xtag use="true" ></timer></xtag> + <text/> + <script input="none" >""""</script> </action> + <action icon="tag_setvar" type="tag" tooltip="" name="wml_tag_setvar" statustext="" text="Set variable" > +<tag useDialog="true" ><setvar></tag> + <xtag use="false" /> + <text/> + <script input="none" >""""</script> </action> + <action icon="tag_postfield" type="tag" tooltip="Name/value pairs passed to HTTP server" name="wml_tag_postfield" statustext="" text="Post Field" > +<tag useDialog="true" ><postfield></tag> + <xtag use="false" ></xtag> + <text></text> + <script input="none" >""""</script> </action> +</actions> diff --git a/quanta/data/toolbars/wml-1-2/misc.toolbar b/quanta/data/toolbars/wml-1-2/misc.toolbar new file mode 100644 index 00000000..da09bc60 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/misc.toolbar @@ -0,0 +1,13 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> +<ToolBar tabname="misc." noMerge="1" name="misc." > +<text>misc.</text> + <Action name="wml_tag_a" /> + <Action name="wml_tag_anchor" /> + <Action name="wml_tag_img" /> + <Separator name="separator_1" /> + <Action name="wml_tag_setvar" /> + <Action name="wml_tag_postfield" /> + <Separator name="separator_0" /> + <Action name="wml_tag_timer" /> </ToolBar> +</kpartgui> diff --git a/quanta/data/toolbars/wml-1-2/table.actions b/quanta/data/toolbars/wml-1-2/table.actions new file mode 100644 index 00000000..4b548ed4 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/table.actions @@ -0,0 +1,13 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_table" type="tag" name="wml_tag_table" text="Table (wml)" > +<tag useDialog="true" ><table></tag> + <xtag use="true" inLine="false" ></table></xtag> </action> + <action icon="tag_tr" type="tag" name="wml_tag_tr" text="Table Row (wml)" > +<tag useDialog="false" ><tr></tag> + <xtag use="true" inLine="true" ></tr></xtag> </action> + <action icon="tag_td" type="tag" name="wml_tag_td" text="Table Data (wml)" > +<tag useDialog="false" ><td></tag> + <xtag use="true" inLine="true" ></td></xtag> </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/wml-1-2/table.toolbar b/quanta/data/toolbars/wml-1-2/table.toolbar new file mode 100644 index 00000000..944d156d --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/table.toolbar @@ -0,0 +1,8 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> +<ToolBar tabname="table" noMerge="1" name="table" > +<text>table</text> + <Action name="wml_tag_table" /> + <Action name="wml_tag_tr" /> + <Action name="wml_tag_td" /> </ToolBar> +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/wml-1-2/tasks.actions b/quanta/data/toolbars/wml-1-2/tasks.actions new file mode 100644 index 00000000..e1c4e9ab --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/tasks.actions @@ -0,0 +1,33 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_go" type="tag" tooltip="Open a specified URL" name="wml_tag_go" statustext="" text="Go (wml)" > +<tag useDialog="true" ><go></tag> + <xtag use="true" ></go></xtag> + <text></text> + <script input="none" >""</script> </action> + <action icon="tag_noop" type="tag" tooltip="No operation" name="wml_tag_noop" statustext="" text="No operation (wml)" > +<tag useDialog="false" ><noop /></tag> + <xtag use="false" ></xtag> + <text></text> + <script input="none" >""</script> </action> + <action icon="back" type="tag" tooltip="" name="wml_tag_prev" statustext="" text="Previous (wml)" > +<tag useDialog="false" ><prev></tag> + <xtag use="true" ></prev></xtag> + <text></text> + <script input="none" >""""</script> </action> + <action icon="repaint" type="tag" tooltip="" name="wml_tag_refresh" statustext="" text="Refresh" > +<tag useDialog="false" ><refresh></tag> + <xtag use="true" ></refresh></xtag> + <text></text> + <script input="none" >""</script> </action> + <action icon="tag_do" type="tag" tooltip="" name="wml_tag_do" statustext="" text="Do (wml)" > +<tag useDialog="true" ><do></tag> + <xtag use="true" ></do></xtag> + <text></text> + <script input="none" >""</script> </action> + <action icon="tag_onevent" type="tag" tooltip="" name="wml_tag_onevent" statustext="" text="Onevent (wml)" > +<tag useDialog="true" ><onevent></tag> + <xtag use="true" ></onevent></xtag> + <text></text> + <script input="none" >""</script> </action> +</actions> diff --git a/quanta/data/toolbars/wml-1-2/tasks.toolbar b/quanta/data/toolbars/wml-1-2/tasks.toolbar new file mode 100644 index 00000000..d7c1951c --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/tasks.toolbar @@ -0,0 +1,12 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> +<ToolBar tabname="tasks" noMerge="1" name="tasks" > +<text>tasks</text> + <Action name="wml_tag_go" /> + <Action name="wml_tag_noop" /> + <Action name="wml_tag_prev" /> + <Action name="wml_tag_refresh" /> + <Separator name="separator_0" /> + <Action name="wml_tag_do" /> + <Action name="wml_tag_onevent" /> </ToolBar> +</kpartgui> diff --git a/quanta/data/toolbars/wml-1-2/text.actions b/quanta/data/toolbars/wml-1-2/text.actions new file mode 100644 index 00000000..14909c9c --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/text.actions @@ -0,0 +1,60 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_bold" type="tag" name="wml_tag_b" text="Bold (wml)" > +<tag useDialog="false" ><b></tag> + <xtag use="true" inLine="true" ></b></xtag> + <tooltip>The <b>B</b> element suggests that text be rendered as <i>bold text</i>. + </tooltip> </action> + <action icon="tag_em" type="tag" tooltip="" name="wml_tag_em" text="Emphasize (wml)" statustext="" > +<tooltip>The <b>B</b> element suggests that text be rendered as <i>emphasized text</i>. + </tooltip> + <tag useDialog="false" ><em></tag> + <xtag use="true" ></em></xtag> + <text/> + <script input="none" >""""""</script> </action> + <action icon="tag_i" type="tag" name="wml_tag_i" text="Italic (wml)" > +<tag useDialog="false" ><i></tag> + <xtag use="true" inLine="true" ></i></xtag> + <tooltip>The <b>I</b> element suggests that text be rendered as <i>italic text</i>. + </tooltip> </action> + <action icon="tag_u" type="tag" name="wml_tag_u" text="Underline (wml)" > +<tag><u></tag> + <xtag use="true" ></u></xtag> + <tooltip>The <b>U</b> element suggests that text be rendered as <i>underlined text</i>. + </tooltip> </action> + <action icon="font_dec" type="tag" tooltip="Specifies a small font" name="wml_tag_small" statustext="" text="Small (wml)" > +<tooltip>The <b>small</b> element suggests that text be rendered as a <i>small font</i>. + </tooltip> + <tag useDialog="false" ><small></tag> + <xtag use="true" ></small></xtag> + <text/> + <script input="none" >""""""""</script> </action> + <action icon="font_inc" type="tag" tooltip="Specifies a big font" name="wml_tag_big" statustext="" text="Big (wml)" > +<tooltip>The <b>big</b> element suggests that text be rendered as a <i>big font</i>. + </tooltip> + <tag useDialog="false" ><big></tag> + <xtag use="true" ></big></xtag> + <text/> + <script input="none" >""""""""</script> </action> + <action icon="tag_br" type="tag" tooltip="" name="wml_tag_br" text="New Line (wml)" statustext="" > +<tooltip>The <b>br</b> element forces a <i>break</i> in the current line of text. + </tooltip> + <tag useDialog="false" ><br /></tag> + <xtag use="false" /> + <text/> + <script input="none" >""</script> </action> + <action icon="tag_p" type="tag" name="wml_tag_p" text="Paragraph (wml)" > +<tag useDialog="true" ><p></tag> + <xtag use="true" ></p></xtag> + <tooltip>The <b>P</b> element defines a <i>paragraph</i>. + <br>- ALIGN=[ left | center | right ] (horizontal alignment) + </tooltip> </action> + <action icon="tag_pre" type="tag" tooltip="" name="wml_tag_pre" text="Pre (wml)" statustext="" > +<tooltip>The <b>PRE</b> element allows to view <i>preformatted</i> text. + </tooltip> + <tag useDialog="false" ><pre xml:space="preserve"></tag> + <xtag use="true" ></pre></xtag> + <text/> + <script input="none" >""</script> </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/wml-1-2/text.toolbar b/quanta/data/toolbars/wml-1-2/text.toolbar new file mode 100644 index 00000000..ce28c003 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/text.toolbar @@ -0,0 +1,18 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> +<ToolBar tabname="text" noMerge="1" name="text" > +<text>text</text> + <Action name="wml_tag_b" /> + <Action name="wml_tag_i" /> + <Action name="wml_tag_u" /> + <Separator name="separator_2" /> + <Action name="wml_tag_big" /> + <Action name="wml_tag_small" /> + <Action name="wml_tag_em" /> + <Separator name="separator_1" /> + <Action name="wml_tag_br" /> + <Action name="wml_tag_p" /> + <Action name="wml_tag_pre" /> + <Separator name="separator_0" /> + <Action name="insert_char" /> </ToolBar> +</kpartgui>
\ No newline at end of file diff --git a/quanta/data/toolbars/xml/fonts.actions b/quanta/data/toolbars/xml/fonts.actions new file mode 100644 index 00000000..9e805d6c --- /dev/null +++ b/quanta/data/toolbars/xml/fonts.actions @@ -0,0 +1,83 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_font" type="tag" name="tag_font" text="Font..." > + <tag useDialog="true" ><font></tag> + <xtag use="true" ></font></xtag> + <tooltip>The <b>FONT</b> element allows authors to suggest rudimentary <i>font changes</i>. + </tooltip> + </action> + <action icon="font_inc" type="tag" name="tag_font_inc" text="Font Size+1" > + <standard>Quick start</standard> + <tag useDialog="false" ><font size="+1"></tag> + <xtag use="true" ></font></xtag> + <tooltip>This <b>SIZE=+1</b> element allows to <i>increase</i> font. + </tooltip> + </action> + <action icon="font_dec" type="tag" name="tag_font_dec" text="Font Size-1" > + <tag useDialog="false" ><font size="-1"></tag> + <xtag use="true" ></font></xtag> + <tooltip>This <b>SIZE=-1</b> element allows to <i>decrease</i> font. + </tooltip> + </action> + <action icon="tag_pre" type="tag" name="tag_pre" text="Pre" > + <tag useDialog="false" ><pre></tag> + <xtag use="true" inLine="false" ></pre></xtag> + <tooltip>The <b>PRE</b> element allows to view <i>preformatted</i> text. + </tooltip> + </action> + <action icon="tag_sub" type="tag" name="tag_sub" text="Subscript" > + <tag useDialog="false" ><sub></tag> + <xtag use="true" ></sub></xtag> + <tooltip>The <b>SUB</b> element is used for <i>subscripts</i>. + <br>- common attributes + </tooltip> + </action> + <action icon="tag_sup" type="tag" name="tag_sup" text="Superscript" > + <tag useDialog="false" ><sup></tag> + <xtag use="true" ></sup></xtag> + <tooltip>The <b>SUP</b> element is used for <i>superscripts</i>. + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h1" type="tag" name="tag_h1" text="Head 1 Level" > + <tag useDialog="false" ><h1></tag> + <xtag use="true" ></h1></xtag> + <tooltip>The <b>H1</b> element defines a <i>level-one heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h2" type="tag" name="tag_h2" text="Head 2 Level" > + <tag useDialog="false" ><h2></tag> + <xtag use="true" ></h2></xtag> + <tooltip>The <b>H2</b> element defines a <i>level-two heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h3" type="tag" name="tag_h3" text="Head 3 Level" > + <tag useDialog="false" ><h3></tag> + <xtag use="true" ></h3></xtag> + <tooltip>The <b>H3</b> element defines a <i>level-three heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h4" type="tag" name="tag_h4" text="Head 4 Level" > + <tag useDialog="false" ><h4></tag> + <xtag use="true" ></h4></xtag> + <tooltip>The <b>H4</b> element defines a <i>level-four heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + <action icon="tag_h5" type="tag" name="tag_h5" text="Head 5 Level" > + <tag useDialog="false" ><h5></tag> + <xtag use="true" ></h5></xtag> + <tooltip>The <b>H5</b> element defines a <i>level-five heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + </tooltip> + </action> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/xml/fonts.toolbar b/quanta/data/toolbars/xml/fonts.toolbar new file mode 100644 index 00000000..b2897634 --- /dev/null +++ b/quanta/data/toolbars/xml/fonts.toolbar @@ -0,0 +1,21 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Fonts" name="fonts" > + <text>Fonts</text> + <Action name="tag_font" /> + <Separator lineSeparator="true" /> + <Action name="tag_font_inc" /> + <Action name="tag_font_dec" /> + <Separator lineSeparator="true" /> + <Action name="tag_pre" /> + <Action name="tag_sub" /> + <Action name="tag_sup" /> + <Separator lineSeparator="true" /> + <Action name="tag_h1" /> + <Action name="tag_h2" /> + <Action name="tag_h3" /> + <Action name="tag_h4" /> + <Action name="tag_h5" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file |