hjnim.kim [Mon, 21 Jan 2013 04:49:22 +0000 (13:49 +0900)]
UnitTC: swipe unit tc has been fixed
swipe unit tc has been fixed ( cause event name has been changed )
Change-Id: I08a7b2dd5959d91f6caa13718aecdaf4020d3336
hjnim.kim [Fri, 18 Jan 2013 07:28:05 +0000 (16:28 +0900)]
UnitTC: jQuery path has been fixed
jQuery path has been fixed( libs/js -> build/ )
Change-Id: If366da3b88e1d05ccd1b4eaf808a08dbccc8914b
hjnim.kim [Sun, 20 Jan 2013 06:23:17 +0000 (15:23 +0900)]
Button: bug fix when button has not a text
Bug fix(round) when button has not a text
Change-Id: I6a9405f7d83ef110bb4cf51ea86699e209ffdb7a
Minkyu Kang [Fri, 18 Jan 2013 06:08:51 +0000 (15:08 +0900)]
tizen-winset: timepicker: demo title is changed
Since title is long, set time is not showing.
Change-Id: I59e59b29b65025ab3b39c0a173937aff5d769a25
Minkyu Kang [Fri, 18 Jan 2013 05:36:47 +0000 (14:36 +0900)]
0.2.10 release
Change-Id: I00fd2a4d390796b3f2724288977afccdbd6704cc
Minkyu Kang [Fri, 18 Jan 2013 05:42:38 +0000 (14:42 +0900)]
tizen-winsets: codes cleanup
remove unused files
modify the file permission
modify the file format to unix
Minkyu Kang [Fri, 18 Jan 2013 05:05:55 +0000 (14:05 +0900)]
datetimepicker: date calibration when year is changed
When date is 2012/02/39 change year to 2013,
the result is 2013/03/01 (expected 2013/02/28).
This patch fix this problem. (N_SE-21250)
Change-Id: I3fb2df75624110cfb9972bc410d7616e5d97cf22
hjnim.kim [Fri, 18 Jan 2013 05:09:53 +0000 (14:09 +0900)]
Demo: textarea size has been changed
textarea size has been changed (cause content margin)
Change-Id: I047fa2270c6b5498dfee0bbe0996cba8c528ac80
hjnim.kim [Fri, 18 Jan 2013 03:53:20 +0000 (12:53 +0900)]
Demo: Naviframe morebutton demo has been changed
Morebutton popup html has been changed( unnecessary attribute has been deleted )
Change-Id: Id871fb9224b8089fd5aa77cb0699664dbd9c71d6
Koeun Choi [Fri, 18 Jan 2013 02:28:58 +0000 (11:28 +0900)]
remove unused unit test cases : gallery3d
Change-Id: Ia6df5f80955d985700c12c46d9ee7d820fafe552
Minkyu Kang [Thu, 17 Jan 2013 10:01:47 +0000 (19:01 +0900)]
tizen-winset: remove links
When change the page to internet page then
there are no backbutton because of it's a runtime interface.
Hence remove links of menu.
Change-Id: I7d2be18261fce7d50ff80a5819ef25110a69f4f9
Youmin Ha [Thu, 17 Jan 2013 08:39:57 +0000 (17:39 +0900)]
0.2.9 release
Change-Id: Ifac38d251ae322231f5d812172500e8c85c5fb13
Minkyu Kang [Thu, 17 Jan 2013 07:58:17 +0000 (16:58 +0900)]
gallery: use timeout function instead of interval
Because of interval function can possible calling infinitely,
use timeout function instead.
And add error checking codes.
Change-Id: I265565a219fe2d1c3a5478411c63ae29a7e4648e
Minkyeong Kim [Thu, 17 Jan 2013 01:45:01 +0000 (10:45 +0900)]
Tokentextarea: Display error fixed.
Creates inputbox and button explicitly when the widget created.
Resolves #N_SE-20931.
Change-Id: If4789280b58ff454e2b680809980b22200d1ee21
Youmin Ha [Thu, 17 Jan 2013 08:05:54 +0000 (17:05 +0900)]
scrollview: Fix not selector to respond with jQuery1.8.2
jQuery1.8.2 does not accept ":not" selector, so the selector is
replaced with $.not() function.
Change-Id: I6b878d75a23d78e7756eca21acccfaa146f309ca
Minkyu Kang [Thu, 17 Jan 2013 08:01:58 +0000 (17:01 +0900)]
tabbar: remove the width of last element
At current version of UX, the background color of backbutton was removed.
So we don't have to calculate last element's width anymore.
Change-Id: If68b307096e0b5793e04ff7815cd5b7a0f554fcb
hjnim.kim [Thu, 17 Jan 2013 07:50:41 +0000 (16:50 +0900)]
Demo: apply css 'user-select:none'
Apply css 'user-select:none' whole page in main.js(index.html)
Change-Id: I7050b681ee3015d967ed0cbda3eb82e98c9dd62d
hjnim.kim [Thu, 17 Jan 2013 07:21:04 +0000 (16:21 +0900)]
Button: guide text has been shorten
Button guide text has been shorten( there are possiblity of bugs )
Change-Id: I8db82e1846ef56078653c69fc94d387e649d92b2
Youmin Ha [Tue, 15 Jan 2013 04:31:07 +0000 (13:31 +0900)]
build: Update jQuery to 1.8.2 (JQM1.2 compliant)
Update jQuery version to 1.8.2, which is used by JQM1.2
Change-Id: I0def7b1fec5cbeb5f7e89c89309782c26615dfd2
Youmin Ha [Thu, 17 Jan 2013 07:43:37 +0000 (16:43 +0900)]
virtuallist: Fix mistyping
-webhit-transform to -webkit-transform.
Change-Id: I3b9df400118d4905c716264930ba6778081dc6ed
Youmin Ha [Thu, 17 Jan 2013 07:11:06 +0000 (16:11 +0900)]
demo: Fix tizen function namespace in demo
loadCustomGlobalizeCulture() function in Tizen web UI framework is in
$.tizen. Fixed demo app.
Change-Id: I77d5147d60bc959bb444ef73052f995940ae1a0f
Youmin Ha [Wed, 16 Jan 2013 03:57:33 +0000 (12:57 +0900)]
virtuallist: Rewrite listitem replacing algorithm
Older virtuallist only considered sequential move by flicking motion.
It cannot work correctly when scrollTo() is called by new scroll VI
implementation(3 flicking to top or bottom). The reolacing algorithm
is redesigned, to be able to handle immediate move(by scrollTo() to
arbitrary position.
New method 'scrollstart' event instead of old 'scrollstop'. When
'scrollstart' occurs, a timer function is run, which calculates the
number of lines to be changed. If the number is greater than 0, do
the listitem swap job. Otherwise, stop the timer function.
Solves N_SE-18618.
TODO: When dragging, 'scrollstart' is not fired, while the vlistview is
still moving. . Another detection method is needed.
Change-Id: I41f1413f33eef0826c933642658b0257383e9076
Minkyu Kang [Wed, 16 Jan 2013 10:53:01 +0000 (19:53 +0900)]
fastscroll: modify from not selector to function
Since the not selector is not supported in jqeury 1.8.2,
use the not function instead of selector.
Change-Id: Ie82e18513c4c71454b5bfbedf6b581f649d7a847
Youmin Ha [Wed, 16 Jan 2013 10:01:04 +0000 (19:01 +0900)]
extendablelist: Fix unit-test
Change-Id: Ic52eae83ddd6b6ffe8a07ab46d197645dd73d3a9
Jinhyuk Jun [Wed, 16 Jan 2013 11:29:32 +0000 (20:29 +0900)]
tabbar : prefix to tabbar scroll event
Change-Id: I65468dcca5638a80484a646e32f24a35c8c48a95
hjnim.kim [Wed, 16 Jan 2013 10:32:06 +0000 (19:32 +0900)]
Popupwindow: removed unvalid selector in jquery 1.8.2
removed unvalid selector in jquery ( :not:not selector )
Change-Id: Id1d35901257506e3f59195c65419e6d3a40e718f
Minkyu Kang [Wed, 16 Jan 2013 02:01:30 +0000 (11:01 +0900)]
slider: adjust handle text as length of value
fix the N_SE-21138 issue.
Change-Id: I7d4fa1c9986137fbb3124d247181ea46d5a4f287
hjnim.kim [Thu, 17 Jan 2013 01:50:26 +0000 (10:50 +0900)]
Demo: 3 buttons in popup text has been changed
3 buttons in popup text has been changed from button1,2,3 to 1,2,3
Change-Id: Iec4499fc8b64dbb52dc3e71a729917dad998a948
Minkyu Kang [Wed, 16 Jan 2013 09:46:37 +0000 (18:46 +0900)]
src: codes cleanup
remove unused files
modify the permission
modify the file format to unix
Change-Id: I7ee5eabb9044cfdefcd6b72884a2d4af4168a852
Koeun Choi [Wed, 16 Jan 2013 07:24:38 +0000 (16:24 +0900)]
demo : remove trailing empty strings
Change-Id: Ief8039bd409bc5d916824fa9cefb839fa969897e
Koeun Choi [Wed, 16 Jan 2013 04:21:31 +0000 (13:21 +0900)]
demo : rename TizenWinset list items
Change-Id: I34ac6fe0fd6d3c8a97a0ab1999bcdc7004fe98bb
Jinhyuk Jun [Tue, 15 Jan 2013 12:05:58 +0000 (21:05 +0900)]
button : change from long text list to multiline list
Change-Id: I85be835019d07486697e6f11b67cd2ff2c8427f6
Youmin Ha [Thu, 17 Jan 2013 01:24:11 +0000 (10:24 +0900)]
build: Remove JQM1.1.0 patches
Change-Id: I38cc4285184f236252eb2a3c8813540584be79ac
hjnim.kim [Thu, 17 Jan 2013 01:20:50 +0000 (10:20 +0900)]
Popup: Apply tizen style popup and attribute support
Apply tizen style popup (when data-position-to="origin" or null)
JQM popup attribute support
Change-Id: I85551095f1c7924f6a49fc4ffe31c86db50177a9
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