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
Minkyu Kang [Thu, 24 Jan 2013 08:27:08 +0000 (17:27 +0900)]
build: remove unused files
remove libs/css directory.
Change-Id: I6cf016934277558868b9a7aa18e71893ff3a2275
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
Minkyu Kang [Wed, 23 Jan 2013 11:43:26 +0000 (20:43 +0900)]
src: fix file permissions
Change-Id: I1472a0a19ce37c08372e9d36ef2c62b81423ac1e
Jinhyuk Jun [Wed, 23 Jan 2013 11:36:30 +0000 (20:36 +0900)]
button : change jump left icon
previous icon crashed
Change-Id: I7c9e9907e5359329368dbd5369df56625b0f28d2
Minkyu Kang [Wed, 23 Jan 2013 10:44:35 +0000 (19:44 +0900)]
0.2.12 release
Change-Id: Ia512ee589b4e8d7bd7ae7daaee3e8f21878eadbe
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
Minkyu Kang [Wed, 23 Jan 2013 05:52:36 +0000 (14:52 +0900)]
build: cleanaup Makefile
Change-Id: Ie55a4b6633f22b4accc152b9d69055a60ff62108
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
Woosung Sohn [Wed, 23 Jan 2013 09:37:17 +0000 (18:37 +0900)]
virtualgrid: Fix jslint errors
Change-Id: Ic82a5ef880191820900c5fbd105c91b9bd10027b
Jinhyuk Jun [Wed, 23 Jan 2013 08:19:28 +0000 (17:19 +0900)]
tabbar : jslint bug error fix
Change-Id: I1bb815b2a92452348d620868876031e9fd0fe318
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
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
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
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
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
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
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
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
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
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
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
Jinhyuk Jun [Tue, 22 Jan 2013 09:08:13 +0000 (18:08 +0900)]
pagelayout : change to call relayout with this page
Change-Id: I5d9d55b8b52a82a390d69cccf7bdcb66f3b7526c
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
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
Youmin Ha [Tue, 22 Jan 2013 05:17:36 +0000 (14:17 +0900)]
0.2.11 release
Change-Id: Ief8aa7bdb27ffbe23dbf67e1981cca60999913a5
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
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
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
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
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
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
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
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
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
Jinhyuk Jun [Mon, 21 Jan 2013 11:19:05 +0000 (20:19 +0900)]
unit-test : add page backbutton control test
Change-Id: I0bc37853a8a428ce347e059f281bed59b9fd3a28
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
Koeun Choi [Mon, 21 Jan 2013 04:07:16 +0000 (13:07 +0900)]
remove legacy codes : jquery-geo
Change-Id: I063edb5bc7fd8bc567896e30003dcd79fdd3c0a2
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
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
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
hjnim.kim [Mon, 21 Jan 2013 04:49:22 +0000 (13:49 +0900)]
UnitTC: swipe unit tc has been fixed
swipe unit tc has been fixed ( cause event name has been changed )
Change-Id: I08a7b2dd5959d91f6caa13718aecdaf4020d3336
hjnim.kim [Fri, 18 Jan 2013 07:28:05 +0000 (16:28 +0900)]
UnitTC: jQuery path has been fixed
jQuery path has been fixed( libs/js -> build/ )
Change-Id: If366da3b88e1d05ccd1b4eaf808a08dbccc8914b
hjnim.kim [Sun, 20 Jan 2013 06:23:17 +0000 (15:23 +0900)]
Button: bug fix when button has not a text
Bug fix(round) when button has not a text
Change-Id: I6a9405f7d83ef110bb4cf51ea86699e209ffdb7a
Minkyu Kang [Fri, 18 Jan 2013 06:08:51 +0000 (15:08 +0900)]
tizen-winset: timepicker: demo title is changed
Since title is long, set time is not showing.
Change-Id: I59e59b29b65025ab3b39c0a173937aff5d769a25
Minkyu Kang [Fri, 18 Jan 2013 05:36:47 +0000 (14:36 +0900)]
0.2.10 release
Change-Id: I00fd2a4d390796b3f2724288977afccdbd6704cc
Minkyu Kang [Fri, 18 Jan 2013 05:42:38 +0000 (14:42 +0900)]
tizen-winsets: codes cleanup
remove unused files
modify the file permission
modify the file format to unix
Minkyu Kang [Fri, 18 Jan 2013 05:05:55 +0000 (14:05 +0900)]
datetimepicker: date calibration when year is changed
When date is 2012/02/39 change year to 2013,
the result is 2013/03/01 (expected 2013/02/28).
This patch fix this problem. (N_SE-21250)
Change-Id: I3fb2df75624110cfb9972bc410d7616e5d97cf22
hjnim.kim [Fri, 18 Jan 2013 05:09:53 +0000 (14:09 +0900)]
Demo: textarea size has been changed
textarea size has been changed (cause content margin)
Change-Id: I047fa2270c6b5498dfee0bbe0996cba8c528ac80
hjnim.kim [Fri, 18 Jan 2013 03:53:20 +0000 (12:53 +0900)]
Demo: Naviframe morebutton demo has been changed
Morebutton popup html has been changed( unnecessary attribute has been deleted )
Change-Id: Id871fb9224b8089fd5aa77cb0699664dbd9c71d6
Koeun Choi [Fri, 18 Jan 2013 02:28:58 +0000 (11:28 +0900)]
remove unused unit test cases : gallery3d
Change-Id: Ia6df5f80955d985700c12c46d9ee7d820fafe552
Minkyu Kang [Thu, 17 Jan 2013 10:01:47 +0000 (19:01 +0900)]
tizen-winset: remove links
When change the page to internet page then
there are no backbutton because of it's a runtime interface.
Hence remove links of menu.
Change-Id: I7d2be18261fce7d50ff80a5819ef25110a69f4f9
Youmin Ha [Thu, 17 Jan 2013 08:39:57 +0000 (17:39 +0900)]
0.2.9 release
Change-Id: Ifac38d251ae322231f5d812172500e8c85c5fb13