diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-02 02:15:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-12 21:02:29 +0100 |
commit | 1e750683286c018238ae80a37a17709028a5f619 (patch) | |
tree | de816e2396bf123719a02ce105ce8b76fd1e5703 /quanta/data/toolbars/wml-1-2 | |
parent | 5764a965e27720a5d973e5e3126274433ca3c35c (diff) | |
download | tdewebdev-1e750683286c018238ae80a37a17709028a5f619.tar.gz tdewebdev-1e750683286c018238ae80a37a17709028a5f619.zip |
Quanta: Extract source files for toolbars contained in tarballs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'quanta/data/toolbars/wml-1-2')
-rw-r--r-- | quanta/data/toolbars/wml-1-2/deck.actions | 29 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/deck.toolbar | 10 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/forms.actions | 23 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/forms.toolbar | 10 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/misc.actions | 37 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/misc.toolbar | 13 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/table.actions | 13 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/table.toolbar | 8 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/tasks.actions | 33 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/tasks.toolbar | 12 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/text.actions | 60 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/text.toolbar | 18 |
12 files changed, 266 insertions, 0 deletions
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 |