Youmin Ha [Wed, 16 Jan 2013 14:09:16 +0000 (23:09 +0900)]
JQM: Fix buttonmarkup bug keeping ui-btn-down class
In multi-touch devices, browsers receive multiple touch events at same
time, but there are some abnormal cases that JQM does not handle.
* 'touchcancel'
When a button is long-pressed, some browsers fire 'touchcancel'
event and show some browser menu popup. In this case, the button
still has 'ui-btn-down-*' class, which make button seem to be
pressed.
NOTE: Tizen browser does not fire 'touchcancel'!
* 'touchend' but no 'vmouseup'
When a button and the other element are touched together almost
same time(from button to other element, with slight time gap),
the 'touchend' event is fired to the button, but 'vmouseup' does
not fired sometimes. But JQM does handle only 'vmouseup', so the
'ui-btn-down-*' class is still remained.
(It may be caused by JQM vmouse* event bug.)
This JQM patch adds two events, 'touchcancel' and 'touchend' to
replace 'ui-btn-down-*' class to 'ui-btn-up-*'. Tested on Tizen target
and emulator.
Fix N_SE-19155.
Change-Id: I409a01c468edbd2a813c8199480a421e8794d941
hjnim.kim [Wed, 16 Jan 2013 09:42:58 +0000 (18:42 +0900)]
UnitTest: folder and file renamed, QUnit path was modified
Folder and file renamed ( jqm-tchelper -> unit-tests-runner )
QUnit Path was modified ( JQM 1.1.0 -> JQM 1.2.0)
Change-Id: I5641d14d1885aae22a1efba0280edf7693e411a5
Minkyu Kang [Wed, 16 Jan 2013 04:42:31 +0000 (13:42 +0900)]
tizen-winsets: button: fix textarea width
Modified from 100% to 92%
Change-Id: I3033f99feaa634bf631a16c35feca58c72aa1110
hjnim.kim [Wed, 16 Jan 2013 04:32:51 +0000 (13:32 +0900)]
Swipe: event name error has been fixed
Swipe animation event name error has been fixed ( animationstart, end )
Change-Id: Ie58248f9b5dfb9374dc54d19819ec79cb787b1c3
Minkyu Kang [Tue, 15 Jan 2013 06:54:17 +0000 (15:54 +0900)]
0.2.8 release
Change-Id: I03c414039913783a259b8e0c5b3905a2f870e2ab
hjnim.kim [Mon, 14 Jan 2013 04:45:39 +0000 (13:45 +0900)]
Button: button padding has been updated
button padding has been updated ( from 18 to 9 ), cause unit_base was changed
Change-Id: I265245b33ca4e305394272defe4f5f0aad3410cf
Youmin Ha [Tue, 15 Jan 2013 06:06:27 +0000 (15:06 +0900)]
virtuallist: fix unique listitem ID bug
Each <li> element has its own id, but its format is quite simple, like
'li_<number>'. This id can be duplicated when 2 or more virtuallist
widget are used together.
Added virtuallist element's id as the prefix of IDs of each li element.
Change-Id: I94292be2011327ba626407780ffa287d28367ccb
Jinhyuk Jun [Tue, 15 Jan 2013 06:18:34 +0000 (15:18 +0900)]
checkbox, radio : change display attr
change display attr to none when using tizen UX checkbox,radio
Change-Id: Ib2e9674292e723894cc6815faa3fdc27eed3a5e9
hjnim.kim [Sun, 13 Jan 2013 07:59:02 +0000 (16:59 +0900)]
Button: bug fix ( when data style circle button on text )
If the text on the button(data-style="circle"), change the corner property to "round"
Change-Id: Ie4f14b2995e65cd950f3084a6f8b3a2c6c16376d
Wonseop Kim [Tue, 15 Jan 2013 05:28:48 +0000 (14:28 +0900)]
handler: bug fix (when scrolling with multi selection)
The Items of a list did not show in selected condition after scrolling the window up/down and taping on items.
Resolves #N_SE-18707
Change-Id: If3a5192b2b26cfb9d26f422381cda71d0b3447a9
Minkyu Kang [Tue, 15 Jan 2013 04:54:05 +0000 (13:54 +0900)]
JQM: adjust patch number
renamed from 0026 to 0005
Change-Id: Iecd19e03e686ca066de0183bd390451ade51a9ec
Minkyu Kang [Tue, 15 Jan 2013 02:22:13 +0000 (11:22 +0900)]
gallery: show the widget after pageshow
The gallery widget can't calculate the position and size on pagebeforeshow.
Hence show the gallery after pageshow.
Change-Id: Ie283f001a1af9c670a7603204afbe51bff61aaa7
Jinhyuk Jun [Tue, 15 Jan 2013 01:01:21 +0000 (10:01 +0900)]
TokenTextArea : resource add ( press image )
Change-Id: Ic0a9a77010731814b8ea01dad5a51d4e861060ab
Minkyu Kang [Mon, 14 Jan 2013 05:46:46 +0000 (14:46 +0900)]
gallery: adds function that set the index to value API
Set current index if parameter is exist
Change-Id: I22e3ede83330ac0485209840ba81d92b0d6c504f
Minkyu Kang [Tue, 15 Jan 2013 04:46:58 +0000 (13:46 +0900)]
configure: set TIZEN default configures
Set TIZEN default values at configure file instead of JQM patch
Change-Id: I153efc1d9a93e1001ecc56fb43349345537acfb0
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
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
Jinhyuk Jun [Sun, 13 Jan 2013 06:15:15 +0000 (15:15 +0900)]
searchbar : demo page bug fix
remove form tag
Change-Id: Id0a06016bb1455ed786b7662a82307872b77080a
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
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
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.'
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
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
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
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
Youmin Ha [Fri, 11 Jan 2013 08:24:11 +0000 (17:24 +0900)]
0.2.7 release
Change-Id: I39a41a9f9305e83c9ad5abaeecfdb918c974a1a9
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
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
Koeun Choi [Fri, 11 Jan 2013 02:54:35 +0000 (11:54 +0900)]
remove experimental feature - mapview.
Change-Id: I4b18755d0a4b6d91509ac5f048e3b6ca101f4f92
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Minkyu Kang [Fri, 4 Jan 2013 10:47:58 +0000 (19:47 +0900)]
0.2.6 release
Change-Id: I57088af7f93329a01c30d8ee2cb5aad03aa4f698
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
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
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
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
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
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
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
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
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
Youmin Ha [Fri, 4 Jan 2013 06:53:07 +0000 (15:53 +0900)]
theme: Remove unused less file
Change-Id: I60b25dd1ed4b11b98d532b74bd524383bc8f2e6c
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Youmin Ha [Thu, 3 Jan 2013 08:25:03 +0000 (17:25 +0900)]
collapsible: Fix syntax error
Change-Id: I19d647c6718da6226947fdfbff3f62034812bc90
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
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
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
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
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
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
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
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
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
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
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
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
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>
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>
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
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
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
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
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