platform/framework/web/web-ui-fw.git
11 years agofooter: h tag display attribute value has been changed
hjnim.kim [Sun, 13 Jan 2013 07:29:34 +0000 (16:29 +0900)]
footer: h tag display attribute value has been changed

h(1~6) tag display attribute value has been changed from 'block' to 'inline-block'
N_SE-20396, N_SE-19585

Change-Id: I242ce20ef17bd0af0dc319219d6c1fe03cc867bd

11 years agobuttons : demo bug fix
Jinhyuk Jun [Tue, 15 Jan 2013 04:36:46 +0000 (13:36 +0900)]
buttons : demo bug fix

change divider text (too long)

Change-Id: Iafe0bb30dc6aa77b593117ee6d25372460351c4d

11 years agosearchbar : demo page bug fix
Jinhyuk Jun [Sun, 13 Jan 2013 06:15:15 +0000 (15:15 +0900)]
searchbar : demo page bug fix

remove form tag

Change-Id: Id0a06016bb1455ed786b7662a82307872b77080a

11 years agotizen demo : bug fix
Jinhyuk Jun [Sun, 13 Jan 2013 05:35:47 +0000 (14:35 +0900)]
tizen demo : bug fix

set default padding-right to demo <p> tag

Change-Id: I9da90cf4e886fb343f2b7c32ae4e2ac5dac6383c

11 years agobuild: remove JQM1.1.0
Youmin Ha [Tue, 15 Jan 2013 04:33:20 +0000 (13:33 +0900)]
build: remove JQM1.1.0

Get rid of unused JQM 1.1.0

Change-Id: I19ae5c4b39961672b3cc442b5dd1442122587869

11 years agoTokentextarea: Fix issues
Minkyeong Kim [Tue, 15 Jan 2013 07:24:24 +0000 (16:24 +0900)]
Tokentextarea: Fix issues

Remove 'data-add-back-btn' in #addressbook.
Add scroll-to-top at 'Remove all.'

11 years agoscrollview: block the multi touch
Minkyu Kang [Tue, 15 Jan 2013 02:13:27 +0000 (11:13 +0900)]
scrollview: block the multi touch

There are no UX for the multi-touch on scrollview,
and since the multi-touch generates unexpected behavior, block this event.

Change-Id: If3b9811bd8812f4ab1bd1b7e77dc1c289a7ec45d

11 years agolist : dialogue list demo change
Jinhyuk Jun [Mon, 14 Jan 2013 10:45:14 +0000 (19:45 +0900)]
list : dialogue list demo change

align dialogue list (static/link)

Change-Id: I528573a1095f9b20ce881b78bbfe7519d920f188

11 years agopagelayout : update dynamic control
Jinhyuk Jun [Mon, 14 Jan 2013 04:24:41 +0000 (13:24 +0900)]
pagelayout : update dynamic control

change ime/dynamic control to UpdatePageLayout

Change-Id: I3f768226609d1d9d7c5bd334075e3cca6f7c3d1b

11 years agoDemo: Context popup close method has been changed
hjnim.kim [Sun, 13 Jan 2013 05:35:29 +0000 (14:35 +0900)]
Demo: Context popup close method has been changed

Context popup close method has been changed
( css close method not using anymore, it was replaced 'data-rel="back"' )

Change-Id: I31da4d4be83f12ce674b47b8e9358e7699dc5ec2

11 years ago0.2.7 release
Youmin Ha [Fri, 11 Jan 2013 08:24:11 +0000 (17:24 +0900)]
0.2.7 release

Change-Id: I39a41a9f9305e83c9ad5abaeecfdb918c974a1a9

11 years agoslider: set text container's width as text length
Minkyu Kang [Fri, 11 Jan 2013 07:25:17 +0000 (16:25 +0900)]
slider: set text container's width as text length

Since text container's width is fixed,
some texts are overlapped with slider (N_SE-20234)

Change-Id: Ib1b274d1fca39203f9ca96575b0cc7069ebae18a

11 years agoTimepicker: li max-width has been changed
hjnim.kim [Fri, 11 Jan 2013 06:54:12 +0000 (15:54 +0900)]
Timepicker: li max-width has been changed

li max-width has been changed, cause enough space for MMMM type(January, February, ...)
N_SE-18728

Change-Id: Iac83d6b93b5edabb945a4ae5fc1d43f1e1e72dfb

11 years agoremove experimental feature - mapview.
Koeun Choi [Fri, 11 Jan 2013 02:54:35 +0000 (11:54 +0900)]
remove experimental feature - mapview.

Change-Id: I4b18755d0a4b6d91509ac5f048e3b6ca101f4f92

11 years agoscrollview: added conditions for finding slider
Minkyu Kang [Fri, 11 Jan 2013 02:31:28 +0000 (11:31 +0900)]
scrollview: added conditions for finding slider

When click the slider label or bg then scrolling is not skipped.
This patch fix this problem. (N_SE-19080)

Change-Id: Ia3021f4c4331f7972bf0f1f37d303ee2b63c8a3f

11 years agoUnitTC: Pass,error count save method has been changed
hjnim.kim [Thu, 10 Jan 2013 05:57:20 +0000 (14:57 +0900)]
UnitTC: Pass,error count save method has been changed

Unit Test total, pass, error, time count save method has been changed from get parameter to browser cookie.
Cause there were some errors while listview, event testing( url navigation problem )
QUnit.log method has been removed cause QUnit object bug
and Some JQM TC has been excepted( is not suitable mobile browser )

Change-Id: Ifd4e58e3a82d14f7aaafd621de982f4a9304fcc9

11 years agoconfix.xml: default config added for tizen basic applications
Koeun Choi [Tue, 8 Jan 2013 10:05:55 +0000 (19:05 +0900)]
confix.xml: default config added for tizen basic applications

Change-Id: I2dd1fa4b1db01763922cde7534f705ac884a9630

11 years agoSwipe: p tag margin value is set '0'
hjnim.kim [Tue, 8 Jan 2013 07:38:46 +0000 (16:38 +0900)]
Swipe: p tag margin value is set '0'

swipe cover, item inner p tag margin value is set '0'
N_SE-18361

Change-Id: Ia7be8aa04b67c2934e804cd3aa3500c922fadc79

11 years agopackaging: remove unused file
Minkyu Kang [Tue, 8 Jan 2013 06:41:51 +0000 (15:41 +0900)]
packaging: remove unused file

upload-to-private-project.sh file is not used anymore

Change-Id: Idf1321c72820e584106d1b5717d7b674195eff05

11 years agotabbar : bug fix
Jinhyuk Jun [Tue, 8 Jan 2013 05:44:26 +0000 (14:44 +0900)]
tabbar : bug fix

non VI tabbar can't set $tabbarScroll object offset.changed to check offset exist

Change-Id: If7554a50f6e9d322da9f70a934f2f8133a487c92

11 years agolist demo : bug fix
Jinhyuk Jun [Tue, 8 Jan 2013 01:47:13 +0000 (10:47 +0900)]
list demo : bug fix

delete h3 tag list style, change progress list style

Change-Id: Ica69edfba29d2693c06dbdeab0bf224b71abe0f9

11 years agotizen-winsets: gallery: move to new section
Minkyu Kang [Tue, 8 Jan 2013 01:17:15 +0000 (10:17 +0900)]
tizen-winsets: gallery: move to new section

Since the gallery widget is not a control widget,
move to new section.

Change-Id: I9b82322b7cb91fbbe7dae7ed33231b258768b006

11 years agotizen-winsets: autodivider: removes link of list
Minkyu Kang [Mon, 7 Jan 2013 08:39:34 +0000 (17:39 +0900)]
tizen-winsets: autodivider: removes link of list

Due to the dummy link, error is occured.
This patch fix the N_SE-19342 issue.

Change-Id: If47b562cd19ae39e1ef42dfd00b531d45e56ad0e

11 years agodemos: entry of number-pattern name is changed from 'number' to 'number-pattern'
Koeun Choi [Mon, 7 Jan 2013 06:48:22 +0000 (15:48 +0900)]
demos: entry of number-pattern name is changed from 'number' to 'number-pattern'

Change-Id: I656699ef6cc5048cf5fe70b87e3cdde6710df454

11 years agopagelayout : padding calculate change, ime footer check changed
Jinhyuk Jun [Tue, 8 Jan 2013 09:54:01 +0000 (18:54 +0900)]
pagelayout : padding calculate change, ime footer check changed

change footer action from active page to remember current footer,
change padding calculate when user call page( "refresh" ) api,
change header calculate api for scrollview mode/non scrollview mode

Change-Id: I0e5d7c3c4c13760678abae51f51d8a5d2e56abeb

11 years agotizen-winsets: searchbar: scroll to the top when type the character
Minkyu Kang [Fri, 11 Jan 2013 05:20:48 +0000 (14:20 +0900)]
tizen-winsets: searchbar: scroll to the top when type the character

When drag the list to bottom, search result does not show correctly.
(N_SE-20135)

Change-Id: I36dae8c8c31c3811aee6e10eeace6002eae11ac2

11 years agosearchbar : bug fix
Jinhyuk Jun [Fri, 11 Jan 2013 04:24:35 +0000 (13:24 +0900)]
searchbar : bug fix

delete margin top/left affected by notext button

Change-Id: I5581515f38235ad494d6c4151c5fd684d1926fe7

11 years agodemo: Fix virtuallist demo following new list style
Youmin Ha [Mon, 7 Jan 2013 08:54:12 +0000 (17:54 +0900)]
demo: Fix virtuallist demo following new list style

Updated virtuallist demo page, according to the updated list style.
Resolves #N_SE-18547.

Change-Id: Ifecc9fccb33629d338d3ee8cb5b175789c1b347e

11 years agodemo: Add word-wrap:break-word and remove parag. width
Youmin Ha [Mon, 7 Jan 2013 06:13:39 +0000 (15:13 +0900)]
demo: Add word-wrap:break-word and remove parag. width

A page in Tizen widget demo app has a long word, which overflows the
screen width. A claim is issued in Tizen JIRA, pointing this overflow,
so this patch adds word-wrap:break-word option to separate long words
into two line.
And, paragraph width settings for sample code are removed, not to hide
some code area.
Solves N_SE-18310 and N_SE-19030.

Change-Id: I731a283e5a4e851ef5dc27e9750b84ffb3072c3d

11 years agoDemo: button max-width has been set( 3 buttons in popup )
hjnim.kim [Thu, 10 Jan 2013 08:11:21 +0000 (17:11 +0900)]
Demo: button max-width has been set( 3 buttons in popup )

button max-width has been set in popup demo page
(Cause button comes out popup window)
N_SE-19286

Change-Id: I8ac741a71bf4eae5b2f081a7aa819adf72d36d2c

11 years agoback button control demo : bug fix
Jinhyuk Jun [Mon, 7 Jan 2013 11:06:14 +0000 (20:06 +0900)]
back button control demo : bug fix

change long text to multiline title

Change-Id: I960f918c164b346375d0be2af81854a8a4c8de3f

11 years agotoggleswitch : demo page modify
Jinhyuk Jun [Wed, 9 Jan 2013 07:04:47 +0000 (16:04 +0900)]
toggleswitch : demo page modify

input detail guide for toggle switch

Change-Id: I9d651e6cd62edf4ab0d6a84d6c35f896e6afe9b6

11 years agoslider: add margin-top and margin-bottom
Minkyu Kang [Wed, 9 Jan 2013 05:24:24 +0000 (14:24 +0900)]
slider: add margin-top and margin-bottom

Since handle is bigger than bar,
the height of widget is smaller than actual height.

Change-Id: I0f1e5d70edf8905c2fe7fcc71aa0210a6a65ae34

11 years agotabbar demo : bug fix
Jinhyuk Jun [Wed, 9 Jan 2013 04:54:38 +0000 (13:54 +0900)]
tabbar demo : bug fix

change url link to # link

Change-Id: I71194eb42f300c0769874b276d4da6eca6f51cb7

11 years agoPopup: IME hide when popup is closed
hjnim.kim [Tue, 8 Jan 2013 04:51:06 +0000 (13:51 +0900)]
Popup: IME hide when popup is closed

IME hide(if popup has input text) when popup is closed
and related demo has been added
N_SE-18340

Change-Id: If91e99deb51ae5365486ac573b0d8fe87ab82ce9

11 years agotoken textarea : bug fix
Jinhyuk Jun [Tue, 8 Jan 2013 02:58:02 +0000 (11:58 +0900)]
token textarea : bug fix

change pink image to blue

Change-Id: I7da63842e74b5754a431b85515b03567b4508adc

11 years agoTimepicker: change get attribute method
hjnim.kim [Tue, 8 Jan 2013 01:59:52 +0000 (10:59 +0900)]
Timepicker: change get attribute method

value/ type get attribute method has been changed and related demo has added
N_SE-18360

Change-Id: I0ae6999e6722c6519fc103a6d47d9513972ca9eb

11 years agofooter demo : bug fix
Jinhyuk Jun [Mon, 7 Jan 2013 08:34:27 +0000 (17:34 +0900)]
footer demo : bug fix

groupped buttons in footer don't have link. changed to href="#"

Change-Id: I9155dd988ee5f83ebc29dce37ec09e1f4666d804

11 years agounit-test: gallery: add new APIs
Minkyu Kang [Fri, 4 Jan 2013 05:50:58 +0000 (14:50 +0900)]
unit-test: gallery: add new APIs

add empty, length, value functions

Change-Id: If3a9b6e3c0dc6e1afc77b693db20d797a3851840

11 years agogallery: adds support new APIs
Minkyu Kang [Thu, 3 Jan 2013 11:35:54 +0000 (20:35 +0900)]
gallery: adds support new APIs

This patch add following APIs.
empty: remove all of images from the gallery
length: get length of images
value: get current index

Change-Id: I6854cf1afaf0f219e8c8542fb5edd6dd7b55de63

11 years ago0.2.6 release
Minkyu Kang [Fri, 4 Jan 2013 10:47:58 +0000 (19:47 +0900)]
0.2.6 release

Change-Id: I57088af7f93329a01c30d8ee2cb5aad03aa4f698

11 years agoJQM: patches cleanup
Minkyu Kang [Fri, 4 Jan 2013 10:41:19 +0000 (19:41 +0900)]
JQM: patches cleanup

Renamed duplicated number of patch.
Fix the offset of patch 0014.

Change-Id: I34e484632f5b81eb79f272fe6ada98ba8a6480d2

11 years agoButton: data-corners attribute has been added
hjnim.kim [Fri, 28 Dec 2012 06:07:20 +0000 (15:07 +0900)]
Button: data-corners attribute has been added

JQM data-corners value has been changed from true to false
and applied data-corners attribute

Change-Id: Ibc543663c5495c65141449a3a3e300903e718327

11 years agounit-test: slider: fix class name of background
Minkyu Kang [Fri, 4 Jan 2013 08:56:38 +0000 (17:56 +0900)]
unit-test: slider: fix class name of background

Due to background name is renamed from bg to container, unit-test if failed.
This patch fixed it.

Change-Id: I72c515c00dc83f1c5cd5bf951655ea9c0b5f0a3f

11 years agoprogressbar, slider: fix less variable typo
Koeun Choi [Fri, 4 Jan 2013 08:30:32 +0000 (17:30 +0900)]
progressbar, slider: fix less variable typo

@color_progress_boarder -> color_progress_border

Change-Id: Ib2eb998471d5b067f7cec3aceda06b191663a430

11 years agoTabbar : VI update
Jinhyuk Jun [Fri, 28 Dec 2012 02:32:31 +0000 (11:32 +0900)]
Tabbar : VI update

add tab left/right slide motion to tabbar

Change-Id: I35ecb81bf53711b510abe53e9d52430ea6dc34ba

11 years agonotification: add top position at fix class
Minkyu Kang [Fri, 4 Jan 2013 07:29:54 +0000 (16:29 +0900)]
notification: add top position at fix class

When tickernoti change the mode to fix, tickernoti is moved because of top position is not set.

Change-Id: I217e5c5503b678d67278e8a803c046dd925dd914

11 years agodemo: entry demo page change
Koeun Choi [Fri, 4 Jan 2013 07:49:58 +0000 (16:49 +0900)]
demo: entry demo page change

entry label width is changed from 20% to 30%.

Change-Id: I1fbca888ac11a055c84c6e68cc5579a5953ffa9f

11 years agocss: .ui-disabled added
Koeun Choi [Fri, 4 Jan 2013 05:39:48 +0000 (14:39 +0900)]
css: .ui-disabled added

There was no effect when radio and checkbox is disabled.
".ui-disabled" class is from jQueryMobile.

Change-Id: I7e85b24db9650deda805289f889471213223558c

11 years agotizen-winset: token textarea: remove back button at demo page
Minkyu Kang [Fri, 4 Jan 2013 06:55:41 +0000 (15:55 +0900)]
tizen-winset: token textarea: remove back button at demo page

Due to overlap the back button and the cancel button, remove the back button at demo page.

Change-Id: Ieb3be35ed82a1dfd8c235a201041668ce41a7f1d

11 years agotheme: Remove unused less file
Youmin Ha [Fri, 4 Jan 2013 06:53:07 +0000 (15:53 +0900)]
theme: Remove unused less file

Change-Id: I60b25dd1ed4b11b98d532b74bd524383bc8f2e6c

11 years agopagelayout : content min height bug fix
Jinhyuk Jun [Fri, 4 Jan 2013 04:49:55 +0000 (13:49 +0900)]
pagelayout : content min height bug fix

divide content min-height scrollview state/non-scrollview state

Change-Id: I02116657bb8ad7432b351d41df33964d73977cdb

11 years agoscrollview: skip the dragging when target is slider's handle
Minkyu Kang [Fri, 4 Jan 2013 05:33:38 +0000 (14:33 +0900)]
scrollview: skip the dragging when target is slider's handle

In case of toggleswitch, the event target is different with slider.
So new condition was added.

Change-Id: I59c86da94c8d9ba88016e91fa530cbeefdb2025e

11 years agoscrollview: update and refactoring the scroll effect
Minkyu Kang [Fri, 4 Jan 2013 05:09:54 +0000 (14:09 +0900)]
scrollview: update and refactoring the scroll effect

Since VI is changed, update the VI.
Use the animate function instead of css animation.
Remove unnecessary function.
Reduce duplicated function call.

Change-Id: I61b41b6b24e41cd0affbde29de64021be59ad72f

11 years agoUnitTest:JQM Unit TC helper has been added,TCs have been modified
hjnim.kim [Wed, 28 Nov 2012 06:10:32 +0000 (15:10 +0900)]
UnitTest:JQM Unit TC helper has been added,TCs have been modified

JQM Tc helper and log module has been added.
If you want to use this module, navigate /web-ui-fw/tests/jqm-helper/ in emulator, target device.

Change-Id: I459970d152d445954bb6e0b701d14abe8aea95ab

11 years agoSwipe: demo page html error has been fixed
hjnim.kim [Fri, 4 Jan 2013 02:10:27 +0000 (11:10 +0900)]
Swipe: demo page html error has been fixed

close </li> missing problem has been fixed
N_SE-18658

Change-Id: I5ed300d616aa5a1c1586a64aa7ba5ed603a09b81

11 years agolistview: Add add/delete animation (VI)
hjnim.kim [Thu, 3 Jan 2013 07:55:00 +0000 (16:55 +0900)]
listview: Add add/delete animation (VI)

Implements add/delete animation for JQM listview
If you apply this animation in listview, using addItem, removeItem listview API
And simple sample has been added( list -> list-vi )

Change-Id: Ia0dff988c6aa029ace414bf96875a0447a11af6b

11 years agoPopup: demo page has been modified
hjnim.kim [Thu, 3 Jan 2013 10:21:28 +0000 (19:21 +0900)]
Popup: demo page has been modified

popup is closed when cancel or ok buttons were clicked
N_SE-18675

Change-Id: Id48fbd0f6ac1f4f326d3541e2720d85d2f7dfd84

11 years agotizen demo : bug fix
Jinhyuk Jun [Fri, 28 Dec 2012 06:01:04 +0000 (15:01 +0900)]
tizen demo : bug fix

reposition 2line-text button, vertical popup position fix, more popup demo bug fix

Change-Id: I3a69b7d6dda19b41f69368c7f74178201418972a

11 years agosearchbar : demo page change(change front button and add behaviour)
Jinhyuk Jun [Fri, 4 Jan 2013 11:31:53 +0000 (20:31 +0900)]
searchbar : demo page change(change front button and add behaviour)

Change-Id: I83b46197b11011228ea516155c512f8ab262a533

11 years agopagelayout : add min height to content
Jinhyuk Jun [Thu, 27 Dec 2012 06:29:33 +0000 (15:29 +0900)]
pagelayout : add min height to content

absolute position can't cover content height calculation

Change-Id: I5ae86329b4d7546198830c247e1a71e3ae064d31

11 years agogallery: rename 'Image Slider' to 'Gallery' in tizen-winsets demo and tests
Koeun Choi [Thu, 3 Jan 2013 08:22:36 +0000 (17:22 +0900)]
gallery: rename 'Image Slider' to 'Gallery' in tizen-winsets demo and tests

Change-Id: I7c0834e1607a8a016b60f0be69a2b089db1d0c09

11 years agoback button control demo : change url link to data-rel="back"
Jinhyuk Jun [Mon, 31 Dec 2012 04:54:52 +0000 (13:54 +0900)]
back button control demo : change url link to data-rel="back"

url link can't find previoust page in some cases

Change-Id: I61c0f7809efedfdda194852d9ecac7cffa1011f4

11 years agoloader: Skip loading theme CSS with a custom css code
Youmin Ha [Thu, 3 Jan 2013 10:08:22 +0000 (19:08 +0900)]
loader: Skip loading theme CSS with a custom css code

  If applications have <link rel="stylesheet" href="[theme CSS path]">,
loader skips putting new <link> tag for the theme.
  This option only works with proper theme CSS path: if the <script> tag
loads "<path>/<version>/js/tizen-web-ui-fw.js", then the theme CSS path must
be "<path>/<version>/themes/<theme>/tizen-web-ui-fw-theme.css",
having exactly same path to the script path. Otherwise, the link tag will be
ignored, and the new <link> tag will be added automatically.

Change-Id: I9910eb3049f5a73fdc386c40b73409f166dfa1c3

11 years agoButton: support no-text in button
hjnim.kim [Fri, 28 Dec 2012 09:55:35 +0000 (18:55 +0900)]
Button: support no-text in button

data-iconpos="notext" bug fix(size bug)

Change-Id: I59b1de67c7feb5598f78d46db955ebe0bcdce98b

11 years agocollapsible: Fix syntax error
Youmin Ha [Thu, 3 Jan 2013 08:25:03 +0000 (17:25 +0900)]
collapsible: Fix syntax error

Change-Id: I19d647c6718da6226947fdfbff3f62034812bc90

11 years agoslider: use data-highlight attribute
Minkyu Kang [Wed, 2 Jan 2013 03:03:10 +0000 (12:03 +0900)]
slider: use data-highlight attribute

Since the data-highlight attribute is supported at JQM 1.2.0,
use this attribute as TIZEN default option.

Change-Id: Ic44f2f6475fbb519869b6db4698c2255bdd0d3d0

11 years agocollapsible: Rotate animation to collapsible heading icon
Youmin Ha [Wed, 26 Dec 2012 04:49:13 +0000 (13:49 +0900)]
collapsible: Rotate animation to collapsible heading icon

Apply rotate animation to the expand/collapse icon in the
collapsible list.
Based on Tizen VI 0.4.

Change-Id: I6b0ee147e29a64ea0026db78465779e6e715664e

11 years agotoggleswitch : text switch bug fix
Jinhyuk Jun [Thu, 3 Jan 2013 02:25:54 +0000 (11:25 +0900)]
toggleswitch : text switch bug fix

change text toggleswitch view to jQM style(UX doesn't exist)

Change-Id: Iefaceb351797dc1b40323ec0650ba898118ce7a2

11 years agoPatch: Fix misc mistakes in JQM patches
Youmin Ha [Thu, 3 Jan 2013 04:56:14 +0000 (13:56 +0900)]
Patch: Fix misc mistakes in JQM patches

Fix title and author information in some patches

Change-Id: I1eeaaf9b55b9f1197077aa106c713591e95665d6

11 years agosearchbar : animation change
Jinhyuk Jun [Fri, 4 Jan 2013 11:24:06 +0000 (20:24 +0900)]
searchbar : animation change

cancel button and input box move diffrently in case cancel button moving

Change-Id: I02439149efaa640c8675f31f5780969dd942d95a

11 years agogallery: get the width correctly
Minkyu Kang [Mon, 31 Dec 2012 04:37:45 +0000 (13:37 +0900)]
gallery: get the width correctly

get the width of gallery from element instead of content.

Change-Id: I08b7a38b62dad51ba17205b190b4cd68702db31e

11 years agodemo: data-framework-viewport-scale attribute is changed to data-framework-viewport...
Koeun Choi [Fri, 28 Dec 2012 04:29:22 +0000 (13:29 +0900)]
demo: data-framework-viewport-scale attribute is changed to data-framework-viewport-width

data-framework-viewport-scale is ambiguous so it is changed to different attribute name.
data-frame-viewport-width = "device-width" | "screen-width" | "[physical-number]"
physical-number can be specific screen width size : 720, 320, 360...

Change-Id: Icf3de31b1d11d4f744cf4db90f2976852bf427a9

11 years agocollapsible: Add collapse/expand animation (VI)
Youmin Ha [Thu, 27 Dec 2012 10:21:45 +0000 (19:21 +0900)]
collapsible: Add collapse/expand animation (VI)

Implements collapse/expand animation for JQM collapsible list.
This spec is described in VI(COM.002).
Includes a simple JQM patch, running custom event handler function.
theme.js has the custom function for the animation.

Change-Id: I1c7ec6bff12e111b88ad3f09e1e64658a7be2955

11 years agodatetimepicker: VI update
Minkyu Kang [Thu, 20 Dec 2012 09:49:19 +0000 (18:49 +0900)]
datetimepicker: VI update

This patch supports new VI. (VI-WIN.011)

Change-Id: I2834914925da7b7037520738f380b5b2e40a84fb

11 years agoJQM: set transition to pop as default
Minkyu Kang [Wed, 2 Jan 2013 08:49:14 +0000 (17:49 +0900)]
JQM: set transition to pop as default

According to TIZEN UX, set transtion to pop as default. (VI-WIN.005)

Change-Id: Iab660d88f081b6657e66de4c08db7d728f5bf277

11 years agotabbar : bug fix in case none li element case
Jinhyuk Jun [Fri, 28 Dec 2012 09:59:37 +0000 (18:59 +0900)]
tabbar : bug fix in case none li element case

Change-Id: Iad36f6ff567f20784b3606e2d9f74fe8563ea960

11 years agoscrollview: fix the drag bug
Minkyu Kang [Mon, 31 Dec 2012 07:01:58 +0000 (16:01 +0900)]
scrollview: fix the drag bug

When show the end effect, sometimes drag is failed because of the transform is returned. (N_SE-18401)

Change-Id: If68c1c51faee6fe68425c572374ad4049bab179d

11 years agoButton: Button icon scrolltop, left has beed added
hjnim.kim [Fri, 21 Dec 2012 08:38:37 +0000 (17:38 +0900)]
Button: Button icon scrolltop, left has beed added

Button icon scrolltop,left and demo have been added( using scroll top widget )

Change-Id: If29dc406e3edeb7a75e6fa191656d0c7321ca83a
Signed-off: Hyunjung Kim <hjnim.kim@samsung.com>

11 years agoSwipe: VI update and swipe speed has been changed
hjnim.kim [Fri, 21 Dec 2012 07:03:33 +0000 (16:03 +0900)]
Swipe: VI update and swipe speed has been changed

VI has been added( Swipe-item opacity is changed, open(from 0 to 1), close(from 1 to 0) )
Swipe animation speed has been changed( "fast" -> "normal" )

Change-Id: I5bdf0772e88dfb7ec0a5a6b0d0338d1fb373aa9f
Signed-off: Hyunjung Kim <hjnim.kim@samsung.com>

11 years agojqm: fix errors in patch files
Youmin Ha [Wed, 26 Dec 2012 11:01:31 +0000 (20:01 +0900)]
jqm: fix errors in patch files

Some patch files had wrong content, causing build error.
The wrong patch content has been fixed.

Change-Id: Ic903dfa9aa572b9b65159d40f765d8cbcdf7d812

11 years agounit-test: swipe: fixed the destroy test.
Minkyu Kang [Wed, 26 Dec 2012 08:37:51 +0000 (17:37 +0900)]
unit-test: swipe: fixed the destroy test.

This patch fix following tests.

4. Destroy - swipe
5. Destroy - item
6. Destory - cover

Change-Id: I19ed60cb959b86bebff5b939e38cbc91dff14623

11 years agoscrolljump: modify button style
Minkyu Kang [Fri, 21 Dec 2012 09:27:30 +0000 (18:27 +0900)]
scrolljump: modify button style

Since scrolltop/left button is added,
use a button style instead of custum button.

Change-Id: I19fb9cf51369f8e0b0bfff7b536c02ea28f4e3e5

11 years agounit-test: adds missing file
Minkyu Kang [Fri, 21 Dec 2012 08:07:25 +0000 (17:07 +0900)]
unit-test: adds missing file

This patch adds missing file for gallery widget's unit test.

Change-Id: Id1965b97b9423caa3caece5f815dff14ba69ebe7

11 years agotransition: adds support depth transition
Minkyu Kang [Fri, 21 Dec 2012 07:18:16 +0000 (16:18 +0900)]
transition: adds support depth transition

The depth transition is page transitioning method for list. (VI-COM.005)

Change-Id: Ibb61b1bb8b289fc46c1d8ce9e7c72d7b06769205

11 years ago0.2.5 release
Youmin Ha [Wed, 26 Dec 2012 08:31:51 +0000 (17:31 +0900)]
0.2.5 release

Change-Id: I1f5a4e7a1b8b553dd544c82e71561a400b410596

11 years agoRevert "[checkboxradio] exception handling for input"
Koeun Choi [Wed, 26 Dec 2012 06:13:47 +0000 (15:13 +0900)]
Revert "[checkboxradio] exception handling for input"

This reverts commit 72478c32704fa96362db577e6cf9511777919ea8.
Tizen style supports no-label radio and checkbox when making lists.
So it ignores html input operation. Instead, it supports tizen style radio and checkbox theme.

Conflicts:

src/themes/tizen/common/jquery.mobile.forms.checkboxradio.less

Change-Id: Ib7adeff25c8f26a8dfb3bc6b0bb443ed110e3b99

11 years ago0.2.4 release
Youmin Ha [Thu, 20 Dec 2012 09:43:47 +0000 (18:43 +0900)]
0.2.4 release

Change-Id: Ic0ae8cef227bdcf65978d5c322ec7d564de1e5c8

11 years agomodify segment background
Jinhyuk Jun [Thu, 20 Dec 2012 09:19:36 +0000 (18:19 +0900)]
modify segment background

Change-Id: I4dc346919e15ed49670f6459a02b53ecca02a146

11 years agorearrange check, radio input
Koeun Choi [Thu, 20 Dec 2012 09:15:57 +0000 (18:15 +0900)]
rearrange check, radio input

Change-Id: I40311da4981a1f03b744c0812ebe73a8ea892a27

11 years agoScale up/ down popup vi(poptop, popbottom)
hjnim.kim [Thu, 20 Dec 2012 07:02:19 +0000 (16:02 +0900)]
Scale up/ down popup vi(poptop, popbottom)

Change-Id: I11444f15eec3769e55f3deb37527b7e84e16a999

11 years agostyle has beed added(box,circle,nobg,round)
hjnim.kim [Mon, 17 Dec 2012 09:24:37 +0000 (18:24 +0900)]
style has beed added(box,circle,nobg,round)

Change-Id: I5a53419f129bc05ebf6e39721ac8a46f6d56dd5b

11 years agofavorite resource added
Koeun Choi [Thu, 20 Dec 2012 07:18:55 +0000 (16:18 +0900)]
favorite resource added

Change-Id: I80a62e063f053ca9fdb1862721fe887e9fc48ab0

11 years agotizen-winsets: add footer and back button
Minkyu Kang [Mon, 17 Dec 2012 06:42:34 +0000 (15:42 +0900)]
tizen-winsets: add footer and back button

Change-Id: Id2c5e56fe5e2950f11991848f3d1d3a8536a2985

11 years agoremove autodividers unit test
Koeun Choi [Mon, 17 Dec 2012 06:14:18 +0000 (15:14 +0900)]
remove autodividers unit test

Change-Id: I5b36e32b2531b150a66e5511323ba4baf3e52e78

11 years agoadd divider for tabbar
Jinhyuk Jun [Mon, 17 Dec 2012 06:02:29 +0000 (15:02 +0900)]
add divider for tabbar

Change-Id: I50093a9625542b1ae828814a30ba3ef431cc4a9a

11 years agoexception handling for input
Koeun Choi [Mon, 17 Dec 2012 08:37:08 +0000 (17:37 +0900)]
exception handling for input

Change-Id: I8987a3217e629b2b47bdb926ce262924f9967cf9

11 years agosegment control backward compatiblity
Jinhyuk Jun [Thu, 20 Dec 2012 01:55:39 +0000 (10:55 +0900)]
segment control backward compatiblity

Change-Id: I92126b488e38465cbab7f09a72d2b7628f225beb

11 years agoFix collapsible unit-test
Youmin Ha [Mon, 17 Dec 2012 05:27:21 +0000 (14:27 +0900)]
Fix collapsible unit-test

Change-Id: I6c1cc239ade905d83be54f0cd066770d33722762

11 years agoremove toggleswitch
Koeun Choi [Fri, 14 Dec 2012 08:18:41 +0000 (17:18 +0900)]
remove toggleswitch

Change-Id: I6e0b798525c6a31272333f7439159788826e48b5