platform/framework/web/web-ui-fw.git
11 years agoNaviframe : modify SIP down button's position
Jinhyuk Jun [Wed, 10 Apr 2013 14:20:33 +0000 (23:20 +0900)]
Naviframe : modify SIP down button's position

Change-Id: I498191606f3dd964854e1ad80c9fbad0ef534b98

11 years agoBlackGUI: 3rd draft
heeju.joo [Tue, 9 Apr 2013 09:33:07 +0000 (18:33 +0900)]
BlackGUI: 3rd draft

Change-Id: I82fe5539fe760d1b4fe6857fcff16a2afa9428f8

Conflicts:

src/themes/tizen/tizen-black/style.less

11 years agoCore: Performance fix for disableSelection and enableSelection
Przemyslaw Ciezkowski [Fri, 5 Apr 2013 16:17:33 +0000 (18:17 +0200)]
Core: Performance fix for disableSelection and enableSelection

Also fixed variable declaration - 'val' was global.

Change-Id: I0ad692059bcad4c16628d3b7a7e28e2f91db34bd
Tests: /tests/unit-tests/core/

11 years agoTests: Core tests for disableSelection
Przemyslaw Ciezkowski [Fri, 5 Apr 2013 16:11:50 +0000 (18:11 +0200)]
Tests: Core tests for disableSelection

Change-Id: Ib8d41667dc43aca65d52537da3a8645451697672

11 years agopatch: fix small mistakes on the patches
Youmin Ha [Sun, 7 Apr 2013 09:55:55 +0000 (18:55 +0900)]
patch: fix small mistakes on the patches

Fixed small mistakes, file permission, and file name in the patches.

Change-Id: I1d53eec38d56db0f8c6de936ddbe86dddb57e323

11 years agovirtuallist: Change demo button style
Youmin Ha [Wed, 10 Apr 2013 03:06:13 +0000 (12:06 +0900)]
virtuallist: Change demo button style

Changed button style from circle to box.

Change-Id: I6ea9a9d98a15e6bb2271e8660d4b4ab04410f0ad

11 years agoButton: btn-icon only css has been changed
hjnim.kim [Wed, 10 Apr 2013 11:48:24 +0000 (20:48 +0900)]
Button: btn-icon only css has been changed

btn icon only style has been modified
linux chrome display: block problem

Change-Id: Ic879ee5d277b7a257654c3a66e9efe0edf5d19c2

11 years agoloader: Fix screen-width option processing
Youmin Ha [Tue, 9 Apr 2013 08:33:59 +0000 (17:33 +0900)]
loader: Fix screen-width option processing

Uses window.outerWidth with the top window, otherwise use
document.documentElement.clientWidth for web simulator.
Fixes Felica issue #154-2.

Change-Id: I27a2e6e5865e4bf2d57adb85e902a70182b8af39

11 years agopagelayout: Remember back key when it is hidden
Youmin Ha [Mon, 8 Apr 2013 07:17:35 +0000 (16:17 +0900)]
pagelayout: Remember back key when it is hidden

If an app moves a page when the pop is shown, the .ui-page-active page is changed.
In this case, the '.ui-page-active .ui-btn-back' selector indicates a new page's
one, and the old page's .ui-btn-back button is still hidden.
So, this patch remember the current back button, and show it again at the
softkeyboardchange.off event.

Resolves #N_SE-32900.

Change-Id: I94fd641ca0e70b4093b881e2319c6f18a2b912a6

11 years agoTizen Black Theme : Tizen black theme png file changed.
hc7.choi [Wed, 10 Apr 2013 05:04:23 +0000 (14:04 +0900)]
Tizen Black Theme : Tizen black theme png file changed.

11 years agoUnitTC: tizen winset unit tc bugs have been fixed
heeju.joo [Mon, 8 Apr 2013 07:53:59 +0000 (16:53 +0900)]
UnitTC: tizen winset unit tc bugs have been fixed

button-tests.js: if-else statement have been added (line 33)
collapsible-tests.js: expected result have been modified (line 15,16)
slider-tests.js: equal assertion have been changed with ok (line 37,42)

Change-Id: Ie9b1a924f65746dc5ff67f60f06f29376f1bc0a5

11 years agoTizenWinset: Swipe list sample has been fixed
hjnim.kim [Wed, 10 Apr 2013 12:07:38 +0000 (21:07 +0900)]
TizenWinset: Swipe list sample has been fixed

Swipelist sample has been fixed

Change-Id: I710bc7b6e96ea57e8abc72e828c7456fcee0f9cb

11 years agoRadio : remove default radio's width(N_SE-33579)
Jinhyuk Jun [Wed, 10 Apr 2013 08:23:04 +0000 (17:23 +0900)]
Radio : remove default radio's width(N_SE-33579)

Change-Id: Ib8ed54e8e693e30733fd15090fc8213ff14fc143

11 years agoScrollview : divide x/y overflow attribute
Jinhyuk Jun [Tue, 9 Apr 2013 12:22:59 +0000 (21:22 +0900)]
Scrollview : divide x/y overflow attribute

Change-Id: I55bf16bdf85b55581f4bd53aae602569530c6cd7

11 years agoGallery: orientation image showing issue has been fixed
hjnim.kim [Wed, 10 Apr 2013 10:38:32 +0000 (19:38 +0900)]
Gallery: orientation image showing issue has been fixed

Orientation image showing issue has been fixed
N_SE-33296

Change-Id: Ie02e29a0e87929d311b28c4e9a1c9e301ada0f31

11 years agoGallery: remove method bug has been fixed
hjnim.kim [Wed, 10 Apr 2013 07:04:36 +0000 (16:04 +0900)]
Gallery: remove method bug has been fixed

Remove method bug has been fixed in gallery widget
It has been added 'px'

Change-Id: I8d80d41483085bd40251b74ca7b909a3d7907e2c

11 years agovirtualgrid : fix unit-test error and increase test items
Woosung Sohn [Fri, 5 Apr 2013 01:30:46 +0000 (10:30 +0900)]
virtualgrid : fix unit-test error and increase test items

Change-Id: I3d8d0d8b15962faddc04168086c8092409630081

11 years agoGallery3d: Modify demo & source codes for visibility enhancement.
Wonseop Kim [Wed, 10 Apr 2013 12:12:32 +0000 (21:12 +0900)]
Gallery3d: Modify demo & source codes for visibility enhancement.

Adjust a photo frame effect and brighten a background.
Resolves #N_SE-33339

Change-Id: Ib2735288153c51bf7a6248ffd525dcb2721ebc46

11 years agoGallery3d: Reduce loading time of widget
Wonseop Kim [Wed, 10 Apr 2013 06:46:27 +0000 (15:46 +0900)]
Gallery3d: Reduce loading time of widget

Change the motion path from B-spline to Bezier2d.

Change-Id: Iab1163a5d51e6ed2e2e63179396a9dc5cf004cf8

11 years agoContextpopup: context popup close when window resize event fire
hjnim.kim [Wed, 10 Apr 2013 04:26:03 +0000 (13:26 +0900)]
Contextpopup: context popup close when window resize event fire

Contextpopup close will be close when window resize event fire

Change-Id: I460ce6069edcf7002c852e371ff4f74fa5ce413d

11 years agoPopup: reverse orientation bug has been fixed
hjnim.kim [Sat, 6 Apr 2013 08:01:59 +0000 (17:01 +0900)]
Popup: reverse orientation bug has been fixed

reverse orientation bug has been fixed ( popup did not show when reverse orientationchange )
Orientation change explicit check

Change-Id: I129f168916a3fb45d2e3505ea21b75a9d2cdefa3

11 years agoTokentextarea: modify description
Minkyeong Kim [Tue, 9 Apr 2013 09:02:56 +0000 (18:02 +0900)]
Tokentextarea: modify description

Change-Id: I3a2e5e10b9c72602a2723171aac5a56e9d9594f6

11 years agoMultimediaview: modify description
Wonseop Kim [Tue, 9 Apr 2013 08:22:06 +0000 (17:22 +0900)]
Multimediaview: modify description

Change-Id: I3351a7ed89aa85b286d724643f036ca2df47908b

11 years agoBlackTheme : 2nd draft (icon change)
Jinhyuk Jun [Sun, 7 Apr 2013 11:14:26 +0000 (20:14 +0900)]
BlackTheme : 2nd draft (icon change)

Change-Id: Ie1d8b0be9c4a91c3461dad4eb367d8fe9c8ebff7

11 years agoJQM: Do not add ui-btn-icon-only class at the select button
Youmin Ha [Sun, 7 Apr 2013 09:50:33 +0000 (18:50 +0900)]
JQM: Do not add ui-btn-icon-only class at the select button

The Tizen patch does not consider the possibility of changing text in the
button. So this commit removes 'ui-btn-icon-only' class from the
innerClass of the select button.
Fixes N_SE-30897 issue.  (Changing text of the button)

Change-Id: I8a1d2143dccc9f53ec8f9bdcf53456b10413e7e8

11 years agobuild: tizen-black theme package
Youmin Ha [Mon, 8 Apr 2013 05:01:55 +0000 (14:01 +0900)]
build: tizen-black theme package

Make a new package, tizen-black. And fixed build to make only one
default theme, tizen-tizen.

Change-Id: I10c32847215a3dc793d4e02b106ddc4acb30a44a

11 years agoTizenwinset: popup script has been removed
hjnim.kim [Sat, 6 Apr 2013 06:08:49 +0000 (15:08 +0900)]
Tizenwinset: popup script has been removed

popup javascript has been removed in popup sample
N_SE-32424

Change-Id: I7829a81427d2d0ea9210508ddb970a7bb9e840f7

11 years agoBlackTheme : draft(1st)
Jinhyuk Jun [Wed, 3 Apr 2013 07:11:23 +0000 (16:11 +0900)]
BlackTheme : draft(1st)

Change-Id: I51a0d580e7a195cb7bc9c5ae6f12eb4a7afd0b7f

11 years agoTizenwinset: substring split view text message
hjnim.kim [Sat, 6 Apr 2013 06:35:48 +0000 (15:35 +0900)]
Tizenwinset: substring split view text message

splitview text message substring before alert
N_SE-32339

Change-Id: I3b82d611672632a1d832a50d43bb953535822ec7

11 years agoTimepicker: data-changed event will be deprecated
hjnim.kim [Sat, 6 Apr 2013 05:43:39 +0000 (14:43 +0900)]
Timepicker: data-changed event will be deprecated

date-changed will be deprecated
Tizenwinset demo has been changed

Change-Id: Ibd031246bfe40197a337a6f4a6249f4452a1f041

11 years agoSync tizen-winsets demo app
Youmin Ha [Fri, 5 Apr 2013 10:11:32 +0000 (19:11 +0900)]
Sync tizen-winsets demo app

Add/modify missed demo files

11 years agoMerge branch 'master' into tizen_2.1
Youmin Ha [Fri, 5 Apr 2013 07:44:33 +0000 (16:44 +0900)]
Merge branch 'master' into tizen_2.1

11 years ago0.2.22 release
Youmin Ha [Fri, 5 Apr 2013 07:21:22 +0000 (16:21 +0900)]
0.2.22 release

Change-Id: I1b2c1b8869cd8d4eab19caad7e67e9a0e67f3955

11 years agotizen-winsets: Fix demo menu
Youmin Ha [Fri, 5 Apr 2013 06:58:34 +0000 (15:58 +0900)]
tizen-winsets: Fix demo menu

Fix winset demo menu, and make a virtualgrid subpage.

Change-Id: I2eef9a2b595bba2d63e342116d6056ede4da852b

11 years agoTizenwinset: Reorder tizenwinset menu
hjnim.kim [Mon, 1 Apr 2013 10:06:27 +0000 (19:06 +0900)]
Tizenwinset: Reorder tizenwinset menu

UI widgets order has been changed and added sample pages

Change-Id: I028aac3ff26a199a6db73ff1cfff980a3e925d14

11 years agoSearchBar: Header button size issue has been fixed
hjnim.kim [Wed, 3 Apr 2013 12:01:50 +0000 (21:01 +0900)]
SearchBar: Header button size issue has been fixed

Searchbar header button size issue has been fixed ( Icon only button does not have text in span )

Change-Id: Ib64e6ecc2c1b154276069b71a339db96d517ee98

11 years agoSwipe: list item overflow: hidden has been added
hjnim.kim [Thu, 4 Apr 2013 05:04:53 +0000 (14:04 +0900)]
Swipe: list item overflow: hidden has been added

swipe list item 'overflow:hidden' has been added
N_SE-25209

Change-Id: I1b30ab3efa4210e7b6a27f8a031875cbad7a93db

11 years agoTizenwinset: href has been added in grouped list
heeju.joo [Wed, 3 Apr 2013 12:40:58 +0000 (21:40 +0900)]
Tizenwinset: href has been added in grouped list

href has been added in grouped list
N_SE-30585

Change-Id: I99361c6fd1a4843950cc859213aa28334dddc912

11 years agoTizenwinset: Page transition page has been added
hjnim.kim [Tue, 2 Apr 2013 05:01:13 +0000 (14:01 +0900)]
Tizenwinset: Page transition page has been added

data-ajax option have some errors in page navigation
so I have been changed page navigation method(from # navigation to html navigation) in transition sample page
N_SE-30565

Change-Id: I8df01ccd159141f93d829079b1113992ba7a3653

11 years agoTizenwinset: Radio description has been fixed
hjnim.kim [Fri, 5 Apr 2013 04:34:15 +0000 (13:34 +0900)]
Tizenwinset: Radio description has been fixed

Radio button description has been fixed
N_SE-30632

11 years agoThis patch fixes problem when base url is changed when site is prefetched.
Przemyslaw Ciezkowski [Wed, 3 Apr 2013 10:53:33 +0000 (12:53 +0200)]
This patch fixes problem when base url is changed when site is prefetched.

Fixes navigation problems with links data-ajax=false

Patch from jqm: https://github.com/jquery/jquery-mobile/issues/5677

Change-Id: Idafbdb952693e2543a34a5c071c3a59f1dc6b0dd

11 years agoEntry : limit textarea's width (N_SE-28653)
Jinhyuk Jun [Mon, 1 Apr 2013 12:53:42 +0000 (21:53 +0900)]
Entry : limit textarea's width (N_SE-28653)

Change-Id: I81ad25973a6aa3b1f2061cbbdd054048aa91f568

11 years agoNaviframe : hide backbutton in case SIP up(remove backbutton makes problem in binding...
Jinhyuk Jun [Thu, 4 Apr 2013 12:12:38 +0000 (21:12 +0900)]
Naviframe : hide backbutton in case SIP up(remove backbutton makes problem in binding event)

Change-Id: I2b885b954f345b143655d791eb7d199642482fcb

11 years agoGallery : next, prev images position bug has been fixed
hjnim.kim [Thu, 4 Apr 2013 08:07:40 +0000 (17:07 +0900)]
Gallery : next, prev images position bug has been fixed

Gallery next, prev images translate x position bug has been fixed
N_SE-31714

Change-Id: I0d1abb47effcd177dae21a246beac8c4f67f7967

11 years agoMultimediaview: Fix display error while handling orientationchange event.
Wonseop Kim [Wed, 3 Apr 2013 11:04:45 +0000 (20:04 +0900)]
Multimediaview: Fix display error while handling orientationchange event.

Resolves #N_SE-31639

Change-Id: I46bfef2a5a670b3dfba2bd719e4965b07c7556cf

11 years agoPagelayout : modify innerHeight dpr calculation in non scrollview mode
Jinhyuk Jun [Wed, 3 Apr 2013 10:45:08 +0000 (19:45 +0900)]
Pagelayout : modify innerHeight dpr calculation in non scrollview mode

Change-Id: Ia68f9a13e03e00d51ef54c4bdab4e3c0b3f53380

11 years agoDatetimepicker: picker position has been fixed when browser resize event fired
hjnim.kim [Tue, 2 Apr 2013 13:12:08 +0000 (22:12 +0900)]
Datetimepicker: picker position has been fixed when browser resize event fired

picker position has been fixed when browser resize event fired
N_SE-28077

Change-Id: Ic6b8f2c7eeff7ad798a906f870d4fea224d4751f

11 years agoTips: generate elements sample page javascript has been fixed
hjnim.kim [Mon, 1 Apr 2013 11:04:16 +0000 (20:04 +0900)]
Tips: generate elements sample page javascript has been fixed

return false; has been added in generate element sample page
N_SE-27314

Change-Id: Ifb45d053813349d1c85387f756f0e466510a0a98

11 years agoTokentextarea: Fix Tizen-winsets demo.
Minkyeong Kim [Fri, 5 Apr 2013 01:34:08 +0000 (10:34 +0900)]
Tokentextarea: Fix Tizen-winsets demo.

Separate AddressBook page from tokentextarea.html

Change-Id: I7d9e090417f070caff09d9cceab19412ff60194f

11 years agoMerge branch 'master' into tizen_2.1
Youmin Ha [Wed, 3 Apr 2013 13:54:04 +0000 (22:54 +0900)]
Merge branch 'master' into tizen_2.1

11 years ago0.2.21 release
Youmin Ha [Wed, 3 Apr 2013 13:22:20 +0000 (22:22 +0900)]
0.2.21 release

Change-Id: I14dde2e7e9096c65179377549c15fd1134715ab7

11 years agoNaviframe : change SIP downbutton resource path
Jinhyuk Jun [Wed, 3 Apr 2013 13:17:08 +0000 (22:17 +0900)]
Naviframe : change SIP downbutton resource path

Change-Id: I10fdba2b229e83d789d0ddadb60087e70f6cce5f

11 years agoVirtualGrid: Fix errors on centerTo and resize methods
sang-hee.lee [Wed, 3 Apr 2013 07:55:19 +0000 (16:55 +0900)]
VirtualGrid: Fix errors on centerTo and resize methods

Change-Id: I0c20da7676f070920890dcf53bea8aeec10dac19

11 years agoloader: Fix default font size at device-width viewport
Youmin Ha [Wed, 3 Apr 2013 12:59:13 +0000 (21:59 +0900)]
loader: Fix default font size at device-width viewport

Set only 22px for default, and 19px for less than 360px viewport width.
Used media-query.

Change-Id: I837a267b79dcadeafbd461a1de189bd9532a4b3d

11 years agoscrollview : remove overflow-x property
Koeun Choi [Mon, 1 Apr 2013 08:18:05 +0000 (17:18 +0900)]
scrollview : remove overflow-x property

Change-Id: Ie279ef7a033d2a2377bed1df1fd51a4395c30f05

11 years agoNaviframe : fix backbutton position/ change down button icon
Jinhyuk Jun [Wed, 3 Apr 2013 12:26:25 +0000 (21:26 +0900)]
Naviframe : fix backbutton position/ change down button icon

Change-Id: I6502e0d6e2834c97a110cb91b6b634f8b04e9122

11 years agoNaviframe : bug fix
Jinhyuk Jun [Mon, 1 Apr 2013 09:35:09 +0000 (18:35 +0900)]
Naviframe : bug fix

divide btn-up-s/btn-down-s because of less parsing problem

Change-Id: If59c29856127c2669dd8d5a7e495236fe89808f9

11 years agoTizenwinset : Tizen-winset demo page titles changed Tizen-winset demo page titles...
hc7.choi [Fri, 29 Mar 2013 06:09:04 +0000 (15:09 +0900)]
Tizenwinset : Tizen-winset demo page titles changed Tizen-winset demo page titles changed from lower case to upper case.

Change-Id: I74445a53cd1793740e2a196cae7373df60a0b04b

Conflicts:

demos/tizen-winsets/index.html
demos/tizen-winsets/tips/page-transition/transition-page.html
demos/tizen-winsets/tips/two-line-text/two-line-text.html
demos/tizen-winsets/widgets/checkbox/checkbox.html
demos/tizen-winsets/widgets/ctxpopup.html
demos/tizen-winsets/widgets/naviframe/naviframe_title_text_2_btn.html
demos/tizen-winsets/widgets/naviframe/naviframe_title_text_multiline_src_2_btn.html
demos/tizen-winsets/widgets/pagelayout/tab-test.html
demos/tizen-winsets/widgets/progressbar.html
demos/tizen-winsets/widgets/radio/radio.html

11 years agoMerge branch 'master' into tizen_2.1
Youmin Ha [Sat, 30 Mar 2013 13:27:11 +0000 (22:27 +0900)]
Merge branch 'master' into tizen_2.1

11 years ago0.2.20 release
Youmin Ha [Fri, 29 Mar 2013 10:10:18 +0000 (19:10 +0900)]
0.2.20 release

Change-Id: Ifca1e0f14feb689155e53ed7addef4af42f3286a

11 years agoJQM Navigation : remove page min-height
Jinhyuk Jun [Fri, 29 Mar 2013 07:27:04 +0000 (16:27 +0900)]
JQM Navigation : remove page min-height

remove JQM's page min-height calculation, tizen-web-ui using content's min-height calculation to get min scrollview height

Change-Id: I2184867d5a157c3abccfc136c90ef7231394a7e4

11 years agoPagelayout : add refresh to pagelayout
Jinhyuk Jun [Thu, 28 Mar 2013 02:45:13 +0000 (11:45 +0900)]
Pagelayout : add refresh to pagelayout

Change-Id: If5707f5fc1c7cca1933e55b152a640ae38fe2504

11 years agoTokentextarea: Changes 'remove' tests to asyncTest
Minkyeong Kim [Wed, 27 Mar 2013 04:40:42 +0000 (13:40 +0900)]
Tokentextarea: Changes 'remove' tests to asyncTest

Change-Id: I199eceae011afcac780ce8a8208c2cae49f8b077

11 years agoPopup: input tag alignment has been fixed
hjnim.kim [Thu, 28 Mar 2013 06:06:32 +0000 (15:06 +0900)]
Popup: input tag alignment has been fixed

input text alignment in popup has been fixed
DCM-1111

Change-Id: I8e975d8e307e64eb5f6a97da1487b10310c97253

11 years agoTokentextarea: add/remove events are deprecated.
Minkyeong Kim [Thu, 28 Mar 2013 04:27:36 +0000 (13:27 +0900)]
Tokentextarea: add/remove events are deprecated.

Change-Id: I183b2fa1246a415c6100dcedb86aeab6b6551ec5

11 years agoContextpopup: Support horizontal list
hjnim.kim [Wed, 27 Mar 2013 13:17:28 +0000 (22:17 +0900)]
Contextpopup: Support horizontal list

Support horizontal list in context popup

Change-Id: I7fd12eb8aaa9dca7b6ba1216ba943a24923c6e01

11 years agoSelect: icon z-index has been deleted
hjnim.kim [Wed, 27 Mar 2013 08:46:22 +0000 (17:46 +0900)]
Select: icon z-index has been deleted

z-index has been changed(deleted) in ui-icon
(Mouseclick event does not fire)
N_SE-28477

Change-Id: I6ce2d8e0aa94b35c20f84968b9e942d677e99220

11 years agoTizenwinset: ui widget order has been changed
heeju.joo [Mon, 25 Mar 2013 09:09:26 +0000 (18:09 +0900)]
Tizenwinset: ui widget order has been changed

modify widget order in alphabet order and modify name with widget reference

Change-Id: Iebeb62a60b86897a29e0dffed5ac8a754abfff94

11 years agoTool: make web app template disable context menu by default
Koeun Choi [Thu, 28 Mar 2013 10:29:22 +0000 (19:29 +0900)]
Tool: make web app template disable context menu by default

Change-Id: Ica96d97348cd471d546da3dbdd4b48d2beac4fe8

11 years agoTizen-winset: change tips for using listview
Koeun Choi [Tue, 26 Mar 2013 02:59:03 +0000 (11:59 +0900)]
Tizen-winset: change tips for using listview

remove redundant example codes.

Change-Id: I94765fa802533de9ce0eb10ad6b3d578c316ba12

11 years agoLoader: calculate font size with mobile width
Jinhyuk Jun [Fri, 8 Mar 2013 09:22:36 +0000 (18:22 +0900)]
Loader: calculate font size with mobile width

Change-Id: I3d7b51184eacd74a5073324ffabb70a4cdaaefbd

11 years agoNaviframe : fix header's back button position
Jinhyuk Jun [Mon, 25 Mar 2013 11:34:00 +0000 (20:34 +0900)]
Naviframe : fix header's back button position

Change-Id: Ie0bd1139816c64dfbb95eae9684a205e4e0b8adb

11 years agoTizenWinset : move locale info to another file
Jinhyuk Jun [Fri, 22 Mar 2013 09:28:21 +0000 (18:28 +0900)]
TizenWinset : move locale info to another file

Change-Id: I958a6b210269883341491b03d84a5ad96fa80686

Conflicts:

demos/tizen-winsets/index.html

11 years agoMerge branch 'master' into t21
Youmin Ha [Fri, 29 Mar 2013 07:34:36 +0000 (16:34 +0900)]
Merge branch 'master' into t21

11 years agoRevert "build: Fix node path to get from shell"
Youmin Ha [Fri, 29 Mar 2013 07:09:26 +0000 (16:09 +0900)]
Revert "build: Fix node path to get from shell"

This reverts commit 3312c3cdf32f8033b82d4d305c7113956731ed52.

11 years agoMerge branch 'master' into tizen_2.1
Youmin Ha [Mon, 25 Mar 2013 07:38:16 +0000 (16:38 +0900)]
Merge branch 'master' into tizen_2.1

Conflicts:
COPYING
Makefile
demos/tizen-winsets/index.html
demos/tizen-winsets/main.js
demos/tizen-winsets/tips/custom-globalize-culture/custom-globalize-culture.html
demos/tizen-winsets/tips/custom-globalize-culture/custom-globalize-culture.js
demos/tizen-winsets/tips/list-sample/list-sample.html
demos/tizen-winsets/tips/list-sample/list-sample.js
demos/tizen-winsets/tips/page-transition/transition.html
demos/tizen-winsets/tips/pinch-event/pinch.html
demos/tizen-winsets/tips/pinch-event/pinch.js
demos/tizen-winsets/tips/two-line-text/two-line-text.html
demos/tizen-winsets/tips/two-line-text/two-line-text.js
demos/tizen-winsets/webappInit.js
demos/tizen-winsets/widgets/button/buttonNolist.html
demos/tizen-winsets/widgets/checkbox/checkbox.html
demos/tizen-winsets/widgets/checkbox/checkbox.js
demos/tizen-winsets/widgets/ctxpopup.html
demos/tizen-winsets/widgets/ctxpopup.js
demos/tizen-winsets/widgets/datefield.html
demos/tizen-winsets/widgets/fastscroll.html
demos/tizen-winsets/widgets/gallery.html
demos/tizen-winsets/widgets/grid/virtualgrid-list.html
demos/tizen-winsets/widgets/grid/virtualgrid-rotation.html
demos/tizen-winsets/widgets/grid/virtualgrid-size.html
demos/tizen-winsets/widgets/grid/virtualgrid-x.html
demos/tizen-winsets/widgets/grid/virtualgrid.html
demos/tizen-winsets/widgets/list/list-collapsible.html
demos/tizen-winsets/widgets/list/list-dialogue-edit.html
demos/tizen-winsets/widgets/list/list-dialogue.html
demos/tizen-winsets/widgets/list/list-edit.js
demos/tizen-winsets/widgets/list/list-extendable.html
demos/tizen-winsets/widgets/list/list-normal_anchor.html
demos/tizen-winsets/widgets/list/list-normal_no_anchor.html
demos/tizen-winsets/widgets/list/list-radio.html
demos/tizen-winsets/widgets/list/virtuallist-normal.html
demos/tizen-winsets/widgets/list/virtuallist-normal_3_1_14.html
demos/tizen-winsets/widgets/list/virtuallist-normal_3_1_4.html
demos/tizen-winsets/widgets/list/virtuallist-normal_3_1_6.html
demos/tizen-winsets/widgets/list/virtuallist-normal_3_2_7.html
demos/tizen-winsets/widgets/naviframe/naviframe.html
demos/tizen-winsets/widgets/naviframe/naviframe_footer_more.html
demos/tizen-winsets/widgets/naviframe/naviframe_footer_more_button.html
demos/tizen-winsets/widgets/naviframe/naviframe_title_text.html
demos/tizen-winsets/widgets/naviframe/naviframe_title_text_1_btn.html
demos/tizen-winsets/widgets/naviframe/naviframe_title_text_2_btn.html
demos/tizen-winsets/widgets/naviframe/naviframe_title_text_multiline.html
demos/tizen-winsets/widgets/naviframe/naviframe_title_text_multiline_src.html
demos/tizen-winsets/widgets/naviframe/naviframe_title_text_multiline_src_2_btn.html
demos/tizen-winsets/widgets/naviframe/naviframe_title_text_src.html
demos/tizen-winsets/widgets/pagelayout/backbutton-control.html
demos/tizen-winsets/widgets/pagelayout/backbutton/back-button-to-header.html
demos/tizen-winsets/widgets/pagelayout/backbutton/backbutton-normal.html
demos/tizen-winsets/widgets/pagelayout/backbutton/dynamically-attatch-backbutton-to-footer.html
demos/tizen-winsets/widgets/pagelayout/backbutton/dynamically-attatch-backbutton-to-header.html
demos/tizen-winsets/widgets/pagelayout/backbutton/no-back-button.html
demos/tizen-winsets/widgets/pagelayout/backbutton/no-footer.html
demos/tizen-winsets/widgets/pagelayout/barcontrol.html
demos/tizen-winsets/widgets/pagelayout/barcontrol.js
demos/tizen-winsets/widgets/popupwindow/popup.html
demos/tizen-winsets/widgets/popupwindow/popupwindow.js
demos/tizen-winsets/widgets/progressbar.html
demos/tizen-winsets/widgets/progressbar.js
demos/tizen-winsets/widgets/radio/radio.html
demos/tizen-winsets/widgets/radio/radio.js
demos/tizen-winsets/widgets/searchbar/searchbar.html
demos/tizen-winsets/widgets/searchbar/searchbar.js
demos/tizen-winsets/widgets/searchbar/searchbar_button.html
demos/tizen-winsets/widgets/searchbar/searchbar_cancel.html
demos/tizen-winsets/widgets/searchbar/searchbar_normal.html
demos/tizen-winsets/widgets/small-popup-interval.html
demos/tizen-winsets/widgets/small-popup.html
demos/tizen-winsets/widgets/switch/toggleswitch.html
demos/tizen-winsets/widgets/tabbar/tabbar.css
demos/tizen-winsets/widgets/tabbar/tabbar.html
demos/tizen-winsets/widgets/tabbar/tabbar_footer.html
demos/tizen-winsets/widgets/tabbar/tabbar_footer_icon.html
demos/tizen-winsets/widgets/tabbar/tabbar_footer_more.html
demos/tizen-winsets/widgets/tabbar/tabbar_footer_segment.html
demos/tizen-winsets/widgets/tabbar/tabbar_footer_segment_more.html
demos/tizen-winsets/widgets/tabbar/tabbar_icon.html
demos/tizen-winsets/widgets/tabbar/tabbar_icon_text.html
demos/tizen-winsets/widgets/tabbar/tabbar_scrolling.html
demos/tizen-winsets/widgets/tabbar/tabbar_text.html
demos/tizen-winsets/widgets/tabbar/tabbar_title_icon.html
demos/tizen-winsets/widgets/tabbar/tabbar_title_text.html
demos/tizen-winsets/widgets/tickernoti-interval.html
demos/tizen-winsets/widgets/tickernoti.html
libs/js/jquery-mobile-1.2.0/Makefile
packaging/web-ui-fw.spec
src/js/jquery.mobile.tizen.scrollview.js
src/js/widgets/jquery.mobile.tizen.fastscroll.js
src/js/widgets/jquery.mobile.tizen.gallery.js
src/js/widgets/jquery.mobile.tizen.pagelayout.js
src/js/widgets/jquery.mobile.tizen.scrollview.handler.js
src/js/widgets/jquery.mobile.tizen.tokentextarea.js
src/js/widgets/jquery.mobile.tizen.virtualgrid.js
src/template/tizen/config.xml.in
src/themes/tizen/common/jquery.mobile.button.less
src/themes/tizen/common/jquery.mobile.theme.less
src/themes/tizen/common/jquery.mobile.tizen.fastscroll.less
src/themes/tizen/common/jquery.mobile.tizen.popup.less
src/themes/tizen/common/jquery.mobile.tizen.tokentextarea.less
src/themes/tizen/tizen-white/Makefile
src/themes/tizen/tizen-white/style.less
tests/unit-tests/tests.js

11 years ago0.2.19 release
Youmin Ha [Fri, 22 Mar 2013 10:36:01 +0000 (19:36 +0900)]
0.2.19 release

Change-Id: I25858e439e35a1e781a649eb8b7b71cf9cf66267

11 years agoTizen-winset: Support accessibility for tizen-winset
Wonseop Kim [Thu, 21 Mar 2013 07:23:16 +0000 (16:23 +0900)]
Tizen-winset: Support accessibility for tizen-winset

Change-Id: I33461c7b07604331274fad54197f406ea3bd42f7

Conflicts:

src/js/widgets/jquery.mobile.tizen.fastscroll.js
src/js/widgets/jquery.mobile.tizen.tokentextarea.js

11 years agoOrientation : add orientataionchange to tizen-winset
Jinhyuk Jun [Thu, 14 Mar 2013 07:39:49 +0000 (16:39 +0900)]
Orientation : add orientataionchange to tizen-winset

Change-Id: Ia88935507dcaee18de81475f17377b1290f32e09

Conflicts:

demos/tizen-winsets/index.html

11 years agoTokentextarea: Adjusts VI effect for add/remove block
Minkyeong Kim [Fri, 8 Mar 2013 08:39:52 +0000 (17:39 +0900)]
Tokentextarea: Adjusts VI effect for add/remove block

Adjusts fade in/out effects for add/remove block action.

Change-Id: I7617db01e00e1f168cf0f3347c6170ac71dff5b5

11 years agosplitview: Support accessibility for splitview
sang-hee.lee [Fri, 22 Mar 2013 08:04:52 +0000 (17:04 +0900)]
splitview: Support accessibility for splitview

Add "aria-label" attribute to the element of Split bar.

Change-Id: Iece2724ab83908c28558929018fb5e7a15f0bf11

11 years agoTizenwinset: Date/time picker guide text has been fixed
hjnim.kim [Thu, 21 Mar 2013 14:03:28 +0000 (23:03 +0900)]
Tizenwinset: Date/time picker guide text has been fixed

Date/time picker guide text( date -> time ) has been fixed
N_SE-29614

Change-Id: Ic019343e505f779429f811fb67d31ff68bf3e474

11 years agoPopup: context popup arrow position, setTimeout open method bug have been fixed
hjnim.kim [Wed, 20 Mar 2013 12:35:34 +0000 (21:35 +0900)]
Popup: context popup arrow position, setTimeout open method bug have been fixed

Context popup arrow position, setTimeout open method bug have been fixed
DCM-834, DCM-991

Change-Id: I74fc8701b7b3fca7aa66e02420afb37ecb64641f

11 years agofastscroll: Add new indexString API to Fastscroll widget.
yonghwi0324.park [Fri, 15 Mar 2013 09:49:03 +0000 (18:49 +0900)]
fastscroll: Add new indexString API to Fastscroll widget.

The indexString method is used to get (if no value is defined) or set the string to present the index.

Change-Id: I3ecf9fef80d8d3e368460ac5433ae1af70bc9881

11 years agosplitview: Add new widget
sang-hee.lee [Mon, 25 Feb 2013 11:32:51 +0000 (20:32 +0900)]
splitview: Add new widget

Splitview widget enables a user to place and arrange several panels.
Each divided panel can show repective HTML contents.
HTML fragments or another Splitview can be placed on these panels.

Change-Id: Icaa7811c9544ee157a782d959b90cac9d1820cde

11 years agogallery3d: Add new widget
Wonseop Kim [Thu, 7 Mar 2013 13:22:44 +0000 (22:22 +0900)]
gallery3d: Add new widget

Gallery3D is a 3D photo gallery widget.
Images are arranged with a S-shaped curve on a 3-dimensional coordinate system.
A user can rotate images by swiping the widget area.

Change-Id: I235607abefb632bea9bc92b0b323c93d9b73094b

11 years agoScrollview : disable VI effect for gesture event
Jinhyuk Jun [Wed, 20 Mar 2013 01:04:54 +0000 (10:04 +0900)]
Scrollview : disable VI effect for gesture event

block to scrollTop/bottom when scrolling 3 times

Change-Id: I11a9d034bb26f44d4561888f989af80059005197

11 years agoScrollview : disable SIP outerscroll
Jinhyuk Jun [Tue, 19 Mar 2013 05:48:13 +0000 (14:48 +0900)]
Scrollview : disable SIP outerscroll

Change-Id: I622b8d758d5788b71e22d3056b97c30412fd95b1

11 years agoTizen-winset: resize VirtualGrid widget in demo
Woosung Sohn [Thu, 14 Mar 2013 05:09:25 +0000 (14:09 +0900)]
Tizen-winset: resize VirtualGrid widget in demo

This patch changes the width of VirtualGrid widget in VirtualGrid - Size demo
page from 400px to 250px, because 400px of width is too big to display in
low screen resolution properly.
It resolves #N_SE-27379 issue.

Change-Id: Ica3794e06ba323d718a4ca2a5dbdd18623571c4b

11 years agoRefactor searchbar subpages
Przemyslaw Ciezkowski [Thu, 14 Mar 2013 14:23:41 +0000 (15:23 +0100)]
Refactor searchbar subpages

Change-Id: I1ce98a422783ab2277be55462a199f1aa05fe663

11 years agoRemove depracated usage of virtuallist
Przemyslaw Ciezkowski [Wed, 13 Mar 2013 15:06:45 +0000 (16:06 +0100)]
Remove depracated usage of virtuallist

Change-Id: I46a2087a59104cc2e8042d8dfc6b8e779ea589a8

11 years agoMove js code from main.js to subpages
Przemyslaw Ciezkowski [Tue, 12 Mar 2013 15:41:55 +0000 (16:41 +0100)]
Move js code from main.js to subpages

Change-Id: I54a6ff7d0fc90e23f490b9b4e11bd67be3a2d68f

11 years agoRefactor virtual grid demo subpages
Przemyslaw Ciezkowski [Tue, 12 Mar 2013 11:34:53 +0000 (12:34 +0100)]
Refactor virtual grid demo subpages

Move js code to 1 file, change directory structure.

Change-Id: I807e5ed1e5d6b35a74125db44ac9e2a01cf69de3

11 years agoMove css files from index to proper subpages
Przemyslaw Ciezkowski [Tue, 12 Mar 2013 10:45:49 +0000 (11:45 +0100)]
Move css files from index to proper subpages

Moved: namecard.css, custom.css, tabbar.css, toggleswitch.css

Change-Id: I0c3e32ab1a02be85ff556c4f2135e794fffbb1df

11 years agoRefactor list dialogue edit subpage
Przemyslaw Ciezkowski [Tue, 12 Mar 2013 10:19:09 +0000 (11:19 +0100)]
Refactor list dialogue edit subpage

Change-Id: I682b4ccbd40aa8348157e52cb2e61d09a18f2244

11 years agoRefactor pagelayout subpages
Przemyslaw Ciezkowski [Mon, 11 Mar 2013 15:18:45 +0000 (16:18 +0100)]
Refactor pagelayout subpages

Removed tabbar - not used.

Change-Id: Iba87a54d9086dee8a831f6c22f026309f3e905be

11 years agoRefactor tips subpages
Przemyslaw Ciezkowski [Mon, 11 Mar 2013 12:41:56 +0000 (13:41 +0100)]
Refactor tips subpages

Change-Id: Id240d69c4ef2b994bad5a4288e8b9dd4d102eef5

11 years agoMove subpages popup files from index.html
Przemyslaw Ciezkowski [Mon, 11 Mar 2013 10:14:19 +0000 (11:14 +0100)]
Move subpages popup files from index.html

Refactor subpages.

Change-Id: I7b3f48a56af8c29454986b292ac2e95907f41a26

11 years agoMove subpages javascript files from index.html
Przemyslaw Ciezkowski [Mon, 11 Mar 2013 09:04:34 +0000 (10:04 +0100)]
Move subpages javascript files from index.html

Moved checkbox, radio, progressbar.

Change-Id: I79916fdc6a19900333e9be85d3440d06db856c90

11 years agovirtualgrid: fix improperly merged codes
Woosung Sohn [Thu, 14 Mar 2013 11:23:53 +0000 (20:23 +0900)]
virtualgrid: fix improperly merged codes

Change-Id: I3cb9d5774042a359d6dd52bcaa792e5ab74989c4