platform/framework/web/web-ui-fw.git
11 years agoUnitTC: added list divider unit test
hjnim.kim [Tue, 5 Mar 2013 06:58:22 +0000 (15:58 +0900)]
UnitTC: added list divider unit test

List divider unit testcase has been added

Change-Id: I3593eb60ba75445696555e2e6edc44313a989db2

11 years agoStyle: unnecessary color codes have been deleted and modified
hjnim.kim [Wed, 27 Feb 2013 02:09:12 +0000 (11:09 +0900)]
Style: unnecessary color codes have been deleted and modified

Unnecessary color codes have been deleted and modified in style.less

Change-Id: I07c1604d98038027c754fea97854de57c31cd619

11 years agobuild: Module build implementation
Youmin Ha [Tue, 18 Dec 2012 01:06:07 +0000 (10:06 +0900)]
build: Module build implementation

For module build by SDK, refactored widget js file names and directory
structure. all widget codes are in src/js/widgets/, and other codes are
in src/js. The prefix of all source file names is jquery.mobile.tizen.
Added tools/moduledep.js, which constructs module dependency and build
result.

Change-Id: I904f3b7e462257bf1ca19ab33527592304e2ca23

11 years agoUnitTC: Additional unit testcases have been added
hjnim.kim [Mon, 25 Feb 2013 00:47:05 +0000 (09:47 +0900)]
UnitTC: Additional unit testcases have been added

Addtional Web UI FW unit testcases have been added.

Change-Id: I500b2d7aeef0c7dd4dabb7c9b6fb2c5c31f007e6

11 years agolistview : bug fix
Jinhyuk Jun [Tue, 5 Mar 2013 01:07:51 +0000 (10:07 +0900)]
listview : bug fix

change color bar's height 100% (N_SE-26001)

Change-Id: I6f4d0d1f60b4fd575a22e70b86e57d37f3cd148b

11 years agoNaviframe : remove back button's hover effect
Jinhyuk Jun [Mon, 4 Mar 2013 04:41:12 +0000 (13:41 +0900)]
Naviframe : remove back button's hover effect

Change-Id: I611e9091b931e6e54c4b6e6a3114a4e443b41b94

11 years agoTizenDemo : remove back button
Jinhyuk Jun [Thu, 28 Feb 2013 05:19:05 +0000 (14:19 +0900)]
TizenDemo : remove back button

redundant function with header's back button

Change-Id: Ie72f3c83de143d3de43dd6e8889b0b16c35e0e17

11 years agoTransition: added more-button vi
hjnim.kim [Tue, 26 Feb 2013 05:19:27 +0000 (14:19 +0900)]
Transition: added more-button vi

Transitions ( slideupfade, slidedownfade ) have beed added
applied more-popup in tizen-winset demo

Change-Id: If54d044aa0bfded418c8100583cd08039f205897

11 years agopinch: added new event called pinch
Minkyu Kang [Fri, 11 Jan 2013 02:42:22 +0000 (11:42 +0900)]
pinch: added new event called pinch

This patch adds support follwing 3 events
pinchstart: triggered when start the touched two points
pinch: triggered when move the touch point after pinchstart event occured
pinchend: triggered when touchend event after pinchstart event occured

Change-Id: Ib9c179eb346a6a557d3be8def032e65af10ed7dc

11 years agoPopup: css word-wrap:break-word has been added
hjnim.kim [Mon, 25 Feb 2013 04:45:11 +0000 (13:45 +0900)]
Popup: css word-wrap:break-word has been added

work-wrap:break-word has been added in .ui-popup
(DoCoMo's request) 152-2

Change-Id: I0af2c590a9626b3483261f2cab885cac6c0381aa

11 years agovirtualgrid: memory leak fix
Woosung Sohn [Wed, 30 Jan 2013 04:58:42 +0000 (13:58 +0900)]
virtualgrid: memory leak fix

Calling tmpl() function of jQuery template plugin causes a memory leak issue.
This patch replaces tmpl() function to newly added one.

Change-Id: I9dc835552b2b2f12ac52e11d85ff709c3930036c

11 years agoprogress: set to init state at pending bar
Minkyu Kang [Wed, 20 Feb 2013 02:29:48 +0000 (11:29 +0900)]
progress: set to init state at pending bar

If not running the pending bar when pageshow,
the shape of pending bar is not displayed properly.

Change-Id: I77b80ea449da07e130a99b2f605d34ec9a14a4d8

11 years agoprogress: add margin of top/bottom
Minkyu Kang [Wed, 20 Feb 2013 02:28:16 +0000 (11:28 +0900)]
progress: add margin of top/bottom

This patch resolves that progressbar and text area overlap problem
(N_SE-25449)

Change-Id: I232e4416649e824480a71012e971a5779314157f

11 years agounit-test: split progress test and progressbar test
Minkyu Kang [Wed, 20 Feb 2013 02:03:27 +0000 (11:03 +0900)]
unit-test: split progress test and progressbar test

Change-Id: I5c65241350fe2c3c3811a5a7d8248528aaa45111

11 years agoTizen-winset: Context popup sample page guide text has been changed
hjnim.kim [Tue, 19 Feb 2013 08:07:50 +0000 (17:07 +0900)]
Tizen-winset: Context popup sample page guide text has been changed

Guide text has been changed from "Code Sample" to "Position to origin button" popup is located in this text

Change-Id: I1eb57bb1fbb227a223c8777b06a40dffd301a3d7

11 years agomultimediaview: fix the height of widget when full-screen mode
Wonseop Kim [Mon, 4 Feb 2013 02:34:42 +0000 (11:34 +0900)]
multimediaview: fix the height of widget when full-screen mode

fix the height of multimediaview when fulll-screen mode on/off.
modify workaround codes of N_SE-23157, N_SE-23158.

Change-Id: I1624517d33b654730ae4ac2abe01ece1831112bf

11 years agoJQM: performance tuning
Woosung Sohn [Thu, 7 Feb 2013 07:08:30 +0000 (16:08 +0900)]
JQM: performance tuning

This patch contains 3 jQM patch files.

Each jQM patch modifies jQM as follows :
- 0029 : This jQM patch removes unneccessary jQuery() function calls and
         replaces jqmData() to getAttribute().
- 0030 : This jQM patch replaces getAttribute() mentioned above to getAttrFixed()
         which is a wrapper function of getAttribute() with handling return value.
- 0031 : This jQM patch enhances performance of the widget self-init method.

Change-Id: Ib91d8722fcd75cca1637b61dde05d9635e152a52

11 years ago0.2.17 release
Minkyu Kang [Tue, 19 Feb 2013 07:48:52 +0000 (16:48 +0900)]
0.2.17 release

Change-Id: I68eefc50113191437fc60a50432ca24f7dace170

11 years agoDialogueList : delete border top value / add sample's text ellipsis
Jinhyuk Jun [Mon, 18 Feb 2013 09:44:11 +0000 (18:44 +0900)]
DialogueList : delete border top value / add sample's text ellipsis

Change-Id: Ibd69c44b527d6d3a44aac2061a25b3cc08fcedbd

11 years agoTokentextarea: Add scroll-to-top for Grouping On/Off regarding #N_SE-24877
Minkyeong Kim [Tue, 12 Feb 2013 09:46:54 +0000 (18:46 +0900)]
Tokentextarea: Add scroll-to-top for Grouping On/Off regarding #N_SE-24877

Change-Id: Ib31f6e8b2c36e40f8e0519fd62a461d17a5a4dba

11 years agoMultimediaview: Fix mute function
Minkyeong Kim [Tue, 12 Feb 2013 11:33:32 +0000 (20:33 +0900)]
Multimediaview: Fix mute function

Add codes to set and check the value of muted variable regarding #N_SE-25045.

Change-Id: I0bece7cfb7d4c553c3895933ded650e080d444f6

11 years agoTizen-winset: list vi index guide textbox has been removed
hjnim.kim [Mon, 18 Feb 2013 06:56:12 +0000 (15:56 +0900)]
Tizen-winset: list vi index guide textbox has been removed

list vi index guide textbox has been removed
(it causes confusion)
N_SE-25443

Change-Id: Ib9ad2e67383e9b30bb7ecfa7debb3d21c5edfd5a

11 years agoTizen-winset: custom button texts have been changed
hjnim.kim [Mon, 18 Feb 2013 06:11:21 +0000 (15:11 +0900)]
Tizen-winset: custom button texts have been changed

Custom button texts have been changed ( button texts are too long )
N_SE-25421

Change-Id: Ia520871d09ca149112909e721e714a3c4e545b16

11 years agoslider: move popup div to out of content
Minkyu Kang [Mon, 18 Feb 2013 05:14:16 +0000 (14:14 +0900)]
slider: move popup div to out of content

This patch resolved the problem that popup is hidden by header
(N_SE-24788)

Change-Id: Ifc0b28dd6ae9876580908b9c6390c86ce57762a7

11 years agoTizenWinset: disable context popup in multimediaview
hjnim.kim [Tue, 12 Feb 2013 08:33:09 +0000 (17:33 +0900)]
TizenWinset: disable context popup in multimediaview

disable context menu in multimediaview
N_SE-25045

Change-Id: I1a2d5f3bcc489169c9dcad6fd67697724277eb20

11 years agoSwipe: wrong style name has been fixed
hjnim.kim [Fri, 8 Feb 2013 05:38:18 +0000 (14:38 +0900)]
Swipe: wrong style name has been fixed

swipelist style does not use anymore
N_SE-24761

Change-Id: I0339f13a817e5f6a8069e28437412bc0c520e6ea

11 years agodemo: add the sample at dialogue list
Minkyu Kang [Tue, 12 Feb 2013 02:17:45 +0000 (11:17 +0900)]
demo: add the sample at dialogue list

adds disabled mode sample

Change-Id: I14c0583ba0b66f18ad8412af70c971449eda4b78

11 years agolistview: Add ui-li-has-right-btn class with toggleswitch
Youmin Ha [Tue, 12 Feb 2013 02:36:34 +0000 (11:36 +0900)]
listview: Add ui-li-has-right-btn class with toggleswitch

This patch adds ui-li-has-right-btn class, which sets right padding for
the main text, to the listitem even having toggleswitch on its right
side.
Fixes N_SE-24840.

Change-Id: I7907c305807aa89228ae1eaa425f8d64230b9d8f

11 years agoWinsetDemo : change wrong title name
Jinhyuk Jun [Tue, 12 Feb 2013 01:36:41 +0000 (10:36 +0900)]
WinsetDemo : change wrong title name

list divider, tabbar name changed

Change-Id: Ib661073bb55bd974d73ef7522e5664c3554ae85a

11 years agoNaviframe : calculate margin size in h1 area
Jinhyuk Jun [Thu, 7 Feb 2013 06:32:48 +0000 (15:32 +0900)]
Naviframe : calculate margin size in h1 area

h1 text ellipsis calculate wrong value 8px margin size

Change-Id: Ieba96a055d37d314e39493dcc0ea5b06e4c90ac1

11 years agoListDemo : change edit's telephone type from number to tel
Jinhyuk Jun [Fri, 8 Feb 2013 05:06:30 +0000 (14:06 +0900)]
ListDemo : change edit's telephone type from number to tel

Change-Id: Ia902c69902af176a8e830b7f081c271992b8e04f

11 years agoContextPopup: input type="button" popup open issue has been fixed
hjnim.kim [Fri, 8 Feb 2013 04:57:52 +0000 (13:57 +0900)]
ContextPopup: input type="button" popup open issue has been fixed

input type="button" and div data-role="button" javascript open problem has been fixed
and support data-rel="back" method
DCM-542

Change-Id: I529495ebf9731877d6413ee494e7be78027e7192

11 years agoNaviframe : delete ui-btn-inner border radius
Jinhyuk Jun [Fri, 8 Feb 2013 04:10:38 +0000 (13:10 +0900)]
Naviframe : delete ui-btn-inner border radius

sdk shows abnormal radius value when groupcontrol made

Change-Id: Idcc71600db9e264e1c1c52934330f10bee25c15a

11 years agoButton: home button icon has been modified
hjnim.kim [Thu, 7 Feb 2013 11:38:12 +0000 (20:38 +0900)]
Button: home button icon has been modified

Home button images has been changed
N_SE-24760

Change-Id: Ib613d030ca45704025ca050a3107efcd456b9cc3

11 years agodemo: remove white space
Minkyu Kang [Thu, 7 Feb 2013 10:01:58 +0000 (19:01 +0900)]
demo: remove white space

Change-Id: I6544dbcfe2c3956cdf6abba6bb4b7cf3c3c423ae

11 years agoTizenWinset: Popup button size patch
hjnim.kim [Thu, 7 Feb 2013 06:32:41 +0000 (15:32 +0900)]
TizenWinset: Popup button size patch

Popup button size patch ( button width has been changed )
N_SE-24572

Change-Id: If8e25afcaf11f175096f890c1baf3e776ba04a54

11 years ago0.2.16 release
Youmin Ha [Thu, 7 Feb 2013 05:56:30 +0000 (14:56 +0900)]
0.2.16 release

11 years agodemo: checkbox: reduce button's width
Minkyu Kang [Thu, 7 Feb 2013 05:25:38 +0000 (14:25 +0900)]
demo: checkbox: reduce button's width

Change-Id: I41a1e1a5bb9fe3d8377abd007e5ad9d308e4055b

11 years agotabbar : delete right/left tab animation color
Jinhyuk Jun [Thu, 7 Feb 2013 05:03:08 +0000 (14:03 +0900)]
tabbar : delete right/left tab animation color

ux is not clear(color will be adjusted after UX guide release)

Change-Id: Id216db1c21501e0923f8b9872529a637c72e3e41

11 years agoscrollview: fix the scroll position at keydown event
Minkyu Kang [Thu, 7 Feb 2013 04:37:19 +0000 (13:37 +0900)]
scrollview: fix the scroll position at keydown event

When IME is on and input box is hidden,
scroll the view to visible position.
(N_SE-24515)

Change-Id: I408a1af70f2aa09c4e249eab7dd112e34abcc74d

11 years agogroupControl : change footer groupControl from min-width to percentage
Jinhyuk Jun [Wed, 6 Feb 2013 12:21:02 +0000 (21:21 +0900)]
groupControl : change footer groupControl from min-width to percentage

Change-Id: I1265b377b5e55b16dd4ea0b16c0be570eb4f0ee0

11 years agoscrollview: get height of softkeyboard correctly
Minkyu Kang [Wed, 6 Feb 2013 11:32:57 +0000 (20:32 +0900)]
scrollview: get height of softkeyboard correctly

Change-Id: I6dbd9d5d306802d604d74f827fe2735beac33668

11 years agotizen-winset: Add name attr to all radio inputs
Youmin Ha [Wed, 6 Feb 2013 10:30:52 +0000 (19:30 +0900)]
tizen-winset: Add name attr to all radio inputs

Added name="" attribute to all radio input elements, and wrapped them in
one <form> element. This makes those radio buttons to be checkable.
Fixes N_SE-24494.

Change-Id: I4afd1a1004f8918341aba3f4945dace0d2c7eeb4

11 years agovirtualgrid: changes event binding target
Woosung Sohn [Tue, 5 Feb 2013 06:18:01 +0000 (15:18 +0900)]
virtualgrid: changes event binding target

When Virtualgrid is in the nested-scrollview structure,
Virtualgrid doesn't handle touch events properly.
This patch changes touch-related event binding targets, and
fixes wrong usage of a scrollview Virtualgrid contains.

(TDIS-2643, TDIS-2644, TDIS-2645)

Change-Id: I6f11a80c295f72e4a283d870697c600a64f45a33

11 years agoscrollview: skip the drag if target is textarea
Minkyu Kang [Wed, 6 Feb 2013 06:55:24 +0000 (15:55 +0900)]
scrollview: skip the drag if target is textarea

When textarea is scrolled, skip the dragging of scrollview.
(N_SE-24391)

Change-Id: I7fff32cf43bf27d5ece2f349d7ecd870feedff2c

11 years agoscrollview: skip the dragging of parent scrollview
Minkyu Kang [Mon, 4 Feb 2013 09:08:49 +0000 (18:08 +0900)]
scrollview: skip the dragging of parent scrollview

When a scrollview has a scrollview as parent,
block the parent's scroll events.

Change-Id: I9fcfab68e62cc53910a7f9701a463053968751c2

11 years agoscrollview: apply the scaling ratio to the soft keyboard
Minkyu Kang [Fri, 1 Feb 2013 06:36:39 +0000 (15:36 +0900)]
scrollview: apply the scaling ratio to the soft keyboard

Because of the Web UI FW set the viewport to "device-width",
the height of soft keyboard is different.
This patch apply the scaling ratio to the soft keyboard.

Change-Id: I7e31f7db2b5adfb60f86461862f7c0658404438c

11 years agodemos: apply disabled option in textarea
hjnim.kim [Wed, 6 Feb 2013 06:05:03 +0000 (15:05 +0900)]
demos: apply disabled option in textarea

apply disabled option in textarea( for disable copy & paste issue )

Change-Id: I9a2e7972673daac080c5172f284ac16be557beeb

11 years agodemo: remove unused codes
Minkyu Kang [Tue, 5 Feb 2013 10:08:35 +0000 (19:08 +0900)]
demo: remove unused codes

Change-Id: If8b54ea54215b9ebdc743db1be4e692f67374a92

11 years agodemo: datetimepicker: show selected date correctly
Minkyu Kang [Tue, 5 Feb 2013 09:57:49 +0000 (18:57 +0900)]
demo: datetimepicker: show selected date correctly

Add functions for demo5 and demo6.

Change-Id: I80fa1ab3313fb5231353a27f89bdd25b70fc32ca

11 years agolistview: Adjust bubble listitem width and margin
Youmin Ha [Tue, 5 Feb 2013 06:35:31 +0000 (15:35 +0900)]
listview: Adjust bubble listitem width and margin

Set left/right margin for the bubble listitems, and set max width to
100%.
Fixes N_SE-24163.

Change-Id: I5d93b81f233095e611f940d0a6cd59dd24961aba

11 years agopagelayout : change external refresh call and ime status follow only current page
Jinhyuk Jun [Fri, 1 Feb 2013 04:09:59 +0000 (13:09 +0900)]
pagelayout : change external refresh call and ime status follow only current page

Change-Id: Ic11b2415a0d781a5aa9c51aadcee6b600cbb2b46

11 years agotoggleSwitch : bug fix
Jinhyuk Jun [Fri, 1 Feb 2013 05:50:31 +0000 (14:50 +0900)]
toggleSwitch : bug fix

set background-size because window chrome can't calculate size

Change-Id: I8841db59c8b5089a41f8c4583d962597e05707c1

11 years agounit-test: slider: fix the move test
Minkyu Kang [Wed, 30 Jan 2013 11:50:22 +0000 (20:50 +0900)]
unit-test: slider: fix the move test

Since the value of css("left") is changed from "00%" to "00px",
unit-test code is modified.

Change-Id: I9d685bef7ca7377276cad2f378e2a974d8403d3a

11 years agohandler: fix jslint error
Minkyu Kang [Wed, 30 Jan 2013 05:30:33 +0000 (14:30 +0900)]
handler: fix jslint error

1 Expected 'handler' at column 33, not column 41.
handler.removeClass( "ui-handler-visible" ); // Line 260, Pos 41
2 Expected '}' at column 29, not column 37.
}); // Line 261, Pos 37

Change-Id: I71d9565da5869e5ef0274fb2fba60b2b42404233

11 years agoToggleSwitch : set image toggleswitch background attribute
Jinhyuk Jun [Tue, 29 Jan 2013 03:41:36 +0000 (12:41 +0900)]
ToggleSwitch : set image toggleswitch background attribute

Change-Id: I2478238b8a1a5eb92af2d34ffc84787afdaf90a5

11 years ago0.2.15 release
Youmin Ha [Mon, 28 Jan 2013 12:52:24 +0000 (21:52 +0900)]
0.2.15 release

Change-Id: I5407595e1c9d7013f94654e2f0f4c14ca970bc5d

11 years agoslider: increase the text width
Minkyu Kang [Mon, 28 Jan 2013 12:33:50 +0000 (21:33 +0900)]
slider: increase the text width

Because of text is overlapped with slider handle,
increase the text width. (N_SE-23397)

Change-Id: I7bb289ab2bbaba874d33e9189f040425dcbc0f03

11 years agovirtualgrid: DOM element leak fix
Woosung Sohn [Mon, 28 Jan 2013 11:37:29 +0000 (20:37 +0900)]
virtualgrid: DOM element leak fix

Removing temporary dom nodes without parent occured DOM element leak.
This patch changes the process creating temporary dom elements to
append them to a document fragment node after creation.

Change-Id: I6ca0c055fde3de39c0e928cd25b91ef9d86817bf

11 years agoheader: Move button top higher in header with tabbar
Youmin Ha [Mon, 28 Jan 2013 10:33:22 +0000 (19:33 +0900)]
header: Move button top higher in header with tabbar

Buttons in the page header have its own position(which is described in
the Tizen GUI guide), but if the button and the tabbar are put into the
header together, the tabbar overlaps the lower part of buttons. Although
there is no specification about the vertical position of the buttons
when the tabbar is used together, this patch moves the button slightly
higher, not to be overlaped by the tabbar.
Resolves N_SE-22253.

Change-Id: I92c61eaf10ca6134d1b625da5bd3d1e71aa4c84d

11 years agodatatimepicker: don't open the popup before popupafterclose event is fired
Minkyu Kang [Mon, 28 Jan 2013 08:11:15 +0000 (17:11 +0900)]
datatimepicker: don't open the popup before popupafterclose event is fired

Because of event processing order,
block the open the popup before poupafterclose event is fired.
(N_SE-23027)

Change-Id: I0d95463d534c3ccb59f197b1be0bf6bea2c8ce43

11 years agohandler: bug fix (regarding enableHandler function )
Wonseop Kim [Mon, 28 Jan 2013 07:27:02 +0000 (16:27 +0900)]
handler: bug fix (regarding enableHandler function )

Handler was fixed a bug that sometimes appeared when it enabled by enableHandler function.

Change-Id: If46dd062ad48755fbe1e80ecfdf12d844f7b2bd9

11 years agodemo:fix syntax error
Youmin Ha [Sat, 26 Jan 2013 10:19:23 +0000 (19:19 +0900)]
demo:fix syntax error

Delete additional brace: }

Change-Id: I732ab4d036c2ff8df24e7d105bafcde23ee5b54d

11 years ago0.2.14 release
Youmin Ha [Sat, 26 Jan 2013 09:31:52 +0000 (18:31 +0900)]
0.2.14 release

Change-Id: I8bfb0a9e10e6b01d073bcb05affc0284216c1c2c

11 years agodemo: fix demo using tizen device API
Youmin Ha [Sat, 26 Jan 2013 09:17:38 +0000 (18:17 +0900)]
demo: fix demo using tizen device API

Use window.tizen instead of tizen.

Change-Id: Id563bf72176e0074a1eeafaf5929bd85b30d4920

11 years agomultimediaview: reset the height of container
Minkyu Kang [Sat, 26 Jan 2013 09:09:03 +0000 (18:09 +0900)]
multimediaview: reset the height of container

When cancel the fullscreen, reset the height

Change-Id: I734365eb441c61efabba744c25e3d646757b930c

11 years agoinput: modify css correctly
Minkyu Kang [Sat, 26 Jan 2013 07:11:03 +0000 (16:11 +0900)]
input: modify css correctly

Change-Id: Iad824e29ee1ded560a65da108e45c2efc63857ee
toggleswitch: top to 0, set margin instead
readio: remove height

11 years agomultimediaview: fix the height of widget
Minkyu Kang [Sat, 26 Jan 2013 09:01:07 +0000 (18:01 +0900)]
multimediaview: fix the height of widget

set to relativew position.
set height to widget container.

Change-Id: I0be0e8832f4b56689df9165b749934a4e4a56d2a

11 years agogallery: bind create event
Minkyu Kang [Sat, 26 Jan 2013 06:23:02 +0000 (15:23 +0900)]
gallery: bind create event

Create the widget dynamically when triggered "create" event.

Change-Id: I07bcd10fbca581a6bb23d2b7c291042a02e0b5b5

11 years agoslider: bind create event
Minkyu Kang [Sat, 26 Jan 2013 05:16:59 +0000 (14:16 +0900)]
slider: bind create event

Create the widget dynamically when triggered "create" event.
(TDIS-2639)

Change-Id: I675efb33ef3e7f593e6428b2a12104d303cabfb3

11 years agoprogressbar: bind create event
Minkyu Kang [Sat, 26 Jan 2013 04:52:55 +0000 (13:52 +0900)]
progressbar: bind create event

Create the widget dynamically when triggered "create" event.
(TDIS-2670)

Change-Id: Id2919afbd5f204ea7e036afd949fed4c2b864f63

11 years agoprogressbar: event trigger correctly
Minkyu Kang [Sat, 26 Jan 2013 03:07:25 +0000 (12:07 +0900)]
progressbar: event trigger correctly

this._trigger is changed to this.element.trigger

Change-Id: I623f18de2be123541ddf0fc8276857d9d36a5a7a

11 years agopopup: fix height of popup scroller
Minkyu Kang [Fri, 25 Jan 2013 07:04:44 +0000 (16:04 +0900)]
popup: fix height of popup scroller

fix height to 256 * @unitbase

Change-Id: I0094753c2ef67e77e6988a3db048e21b65a1539d

11 years agobuild: add continue option to jslint
Minkyu Kang [Fri, 25 Jan 2013 06:21:30 +0000 (15:21 +0900)]
build: add continue option to jslint

'continue' true, if the continuation statement should be tolerated

Change-Id: I3e6199dc2a8e0fdf8b6f8f3e9839d7c8dea9a014

11 years agoctxpopup demo : bug fix
Jinhyuk Jun [Fri, 25 Jan 2013 04:29:58 +0000 (13:29 +0900)]
ctxpopup demo : bug fix

delete morepopup's external link

Change-Id: I47a77acb10e8bddec08d047ca407fafa1791f17e

11 years agodemo: fix searchbar demo to use different IDs
Youmin Ha [Sat, 26 Jan 2013 04:28:14 +0000 (13:28 +0900)]
demo: fix searchbar demo to use different IDs

The searchbar demos have same IDs for different elements, and the
searchbar-button sample does not work. Fixed the bug to work properly.

Change-Id: I46f7ac80f1ab2fea10a07bcffe169322b0bdc001

11 years agodemo: extract routine executing Tizen device API
Youmin Ha [Fri, 25 Jan 2013 05:25:45 +0000 (14:25 +0900)]
demo: extract routine executing Tizen device API

Our sample app, tizen-winset and the TizenWisnet app in web-sampleapp
git repo do not equivalent, because the TizenWinset has more code
running Tizen device API. This patch extracts that additional routine to
the separated file, and run that routine only at available environment.

Change-Id: I4dedf221bc320d2b3141e35bcfd3a2bc6a051ce3

11 years agotoggleswitch : set default margin, delete box padding
Jinhyuk Jun [Fri, 25 Jan 2013 03:44:30 +0000 (12:44 +0900)]
toggleswitch : set default margin, delete box padding

Change-Id: I2c4ca894697a45f63f5055c7fcaa4805b9c72930

11 years ago0.2.13 release
Youmin Ha [Thu, 24 Jan 2013 11:42:19 +0000 (20:42 +0900)]
0.2.13 release

Change-Id: Ibe4c642765ea6337434141d651f1ad483e91ca28

11 years agosrc: codes cleanup
Minkyu Kang [Wed, 23 Jan 2013 11:31:32 +0000 (20:31 +0900)]
src: codes cleanup

remove unused files
modify the permission

11 years agovirtuallist: Prevent replacing contents on nonexist element
Youmin Ha [Thu, 24 Jan 2013 08:19:16 +0000 (17:19 +0900)]
virtuallist: Prevent replacing contents on nonexist element

When a page having virtuallist is inactive, while 'move callback timer'
is still run, the source listitem is no longer exists. In this case,
jQuery's $('#id') result gives a blank array, not null object. But the
old code, virtuallist tries to replace listitem contents even no object
is chosen. The patch fixes this bug, and includes some more guard codes.

Change-Id: I0bc4e6310c39c42ce35456b54d3d1d926816a485

11 years agoJQM: Trim text in listitem to get index in autodivider
Youmin Ha [Thu, 24 Jan 2013 06:55:07 +0000 (15:55 +0900)]
JQM: Trim text in listitem to get index in autodivider

JQM autodivider uses $(li).text().slice(0,1) to get index of each
listitem, but it may have whitespaces in the beginning and
end. This patch trims those whitespaces from the text.

Change-Id: Id0cefd8413c91daeb1f2291164db8696ae1dad6e

11 years agoJQM: Remove trailing whitespace in jqm patch
Youmin Ha [Thu, 24 Jan 2013 06:50:02 +0000 (15:50 +0900)]
JQM: Remove trailing whitespace in jqm patch

Change-Id: I10e46461d5a434f880233774bab6ade2fc681625

11 years agoscrollview: get the height including margin
Minkyu Kang [Thu, 24 Jan 2013 06:19:41 +0000 (15:19 +0900)]
scrollview: get the height including margin

Added the overflow property like ui-content.

Change-Id: I241bc440089eecca830113d50a1d73d4a52b3017

11 years agomultimediaview: bug fix ( scrolling in full-screen mode )
Wonseop Kim [Thu, 24 Jan 2013 05:40:25 +0000 (14:40 +0900)]
multimediaview: bug fix ( scrolling in full-screen mode )

prevent scrolling of a multimediaview in full-screen mode

Change-Id: I184e0787bc17b6bc35ecc7f2be01d48a42a61b98

11 years agovirtuallist: set listitem width to exclude listitem left/right margin
Youmin Ha [Wed, 23 Jan 2013 11:30:41 +0000 (20:30 +0900)]
virtuallist: set listitem width to exclude listitem left/right margin

The listitems in the virtuallist must be set their width manually,
because they have position:absolute. So, a listitem's left/right
margin must be excluded from it. This patch implements excluding
left/right margin from listitem width.

Resolves TDIS-2646.

Change-Id: I1ae051dca844647e7ff16419aae9535c54cdeaa7

11 years agodemo: fix virtuallist sample layout
Youmin Ha [Wed, 23 Jan 2013 10:53:18 +0000 (19:53 +0900)]
demo: fix virtuallist sample layout

In the virtuallist 2line sample, the main text and sub text2 overlap
each other. Changed layout of listitem sub-elements to prevent
overlapping between them.
Resolves N_SE-22625.

Fixed more samples' layout.
NOTE: toggleswitch sample is removed, because toggleswitch is shown
incorrectly for now.

Change-Id: Ic1d1eff2468c3b7ec326c6e4ad460e505cdfcbeb

11 years agoprogress: set the position explicitly
Minkyu Kang [Thu, 24 Jan 2013 10:02:16 +0000 (19:02 +0900)]
progress: set the position explicitly

Since the position of circle type progress is fixed to right of list,
user can't set the position of progress.
This patch support that user can set the position explicitly.

Change-Id: I46be3aaeac0f87500f0a81d5c23a5139b5397231

11 years agoprogress: rename from progressing to progress
Minkyu Kang [Thu, 24 Jan 2013 08:39:54 +0000 (17:39 +0900)]
progress: rename from progressing to progress

Change-Id: I5dcc76c175f42b89be6968768a2b37a0c7d91731

11 years agobuild: remove unused files
Minkyu Kang [Thu, 24 Jan 2013 08:27:08 +0000 (17:27 +0900)]
build: remove unused files

remove libs/css directory.

Change-Id: I6cf016934277558868b9a7aa18e71893ff3a2275

11 years agosearchbar: fix jslint errors
Minkyu Kang [Thu, 24 Jan 2013 03:47:51 +0000 (12:47 +0900)]
searchbar: fix jslint errors

'toggleClear' was used before it was defined.
toggleClear(); // Line 145, Pos 13
'makeFrontIcon' was used before it was defined.
makeFrontIcon(); // Line 154, Pos 17
'hideCancel' was used before it was defined.
hideCancel(); // Line 172, Pos 29
'showCancel' was used before it was defined.
showCancel(); // Line 190, Pos 25
'toggleClear' was used before it was defined.
function toggleClear() { // Line 242, Pos 22
Expected 'cancelbtn' at column 17, not column 21.
cancelbtn // Line 252, Pos 21
Expected 'cancelbtn' at column 17, not column 21.
cancelbtn // Line 261, Pos 21
'makeFrontIcon' was used before it was defined.
function makeFrontIcon() { // Line 267, Pos 22
Expected ';' and instead saw '$'.
this.element.parent().parent().find(".ui-input-cancel").removeClass( "ui-disabled" ) // Line 292, Pos 97

Change-Id: Ia4dcae9bb0b267da5fba108d28d4b56a6bb8c436

11 years agosrc: fix file permissions
Minkyu Kang [Wed, 23 Jan 2013 11:43:26 +0000 (20:43 +0900)]
src: fix file permissions

Change-Id: I1472a0a19ce37c08372e9d36ef2c62b81423ac1e

11 years agobutton : change jump left icon
Jinhyuk Jun [Wed, 23 Jan 2013 11:36:30 +0000 (20:36 +0900)]
button : change jump left icon

previous icon crashed

Change-Id: I7c9e9907e5359329368dbd5369df56625b0f28d2

11 years ago0.2.12 release
Minkyu Kang [Wed, 23 Jan 2013 10:44:35 +0000 (19:44 +0900)]
0.2.12 release

Change-Id: Ia512ee589b4e8d7bd7ae7daaee3e8f21878eadbe

11 years agotheme : button icon - scrolltop, scrolleft icon changed.
Koeun Choi [Wed, 23 Jan 2013 10:36:48 +0000 (19:36 +0900)]
theme : button icon - scrolltop, scrolleft icon changed.

icon_jump.png and icon_jump_left.png replaced.
The icons are for data-icon="scrolltop" and data-icon="scrollleft".

Change-Id: Ib506abf00a9df123ed7d32debf049ac273916ada

11 years agobuild: cleanaup Makefile
Minkyu Kang [Wed, 23 Jan 2013 05:52:36 +0000 (14:52 +0900)]
build: cleanaup Makefile

Change-Id: Ie55a4b6633f22b4accc152b9d69055a60ff62108

11 years agopagelayout: fix jslint error
Minkyu Kang [Wed, 23 Jan 2013 08:11:19 +0000 (17:11 +0900)]
pagelayout: fix jslint error

1 Expected '(' at column 21, not column 25.
( ( platform.indexOf( "iPhone" ) > -1 || platform.indexOf( "iPad" ) > -1  || platform.indexOf( "iPod" ) > -1 ) && wkversion && wkversion < 534 ) // Line 59, Pos 25
2 Unexpected 'in'. Compare with undefined, or use the hasOwnProperty method instead.
( "palmGetResource" in window && wkversion && wkversion < 534 ) // Line 73, Pos 45
3 Expected exactly one space between 'function' and '('.
window.addEventListener( "softkeyboardchange", function( e ) { // Line 252, Pos 68
4 'imestatus' was used before it was defined.
if ( this.options.fullscreen && imestatus ) { return; } // Line 310, Pos 45
5 The '&&' subexpression should be wrapped in parens.
( this.options.transition && this.options.transition !== "none" && // Line 371, Pos 81
6 Move the invocation into the parens that contain the function.
})( jQuery ); // Line 435, Pos 3

Change-Id: Ib49ea3b09cd011c29361fb5d84addd54b634b58f

11 years agovirtualgrid: Fix jslint errors
Woosung Sohn [Wed, 23 Jan 2013 09:37:17 +0000 (18:37 +0900)]
virtualgrid: Fix jslint errors

Change-Id: Ic82a5ef880191820900c5fbd105c91b9bd10027b

11 years agotabbar : jslint bug error fix
Jinhyuk Jun [Wed, 23 Jan 2013 08:19:28 +0000 (17:19 +0900)]
tabbar : jslint bug error fix

Change-Id: I1bb815b2a92452348d620868876031e9fd0fe318

11 years agobuild: add regexp option to jslint
Minkyu Kang [Wed, 23 Jan 2013 08:18:24 +0000 (17:18 +0900)]
build: add regexp option to jslint

regexp: true, if the . should be allowed in regexp literals

Change-Id: Iea9f91322c50d36db08cfdc79015163980fad99a