Woosung Sohn [Wed, 23 Jan 2013 08:22:34 +0000 (17:22 +0900)]
virtualgrid: adjusts VI effect for an overflow action
This patch adjusts VI effect (WIN.009) about an overflow action to a VirtualGrid widget.
Change-Id: Iaab37d8b3d637f3b0c684cc143fdf5a3becfbae5
Jinhyuk Jun [Thu, 28 Feb 2013 10:05:33 +0000 (19:05 +0900)]
ControlGroup : change ellipsis font color (press/normal)
Change-Id: Ie095322f0f527b3d94f09fde9bdf77cce0303280
Wonseop Kim [Tue, 26 Feb 2013 12:01:13 +0000 (21:01 +0900)]
multimediaview: Add an error message to Multimediaview
If 'duration' property of <video> is not a numeric value,
Multimediaview will display 'Playback Error' message on the duration label.
Change-Id: I8a19eade0ecf2ed5854cd376edf413af4d6403f4
Woosung Sohn [Fri, 22 Feb 2013 09:14:23 +0000 (18:14 +0900)]
virtualgrid: adjusts triple flick gesture
This patch is the implementation of handling for a triple flick gesture.
Change-Id: If024b95c8fd1feb98832703c1e9a99c0ab958d38
Minkyu Kang [Fri, 22 Feb 2013 08:29:04 +0000 (17:29 +0900)]
scrollview: add function for getting width of view
The virtual grid needs this function for setting width of view
Change-Id: I3ab619a22a80eb39fbd130bda9b48fc04bbfbdfe
Minkyu Kang [Fri, 22 Feb 2013 01:54:03 +0000 (10:54 +0900)]
scrollview: adds support x axis gesture scroll
Change-Id: Icf6c3d5a2199d998b8cdb29f3ddcda36055f676c
Wonseop Kim [Wed, 20 Feb 2013 08:27:14 +0000 (17:27 +0900)]
multimediaview : fix audio control
Fixed some codes so that audio control can be displayed with the create event.
And fixed the problem that the control disappeared when it was created again.
Resolves #TDIS-2607, #TDIS-2608
Change-Id: I362fae0efefe478585e1fbf4eed89591ba2e5e2f
Jinhyuk Jun [Wed, 20 Feb 2013 05:22:05 +0000 (14:22 +0900)]
tabbar : tabbar slide animation change
divide animation routine / change bar color
Change-Id: I2447636a8c81cf95e067eebf943d932c4345f3d5
Jinhyuk Jun [Wed, 6 Mar 2013 01:59:57 +0000 (10:59 +0900)]
TizenWinsetDemo : 2line-text demo bug fix
modify button width for long text button(N_SE-27312)
Change-Id: Iaf68e6a58e43c3b887a1bd96b00595321f82cfa5
Youmin Ha [Tue, 5 Mar 2013 07:39:03 +0000 (16:39 +0900)]
collapsible: Fix demo to show radio button correctly in the collapsible list
The collapsible list demo had a wrong order of subitems in the listitem.
Fixed the order in the demo.
Resolves N_SE-25360.
Change-Id: Ie883233d8c81eedf02467b2e1f2c1e036ad69175
Youmin Ha [Wed, 27 Feb 2013 07:32:45 +0000 (16:32 +0900)]
collapsible: Set listitem position to relative
Normal li elements have position:relative by JQM, but the collapsible
listitems don't have it. This patch fixed the bug which comes from this
position problem.
Resolves N_SE-24667.
Change-Id: If4bc92a55fa06f8a0b67cbfb9fcd29842a013d66
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
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
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
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
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
Jinhyuk Jun [Mon, 4 Mar 2013 04:41:12 +0000 (13:41 +0900)]
Naviframe : remove back button's hover effect
Change-Id: I611e9091b931e6e54c4b6e6a3114a4e443b41b94
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
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
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
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
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
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
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
Minkyu Kang [Wed, 20 Feb 2013 02:03:27 +0000 (11:03 +0900)]
unit-test: split progress test and progressbar test
Change-Id: I5c65241350fe2c3c3811a5a7d8248528aaa45111
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
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
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
Minkyu Kang [Tue, 19 Feb 2013 07:48:52 +0000 (16:48 +0900)]
0.2.17 release
Change-Id: I68eefc50113191437fc60a50432ca24f7dace170
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Minkyu Kang [Thu, 7 Feb 2013 10:01:58 +0000 (19:01 +0900)]
demo: remove white space
Change-Id: I6544dbcfe2c3956cdf6abba6bb4b7cf3c3c423ae
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
Youmin Ha [Thu, 7 Feb 2013 05:56:30 +0000 (14:56 +0900)]
0.2.16 release
Minkyu Kang [Thu, 7 Feb 2013 05:25:38 +0000 (14:25 +0900)]
demo: checkbox: reduce button's width
Change-Id: I41a1e1a5bb9fe3d8377abd007e5ad9d308e4055b
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
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
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
Minkyu Kang [Wed, 6 Feb 2013 11:32:57 +0000 (20:32 +0900)]
scrollview: get height of softkeyboard correctly
Change-Id: I6dbd9d5d306802d604d74f827fe2735beac33668
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
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
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
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
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
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
Minkyu Kang [Tue, 5 Feb 2013 10:08:35 +0000 (19:08 +0900)]
demo: remove unused codes
Change-Id: If8b54ea54215b9ebdc743db1be4e692f67374a92
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
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
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
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
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
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
Jinhyuk Jun [Tue, 29 Jan 2013 03:41:36 +0000 (12:41 +0900)]
ToggleSwitch : set image toggleswitch background attribute
Change-Id: I2478238b8a1a5eb92af2d34ffc84787afdaf90a5
Youmin Ha [Mon, 28 Jan 2013 12:52:24 +0000 (21:52 +0900)]
0.2.15 release
Change-Id: I5407595e1c9d7013f94654e2f0f4c14ca970bc5d
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
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
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
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
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
Youmin Ha [Sat, 26 Jan 2013 10:19:23 +0000 (19:19 +0900)]
demo:fix syntax error
Delete additional brace: }
Change-Id: I732ab4d036c2ff8df24e7d105bafcde23ee5b54d
Youmin Ha [Sat, 26 Jan 2013 09:31:52 +0000 (18:31 +0900)]
0.2.14 release
Change-Id: I8bfb0a9e10e6b01d073bcb05affc0284216c1c2c
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
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
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
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
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
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
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
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
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
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
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
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
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
Jinhyuk Jun [Fri, 25 Jan 2013 03:44:30 +0000 (12:44 +0900)]
toggleswitch : set default margin, delete box padding
Change-Id: I2c4ca894697a45f63f5055c7fcaa4805b9c72930
Youmin Ha [Thu, 24 Jan 2013 11:42:19 +0000 (20:42 +0900)]
0.2.13 release
Change-Id: Ibe4c642765ea6337434141d651f1ad483e91ca28
Minkyu Kang [Wed, 23 Jan 2013 11:31:32 +0000 (20:31 +0900)]
src: codes cleanup
remove unused files
modify the permission
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
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
Youmin Ha [Thu, 24 Jan 2013 06:50:02 +0000 (15:50 +0900)]
JQM: Remove trailing whitespace in jqm patch
Change-Id: I10e46461d5a434f880233774bab6ade2fc681625
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
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
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
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
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
Minkyu Kang [Thu, 24 Jan 2013 08:39:54 +0000 (17:39 +0900)]
progress: rename from progressing to progress
Change-Id: I5dcc76c175f42b89be6968768a2b37a0c7d91731