platform/framework/web/web-ui-fw.git
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

11 years agovirtuallist: fix jslint errors
Youmin Ha [Wed, 23 Jan 2013 09:21:25 +0000 (18:21 +0900)]
virtuallist: fix jslint errors

Fixes lots of jslint errors in virtuallist.

Change-Id: I913c028a608d2c69cd372c8d2787eb520b481498

11 years agohandler: Apply the exceptional principle for scrollbar on Handler.
Wonseop Kim [Wed, 23 Jan 2013 08:20:36 +0000 (17:20 +0900)]
handler: Apply the exceptional principle for scrollbar on Handler.

If ScrollView height is shorter than Handler, Handler should not activate on the screen regardless of the value of data-handler option. Instead, a scrollbar of ScollView should be activated.

Change-Id: I8becb65ddfa5598e93b6acc2acd984e62f85cbfa

11 years agobuild: remove unused copyright
Wonseop Kim [Wed, 23 Jan 2013 06:42:31 +0000 (15:42 +0900)]
build: remove unused copyright

remove 'jQuery Mouse Wheel Plugin' copyright.
fix COPYING.

Change-Id: I60745e02aad3a20fb66fbfcd64174ea42243abb1

11 years agoloader: extract log class for tizen web, and fix jslint errors
Youmin Ha [Wed, 23 Jan 2013 02:46:38 +0000 (11:46 +0900)]
loader: extract log class for tizen web, and fix jslint errors

Extracted log class, and does not show debug messages when debug is
false.
Fixed some jslint erros as well.

Change-Id: Icc319103dbdce02606f924f7ea332de5df8d2ecb

11 years agoloader: Viewport width is set to document width
Youmin Ha [Tue, 15 Jan 2013 01:34:20 +0000 (10:34 +0900)]
loader: Viewport width is set to document width

When data-framework-viewport-width is set to screen-width,
the viewport was set to window.outerWidth. However, with web
simulator, webapps are put in the iframe, so the viewport size
needs to be set to document width. This patch sets the viewport
width to document.documentElement.clientWidth, as
document.documentElement actually means <html> element.

Change-Id: I4c1d4002e7d276ad274681afab484942e8069abf

11 years agopopupwindow: fix jslint error
Minkyu Kang [Wed, 23 Jan 2013 05:32:17 +0000 (14:32 +0900)]
popupwindow: fix jslint error

Expected exactly one space between 'function' and '('.
this.element.bind( "vclick", function( e ) { // Line 221, Pos 50
Expected exactly one space between 'if' and '(
if( backgroundclose ) { // Line 354, Pos 15

Change-Id: Idbb2be497be8d6d90a4daadfa5eef8b0d0ac391c

11 years agobuild: fix Makefile for tizen-white theme
Minkyu Kang [Wed, 23 Jan 2013 01:53:20 +0000 (10:53 +0900)]
build: fix Makefile for tizen-white theme

remove unused less file.
fix comments.

Change-Id: Ic0bcc611127f7352e7e8a3f7c71bfe32a2b7ef16

11 years agobuild: remove unused libraries
Minkyu Kang [Wed, 23 Jan 2013 11:03:10 +0000 (20:03 +0900)]
build: remove unused libraries

remove the jlayout.
fix COPYING file and Makefile.

Change-Id: I0d2b87c8fca7aa3afbf5071a3b148001034e0f7d

11 years agodatetimepicker: fix jslint error
Minkyu Kang [Wed, 23 Jan 2013 01:56:08 +0000 (10:56 +0900)]
datetimepicker: fix jslint error

Unexpected ';'.
removeClass("ui-datefield-selected");; // Line 453, Pos 70

Change-Id: I7bcfe2b8b2bd4bf2845374be01885a60d86bdc53

11 years agoslider: fix jslint error
Minkyu Kang [Wed, 23 Jan 2013 01:55:01 +0000 (10:55 +0900)]
slider: fix jslint error

1 Missing 'break' after 'case'.
case 3: // Line 312, Pos 17

Change-Id: I6e4b7f6c61b07e94557c6da8c77fa78ccc6dadc6

11 years agopagelayout : change to call relayout with this page
Jinhyuk Jun [Tue, 22 Jan 2013 09:08:13 +0000 (18:08 +0900)]
pagelayout : change to call relayout with this page

Change-Id: I5d9d55b8b52a82a390d69cccf7bdcb66f3b7526c

11 years agoTokentextarea: Block size error fixed.
Minkyeong Kim [Tue, 22 Jan 2013 08:09:17 +0000 (17:09 +0900)]
Tokentextarea: Block size error fixed.

Block size calculated by global variables.
Resolves #N_SE-22431.

Change-Id: Ifd56a22d6489af685a66cf7915743418f5351e9d

11 years agohandler: bug fix (handler activation)
Wonseop Kim [Tue, 22 Jan 2013 07:32:45 +0000 (16:32 +0900)]
handler: bug fix (handler activation)

Handler=true work when scrollview area longer than the length of the handler.
Resolves #N_SE-22336

Change-Id: I2467ceb038a871b3744b2eb3a1fab0ab236e7f41

11 years ago0.2.11 release
Youmin Ha [Tue, 22 Jan 2013 05:17:36 +0000 (14:17 +0900)]
0.2.11 release

Change-Id: Ief8aa7bdb27ffbe23dbf67e1981cca60999913a5

11 years agodemo: clear input text value with cancel button click
Youmin Ha [Sun, 20 Jan 2013 06:17:31 +0000 (15:17 +0900)]
demo: clear input text value with cancel button click

When the cancel button is clicked, clear all input text values.
Resolves N_SE-22002.

Change-Id: I2ccf6ad7db63f13ec7f47992c73545b7dc37b763

11 years agodemo: Adjust textarea height automatically
Youmin Ha [Sat, 19 Jan 2013 12:58:03 +0000 (21:58 +0900)]
demo: Adjust textarea height automatically

Tizen browses does not set textarea height automatically, while chrome
does it. So automatic textarea height calculation routine is added.
Fixes N_SE-21257.

Change-Id: I5f6eac0469f2c845d69495de26ce8f0805418698

11 years agonaviframe : bug fix
Jinhyuk Jun [Mon, 21 Jan 2013 09:43:01 +0000 (18:43 +0900)]
naviframe : bug fix

header 2nd button can't recognize position. changed to + .ui-btn

Change-Id: Ic85865f4292adf226f74d5be28cc5a5cec38f652

11 years agotabbar : bug fix
Jinhyuk Jun [Mon, 21 Jan 2013 04:14:00 +0000 (13:14 +0900)]
tabbar : bug fix

skip grid api call no <li> element exist

Change-Id: Ifee8dc5a5262eb4d8ed0105615868b2c319e1ef2

11 years agoFastscroll: popup position has been changed
hjnim.kim [Sun, 20 Jan 2013 04:01:30 +0000 (13:01 +0900)]
Fastscroll: popup position has been changed

Fastscroll popup offset calculate method has been changed
( Pure javascript -> CSS + javascript )

Change-Id: If4468bb5aa56391f8308b81ccc94208d7363c8a9

11 years agoButton: custom button icon path, margin have been changed
hjnim.kim [Sun, 20 Jan 2013 00:58:15 +0000 (09:58 +0900)]
Button: custom button icon path, margin have been changed

Button top, bottom icon margin has been changed
Demo custom button icon path has been changed

Change-Id: I21872c3c474d22f74ad283e1f00d3c65fa57c840

11 years agotoggleswitch : bug fix
Jinhyuk Jun [Sat, 19 Jan 2013 01:30:26 +0000 (10:30 +0900)]
toggleswitch : bug fix

special characters show normally to toggleswitch without escape characters

Change-Id: I2bc6b26833a8182b6bbdbd881f56344ba2a78b96

11 years agoslider: increase the margin
Minkyu Kang [Tue, 22 Jan 2013 04:09:28 +0000 (13:09 +0900)]
slider: increase the margin

Since the issue of overlapped sliders, increase the margin.

Change-Id: I8a91e73a846f079ed7b58db7a4fe3b0b1c67e979

11 years agodatetimepicker: close the popup after select the value
Minkyu Kang [Tue, 22 Jan 2013 03:45:37 +0000 (12:45 +0900)]
datetimepicker: close the popup after select the value

According to the UX, close the popup after select the value
(N_SE-22352)

Change-Id: Ib130021896a5761d1dd5009a1ac3132dc05b683c

11 years agounit-test : add page backbutton control test
Jinhyuk Jun [Mon, 21 Jan 2013 11:19:05 +0000 (20:19 +0900)]
unit-test : add page backbutton control test

Change-Id: I0bc37853a8a428ce347e059f281bed59b9fd3a28

11 years agoDemo: added guide text and change input type in list vi
hjnim.kim [Tue, 22 Jan 2013 03:27:37 +0000 (12:27 +0900)]
Demo: added guide text and change input type in list vi

Add guide text and change input type from "text" to "number" in list vi demo
N_SE-22346

Change-Id: I7190f771e810e16c6ca56c93421d2912a8918154

11 years agoremove legacy codes : jquery-geo
Koeun Choi [Mon, 21 Jan 2013 04:07:16 +0000 (13:07 +0900)]
remove legacy codes : jquery-geo

Change-Id: I063edb5bc7fd8bc567896e30003dcd79fdd3c0a2

11 years agoDatetimepicker: text-main max-width has been removed
hjnim.kim [Mon, 21 Jan 2013 02:39:06 +0000 (11:39 +0900)]
Datetimepicker: text-main max-width has been removed

Datetime picker text-main max-width(90%) has been removed
( listitem has right,left padding in this winset )

Change-Id: I2dc278386a81c26e41a464c4ce6d1aca4200f61c

11 years agoRadio: control group border has been removed
hjnim.kim [Mon, 21 Jan 2013 02:30:41 +0000 (11:30 +0900)]
Radio: control group border has been removed

Radio control group border has been removed ( left, right )
UX guide does not have this options

Change-Id: Ie3d8fb1e7e9d3af43a5f4393e3efbdeb3428b7ca

11 years agoDemo: remove 'tab' space
hjnim.kim [Sun, 20 Jan 2013 07:18:21 +0000 (16:18 +0900)]
Demo: remove 'tab' space

remove 'tab' space in demopage javascript

Change-Id: Ifec94bbe88b8151579f89e826caaa151f9c61cd9

11 years agoUnitTC: swipe unit tc has been fixed
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

11 years agoUnitTC: jQuery path has been fixed
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

11 years agoButton: bug fix when button has not a text
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

11 years agotizen-winset: timepicker: demo title is changed
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

11 years ago0.2.10 release
Minkyu Kang [Fri, 18 Jan 2013 05:36:47 +0000 (14:36 +0900)]
0.2.10 release

Change-Id: I00fd2a4d390796b3f2724288977afccdbd6704cc

11 years agotizen-winsets: codes cleanup
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

11 years agodatetimepicker: date calibration when year is changed
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

11 years agoDemo: textarea size has been changed
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

11 years agoDemo: Naviframe morebutton demo has been changed
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

11 years agoremove unused unit test cases : gallery3d
Koeun Choi [Fri, 18 Jan 2013 02:28:58 +0000 (11:28 +0900)]
remove unused unit test cases : gallery3d

Change-Id: Ia6df5f80955d985700c12c46d9ee7d820fafe552

11 years agotizen-winset: remove links
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

11 years ago0.2.9 release
Youmin Ha [Thu, 17 Jan 2013 08:39:57 +0000 (17:39 +0900)]
0.2.9 release

Change-Id: Ifac38d251ae322231f5d812172500e8c85c5fb13

11 years agogallery: use timeout function instead of interval
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

11 years agoTokentextarea: Display error fixed.
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

11 years agoscrollview: Fix not selector to respond with jQuery1.8.2
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

11 years agotabbar: remove the width of last element
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

11 years agoDemo: apply css 'user-select:none'
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

11 years agoButton: guide text has been shorten
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

11 years agobuild: Update jQuery to 1.8.2 (JQM1.2 compliant)
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

11 years agovirtuallist: Fix mistyping
Youmin Ha [Thu, 17 Jan 2013 07:43:37 +0000 (16:43 +0900)]
virtuallist: Fix mistyping

-webhit-transform to -webkit-transform.

Change-Id: I3b9df400118d4905c716264930ba6778081dc6ed

11 years agodemo: Fix tizen function namespace in demo
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

11 years agovirtuallist: Rewrite listitem replacing algorithm
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

11 years agofastscroll: modify from not selector to function
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

11 years agoextendablelist: Fix unit-test
Youmin Ha [Wed, 16 Jan 2013 10:01:04 +0000 (19:01 +0900)]
extendablelist: Fix unit-test

Change-Id: Ic52eae83ddd6b6ffe8a07ab46d197645dd73d3a9

11 years agotabbar : prefix to tabbar scroll event
Jinhyuk Jun [Wed, 16 Jan 2013 11:29:32 +0000 (20:29 +0900)]
tabbar : prefix to tabbar scroll event

Change-Id: I65468dcca5638a80484a646e32f24a35c8c48a95

11 years agoPopupwindow: removed unvalid selector in jquery 1.8.2
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

11 years agoslider: adjust handle text as length of value
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

11 years agoDemo: 3 buttons in popup text has been changed
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

11 years agosrc: codes cleanup
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

11 years agodemo : remove trailing empty strings
Koeun Choi [Wed, 16 Jan 2013 07:24:38 +0000 (16:24 +0900)]
demo : remove trailing empty strings

Change-Id: Ief8039bd409bc5d916824fa9cefb839fa969897e

11 years agodemo : rename TizenWinset list items
Koeun Choi [Wed, 16 Jan 2013 04:21:31 +0000 (13:21 +0900)]
demo : rename TizenWinset list items

Change-Id: I34ac6fe0fd6d3c8a97a0ab1999bcdc7004fe98bb

11 years agobutton : change from long text list to multiline list
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

11 years agobuild: Remove JQM1.1.0 patches
Youmin Ha [Thu, 17 Jan 2013 01:24:11 +0000 (10:24 +0900)]
build: Remove JQM1.1.0 patches

Change-Id: I38cc4285184f236252eb2a3c8813540584be79ac

11 years agoPopup: Apply tizen style popup and attribute support
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

11 years agoJQM: Fix buttonmarkup bug keeping ui-btn-down class
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

11 years agoUnitTest: folder and file renamed, QUnit path was modified
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

11 years agotizen-winsets: button: fix textarea width
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

11 years agoSwipe: event name error has been fixed
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

11 years ago0.2.8 release
Minkyu Kang [Tue, 15 Jan 2013 06:54:17 +0000 (15:54 +0900)]
0.2.8 release

Change-Id: I03c414039913783a259b8e0c5b3905a2f870e2ab

11 years agoButton: button padding has been updated
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

11 years agovirtuallist: fix unique listitem ID bug
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

11 years agocheckbox, radio : change display attr
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

11 years agoButton: bug fix ( when data style circle button on text )
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

11 years agohandler: bug fix (when scrolling with multi selection)
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

11 years agoJQM: adjust patch number
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

11 years agogallery: show the widget after pageshow
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

11 years agoTokenTextArea : resource add ( press image )
Jinhyuk Jun [Tue, 15 Jan 2013 01:01:21 +0000 (10:01 +0900)]
TokenTextArea : resource add ( press image )

Change-Id: Ic0a9a77010731814b8ea01dad5a51d4e861060ab

11 years agogallery: adds function that set the index to value API
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

11 years agoconfigure: set TIZEN default configures
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

11 years agofooter: h tag display attribute value has been changed
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

11 years agobuttons : demo bug fix
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

11 years agosearchbar : demo page bug fix
Jinhyuk Jun [Sun, 13 Jan 2013 06:15:15 +0000 (15:15 +0900)]
searchbar : demo page bug fix

remove form tag

Change-Id: Id0a06016bb1455ed786b7662a82307872b77080a

11 years agotizen demo : bug fix
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

11 years agobuild: remove JQM1.1.0
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

11 years agoTokentextarea: Fix issues
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.'

11 years agoscrollview: block the multi touch
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

11 years agolist : dialogue list demo change
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

11 years agopagelayout : update dynamic control
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

11 years agoDemo: Context popup close method has been changed
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

11 years ago0.2.7 release
Youmin Ha [Fri, 11 Jan 2013 08:24:11 +0000 (17:24 +0900)]
0.2.7 release

Change-Id: I39a41a9f9305e83c9ad5abaeecfdb918c974a1a9

11 years agoslider: set text container's width as text length
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

11 years agoTimepicker: li max-width has been changed
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

11 years agoremove experimental feature - mapview.
Koeun Choi [Fri, 11 Jan 2013 02:54:35 +0000 (11:54 +0900)]
remove experimental feature - mapview.

Change-Id: I4b18755d0a4b6d91509ac5f048e3b6ca101f4f92

11 years agoscrollview: added conditions for finding slider
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

11 years agoUnitTC: Pass,error count save method has been changed
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

11 years agoconfix.xml: default config added for tizen basic applications
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

11 years agoSwipe: p tag margin value is set '0'
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

11 years agopackaging: remove unused file
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

11 years agotabbar : bug fix
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