+* 0.1.304
+- [Title] Update version.
+== Jeonghwan Kim <jeonghwan0613.kim@samsung.com> 2014-01-13
* 0.1.303
- [Title] Update version.
== Yonghwan Jeon <yonghwan82.jeon@samsung.com> 2014-01-09
Package : mobile-3.0-web-ui-builder-template
-Version :0.1.303
+Version :0.1.304
OS: ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64
Build-host-os : ubuntu-32
Maintainer : Changyeon Lee <changyeon.lee@samsung.com>, Gyeongmin Ju <gyeongmin.ju@samsung.com>, Nakyoung Choi <nakyoung2.choi@samsung.com>, Yonghwan Jeon <yonghwan82.jeon@samsung.com>
]>
-->
<style>
- <category name="layout" displayName="Layout" brief="">
+ <category name="layout" displayName="Layout" brief="%position%">
<property name="position" type="position@position" displayName="Position" deafult=""></property>
</category>
- <category name="dimension" displayName="Dimension" brief="">
+ <category name="dimension" displayName="Dimension" brief="%left%,%top%,%width%,%height%">
<property name="left" type="size" displayName="Left" default="auto" inline="true"></property>
<property name="top" type="size" displayName="Top" default="auto" inline="true"></property>
<property name="width" type="size" displayName="Width" inline="true"></property>
</property>
</category>
- <category name="background" displayName="Background" brief="">
+ <category name="background" displayName="Background" brief="%background-color%">
<property name="background-color" type="color-fill" displayName="Color"></property>
<property name="opacity" type="scale@per" displayName="Opacity" default="100">
<condition name="integer-min" value="0" error="integer-min"/>
<property name="background-position.y" type="size" displayName="Y" default="0"></property>
</property>
</category>
- <category name="border" displayName="Border" brief="">
+ <category name="border" displayName="Border" brief="%border%">
<property name="border" type="group-border" displayName="All">
<property name="border.color" type="color"></property>
<property name="border.width" type="size"></property>
<constant value="absolute" displayName="absolute" />
<constant value="relative" displayName="relative" />
<constant value="static" displayName="static" />
+ <constant value="fixed" displayName="fixed" />
</type>
<type id="background@repeat">
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingfive" displayName="Heading5"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingfive_small.png" icon.16="headingfive_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingfour" displayName="Heading4"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingfour_small.png" icon.16="headingfour_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingone" displayName="Heading1"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingone_small.png" icon.16="headingone_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<property name="size" type="html.heading@size" displayName="Size" default="3">
<condition name="disable-property-by-parent" value="tizen.header"/>
</property> -->
-
- <property name="data-bind" type="text@databinding" displayName="Data Binding" default="text" initValue=""/>
<event name="ontap" displayName="Tap" eventType="event.defaultevent" />
<event name="ontaphold" displayName="TapHold" eventType="event.defaultevent" />
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingsix" displayName="Heading6"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingsix_small.png" icon.16="headingsix_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingthree" displayName="Heading3"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingthree_small.png" icon.16="headingthree_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingtwo" displayName="Heading2"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingtwo_small.png" icon.16="headingtwo_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="tizen.listactionitem" displayName="List Action Item"
- smallIcon="listitem_small.png" icon.16="listitem_16.png"
+ smallIcon="listactionitem_small.png" icon.16="listactionitem_16.png"
category="List"
description="This widget can be used only in the list widget."
helpCategory="Tizen_Widget"
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-
-<widget id="html.heading" displayName="Heading"
- smallIcon="heading_small.png" icon.16="heading_16.png"
- category="HTML"
- description="This widget is a standard HTML widget."
- helpCategory="Tizen_Html"
- helpContents=""
- borderVisible="false"
- uiSelector="#%id%"
- xpath="//h1 | //h2 | //h3 | //h4 | //h5 | //h6">
-
- <property name="id" type="string" displayName="ID" default="" category="Common">
- <condition name="string-id" error="string-id"/>
- </property>
- <property name="text" type="string" displayName="Text" default="" initValue="Heading" xpath="text()"/>
- <property name="group-text" type="group-text" displayName="Text Style" default="">
- <property name="font-family" type="font@family" displayName="Font Family" selector="#%id%"/>
- <property name="text-align" type="css-text-align" displayName="Text Align" selector="#%id%"/>
- <property name="font-style" type="css-font-style" displayName="Font Style" selector="#%id%"/>
- <property name="text-decoration" type="css-text-decoration" displayName="Text Decoration" selector="#%id%"/>
- <property name="color" type="css-color" displayName="Color" selector="#%id%"/>
- </property>
- <property name="size" type="html.heading@size" displayName="Size" default="3">
- <condition name="disable-property-by-parent" value="tizen.header"/>
- </property>
-
- <event name="ontap" displayName="Tap" eventType="event.defaultevent" />
- <event name="ontaphold" displayName="TapHold" eventType="event.defaultevent" />
- <event name="onswipe" displayName="Swipe" eventType="event.defaultevent" />
- <event name="onswipeleft" displayName="SwipeLeft" eventType="event.defaultevent" />
- <event name="onswiperight" displayName="SwipeRight" eventType="event.defaultevent" />
-
- <xsl-for-output xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:template match="html.heading">
- <xsl:variable name="elem_name" select="concat('h', @size)"/>
- <xsl:element name="{$elem_name}">
- <xsl:call-template name="print-part-id"/>
- <xsl:apply-templates select="@id" mode="simple-property"/>
- <xsl:value-of select="@text"/>
- </xsl:element>
- </xsl:template>
- </xsl-for-output>
-</widget>
<desc>Tizen Web UI Builder Tool Info</desc>
</fileInfo>
<tizenToolPath>
- <descriptor>res/descriptorsHTML/Tizen-web-ui-fw</descriptor>
+ <descriptor>res/descriptors/Tizen-web-ui-fw</descriptor>
<descriptorIcons>res/icons</descriptorIcons>
<buildXslt>res/xslt</buildXslt>
</tizenToolPath>
]>
-->
<style>
- <category name="layout" displayName="Layout" brief="">
+ <category name="layout" displayName="Layout" brief="%position%">
<property name="position" type="position@position" displayName="Position" deafult=""></property>
</category>
- <category name="dimension" displayName="Dimension" brief="">
+ <category name="dimension" displayName="Dimension" brief="%left%,%top%,%width%,%height%">
<property name="left" type="size" displayName="Left" default="auto" inline="true"></property>
<property name="top" type="size" displayName="Top" default="auto" inline="true"></property>
<property name="width" type="size" displayName="Width" inline="true"></property>
</property>
</category>
- <category name="background" displayName="Background" brief="">
+ <category name="background" displayName="Background" brief="%background-color%">
<property name="background-color" type="color-fill" displayName="Color"></property>
<property name="opacity" type="scale@per" displayName="Opacity" default="100">
<condition name="integer-min" value="0" error="integer-min"/>
<property name="background-position.y" type="size" displayName="Y" default="0"></property>
</property>
</category>
- <category name="border" displayName="Border" brief="">
+ <category name="border" displayName="Border" brief="%border%">
<property name="border" type="group-border" displayName="All">
<property name="border.color" type="color"></property>
<property name="border.width" type="size"></property>
<constant value="absolute" displayName="absolute" />
<constant value="relative" displayName="relative" />
<constant value="static" displayName="static" />
+ <constant value="fixed" displayName="fixed" />
</type>
<type id="background@repeat">
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingfive" displayName="Heading5"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingfive_small.png" icon.16="headingfive_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingfour" displayName="Heading4"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingfour_small.png" icon.16="headingfour_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingone" displayName="Heading1"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingone_small.png" icon.16="headingone_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<property name="size" type="html.heading@size" displayName="Size" default="3">
<condition name="disable-property-by-parent" value="tizen.header"/>
</property> -->
-
- <property name="data-bind" type="text@databinding" displayName="Data Binding" default="text" initValue=""/>
<event name="ontap" displayName="Tap" eventType="event.defaultevent" />
<event name="ontaphold" displayName="TapHold" eventType="event.defaultevent" />
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingsix" displayName="Heading6"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingsix_small.png" icon.16="headingsix_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingthree" displayName="Heading3"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingthree_small.png" icon.16="headingthree_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingtwo" displayName="Heading2"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingtwo_small.png" icon.16="headingtwo_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="tizen.listactionitem" displayName="List Action Item"
- smallIcon="listitem_small.png" icon.16="listitem_16.png"
+ smallIcon="listactionitem_small.png" icon.16="listactionitem_16.png"
category="List"
description="This widget can be used only in the list widget."
helpCategory="Tizen_Widget"
<desc>Tizen Web UI Builder Tool Info</desc>
</fileInfo>
<tizenToolPath>
- <descriptor>res/descriptorsHTML/Tizen-web-ui-fw</descriptor>
+ <descriptor>res/descriptors/Tizen-web-ui-fw</descriptor>
<descriptorIcons>res/icons</descriptorIcons>
<buildXslt>res/xslt</buildXslt>
</tizenToolPath>
]>
-->
<style>
- <category name="layout" displayName="Layout" brief="">
+ <category name="layout" displayName="Layout" brief="%position%">
<property name="position" type="position@position" displayName="Position" deafult=""></property>
</category>
- <category name="dimension" displayName="Dimension" brief="">
+ <category name="dimension" displayName="Dimension" brief="%left%,%top%,%width%,%height%">
<property name="left" type="size" displayName="Left" default="auto" inline="true"></property>
<property name="top" type="size" displayName="Top" default="auto" inline="true"></property>
<property name="width" type="size" displayName="Width" inline="true"></property>
</property>
</category>
- <category name="background" displayName="Background" brief="">
+ <category name="background" displayName="Background" brief="%background-color%">
<property name="background-color" type="color-fill" displayName="Color"></property>
<property name="opacity" type="scale@per" displayName="Opacity" default="100">
<condition name="integer-min" value="0" error="integer-min"/>
<property name="background-position.y" type="size" displayName="Y" default="0"></property>
</property>
</category>
- <category name="border" displayName="Border" brief="">
+ <category name="border" displayName="Border" brief="%border%">
<property name="border" type="group-border" displayName="All">
<property name="border.color" type="color"></property>
<property name="border.width" type="size"></property>
<constant value="absolute" displayName="absolute" />
<constant value="relative" displayName="relative" />
<constant value="static" displayName="static" />
+ <constant value="fixed" displayName="fixed" />
</type>
<type id="background@repeat">
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingfive" displayName="Heading5"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingfive_small.png" icon.16="headingfive_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingfour" displayName="Heading4"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingfour_small.png" icon.16="headingfour_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingone" displayName="Heading1"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingone_small.png" icon.16="headingone_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<property name="size" type="html.heading@size" displayName="Size" default="3">
<condition name="disable-property-by-parent" value="tizen.header"/>
</property> -->
-
- <property name="data-bind" type="text@databinding" displayName="Data Binding" default="text" initValue=""/>
<event name="ontap" displayName="Tap" eventType="event.defaultevent" />
<event name="ontaphold" displayName="TapHold" eventType="event.defaultevent" />
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingsix" displayName="Heading6"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingsix_small.png" icon.16="headingsix_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingthree" displayName="Heading3"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingthree_small.png" icon.16="headingthree_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingtwo" displayName="Heading2"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingtwo_small.png" icon.16="headingtwo_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="tizen.listactionitem" displayName="List Action Item"
- smallIcon="listitem_small.png" icon.16="listitem_16.png"
+ smallIcon="listactionitem_small.png" icon.16="listactionitem_16.png"
category="List"
description="This widget can be used only in the list widget."
helpCategory="Tizen_Widget"
<desc>Tizen Web UI Builder Tool Info</desc>
</fileInfo>
<tizenToolPath>
- <descriptor>res/descriptorsHTML/Tizen-web-ui-fw</descriptor>
+ <descriptor>res/descriptors/Tizen-web-ui-fw</descriptor>
<descriptorIcons>res/icons</descriptorIcons>
<buildXslt>res/xslt</buildXslt>
</tizenToolPath>
]>
-->
<style>
- <category name="layout" displayName="Layout" brief="">
+ <category name="layout" displayName="Layout" brief="%position%">
<property name="position" type="position@position" displayName="Position" deafult=""></property>
</category>
- <category name="dimension" displayName="Dimension" brief="">
+ <category name="dimension" displayName="Dimension" brief="%left%,%top%,%width%,%height%">
<property name="left" type="size" displayName="Left" default="auto" inline="true"></property>
<property name="top" type="size" displayName="Top" default="auto" inline="true"></property>
<property name="width" type="size" displayName="Width" inline="true"></property>
</property>
</category>
- <category name="background" displayName="Background" brief="">
+ <category name="background" displayName="Background" brief="%background-color%">
<property name="background-color" type="color-fill" displayName="Color"></property>
<property name="opacity" type="scale@per" displayName="Opacity" default="100">
<condition name="integer-min" value="0" error="integer-min"/>
<property name="background-position.y" type="size" displayName="Y" default="0"></property>
</property>
</category>
- <category name="border" displayName="Border" brief="">
+ <category name="border" displayName="Border" brief="%border%">
<property name="border" type="group-border" displayName="All">
<property name="border.color" type="color"></property>
<property name="border.width" type="size"></property>
<constant value="absolute" displayName="absolute" />
<constant value="relative" displayName="relative" />
<constant value="static" displayName="static" />
+ <constant value="fixed" displayName="fixed" />
</type>
<type id="background@repeat">
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingfive" displayName="Heading5"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingfive_small.png" icon.16="headingfive_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingfour" displayName="Heading4"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingfour_small.png" icon.16="headingfour_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingone" displayName="Heading1"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingone_small.png" icon.16="headingone_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<property name="size" type="html.heading@size" displayName="Size" default="3">
<condition name="disable-property-by-parent" value="tizen.header"/>
</property> -->
-
- <property name="data-bind" type="text@databinding" displayName="Data Binding" default="text" initValue=""/>
<event name="ontap" displayName="Tap" eventType="event.defaultevent" />
<event name="ontaphold" displayName="TapHold" eventType="event.defaultevent" />
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingsix" displayName="Heading6"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingsix_small.png" icon.16="headingsix_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingthree" displayName="Heading3"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingthree_small.png" icon.16="headingthree_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="html.headingtwo" displayName="Heading2"
- smallIcon="heading_small.png" icon.16="heading_16.png"
+ smallIcon="headingtwo_small.png" icon.16="headingtwo_16.png"
category="HTML"
description="This widget is a standard HTML widget."
helpCategory="Tizen_Html"
<?xml version="1.0" encoding="UTF-8"?>
<widget id="tizen.listactionitem" displayName="List Action Item"
- smallIcon="listitem_small.png" icon.16="listitem_16.png"
+ smallIcon="listactionitem_small.png" icon.16="listactionitem_16.png"
category="List"
description="This widget can be used only in the list widget."
helpCategory="Tizen_Widget"
<desc>Tizen Web UI Builder Tool Info</desc>
</fileInfo>
<tizenToolPath>
- <descriptor>res/descriptorsHTML/Tizen-web-ui-fw</descriptor>
+ <descriptor>res/descriptors/Tizen-web-ui-fw</descriptor>
<descriptorIcons>res/icons</descriptorIcons>
<buildXslt>res/xslt</buildXslt>
</tizenToolPath>