jeonghwan kim [Thu, 8 May 2014 06:43:23 +0000 (15:43 +0900)]
ResourcesView : 1. Modify selection condition
2. Modify import file (using Job (thread) for progress monitor)
Change-Id: I16530e424fdd1595e16cd9e53fd3da361d82d0d8
Signed-off-by: jeonghwan kim <jeonghwan0613.kim@samsung.com>
jeonghwan kim [Thu, 8 May 2014 06:42:48 +0000 (15:42 +0900)]
UIB : Modify deprecated API
Change-Id: If9177c412b672953b962d51b5047ccf2fed260c8
Signed-off-by: jeonghwan kim <jeonghwan0613.kim@samsung.com>
Changyeon Lee [Thu, 8 May 2014 05:20:12 +0000 (22:20 -0700)]
Merge "PROP : Add validate routine in Metrics." into develop
Changyeon Lee [Thu, 8 May 2014 05:20:01 +0000 (22:20 -0700)]
Merge "PAGETEMP : apply PageWriter, PageReader This commit will be allow us to add a new page by PageTemplate." into develop
nakyoung2.choi [Thu, 8 May 2014 04:54:21 +0000 (13:54 +0900)]
PROP : Add validate routine in Metrics.
Check integer value.
Change-Id: I52d840ed58225eb811635b3f83805b75bb8e452b
Signed-off-by: nakyoung2.choi <nakyoung2.choi@samsung.com>
jinwooim.bae [Wed, 7 May 2014 11:53:47 +0000 (20:53 +0900)]
ANIMATOR : Check duplication animationgroup name
This will check for duplicate animationgroup names.
Change-Id: I93ebacae639d4d8872b421fd23e79155a0516e09
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
jinwooim.bae [Wed, 7 May 2014 10:06:24 +0000 (19:06 +0900)]
ANIMATOR : Add Filter
This is a timeline that shows the treeItem is just contain animations.
Conflicts:
org.tizen.webuibuilder/src/org/tizen/webuibuilder/animator/ui/views/timeline/TimelineViewer.java
Change-Id: I1cc1548f42e123e9d85243df47d5cf2f599939d3
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
youngduk.hwang [Thu, 8 May 2014 03:42:58 +0000 (12:42 +0900)]
PAGETEMP : apply PageWriter, PageReader
This commit will be allow us to add a new page by PageTemplate.
Change-Id: I9b7b2e705e3a1f1ae2368953c30f0935ae0071f2
Signed-off-by: youngduk.hwang <youngduk.hwang@samsung.com>
Changyeon Lee [Thu, 8 May 2014 02:04:49 +0000 (19:04 -0700)]
Merge "DATABIND : Modify the delete functions in the databinding view" into develop
Changyeon Lee [Thu, 8 May 2014 02:04:29 +0000 (19:04 -0700)]
Merge "PROP : Fix refresh bug in font-size/metrics. font-size/metrics did not refresh, well. Fit this bug." into develop
jaeyeol lee [Wed, 7 May 2014 10:28:06 +0000 (19:28 +0900)]
DATABIND : Modify the delete functions in the databinding view
If data source is deleted, the model is modified automatically
model, widget works similarly
Change-Id: I66038bed9cacc8b7ceb6b681deac22597312bb8e
Signed-off-by: jaeyeol lee <jaeyeol148.lee@samsung.com>
nakyoung2.choi [Wed, 7 May 2014 10:25:15 +0000 (19:25 +0900)]
PROP : Fix refresh bug in font-size/metrics.
font-size/metrics did not refresh, well. Fit this bug.
Change-Id: I54c160dc894ab24ff38c5cd388592b75d64ef269
Signed-off-by: nakyoung2.choi <nakyoung2.choi@samsung.com>
seongwon.shim [Wed, 7 May 2014 09:24:59 +0000 (18:24 +0900)]
ANIMATOR : Change AnimatorModelManager lifecycle
Change AnimatorModelManager to dynamic instance from static and referenced by AppManager
Change-Id: I478305372567059ac3ce8369acdf9b92deeea176
Signed-off-by: seongwon.shim <seongwon.shim@samsung.com>
Changyeon Lee [Wed, 7 May 2014 06:37:27 +0000 (23:37 -0700)]
Merge "SNIPPET: Apply ModelSerializer ModelSerializer was applied on Snippet. It is used when a Snippet is converted from Model to String and from String to Model." into develop
Changyeon Lee [Wed, 7 May 2014 06:36:55 +0000 (23:36 -0700)]
Merge changes Ic5065905,I7af439bf,I4566751e into develop
* changes:
DATABIND : modify the rename can not change the source name in the view model tree
PROP : bug fixed runtime java script function in the action tab not used the wrong index
PROP : Add the open URL
jaeyeol lee [Sun, 4 May 2014 10:45:21 +0000 (19:45 +0900)]
DATABIND : modify the rename
can not change the source name in the view model tree
Change-Id: Ic5065905237cd41b023e6d75757c748fd9be0f65
Signed-off-by: jaeyeol lee <jaeyeol148.lee@samsung.com>
jaeyeol lee [Sun, 4 May 2014 04:32:03 +0000 (13:32 +0900)]
PROP : bug fixed runtime java script function in the action tab
not used the wrong index
Change-Id: I7af439bf02ff512592070c7f5d241d8831475880
Signed-off-by: jaeyeol lee <jaeyeol148.lee@samsung.com>
jinwooim.bae [Fri, 2 May 2014 09:48:24 +0000 (18:48 +0900)]
ANIMATOR : Show animationGroup id
This is showing menu for user.
Change-Id: Ic4f475ad66ed07bf45dd2925bee5ca21ab46daf1
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
jinwooim.bae [Fri, 2 May 2014 05:40:21 +0000 (14:40 +0900)]
ANIAMTOR : Add Z-order in timeline
This is z-order for show keyframe in timeline.
Change-Id: I982b27bce065a273c7f9bf485321a110527f9277
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
youngduk.hwang [Wed, 30 Apr 2014 07:21:01 +0000 (16:21 +0900)]
SNIPPET: Apply ModelSerializer
ModelSerializer was applied on Snippet. It is used when a Snippet is converted from Model to String and from String to Model.
Change-Id: If4e0e37e8dfd2c9dae39832e7780fdbe05a84a86
Signed-off-by: youngduk.hwang <youngduk.hwang@samsung.com>
jaeyeol lee [Wed, 30 Apr 2014 04:36:23 +0000 (13:36 +0900)]
PROP : Add the open URL
Change-Id: I4566751e5d7ea2fa97bd3659f2f4cc7544323ed1
Signed-off-by: jaeyeol lee <jaeyeol148.lee@samsung.com>
Changyeon Lee [Wed, 30 Apr 2014 02:21:33 +0000 (19:21 -0700)]
Merge "DESIGNER: data-binding info bug fix 1. Data-binding view bug fix 2. ColorPicker plug-in added : org.tizen.common.ui" into develop
Changyeon Lee [Wed, 30 Apr 2014 02:21:24 +0000 (19:21 -0700)]
Merge "ANIMATOR : Bug fix for edit property Get AnimatorKeyframe from constructor in AnimationPropertyCommand" into develop
jooyoul_lee [Wed, 30 Apr 2014 01:40:15 +0000 (10:40 +0900)]
DESIGNER: data-binding info bug fix
1. Data-binding view bug fix
2. ColorPicker plug-in added : org.tizen.common.ui
Change-Id: Ib58eb893817afecc59177fb61a283b11435dab96
Signed-off-by: jooyoul_lee <jy.exe.lee@samsung.com>
jinwooim.bae [Tue, 29 Apr 2014 10:21:30 +0000 (19:21 +0900)]
ANIMATOR : Add ContextMenu Items
This is for adding contextMenu items in timeline. (copy, paste, cut...)
Change-Id: If38954a7f3c209a99a7f2c1f273103ea1e5a635e
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
seongwon.shim [Tue, 29 Apr 2014 05:50:09 +0000 (14:50 +0900)]
ANIMATOR : Bug fix for edit property
Get AnimatorKeyframe from constructor in AnimationPropertyCommand
Change-Id: I913f18140c8169c64ff9ca07a28fe278a3a17101
Signed-off-by: seongwon.shim <seongwon.shim@samsung.com>
nakyoung2.choi [Tue, 29 Apr 2014 01:04:36 +0000 (10:04 +0900)]
PROP : Add ColorPikcerMethod.
ColorPickerMethod use org.tizen.common.ui.dialog.ColorPickerDialog. And apply css live edit on ScaleMethod/TextStyleMethod.
Change-Id: Idda4490087079bfb21f7c5320b703fc38895a1d1
Signed-off-by: nakyoung2.choi <nakyoung2.choi@samsung.com>
gyeongmin.ju [Mon, 28 Apr 2014 13:10:12 +0000 (22:10 +0900)]
UIB : When copy & paste, animator fix the problem
Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
Change-Id: I504d4be23b5e31065d2a92ada7b98df7b691ade7
gyeongmin.ju [Mon, 28 Apr 2014 12:56:08 +0000 (21:56 +0900)]
UIB : When copy & paste, animator fix the problem
Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
Change-Id: I94d31f11056e681f26564ccfb3d7949670470a98
jooyoul_lee [Mon, 28 Apr 2014 12:33:39 +0000 (21:33 +0900)]
DESIGNER : refactoriing EditPart and PartFigure
DataBinding codes move to lower class
1. HoverBrowserViewer -> DesignerBrowserViewer
2. PartFigure -> WidgetFigure
3. HoverViewerEditPart -> DesignerEditPart
Change-Id: I223bfe2f6401a0d909d584c073d18a76136ba8e0
Signed-off-by: jooyoul_lee <jy.exe.lee@samsung.com>
Changyeon Lee [Mon, 28 Apr 2014 11:41:36 +0000 (04:41 -0700)]
Merge "ResourcesView : 1. Add Home action 2. Add double click navigation" into develop
jooyoul_lee [Mon, 28 Apr 2014 09:52:04 +0000 (18:52 +0900)]
DESIGNER: CSS Selector, Data-bind info feature
1. CSS Selector : Change double click action to Context Menu.
2. Data-bind info
2-1. Add show binding button to data-binding view
2-2. figure update action added (only figure redraw) - show/hide binding icon
2-3. data-binding tooltip figure added
2-4. data-binding parsing class and model class added
2-5. test icons added.
2-6. EditPart, PartFigure and PageDesigner has data-binded info (boolean)
2-7. PageDesignerUtil class added (for getPageDesigner method)
Change-Id: I8eeb0145128b24a662ca1973b171039cf01d791b
Signed-off-by: jooyoul_lee <jy.exe.lee@samsung.com>
jeonghwan kim [Mon, 28 Apr 2014 09:40:24 +0000 (18:40 +0900)]
ResourcesView : 1. Add Home action
2. Add double click navigation
Change-Id: I985b41e3af08dc6aa9d21161683b56f5179d9c07
Signed-off-by: jeonghwan kim <jeonghwan0613.kim@samsung.com>
Changyeon Lee [Mon, 28 Apr 2014 08:09:35 +0000 (01:09 -0700)]
Merge "ANIMATOR : Add null check Add null check for bug induction code Change condition in if statement for checking selector is null" into develop
Changyeon Lee [Mon, 28 Apr 2014 08:09:17 +0000 (01:09 -0700)]
Merge changes I5577ddad,I61f39f8b into develop
* changes:
DATABIND : Bug fixed that can not load startup properties.
DATABIND : modify the code generation for system APIs
Changyeon Lee [Mon, 28 Apr 2014 08:08:55 +0000 (01:08 -0700)]
Merge changes Id6e86e75,I3ee9d0f0,I2b654f46,I25131ac2 into develop
* changes:
ANIMATOR : Check null point This is checking null point about exception.
ANIMATOR : Modify OutlineElement in Timeline This is modified for performance by removing SWT composite.
ANIMATOR : Modify WidgetElement in Timeline This is modifed for performance by removing SWT composite.
ANIMATOR : Fixed open animator tab This is fixed by adding listener for open animator tab.
Changyeon Lee [Mon, 28 Apr 2014 08:08:42 +0000 (01:08 -0700)]
Merge "ANIMATOR : Bug fix for Frame edit" into develop
Changyeon Lee [Mon, 28 Apr 2014 08:08:30 +0000 (01:08 -0700)]
Merge "ResourcesView : support JPEG format" into develop
jinwooim.bae [Mon, 28 Apr 2014 05:49:46 +0000 (14:49 +0900)]
ANIMATOR : Check null point
This is checking null point about exception.
Change-Id: Id6e86e75a0c4a057f2029d744d2a564bb48b2634
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
jinwooim.bae [Mon, 28 Apr 2014 04:22:41 +0000 (13:22 +0900)]
ANIMATOR : Modify OutlineElement in Timeline
This is modified for performance by removing SWT composite.
Change-Id: I3ee9d0f0609db76b1f9a7224be4b64a91243ca92
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
seongwon.shim [Mon, 28 Apr 2014 01:49:28 +0000 (10:49 +0900)]
ANIMATOR : Add null check
Add null check for bug induction code
Change condition in if statement for checking selector is null
Change-Id: I4da13649b60e96cac22d86b5e51267e8d9d53842
Signed-off-by: seongwon.shim <seongwon.shim@samsung.com>
jaeyeol lee [Sat, 26 Apr 2014 06:31:10 +0000 (15:31 +0900)]
DATABIND : Bug fixed that can not load startup properties.
Change-Id: I5577ddad1045ce632b3ac850dc2b31aaaffff1eb
Signed-off-by: jaeyeol lee <jaeyeol148.lee@samsung.com>
jaeyeol lee [Sat, 26 Apr 2014 06:26:57 +0000 (15:26 +0900)]
DATABIND : modify the code generation for system APIs
Change-Id: I61f39f8b4d4628b6a47180ec6242d958d2b57c90
Signed-off-by: jaeyeol lee <jaeyeol148.lee@samsung.com>
jinwooim.bae [Fri, 25 Apr 2014 09:21:21 +0000 (18:21 +0900)]
ANIMATOR : Modify WidgetElement in Timeline
This is modifed for performance by removing SWT composite.
Change-Id: I2b654f4600aed9768f204bf328b32375addce17e
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
seongwon.shim [Fri, 25 Apr 2014 05:28:30 +0000 (14:28 +0900)]
ANIMATOR : Bug fix for Frame edit
Bug fix for frame edit from TilelineFrameEditCommand
Change-Id: I810aeb5d0fea32afa20e3e257e27678da326bd82
Signed-off-by: seongwon.shim <seongwon.shim@samsung.com>
jeonghwan kim [Fri, 25 Apr 2014 07:38:07 +0000 (16:38 +0900)]
ResourcesView : support JPEG format
Change-Id: I406fab5338469fbbd191f2dbb8f9ab08363519eb
Signed-off-by: jeonghwan kim <jeonghwan0613.kim@samsung.com>
jinwooim.bae [Fri, 25 Apr 2014 06:49:36 +0000 (15:49 +0900)]
ANIMATOR : Fixed open animator tab
This is fixed by adding listener for open animator tab.
Change-Id: I25131ac26497496a78b5248bebc3444c693cbe6f
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
Changyeon Lee [Thu, 24 Apr 2014 11:18:22 +0000 (04:18 -0700)]
Merge "ANIMATOR : Modify getting pagePart This is for removing that get pagePart by AnimatorManager." into develop
Heekyoung, Oh [Thu, 24 Apr 2014 10:52:10 +0000 (19:52 +0900)]
Merge remote-tracking branch 'origin/tizen' into develop
* origin/tizen:
DESIGNER : Designer going bridge bug fix java compile version error fix (java 1.7 -> java 1.6)
Merge remote-tracking branch 'origin/develop' into tizen
Change-Id: I62ba2fb58887f80731fd85c279c8fdf65fd7750a
Signed-off-by: Heekyoung, Oh <heekyoung.oh@samsung.com>
jinwooim.bae [Thu, 24 Apr 2014 10:02:25 +0000 (19:02 +0900)]
ANIMATOR : Modify getting pagePart
This is for removing that get pagePart by AnimatorManager.
Change-Id: If1b892b98c595d89c806921ff6d10089009b8bcb
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
seongwon.shim [Thu, 24 Apr 2014 07:55:48 +0000 (16:55 +0900)]
ANIMATOR : Replace getRootPart() and getPagePart() from AnimatorModelManager
Replace to get rootPart or pagePart from AppManager in AnimatorBrowserViewer
Change-Id: Ibc8946f1b4407e752be8ce4c7b3cef5eb31c7959
Signed-off-by: seongwon.shim <seongwon.shim@samsung.com>
Changyeon Lee [Thu, 24 Apr 2014 07:16:39 +0000 (00:16 -0700)]
Merge "ANIMATOR : Select other page This is for changing page when click other page in outlineview." into develop
Changyeon Lee [Thu, 24 Apr 2014 07:16:26 +0000 (00:16 -0700)]
Merge "ANIMATOR : Fixed change animation mode This is show timeline when click animation tab." into develop
Changyeon Lee [Thu, 24 Apr 2014 07:16:03 +0000 (00:16 -0700)]
Merge "ANIMATOR : Refactoring Animator model related command Change concept in command to clone each AnimatorSelector for undo/redo then replace property and childen when undo/redo occured" into develop
Changyeon Lee [Thu, 24 Apr 2014 07:15:38 +0000 (00:15 -0700)]
Merge "DATABIND : Remote call Supported response on xml type." into develop
jinwooim.bae [Thu, 24 Apr 2014 06:47:05 +0000 (15:47 +0900)]
ANIMATOR : Select other page
This is for changing page when click other page in outlineview.
Change-Id: Iec8698afc152385ed56ef2030ede95e9887b9efe
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
jinwooim.bae [Wed, 23 Apr 2014 07:24:07 +0000 (16:24 +0900)]
ANIMATOR : Fixed change animation mode
This is show timeline when click animation tab.
Change-Id: I59905bb4fff9221639d90dda4bccbf8eee9f9854
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
seongwon.shim [Wed, 23 Apr 2014 09:44:57 +0000 (18:44 +0900)]
ANIMATOR : Refactoring Animator model related command
Change concept in command to clone each AnimatorSelector for undo/redo then replace property and childen when undo/redo occured
Change-Id: If1438a1f5f119cf47817bcf476f13549d11b2a26
Signed-off-by: seongwon.shim <seongwon.shim@samsung.com>
parary [Wed, 23 Apr 2014 07:41:02 +0000 (16:41 +0900)]
DATABIND : Remote call Supported response on xml type.
Change-Id: I70f15493960e2f4205c865f005d68f1bf772f271
Signed-off-by: parary <kyunghan80.park@samsung.com>
jinwooim.bae [Wed, 23 Apr 2014 01:57:36 +0000 (10:57 +0900)]
ANIMATOR : Fixed remove Widget
This is refreshing timeline when remove widget on designer.
Change-Id: I2485b078bd64aaac2016e21ae10e15ae5cfd49ae
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
gyeongmin.ju [Tue, 22 Apr 2014 13:50:57 +0000 (22:50 +0900)]
UIB : add rhino JavaScript engine library
Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
Change-Id: If6783d2cd10a2edc7226c4dcec2366d7c8a85ded
Changyeon Lee [Tue, 22 Apr 2014 13:45:33 +0000 (06:45 -0700)]
Merge "UIB : add Model Reader/Writer" into develop
Changyeon Lee [Tue, 22 Apr 2014 13:45:20 +0000 (06:45 -0700)]
Merge "PROP : Add live style edit." into develop
Changyeon Lee [Tue, 22 Apr 2014 13:45:04 +0000 (06:45 -0700)]
Merge "ANIMATOR : Bug fix for findAnimator Pass AnimatorWidgetPart when inkove findAnimator Change parent selector in replaceAll from AnimatorSelector" into develop
gyeongmin.ju [Tue, 22 Apr 2014 13:42:45 +0000 (22:42 +0900)]
UIB : add Model Reader/Writer
Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
Change-Id: I03b99a44d925c2f5680a55dd8c1cc5afbcff3756
seongwon.shim [Tue, 22 Apr 2014 06:31:23 +0000 (15:31 +0900)]
ANIMATOR : Bug fix for findAnimator
Pass AnimatorWidgetPart when inkove findAnimator
Change parent selector in replaceAll from AnimatorSelector
Change-Id: Icc27be10952899b748030ba251706696cfb149b2
Signed-off-by: seongwon.shim <seongwon.shim@samsung.com>
jinwooim.bae [Tue, 22 Apr 2014 06:47:59 +0000 (15:47 +0900)]
ANIMATOR : Control time in TimeText
This is new composite for control time selection.
Change-Id: I98c60fac55dcbd01ead97c08dd8f49d87bf8fa4a
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
nakyoung2.choi [Tue, 22 Apr 2014 07:33:52 +0000 (16:33 +0900)]
PROP : Add live style edit.
Change-Id: I72a8c90bbb93f414023198a86a7e27d244778c65
Signed-off-by: nakyoung2.choi <nakyoung2.choi@samsung.com>
Changyeon Lee [Mon, 21 Apr 2014 13:22:06 +0000 (06:22 -0700)]
Merge "UIB : code refactoring" into develop
Changyeon Lee [Mon, 21 Apr 2014 13:21:56 +0000 (06:21 -0700)]
Merge "UIB : add model serializer" into develop
Changyeon Lee [Mon, 21 Apr 2014 13:21:47 +0000 (06:21 -0700)]
Merge "PROP : Fixed dispose bug in CategoryComposite." into develop
Changyeon Lee [Mon, 21 Apr 2014 13:21:12 +0000 (06:21 -0700)]
Merge "ANIMATOR : Bug fix for AnimatorSelector remove/add & Refactoring Compare with Selector when remove AnimatorSelector from AnimatorWidget Move method frmo AnimatorModelManager to AnimatorPart related class" into develop
Changyeon Lee [Mon, 21 Apr 2014 13:20:51 +0000 (06:20 -0700)]
Merge "ANIMATOR : Add refresh selectorAnimator This code is selectorAnimator event for refresh." into develop
Changyeon Lee [Mon, 21 Apr 2014 13:20:40 +0000 (06:20 -0700)]
Merge "ANIMATOR : Fixed playheader This is be fixed playheader when paly animation." into develop
Changyeon Lee [Mon, 21 Apr 2014 13:20:27 +0000 (06:20 -0700)]
Merge "DATABIND : Added the feature to change the model name and the data source name" into develop
gyeongmin.ju [Mon, 21 Apr 2014 13:07:23 +0000 (22:07 +0900)]
UIB : code refactoring
Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
Change-Id: I94ea7d4c254b4580f5ff512bf1b297e8b28f1aa8
gyeongmin.ju [Mon, 21 Apr 2014 12:56:47 +0000 (21:56 +0900)]
UIB : add model serializer
Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
Change-Id: Iebf864cbcc2aec22b983c3d4357432bb872de0b4
seongwon.shim [Mon, 21 Apr 2014 08:13:36 +0000 (17:13 +0900)]
ANIMATOR : Bug fix for AnimatorSelector remove/add & Refactoring
Compare with Selector when remove AnimatorSelector from AnimatorWidget
Move method frmo AnimatorModelManager to AnimatorPart related class
Change-Id: I3b7e323372b7179d95a2aa9700522508e19ff8a1
Signed-off-by: seongwon.shim <seongwon.shim@samsung.com>
nakyoung2.choi [Mon, 21 Apr 2014 07:32:17 +0000 (16:32 +0900)]
PROP : Fixed dispose bug in CategoryComposite.
Change-Id: Ifba43171ef6781fa8ae159e4af8dff0c88f2f4eb
Signed-off-by: nakyoung2.choi <nakyoung2.choi@samsung.com>
jinwooim.bae [Mon, 21 Apr 2014 04:16:19 +0000 (13:16 +0900)]
ANIMATOR : Add refresh selectorAnimator
This code is selectorAnimator event for refresh.
Change-Id: Ia11f5afa9f46fb2bcc12fd853875a263519aaccc
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
jinwooim.bae [Fri, 18 Apr 2014 09:21:27 +0000 (18:21 +0900)]
ANIMATOR : Fixed playheader
This is be fixed playheader when paly animation.
Change-Id: I9943037fcab6193bd044567f845cb2b65a8446f6
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
Changyeon Lee [Thu, 17 Apr 2014 15:51:37 +0000 (08:51 -0700)]
Merge "ANIMATOR : To Fill button image This is the tranceparent background to fill the button on linux." into develop
Changyeon Lee [Thu, 17 Apr 2014 15:51:12 +0000 (08:51 -0700)]
Merge "NSCREEN : Recovery NScreen action. Recovery NScreen action." into develop
Changyeon Lee [Thu, 17 Apr 2014 15:50:58 +0000 (08:50 -0700)]
Merge "PROP : Add folding feature on CategoryComposite." into develop
jaeyeol lee [Thu, 17 Apr 2014 07:36:01 +0000 (16:36 +0900)]
DATABIND : Added the feature to change the model name and the data source
name
Change-Id: I7925b871654bad9b21caf6f820d33769a5baa65a
Signed-off-by: jaeyeol lee <jaeyeol148.lee@samsung.com>
yonghwan82.jeon [Thu, 17 Apr 2014 07:05:56 +0000 (16:05 +0900)]
NSCREEN : Recovery NScreen action.
Recovery NScreen action.
Change-Id: Ia76646411b39e0d0f2160fa93db0e8ab6167a92f
Signed-off-by: yonghwan82.jeon <yonghwan82.jeon@samsung.com>
jinwooim.bae [Thu, 17 Apr 2014 06:18:48 +0000 (15:18 +0900)]
ANIMATOR : To Fill button image
This is the tranceparent background to fill the button on linux.
Change-Id: Ideceee6c627e64d96aea5d9ab01d228e20eeeec6
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
Changyeon Lee [Thu, 17 Apr 2014 03:59:09 +0000 (20:59 -0700)]
Merge "UIB : Prevent checking AppManger. Current, Appmanger always is null. Filter code is frequently used. Filter code is always printed error log. Prevent checking Appmanger." into develop
Changyeon Lee [Thu, 17 Apr 2014 03:58:54 +0000 (20:58 -0700)]
Merge "ResourcesView : Refactoring selection and action Adding KeyHandler" into develop
Changyeon Lee [Thu, 17 Apr 2014 03:58:43 +0000 (20:58 -0700)]
Merge "ANIMATOR : Clean up model related code Remove unused files and method" into develop
Changyeon Lee [Thu, 17 Apr 2014 03:58:35 +0000 (20:58 -0700)]
Merge "ANIMATOR : Change predeinfed frame to custom frame Change predefined flag to false when prdefined frame has changed by user" into develop
nakyoung2.choi [Thu, 17 Apr 2014 03:51:23 +0000 (12:51 +0900)]
PROP : Add folding feature on CategoryComposite.
Change-Id: I4c408f12ab1af4f624b5ab85e64f3976f4aa4559
Signed-off-by: nakyoung2.choi <nakyoung2.choi@samsung.com>
jinwooim.bae [Wed, 16 Apr 2014 11:20:32 +0000 (20:20 +0900)]
ANIMATOR : Modified PlayHeader
PlayHeader was Shell. Now it is Composite.
Change-Id: I3f830a8b9e1fee20fbb5288c9e364009ad30269c
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
seongwon.shim [Wed, 16 Apr 2014 09:35:47 +0000 (18:35 +0900)]
ANIMATOR : Clean up model related code
Remove unused files and method
Change-Id: Ic3a447d5f79449a5a8e05cf1241f32796a77b3d2
Signed-off-by: seongwon.shim <seongwon.shim@samsung.com>
seongwon.shim [Wed, 16 Apr 2014 04:38:53 +0000 (13:38 +0900)]
ANIMATOR : Change predeinfed frame to custom frame
Change predefined flag to false when prdefined frame has changed by user
Change-Id: I9aa20a45e30082c62acddf5a67142897affef4f6
Signed-off-by: seongwon.shim <seongwon.shim@samsung.com>
yonghwan82.jeon [Wed, 16 Apr 2014 04:31:39 +0000 (13:31 +0900)]
UIB : Prevent checking AppManger.
Current, Appmanger always is null.
Filter code is frequently used.
Filter code is always printed error log.
Prevent checking Appmanger.
Change-Id: Ie56cf6982042403d66ca516e75b49f12389d4794
Signed-off-by: yonghwan82.jeon <yonghwan82.jeon@samsung.com>
jeonghwan kim [Wed, 16 Apr 2014 04:19:33 +0000 (13:19 +0900)]
ResourcesView : Refactoring selection and action
Adding KeyHandler
Change-Id: Ic6e24f20248cc541f882e02af60e4de22195e7d8
Signed-off-by: jeonghwan kim <jeonghwan0613.kim@samsung.com>
Changyeon Lee [Wed, 16 Apr 2014 03:40:57 +0000 (20:40 -0700)]
Merge "ANIMATOR : Change by drawing on the Canvas This is changed TimelineElement. It did to be swt. But it changed the canvas to draw." into develop
Changyeon Lee [Wed, 16 Apr 2014 03:40:47 +0000 (20:40 -0700)]
Merge "ANIMATOR : Add AnimatorModel event Add SELECTOR_REFERSH for refresh each AnimatorSelector" into develop
Changyeon Lee [Wed, 16 Apr 2014 03:40:38 +0000 (20:40 -0700)]
Merge "ANIMATOR : Implements merge and split keyframe when keyframe edited Merge keyframe if border frames doesnot have same computed properties and split keyframe if border frames do have same computed properties" into develop