diff options
Diffstat (limited to 'quanta/data/toolbars')
-rw-r--r-- | quanta/data/toolbars/Makefile.am | 2 | ||||
-rw-r--r-- | quanta/data/toolbars/html5/CMakeLists.txt | 26 | ||||
-rw-r--r-- | quanta/data/toolbars/html5/Makefile.am | 14 | ||||
-rw-r--r-- | quanta/data/toolbars/html5/base.actions | 126 | ||||
-rw-r--r-- | quanta/data/toolbars/html5/base.toolbar | 37 | ||||
-rw-r--r-- | quanta/data/toolbars/html5/meta.actions | 125 | ||||
-rw-r--r-- | quanta/data/toolbars/html5/meta.toolbar | 38 | ||||
-rw-r--r-- | quanta/data/toolbars/html5/style.actions | 121 | ||||
-rw-r--r-- | quanta/data/toolbars/html5/style.toolbar | 36 | ||||
-rw-r--r-- | quanta/data/toolbars/html5/tools.actions | 6 | ||||
-rw-r--r-- | quanta/data/toolbars/html5/tools.toolbar | 13 |
11 files changed, 543 insertions, 1 deletions
diff --git a/quanta/data/toolbars/Makefile.am b/quanta/data/toolbars/Makefile.am index bc03a375..4a279373 100644 --- a/quanta/data/toolbars/Makefile.am +++ b/quanta/data/toolbars/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = html xml wml-1-2 tagxml schema cfml kde-docbook docbook css +SUBDIRS = html html5 xml wml-1-2 tagxml schema cfml kde-docbook docbook css toolbarsdir = ${quanta_datadir}/toolbars toolbars_DATA = debug.toolbar.tgz diff --git a/quanta/data/toolbars/html5/CMakeLists.txt b/quanta/data/toolbars/html5/CMakeLists.txt new file mode 100644 index 00000000..2ebdff25 --- /dev/null +++ b/quanta/data/toolbars/html5/CMakeLists.txt @@ -0,0 +1,26 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# (C) 2019 Slávek Banko +# slavek.banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +##### style data ################################ + +foreach( _toolbar base meta style tools ) + + tde_create_tarball( + TARGET ${_toolbar}.toolbar.tgz + FILES ${_toolbar}.actions ${_toolbar}.toolbar + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/html5 + ) + +endforeach( ) diff --git a/quanta/data/toolbars/html5/Makefile.am b/quanta/data/toolbars/html5/Makefile.am new file mode 100644 index 00000000..353c7dad --- /dev/null +++ b/quanta/data/toolbars/html5/Makefile.am @@ -0,0 +1,14 @@ +htmltemplatedir = ${quanta_datadir}/toolbars/html5 +htmltemplate_DATA = base.toolbar.tgz meta.toolbar.tgz style.toolbar.tgz tools.toolbar.tgz + +base.toolbar.tgz: base.actions base.toolbar + tar cfz $@ -C $(<D) $(^F) + +meta.toolbar.tgz: meta.actions meta.toolbar + tar cfz $@ -C $(<D) $(^F) + +style.toolbar.tgz: style.actions style.toolbar + tar cfz $@ -C $(<D) $(^F) + +tools.toolbar.tgz: tools.actions tools.toolbar + tar cfz $@ -C $(<D) $(^F) diff --git a/quanta/data/toolbars/html5/base.actions b/quanta/data/toolbars/html5/base.actions new file mode 100644 index 00000000..2fa3cebb --- /dev/null +++ b/quanta/data/toolbars/html5/base.actions @@ -0,0 +1,126 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="html5_h1" type="tag" tooltip="" name="h1" text="h1" > + <tag useDialog="false" ><h1></tag> + <xtag use="true" ></h1></xtag> + </action> + <action shortcut="" icon="html5_h2" type="tag" tooltip="" name="h2" text="h2" > + <tag useDialog="false" ><h2></tag> + <xtag use="true" ></h2></xtag> + </action> + <action shortcut="" icon="html5_h3" type="tag" tooltip="" name="h3" text="h3" > + <tag useDialog="false" ><h3></tag> + <xtag use="true" ></h3></xtag> + </action> + <action shortcut="" icon="html5_h4" type="tag" tooltip="" name="h4" text="h4" > + <tag useDialog="false" ><h4></tag> + <xtag use="true" ></h4></xtag> + </action> + <action shortcut="" icon="html5_h5" type="tag" tooltip="" name="h5" text="h5" > + <tag useDialog="false" ><h5></tag> + <xtag use="true" ></h5></xtag> + </action> + <action shortcut="" icon="html5_h6" type="tag" tooltip="" name="h6" text="h6" > + <tag useDialog="false" ><h6></tag> + <xtag use="true" ></h6></xtag> + </action> + <action shortcut="" icon="html5_p" type="tag" tooltip="" name="p" text="p" > + <tag useDialog="false" ><p></tag> + <xtag use="true" ></p></xtag> + </action> + <action shortcut="" icon="html5_pre" type="tag" tooltip="" name="pre" text="pre" > + <tag useDialog="false" ><pre></tag> + <xtag use="true" ></pre></xtag> + </action> + <action shortcut="" icon="html5_div" type="tag" tooltip="" name="div" text="div" > + <tag useDialog="false" ><div></tag> + <xtag use="true" ></div></xtag> + </action> + <action shortcut="" icon="html5_blockquote" type="tag" tooltip="" name="blockquote" text="blockquote" > + <tag useDialog="false" ><blockquote></tag> + <xtag use="true" ></blockquote></xtag> + </action> + <action shortcut="" icon="html5_details" type="tag" tooltip="" name="details" text="details" > + <tag useDialog="false" ><details></tag> + <xtag use="true" ></details></xtag> + </action> + <action shortcut="" icon="html5_center" type="tag" tooltip="" name="center" text="center" > + <tag useDialog="false" ><center></tag> + <xtag use="true" ></center></xtag> + </action> + <action shortcut="" icon="html5_hr" type="tag" tooltip="" name="hr" text="hr" > + <tag useDialog="false" ><hr></tag> + </action> + <action shortcut="" icon="html5_com" type="tag" tooltip="" name="com" text="com" > + <tag useDialog="false" ><!-- </tag> + <xtag use="true" > --></xtag> + </action> + <action shortcut="" icon="html5_ul" type="tag" tooltip="" name="ul" text="ul" > + <tag useDialog="false" ><ul></tag> + <xtag use="true" ></ul></xtag> + </action> + <action shortcut="" icon="html5_ol" type="tag" tooltip="" name="ol" text="ol" > + <tag useDialog="false" ><ol></tag> + <xtag use="true" ></ol></xtag> + </action> + <action shortcut="" icon="html5_li" type="tag" tooltip="" name="li" text="li" > + <tag useDialog="false" ><li></tag> + <xtag use="true" ></li></xtag> + </action> + <action shortcut="" icon="html5_dir" type="tag" tooltip="" name="dir" text="dir" > + <tag useDialog="false" ><dir></tag> + <xtag use="true" ></dir></xtag> + </action> + <action shortcut="" icon="html5_dl" type="tag" tooltip="" name="dl" text="dl" > + <tag useDialog="false" ><dl></tag> + <xtag use="true" ></dl></xtag> + </action> + <action shortcut="" icon="html5_dt" type="tag" tooltip="" name="dt" text="dt" > + <tag useDialog="false" ><dt></tag> + <xtag use="true" ></dt></xtag> + </action> + <action shortcut="" icon="html5_dd" type="tag" tooltip="" name="dd" text="dd" > + <tag useDialog="false" ><dd></tag> + <xtag use="true" ></dd></xtag> + </action> + <action shortcut="" icon="html5_table" type="tag" tooltip="" name="table" text="table" > + <tag useDialog="false" ><table></tag> + <xtag use="true" ></table></xtag> + </action> + <action shortcut="" icon="html5_tbody" type="tag" tooltip="" name="tbody" text="tbody" > + <tag useDialog="false" ><tbody></tag> + <xtag use="true" ></tbody></xtag> + </action> + <action shortcut="" icon="html5_thead" type="tag" tooltip="" name="thead" text="thead" > + <tag useDialog="false" ><thead></tag> + <xtag use="true" ></thead></xtag> + </action> + <action shortcut="" icon="html5_tfoot" type="tag" tooltip="" name="tfoot" text="tfoot" > + <tag useDialog="false" ><tfoot></tag> + <xtag use="true" ></tfoot></xtag> + </action> + <action shortcut="" icon="html5_tr" type="tag" tooltip="" name="tr" text="tr" > + <tag useDialog="false" ><tr></tag> + <xtag use="true" ></tr></xtag> + </action> + <action shortcut="" icon="html5_colgroup" type="tag" tooltip="" name="colgroup" text="colgroup" > + <tag useDialog="false" ><colgroup></tag> + <xtag use="true" ></colgroup></xtag> + </action> + <action shortcut="" icon="html5_col" type="tag" tooltip="" name="col" text="col" > + <tag useDialog="false" ><col></tag> + <xtag use="true" ></col></xtag> + </action> + <action shortcut="" icon="html5_td" type="tag" tooltip="" name="td" text="td" > + <tag useDialog="false" ><td></tag> + <xtag use="true" ></td></xtag> + </action> + <action shortcut="" icon="html5_th" type="tag" tooltip="" name="th" text="th" > + <tag useDialog="false" ><th></tag> + <xtag use="true" ></th></xtag> + </action> + <action shortcut="" icon="html5_caption" type="tag" tooltip="" name="caption" text="caption" > + <tag useDialog="false" ><caption></tag> + <xtag use="true" ></caption></xtag> + </action> +</actions> diff --git a/quanta/data/toolbars/html5/base.toolbar b/quanta/data/toolbars/html5/base.toolbar new file mode 100644 index 00000000..e4e786cf --- /dev/null +++ b/quanta/data/toolbars/html5/base.toolbar @@ -0,0 +1,37 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Base" noMerge="1" name="base" > + <text>Base</text> + <Action name="h1" /> + <Action name="h2" /> + <Action name="h3" /> + <Action name="h4" /> + <Action name="h5" /> + <Action name="h6" /> + <Action name="p" /> + <Action name="pre" /> + <Action name="div" /> + <Action name="blockquote" /> + <Action name="details" /> + <Action name="center" /> + <Action name="hr" /> + <Action name="com" /> + <Action name="ul" /> + <Action name="ol" /> + <Action name="li" /> + <Action name="dir" /> + <Action name="dl" /> + <Action name="dt" /> + <Action name="dd" /> + <Action name="table" /> + <Action name="tbody" /> + <Action name="thead" /> + <Action name="tfoot" /> + <Action name="tr" /> + <Action name="colgroup" /> + <Action name="col" /> + <Action name="td" /> + <Action name="th" /> + <Action name="caption" /> + </ToolBar> +</kpartgui> diff --git a/quanta/data/toolbars/html5/meta.actions b/quanta/data/toolbars/html5/meta.actions new file mode 100644 index 00000000..0ea1ee5a --- /dev/null +++ b/quanta/data/toolbars/html5/meta.actions @@ -0,0 +1,125 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="html5_img" type="tag" tooltip="" name="img" text="img" > + <tag useDialog="false" ><img src=""></tag> + </action> + <action shortcut="" icon="html5_map" type="tag" tooltip="" name="map" text="map" > + <tag useDialog="false" ><map name=""></tag> + <xtag use="true" ></map></xtag> + </action> + <action shortcut="" icon="html5_area" type="tag" tooltip="" name="area" text="area" > + <tag useDialog="false" ><area shape="" coords=",,," alt="" href=""></tag> + </action> + <action shortcut="" icon="html5_picture" type="tag" tooltip="" name="picture" text="picture" > + <tag useDialog="false" ><picture></tag> + <xtag use="true" ></picture></xtag> + </action> + <action shortcut="" icon="html5_figure" type="tag" tooltip="" name="figure" text="figure" > + <tag useDialog="false" ><figure></tag> + <xtag use="true" ></figure></xtag> + </action> + <action shortcut="" icon="html5_figcaption" type="tag" tooltip="" name="figcaption" text="figcaption" > + <tag useDialog="false" ><figcaption></tag> + <xtag use="true" ></figcaption></xtag> + </action> + <action shortcut="" icon="html5_svg" type="tag" tooltip="" name="svg" text="svg" > + <tag useDialog="false" ><svg></tag> + <xtag use="true" ></svg></xtag> + </action> + <action shortcut="" icon="html5_audio" type="tag" tooltip="" name="audio" text="audio" > + <tag useDialog="false" ><audio src=""></tag> + <xtag use="true" ></audio></xtag> + </action> + <action shortcut="" icon="html5_video" type="tag" tooltip="" name="video" text="video" > + <tag useDialog="false" ><video src=""></tag> + <xtag use="true" ></video></xtag> + </action> + <action shortcut="" icon="html5_track" type="tag" tooltip="" name="track" text="track" > + <tag useDialog="false" ><track src=""></tag> + <xtag use="true" ></track></xtag> + </action> + <action shortcut="" icon="html5_embed" type="tag" tooltip="" name="embed" text="embed" > + <tag useDialog="false" ><embed src=""></tag> + <xtag use="true" ></embed></xtag> + </action> + <action shortcut="" icon="html5_object" type="tag" tooltip="" name="object" text="object" > + <tag useDialog="false" ><object data=""></tag> + <xtag use="true" ></object></xtag> + </action> + <action shortcut="" icon="html5_source" type="tag" tooltip="" name="source" text="source" > + <tag useDialog="false" ><source src=""></tag> + <xtag use="true" ></source></xtag> + </action> + <action shortcut="" icon="html5_header" type="tag" tooltip="" name="header" text="header" > + <tag useDialog="false" ><header></tag> + <xtag use="true" ></header></xtag> + </action> + <action shortcut="" icon="html5_nav" type="tag" tooltip="" name="nav" text="nav" > + <tag useDialog="false" ><nav></tag> + <xtag use="true" ></nav></xtag> + </action> + <action shortcut="" icon="html5_main" type="tag" tooltip="" name="main" text="main" > + <tag useDialog="false" ><main></tag> + <xtag use="true" ></main></xtag> + </action> + <action shortcut="" icon="html5_aside" type="tag" tooltip="" name="aside" text="aside" > + <tag useDialog="false" ><aside></tag> + <xtag use="true" ></aside></xtag> + </action> + <action shortcut="" icon="html5_footer" type="tag" tooltip="" name="footer" text="footer" > + <tag useDialog="false" ><footer></tag> + <xtag use="true" ></footer></xtag> + </action> + <action shortcut="" icon="html5_article" type="tag" tooltip="" name="article" text="article" > + <tag useDialog="false" ><article></tag> + <xtag use="true" ></article></xtag> + </action> + <action shortcut="" icon="html5_address" type="tag" tooltip="" name="address" text="address" > + <tag useDialog="false" ><address></tag> + <xtag use="true" ></address></xtag> + </action> + <action shortcut="" icon="html5_section" type="tag" tooltip="" name="section" text="section" > + <tag useDialog="false" ><section></tag> + <xtag use="true" ></section></xtag> + </action> + <action shortcut="" icon="html5_DT" type="tag" tooltip="" name="DT" text="DT" > + <tag useDialog="false" ><!DOCTYPE html></tag> + </action> + <action shortcut="" icon="html5_html" type="tag" tooltip="" name="html" text="html" > + <tag useDialog="false" ><html></tag> + <xtag use="true" ></html></xtag> + </action> + <action shortcut="" icon="html5_head" type="tag" tooltip="" name="head" text="head" > + <tag useDialog="false" ><head></tag> + <xtag use="true" ></head></xtag> + </action> + <action shortcut="" icon="html5_body" type="tag" tooltip="" name="body" text="body" > + <tag useDialog="false" ><body></tag> + <xtag use="true" ></body></xtag> + </action> + <action shortcut="" icon="html5_title" type="tag" tooltip="" name="title" text="title" > + <tag useDialog="false" ><title></tag> + <xtag use="true" ></title></xtag> + </action> + <action shortcut="" icon="html5_meta" type="tag" tooltip="" name="meta" text="meta" > + <tag useDialog="false" ><meta charset="utf-8"></tag> + </action> + <action shortcut="" icon="html5_base" type="tag" tooltip="" name="base" text="base" > + <tag useDialog="false" ><base href=""></tag> + </action> + <action shortcut="" icon="html5_link" type="tag" tooltip="" name="link" text="link" > + <tag useDialog="false" ><link rel="" type="" href=""></tag> + </action> + <action shortcut="" icon="html5_style" type="tag" tooltip="" name="style" text="style" > + <tag useDialog="false" ><style></tag> + <xtag use="true" ></style></xtag> + </action> + <action shortcut="" icon="html5_script" type="tag" tooltip="" name="script" text="script" > + <tag useDialog="false" ><script></tag> + <xtag use="true" ></script></xtag> + </action> + <action shortcut="" icon="html5_noscript" type="tag" tooltip="" name="noscript" text="noscript" > + <tag useDialog="false" ><noscript></tag> + <xtag use="true" ></noscript></xtag> + </action> +</actions> diff --git a/quanta/data/toolbars/html5/meta.toolbar b/quanta/data/toolbars/html5/meta.toolbar new file mode 100644 index 00000000..2c3c8446 --- /dev/null +++ b/quanta/data/toolbars/html5/meta.toolbar @@ -0,0 +1,38 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Meta" noMerge="1" name="meta" > + <text>Meta</text> + <Action name="img" /> + <Action name="map" /> + <Action name="area" /> + <Action name="picture" /> + <Action name="figure" /> + <Action name="figcaption" /> + <Action name="svg" /> + <Action name="audio" /> + <Action name="video" /> + <Action name="track" /> + <Action name="embed" /> + <Action name="object" /> + <Action name="source" /> + <Action name="header" /> + <Action name="nav" /> + <Action name="main" /> + <Action name="aside" /> + <Action name="footer" /> + <Action name="article" /> + <Action name="address" /> + <Action name="section" /> + <Action name="DT" /> + <Action name="html" /> + <Action name="head" /> + <Action name="body" /> + <Action name="title" /> + <Action name="meta" /> + <Action name="base" /> + <Action name="link" /> + <Action name="style" /> + <Action name="script" /> + <Action name="noscript" /> + </ToolBar> +</kpartgui> diff --git a/quanta/data/toolbars/html5/style.actions b/quanta/data/toolbars/html5/style.actions new file mode 100644 index 00000000..39b8e124 --- /dev/null +++ b/quanta/data/toolbars/html5/style.actions @@ -0,0 +1,121 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="html5_a" type="tag" tooltip="" name="a" text="a" > + <tag useDialog="false" ><a href=""></tag> + <xtag use="true" ></a></xtag> + </action> + <action shortcut="" icon="html5_strong" type="tag" tooltip="" name="strong" text="strong" > + <tag useDialog="false" ><strong></tag> + <xtag use="true" ></strong></xtag> + </action> + <action shortcut="" icon="html5_i" type="tag" tooltip="" name="i" text="i" > + <tag useDialog="false" ><i></tag> + <xtag use="true" ></i></xtag> + </action> + <action shortcut="" icon="html5_b" type="tag" tooltip="" name="b" text="b" > + <tag useDialog="false" ><b></tag> + <xtag use="true" ></b></xtag> + </action> + <action shortcut="" icon="html5_del" type="tag" tooltip="" name="del" text="del" > + <tag useDialog="false" ><del></tag> + <xtag use="true" ></del></xtag> + </action> + <action shortcut="" icon="html5_small" type="tag" tooltip="" name="small" text="small" > + <tag useDialog="false" ><small></tag> + <xtag use="true" ></small></xtag> + </action> + <action shortcut="" icon="html5_big" type="tag" tooltip="" name="big" text="big" > + <tag useDialog="false" ><big></tag> + <xtag use="true" ></big></xtag> + </action> + <action shortcut="" icon="html5_font" type="tag" tooltip="" name="font" text="font" > + <tag useDialog="false" ><font></tag> + <xtag use="true" ></font></xtag> + </action> + <action shortcut="" icon="html5_code" type="tag" tooltip="" name="code" text="code" > + <tag useDialog="false" ><code></tag> + <xtag use="true" ></code></xtag> + </action> + <action shortcut="" icon="html5_var" type="tag" tooltip="" name="var" text="var" > + <tag useDialog="false" ><var></tag> + <xtag use="true" ></var></xtag> + </action> + <action shortcut="" icon="html5_kbd" type="tag" tooltip="" name="kbd" text="kbd" > + <tag useDialog="false" ><kbd></tag> + <xtag use="true" ></kbd></xtag> + </action> + <action shortcut="" icon="html5_samp" type="tag" tooltip="" name="samp" text="samp" > + <tag useDialog="false" ><samp></tag> + <xtag use="true" ></samp></xtag> + </action> + <action shortcut="" icon="html5_sup" type="tag" tooltip="" name="sup" text="sup" > + <tag useDialog="false" ><sup></tag> + <xtag use="true" ></sup></xtag> + </action> + <action shortcut="" icon="html5_sub" type="tag" tooltip="" name="sub" text="sub" > + <tag useDialog="false" ><sub></tag> + <xtag use="true" ></sub></xtag> + </action> + <action shortcut="" icon="html5_q" type="tag" tooltip="" name="q" text="q" > + <tag useDialog="false" ><q></tag> + <xtag use="true" ></q></xtag> + </action> + <action shortcut="" icon="html5_ins" type="tag" tooltip="" name="ins" text="ins" > + <tag useDialog="false" ><ins></tag> + <xtag use="true" ></ins></xtag> + </action> + <action shortcut="" icon="html5_cite" type="tag" tooltip="" name="cite" text="cite" > + <tag useDialog="false" ><cite></tag> + <xtag use="true" ></cite></xtag> + </action> + <action shortcut="" icon="html5_time" type="tag" tooltip="" name="time" text="time" > + <tag useDialog="false" ><time></tag> + <xtag use="true" ></time></xtag> + </action> + <action shortcut="" icon="html5_abbr" type="tag" tooltip="" name="abbr" text="abbr" > + <tag useDialog="false" ><abbr title=""></tag> + <xtag use="true" ></abbr></xtag> + </action> + <action shortcut="" icon="html5_data" type="tag" tooltip="" name="data" text="data" > + <tag useDialog="false" ><data value=""></tag> + <xtag use="true" ></data></xtag> + </action> + <action shortcut="" icon="html5_mark" type="tag" tooltip="" name="mark" text="mark" > + <tag useDialog="false" ><mark></tag> + <xtag use="true" ></mark></xtag> + </action> + <action shortcut="" icon="html5_u" type="tag" tooltip="" name="u" text="u" > + <tag useDialog="false" ><u></tag> + <xtag use="true" ></u></xtag> + </action> + <action shortcut="" icon="html5_bdi" type="tag" tooltip="" name="bdi" text="bdi" > + <tag useDialog="false" ><bdi></tag> + <xtag use="true" ></bdi></xtag> + </action> + <action shortcut="" icon="html5_bdo" type="tag" tooltip="" name="bdo" text="bdo" > + <tag useDialog="false" ><bdo dir=""></tag> + <xtag use="true" ></bdo></xtag> + </action> + <action shortcut="" icon="html5_ruby" type="tag" tooltip="" name="ruby" text="ruby" > + <tag useDialog="false" ><ruby></tag> + <xtag use="true" ></ruby></xtag> + </action> + <action shortcut="" icon="html5_rt" type="tag" tooltip="" name="rt" text="rt" > + <tag useDialog="false" ><rt></tag> + <xtag use="true" ></rt></xtag> + </action> + <action shortcut="" icon="html5_rp" type="tag" tooltip="" name="rp" text="rp" > + <tag useDialog="false" ><rp></tag> + <xtag use="true" ></rp></xtag> + </action> + <action shortcut="" icon="html5_br" type="tag" tooltip="" name="br" text="br" > + <tag useDialog="false" ><br></tag> + </action> + <action shortcut="" icon="html5_wbr" type="tag" tooltip="" name="wbr" text="wbr" > + <tag useDialog="false" ><wbr></tag> + </action> + <action shortcut="" icon="html5_span" type="tag" tooltip="" name="span" text="span" > + <tag useDialog="false" ><span></tag> + <xtag use="true" ></span></xtag> + </action> +</actions> diff --git a/quanta/data/toolbars/html5/style.toolbar b/quanta/data/toolbars/html5/style.toolbar new file mode 100644 index 00000000..99f215cd --- /dev/null +++ b/quanta/data/toolbars/html5/style.toolbar @@ -0,0 +1,36 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Style" noMerge="1" name="style" > + <text>Style</text> + <Action name="a" /> + <Action name="strong" /> + <Action name="i" /> + <Action name="b" /> + <Action name="del" /> + <Action name="small" /> + <Action name="big" /> + <Action name="font" /> + <Action name="code" /> + <Action name="var" /> + <Action name="kbd" /> + <Action name="samp" /> + <Action name="sup" /> + <Action name="sub" /> + <Action name="q" /> + <Action name="ins" /> + <Action name="cite" /> + <Action name="time" /> + <Action name="abbr" /> + <Action name="data" /> + <Action name="mark" /> + <Action name="u" /> + <Action name="bdi" /> + <Action name="bdo" /> + <Action name="ruby" /> + <Action name="rt" /> + <Action name="rp" /> + <Action name="br" /> + <Action name="wbr" /> + <Action name="span" /> + </ToolBar> +</kpartgui> diff --git a/quanta/data/toolbars/html5/tools.actions b/quanta/data/toolbars/html5/tools.actions new file mode 100644 index 00000000..bbae9334 --- /dev/null +++ b/quanta/data/toolbars/html5/tools.actions @@ -0,0 +1,6 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="quick_start.png" type="script" tooltip="Kommander Quick Start Dialog" name="tag_quick_start_html5" text="Quick Start Dialog" > + <script output="new" error="message" input="none" >kmdr-executor -c quanta %scriptdir/htmlquickstart5.kmdr</script> + </action> +</actions> diff --git a/quanta/data/toolbars/html5/tools.toolbar b/quanta/data/toolbars/html5/tools.toolbar new file mode 100644 index 00000000..348dbc03 --- /dev/null +++ b/quanta/data/toolbars/html5/tools.toolbar @@ -0,0 +1,13 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Tools" noMerge="1" name="tools" > + <text>Tools</text> + <Action name="tag_quick_start_html5" /> + <Action name="insert_css" /> + <Action name="tag_color" /> + <Action name="tag_edit_table" /> + <Action name="tag_quick_list" /> + <Action name="tag_nbsp" /> + <Action name="insert_char" /> + </ToolBar> +</kpartgui> |