sdk/emulator/emulator-manager.git
8 years agoDialog: make new message box for delete base image
jihye424.kim [Thu, 29 Oct 2015 06:45:38 +0000 (15:45 +0900)]
Dialog: make new message box for delete base image

- you can delete base image file when delete base image object

Change-Id: I102d591f37fd70d53ccedbd5bde5b77748bfff30
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoprofile-item: do not change item at first time.
minkee.lee [Thu, 29 Oct 2015 11:20:26 +0000 (20:20 +0900)]
profile-item: do not change item at first time.

In device template dialog, profile selection makes item changed.
But when dialog is created, this should be ignored.

Change-Id: I63a15e3c48c6b88ce2c66d00790f7fcf732c08b8
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoBaseImageDialog: make modify dialog
jihye424.kim [Tue, 27 Oct 2015 04:11:28 +0000 (13:11 +0900)]
BaseImageDialog: make modify dialog

Change-Id: I0748c8fd677d3d08c5af99f80bdc8893ab15fab6
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoBase Image: add checking base iamge name routine
jihye424.kim [Mon, 26 Oct 2015 06:07:53 +0000 (15:07 +0900)]
Base Image: add checking base iamge name routine

- check base image name
-- max length of name is 30
-- duplicate name is not allowed

Change-Id: I77faecf4813471c2850f7c1718e2e4f8462f8c32
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoBase Image: add checking data is available or not
jihye424.kim [Mon, 26 Oct 2015 06:04:55 +0000 (15:04 +0900)]
Base Image: add checking data is available or not

- show error icon when base image path is empty
- disable 'confirm' button when error status (image path is empty)

Change-Id: Iadd02cdcc514ebbe8695d5e1d0c3cb37406e1925
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoBase Image: add checking routine (custom base image path)
jihye424.kim [Mon, 26 Oct 2015 04:26:42 +0000 (13:26 +0900)]
Base Image: add checking routine (custom base image path)

- check point
-- file format is qcow2
-- file is child image or not
-- job making custom base image is completed

Change-Id: I70165e32e368dd85400d9bf47c13f0459da96d04
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoBaseImageDialog: add 'BaseImageFile' and 'Platform' item
jihye424.kim [Sun, 25 Oct 2015 02:23:16 +0000 (11:23 +0900)]
BaseImageDialog: add 'BaseImageFile' and 'Platform' item

- base iamge file item
-- select custom base imgae file from file dialog
-- if name item is empty, base image file name will be set to name item
- platform item
-- select platform among platform list of selected profile
-- this value determine emulator version

Change-Id: Iead56d6e812bac23f761e3d4fcdd913d72492e2f
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoBaseImage: make base image create dialog
jihye424.kim [Sun, 25 Oct 2015 01:38:39 +0000 (10:38 +0900)]
BaseImage: make base image create dialog

- you can make custom base image using 'BaseImageCreateDialog'

Change-Id: Ieb89701bd013a5f2326e466ce841e6d68e08bd3d
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoBaseImageTableViewer: create base image table viewer
jihye424.kim [Sun, 25 Oct 2015 01:26:57 +0000 (10:26 +0900)]
BaseImageTableViewer: create base image table viewer

- list up base images (standard and custom type)
- does not work create and delete function

Change-Id: I84386540694f378856aed2242d3babdf4faeffe6
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoCustomBaseImage: add custom base image loader
jihye424.kim [Sun, 25 Oct 2015 01:16:56 +0000 (10:16 +0900)]
CustomBaseImage: add custom base image loader

- make custom bsae image list from base image xml file
- profile has standard and custom base image list
- priority: standard > custom

Change-Id: I11dad06371439da54bbc420dc916f80c7b5a9b84
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoCustomBaseImage: add base image xsd file
jihye424.kim [Sun, 25 Oct 2015 01:14:11 +0000 (10:14 +0900)]
CustomBaseImage: add base image xsd file

- add base-image.xsd file
- add java files for xml schema

Change-Id: I1406d7121477fd756c805a3929be7fd0dbd5f81a
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agodialog: do name checking & auto-generation.
minkee.lee [Thu, 22 Oct 2015 08:13:03 +0000 (17:13 +0900)]
dialog: do name checking & auto-generation.

- show error if name is invalid.
- generate name when create/clone device-template.

Change-Id: Ie92257a95ede57fb69050baca776b9af61796ff8
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoVMListTable: delete 'reset' and 'export as' button
jihye424.kim [Thu, 22 Oct 2015 02:06:16 +0000 (11:06 +0900)]
VMListTable: delete 'reset' and 'export as' button

- you can see 'reset' and 'export as' menu in context menu
- add normal state arrow button to combo box

Change-Id: I3e84a2b0d8e23df71894d1ebf5cbd3b64ff14931
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agovm-modify: check device-template item.
minkee.lee [Thu, 22 Oct 2015 05:46:15 +0000 (14:46 +0900)]
vm-modify: check device-template item.

- Show error if device-template is not selected.
  (use default tooltip)

Change-Id: Ie24b234e5a9a5b3c9ec3c68530dd4f71aec0ac9b
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agovm-modify: add skin-list.
minkee.lee [Wed, 21 Oct 2015 09:02:51 +0000 (18:02 +0900)]
vm-modify: add skin-list.

- User can select skin.
- Skin-list is depend on resolution.
- Only general skin is available if user use custom resolution.

Change-Id: Icf7660ecf7941ee29835a2f5ebcc4b78aea47d47
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agovm-modify: apply device-template value.
minkee.lee [Wed, 21 Oct 2015 05:10:12 +0000 (14:10 +0900)]
vm-modify: apply device-template value.

If user select device-template,
- some vm-property values are changed according to template.
- user cannot modify display resolution & size.

Change-Id: Id8a6bc0f880ba686e739009f408f10dc656b4fad
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoMerge "vm-modify: add H/W support item." into features/new_ui
SeokYeon Hwang [Wed, 21 Oct 2015 09:37:33 +0000 (18:37 +0900)]
Merge "vm-modify: add H/W support item." into features/new_ui

8 years agovm-modify: add H/W support item.
minkee.lee [Tue, 20 Oct 2015 09:25:31 +0000 (18:25 +0900)]
vm-modify: add H/W support item.

Change-Id: I1a8203fe7245c00a172d6aee5250217a08cd6ebd
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoTable: modify to select table item function
jihye424.kim [Wed, 21 Oct 2015 08:08:58 +0000 (17:08 +0900)]
Table: modify to select table item function

- click table item using mouse
-- right button: select item
-- left button: select item after checking ctrl key, shift key state

Change-Id: If0669117875b85997fc1210a59c41630b5588126
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable: fixed bug
jihye424.kim [Wed, 21 Oct 2015 03:55:20 +0000 (12:55 +0900)]
Table: fixed bug

- fixed insert error
-- error: if new table item has same index as selected item index,
throw index out of bounds exception when copy selection array
-- cause: table item set item index itself before creaetd by table
so items had same index are two...so throw exception
-- solution: table item does not set index itself, only table set item index

- fixed select table item error
-- error: when select table item..you can see parts that not drawing
-- cause: table item and table have different width
if table width has been changed, table item width has not changed..
-- solution: when table width has been changed, also change table item width

Change-Id: I2e30e145bee5ec0bb2844da91c993fdaee94cb90
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVM List Table: add tool tip, context menu to vm list table
jihye424.kim [Tue, 20 Oct 2015 05:05:48 +0000 (14:05 +0900)]
VM List Table: add tool tip, context menu to vm list table

- add last launched time to VMProperty

Change-Id: I649ff8eb57a04af8b21152aa2311292021dec224
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agovm-modify: add file-sharing item.
minkee.lee [Mon, 19 Oct 2015 13:30:37 +0000 (22:30 +0900)]
vm-modify: add file-sharing item.

Change-Id: I1167da72b2341d09ed3cab4eb11d024fba2c9cf4
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agodevice-template: install dialog XML files.
minkee.lee [Mon, 19 Oct 2015 05:59:48 +0000 (14:59 +0900)]
device-template: install dialog XML files.

- install dialog XML files to "tools/emulator/data"

Change-Id: I0fbaf1197c2ca065fe84ead3d64608739f5313f4
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agodialog: support custom resolution.
minkee.lee [Fri, 16 Oct 2015 10:07:59 +0000 (19:07 +0900)]
dialog: support custom resolution.

- If user edit display width & height, custom resolution
  is selected.
- If input size(width,height) is in the list, it's not custom.

Conflicts:

src/org/tizen/emulator/manager/ui/renewal/widgets/ComboBox.java

Change-Id: Ieacec52a7acace3a64e417a13e5577f6f00e182b
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoModify VM: select device template and save devie template
jihye424.kim [Sun, 18 Oct 2015 06:59:51 +0000 (15:59 +0900)]
Modify VM: select device template and save devie template

- click modify vm button
-- show device template list
-- select device template
-- save device template value to vm property

Change-Id: I170b38ac0fec3e5e9c58b42e81bbc35558c4c011
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoComboBox: add data item
jihye424.kim [Sun, 18 Oct 2015 06:57:43 +0000 (15:57 +0900)]
ComboBox: add data item

- you can add to 'Object' item to combo box

Change-Id: Idcbf1a61edd5344e40e2d1b537a77c90d0deff00
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMPropertyValue: add device template and screen size value
jihye424.kim [Sun, 18 Oct 2015 06:42:45 +0000 (15:42 +0900)]
VMPropertyValue: add device template and screen size value

Change-Id: I1fcc7102cfbee401c5961eea1dbb32a5f12806b7
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMProperty: add device template value and screen size value
jihye424.kim [Sun, 18 Oct 2015 06:40:14 +0000 (15:40 +0900)]
VMProperty: add device template value and screen size value

Change-Id: Ie0640528bf0182d3e95a76059bae804441b3ddb7
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDeviceTemplate: add priority and type class
jihye424.kim [Fri, 16 Oct 2015 10:33:39 +0000 (19:33 +0900)]
DeviceTemplate: add priority and type class

- priority: default, standard, custom
- type: standard, custom

Change-Id: I1867cfec8a4c3abc70b0e492dcbbb2479a1601fb
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoMessageBox: add 'DragHandler' to message box
jihye424.kim [Fri, 16 Oct 2015 09:52:19 +0000 (18:52 +0900)]
MessageBox: add 'DragHandler' to message box

- change button to swt button from gray button(custom button)
for using focusing and key input('enter' key)
- set focus to next table item after to delete device template item

Change-Id: I550dfbc479417e4cc7d4fe51bf281025739f98fd
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agotemplate-dialog: load item list for each profile.
minkee.lee [Fri, 16 Oct 2015 08:16:10 +0000 (17:16 +0900)]
template-dialog: load item list for each profile.

- Item list is changed when click profile button.

Change-Id: I8d0d29ddb62b73cd1917998dc1a1cca0f42ba93b
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoDevice Template: setting default device template
jihye424.kim [Fri, 16 Oct 2015 06:46:33 +0000 (15:46 +0900)]
Device Template: setting default device template

- setting default device template among standard device template list of profile
- find default device template of top priority profile
and send to 'DeviceTemplateModifyDialog' when create device template

Change-Id: I6f5132a7113473d58e6ddae686311ab6c41a793a
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: setting device template value using new device configuration
jihye424.kim [Thu, 15 Oct 2015 07:15:51 +0000 (16:15 +0900)]
Device Template: setting device template value using new device configuration

- add setting DPI value routine when calling setting display value function

Change-Id: I2e14a0c80326840d865f255e6aa9931bff9a5b0b
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: add sorting routine to device template list
jihye424.kim [Thu, 15 Oct 2015 07:12:11 +0000 (16:12 +0900)]
Device Template: add sorting routine to device template list

- if device template has manufacturer, that will have upper priority than other templates
- add sorting routine using integer, double value to table column

Change-Id: I4405b962a834585c6c1aa696bae4927d1d5caa2d
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: add standard device templates
jihye424.kim [Thu, 15 Oct 2015 06:30:31 +0000 (15:30 +0900)]
Device Template: add standard device templates

Change-Id: Ie3ad2f310e1ef3c74162fbe88979abf8c0bb01cd
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: add 'Delete' key event handler
jihye424.kim [Wed, 14 Oct 2015 10:07:14 +0000 (19:07 +0900)]
Device Template: add 'Delete' key event handler

- add 'Delete' key event handler to Device Template table viewer
- change key event handler to table composite from table item composite

Change-Id: Icb7f59faa42e2684fae236c9c2b5c5a98b14c4ca
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template Viewer: add tool tip and context menu
jihye424.kim [Wed, 14 Oct 2015 09:14:24 +0000 (18:14 +0900)]
Device Template Viewer: add tool tip and context menu

- context menu: clone, modify, delete, detail(show detail information)

Change-Id: I331fd19a628de02c75e48f04dece82e16b1f4b38
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDialog: create 'DETAIL' mode dialog
jihye424.kim [Wed, 14 Oct 2015 09:12:18 +0000 (18:12 +0900)]
Dialog: create 'DETAIL' mode dialog

Change-Id: Ic2579e448b47a306008b6363bcb246a9a89d405d
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoModify Item: add 'DETAIL' mode
jihye424.kim [Wed, 14 Oct 2015 09:07:57 +0000 (18:07 +0900)]
Modify Item: add 'DETAIL' mode

- 'DETALI' mode: dialog display information of property

Change-Id: Icc383960a16d5a87da802541b72a188fbea2c59e
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agodevice-template: draw device template dialog using XML.
minkee.lee [Wed, 14 Oct 2015 07:55:14 +0000 (16:55 +0900)]
device-template: draw device template dialog using XML.

- Now dialog use sample XML (/xsd/template-ui-mobile.xml)

Change-Id: I60d2eb237873500f21d26109f66f7e4ec6811e72
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoDevice Template: implement create, modify, clone functions
jihye424.kim [Tue, 13 Oct 2015 07:20:23 +0000 (16:20 +0900)]
Device Template: implement create, modify, clone functions

- make create, modify, clone function of device template table viewer
- add 'DIALOG_MODE' type (CREATE, CLONE, MODIFY)

Change-Id: I334f596ed6fa7ae2aaea2f2f6be5f9db61584ba3
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDeviceTemplate: make device template worker
jihye424.kim [Tue, 13 Oct 2015 05:55:36 +0000 (14:55 +0900)]
DeviceTemplate: make device template worker

- device template worker (in DeviceTemplate class)
create(clone), modify, delete device template
- make 'DeviceWorkerException' class
- add skin shape property to 'DeviceTemplateValue'

Change-Id: Idc1e92c4e6f7d93564a37431a006c352e18c4d6c
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: add skin shape property to xsd file
jihye424.kim [Tue, 13 Oct 2015 05:33:26 +0000 (14:33 +0900)]
Device Template: add skin shape property to xsd file

- add skin shape property
- change version type to double from string

Change-Id: I019f8e3be9593bab3aa3a02a9414e0531452a545
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTemplate Table: set higher priority of standard template then custom template
jihye424.kim [Mon, 12 Oct 2015 04:50:09 +0000 (13:50 +0900)]
Template Table: set higher priority of standard template then custom template

Change-Id: Ie5c67551e2a31d9385c6d8b4ee6a5679f5d2c853
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable: add handling key event routine
jihye424.kim [Mon, 12 Oct 2015 04:38:48 +0000 (13:38 +0900)]
Table: add handling key event routine

- send key event to table from table item cell
- seperate last selected index and index table item arrangement

Change-Id: Ieb93f1016b4394b403c6df09148d7944df8876bb
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agodialog: add device template dialog.
minkee.lee [Thu, 8 Oct 2015 10:49:51 +0000 (19:49 +0900)]
dialog: add device template dialog.

- It support create template.
- It support modify template.(not complete yet)
- Now, UI is fixed. This should be changed to load XML.

Change-Id: Ib81c3019ecc66660c23335fc60ecca4ce700c7b1
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoui: adding device-template item.
minkee.lee [Fri, 2 Oct 2015 10:11:51 +0000 (19:11 +0900)]
ui: adding device-template item.

- Add Display, Ram, Processor, Sensor, Device item.
  (UI only)

Change-Id: Id290c477165b9a1f6f5e3687f7cc1cc082e831bc
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoTable: enable table context menu
jihye424.kim [Wed, 7 Oct 2015 00:34:02 +0000 (09:34 +0900)]
Table: enable table context menu

- add mouse listener table item and table item cell

Change-Id: Ie361e8af0e94334cc5922a1b56d0d732c8b62fdb
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable Item: add tool tip text function to item cell
jihye424.kim [Mon, 5 Oct 2015 01:13:50 +0000 (10:13 +0900)]
Table Item: add tool tip text function to item cell

Change-Id: I436edd807e1badbc519bc18f2a853610ec3e5d55
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: make device template creator
jihye424.kim [Fri, 2 Oct 2015 05:10:25 +0000 (14:10 +0900)]
Device Template: make device template creator

- create device template xml file from device template value

Change-Id: I70a7f8cbf3acb3976062fd78ac268ace38f8c9cd
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: add to delete device template function
jihye424.kim [Thu, 1 Oct 2015 09:01:33 +0000 (18:01 +0900)]
Device Template: add to delete device template function

Change-Id: I849f379a12e60dfdb2e11e44905eb6b23e3caee6
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: add custom device template icon
jihye424.kim [Thu, 1 Oct 2015 08:59:17 +0000 (17:59 +0900)]
Device Template: add custom device template icon

- seperate custom device template and standard device template
- add refresh function to device template table viewer

Change-Id: If35356e594102bc7dfc4edb8a618e056bfe824d0
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoMerge branch 'develop' into features/new_ui
jihye424.kim [Thu, 1 Oct 2015 06:07:33 +0000 (15:07 +0900)]
Merge branch 'develop' into features/new_ui

Change-Id: I05f178eedbd6c9a6272b88e161cd2b38824506df
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: make device template table viewer
jihye424.kim [Thu, 1 Oct 2015 06:06:26 +0000 (15:06 +0900)]
Device Template: make device template table viewer

- list up device template

Change-Id: I565cdcc02d74c7756ec3fc9be69481609b93730d
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: make device template class
jihye424.kim [Thu, 1 Oct 2015 06:03:35 +0000 (15:03 +0900)]
Device Template: make device template class

- device template class keep information of 'DeviceTemplat.xml'
- profile has device template list

Change-Id: I8ec73f944e7b12eb203404ddba6d34b9410e2c14
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoResources: add image resources for device template viewer
jihye424.kim [Thu, 1 Oct 2015 05:58:53 +0000 (14:58 +0900)]
Resources: add image resources for device template viewer

- add image resources for device template viewer
- fixed typing error

Change-Id: Ie51856f2fc605e086386bd83d643fee123985b1a
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoDevice Template: add device template xsd file
jihye424.kim [Thu, 1 Oct 2015 05:53:39 +0000 (14:53 +0900)]
Device Template: add device template xsd file

- add device template xsd file
- generate device template java file from xsd file

Change-Id: I78c346ccdab4542a00213c6623d8787f2a93d375
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agopackage: version up (2.4.154)
minkee.lee [Wed, 30 Sep 2015 07:34:19 +0000 (16:34 +0900)]
package: version up (2.4.154)

Change-Id: I3645b1847c18bd6fbb7996e24ca4d400401e82b0
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agodisplay-option: add option for java UI.
minkee.lee [Wed, 30 Sep 2015 07:13:18 +0000 (16:13 +0900)]
display-option: add option for java UI.

- Java UI option is provided in experimental mode.
  (./emulator-manager --experimental)
- "-display maru_sdl" for linux and windows.
- "-display maru_shm" for OS X.

Change-Id: I9d736e0212ce067e9534573d15ae37c58ffc71fc
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agonetwork: (Mac OS) Add a guide dialog for bridge network.
minkee.lee [Fri, 25 Sep 2015 07:11:26 +0000 (16:11 +0900)]
network: (Mac OS) Add a guide dialog for bridge network.

- When user select bridge network for emulator,
  guide dialog is shown if Mac OS version is above 10.9.x and
  bridge is not ready in host.

Change-Id: If841c1e6719eafc05a22d463801b6277d77af2d7
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agonetwork: (Mac OS) modify getting bridge's ip information.
minkee.lee [Thu, 24 Sep 2015 10:25:20 +0000 (19:25 +0900)]
network: (Mac OS) modify getting bridge's ip information.

- First, find bridge which is connected to interface "en0".
  And from this bridge, it's possible to get subnet, gateway, ip.

Change-Id: I6f67dbfe1dc2e408d86b9ceafd8dfde916670cd7
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: update version (2.4.153)
jihye424.kim [Thu, 24 Sep 2015 01:39:14 +0000 (10:39 +0900)]
package: update version (2.4.153)

Change-Id: Icffd78d7cd306d9c843fb5d05daa4d650651d209
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMProperty: seperate setting skin value routine
jihye424.kim [Wed, 23 Sep 2015 08:10:39 +0000 (17:10 +0900)]
VMProperty: seperate setting skin value routine

- setting skin value after set base image(platform)

Change-Id: I26f97c83389dd4695a3d8ff52d7d17319a4a492c
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVM-modify: add profile, image item to modify dialog.
minkee.lee [Fri, 18 Sep 2015 09:44:36 +0000 (18:44 +0900)]
VM-modify: add profile, image item to modify dialog.

- refactoring that VMNameItem, ImageItem extends TextLabelItem.
- add VMProperty to VMModifyDialog in order to give display data
  to each item in dialog.

Change-Id: I6f353500faeeedae03881601b519f800bfca4763
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoVM-modify: add image resources for profile.
minkee.lee [Fri, 18 Sep 2015 09:42:02 +0000 (18:42 +0900)]
VM-modify: add image resources for profile.

Change-Id: Ia4aeb571cb2cc1ea3ebe63b3349d2570ea570293
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoUI: add VMName item.
minkee.lee [Fri, 18 Sep 2015 05:57:33 +0000 (14:57 +0900)]
UI: add VMName item.

- Profile & Image item is added for test.
  (They only have a title.)
- do refactoring nine patch button.
- add text input box widget.
- add VMModifyHandler to control VM modification.

Change-Id: I2d736a8c15c375c1420073961ebcc7d5f67209c2
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoresource: add image resources for VM modify dialog.
minkee.lee [Fri, 18 Sep 2015 05:53:52 +0000 (14:53 +0900)]
resource: add image resources for VM modify dialog.

- add resources for text input box.
- add resources for title icon.

Change-Id: I4669a35398b79f899f873418466d960cc87835e8
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoBuild: delete the redundant file
jihye424.kim [Wed, 16 Sep 2015 00:54:37 +0000 (09:54 +0900)]
Build: delete the redundant file

- delete 'emulator-manager.c'

Change-Id: Ie533b13d862dc60954a6a09072d13db0e62bd52b
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoBuild: make renewal/res directory
jihye424.kim [Wed, 16 Sep 2015 08:51:48 +0000 (17:51 +0900)]
Build: make renewal/res directory

Change-Id: Iab6aa2489b5bc39d3122fb77839d57ab394556b3
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVM List: remove combo item when refreshed vm list
jihye424.kim [Wed, 16 Sep 2015 08:47:26 +0000 (17:47 +0900)]
VM List: remove combo item when refreshed vm list

- add redraw() when changed status of combo box

Change-Id: I3ac751bdd4a19261f2d41770892fda6291cf78a8
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable: modified for windows os
jihye424.kim [Wed, 16 Sep 2015 08:44:26 +0000 (17:44 +0900)]
Table: modified for windows os

- add Hyperlink background (black)
- add redraw() to table

Change-Id: Ibadbb32c4329041f64cf6ee0bdaade1bd1138e1e
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agopackage: update version(2.4.151)
jihye424.kim [Wed, 16 Sep 2015 00:02:27 +0000 (09:02 +0900)]
package: update version(2.4.151)

Change-Id: Id20bc0532d3233f88f8d39624a0a56c04b8892c5
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoResolution: delete default FULLHD(1080x1920) resolution
jihye424.kim [Tue, 15 Sep 2015 23:55:32 +0000 (08:55 +0900)]
Resolution: delete default FULLHD(1080x1920) resolution

- 1080x1920 resoulution's name will be changed to other name
- other reolution's name will be changed to 'FULLHD'

Change-Id: I04be7e99d8d322b0967862387d44135d15605453
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoREADME: update about sdk-manager library.
minkee.lee [Tue, 15 Sep 2015 07:36:37 +0000 (16:36 +0900)]
README: update about sdk-manager library.

Change-Id: I3580b5e8c26ac7a24a11f2eb7cd62789038536b5
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: version up (2.4.150)
minkee.lee [Tue, 15 Sep 2015 07:17:48 +0000 (16:17 +0900)]
package: version up (2.4.150)

Change-Id: If59e339be2b327fe21850c79d30449e9d61e0aec
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agosdk-update: apply SDK update checking.
minkee.lee [Tue, 15 Sep 2015 06:42:45 +0000 (15:42 +0900)]
sdk-update: apply SDK update checking.

- It simply checks and writes log
  whether SDK update is available or not.

Change-Id: Ifcfa5314e4a4fbe267a17e5c17d4d84635ef8371
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agosdk-path: fix sdk-path setting.
minkee.lee [Mon, 14 Sep 2015 11:55:10 +0000 (20:55 +0900)]
sdk-path: fix sdk-path setting.

- If sdk.info file doesn't exist, sdk-path should be
  set as "../../.." from emulator-manager's working directory.

Change-Id: Ib2973970460ca8598087e03b881a18a7e320d9fd
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoui: add dialog which has an empty body.
minkee.lee [Wed, 9 Sep 2015 07:28:50 +0000 (16:28 +0900)]
ui: add dialog which has an empty body.

- A class "Dialog" provides title and buttons.
- Add an empty VMModifyDialog with default scroll-bar.

Change-Id: Ib75772d52b6591c5d11323e8b8ab50d11d513caf
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: version up (2.4.149)
minkee.lee [Thu, 10 Sep 2015 07:29:18 +0000 (16:29 +0900)]
package: version up (2.4.149)

Change-Id: Ic9d8f51b5ad0533b91d5983f5f8a7f08d78f4d55
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoremote-option: add new display option for remote mode.
minkee.lee [Thu, 10 Sep 2015 06:28:04 +0000 (15:28 +0900)]
remote-option: add new display option for remote mode.

- If VM is set as remote mode, "maru_remote_spice" is used
  instead of "maru_qt,..." for display option.
- This is applied at version 2.4 or later.

Change-Id: I177fde4bcd5f0720b1e3a2424ce8cf4da0a9849c
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: version up (2.4.148)
minkee.lee [Tue, 8 Sep 2015 08:01:58 +0000 (17:01 +0900)]
package: version up (2.4.148)

Change-Id: I672fb104ad7e07acc0a430e9a18228858d299186
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agocli: fix usage of file-path variable.
minkee.lee [Tue, 8 Sep 2015 07:25:31 +0000 (16:25 +0900)]
cli: fix usage of file-path variable.

- use "EnableDelayedExpension" option. It is needed if
  brackets and white space is in variable and used in
  IF, ELSE phrase.

Change-Id: If29a4b471c20528acd79f48275cd00fa4215cf76
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: version up (2.4.147)
jihye424.kim [Tue, 8 Sep 2015 07:43:32 +0000 (16:43 +0900)]
package: version up (2.4.147)

Change-Id: I957b9e185f5e5884459ec55930af2e74402b20f0
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMWorker: delete misused 'Message.getString()' function
jihye424.kim [Tue, 8 Sep 2015 05:04:30 +0000 (14:04 +0900)]
VMWorker: delete misused 'Message.getString()' function

Change-Id: Ie4215a559b1e627ae41ead3572045f3ea2d7c985
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMListTable: add sorting table items function to table column
jihye424.kim [Mon, 7 Sep 2015 04:44:11 +0000 (13:44 +0900)]
VMListTable: add sorting table items function to table column

- profile image column is sorted using profile's priority
- add priority variable to 'Profile' class
- profile's priority: mobile -> wearable -> tv

Change-Id: Ifb9ffaaa266a38d6d17b517058ffa99f5d344c7d
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable Widget: add sorting table item routine
jihye424.kim [Sun, 6 Sep 2015 05:13:46 +0000 (14:13 +0900)]
Table Widget: add sorting table item routine

- modify default sort listener
- using sort direction and sort column when drawing column

Change-Id: Icd3791ca9cc9ee4c26c03d8828794e5c26c4010c
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agolaunch-conf: change comment for file encoding.
minkee.lee [Tue, 8 Sep 2015 05:02:21 +0000 (14:02 +0900)]
launch-conf: change comment for file encoding.

- use "character encoding".

Change-Id: I7e42e83c1110768162683af735866839ac0f4808
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: version up (2.4.146)
minkee.lee [Mon, 7 Sep 2015 09:39:39 +0000 (18:39 +0900)]
package: version up (2.4.146)

Change-Id: I41840a79e20cc2d7fa8c935ca37beb8b26e29f22
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agofile-share: fixed file share option.
minkee.lee [Mon, 7 Sep 2015 09:23:16 +0000 (18:23 +0900)]
file-share: fixed file share option.

- add double qoutes and use variable ("sharing_path")
  in launch config file.

Change-Id: I2a7bb041a08c17ab033e7af1fd2c34760a5fe594
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoTable widget: add function that getting table width
jihye424.kim [Sun, 6 Sep 2015 01:33:00 +0000 (10:33 +0900)]
Table widget: add function that getting table width

- delete unnecessary redraw function
- change unnecessary setBounds function
  to setLocation or setSize function

Change-Id: I7e1f8db964a822c59b5a3536d3289c3c22f175c2
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable widget: set origin when disappear scroll bar
jihye424.kim [Fri, 4 Sep 2015 09:30:17 +0000 (18:30 +0900)]
Table widget: set origin when disappear scroll bar

Change-Id: Ic59de104ec3c91e6333414473bf9eee4dd637930
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable Widget: add 'TableItemCell' class
jihye424.kim [Fri, 4 Sep 2015 09:04:19 +0000 (18:04 +0900)]
Table Widget: add 'TableItemCell' class

- 'TableItemCell' darwing table item's column value

Change-Id: I027a333d7b4e5092813fcac8841995f3570f7e54
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoWidget: move 'CustomScrolledComposite' class
jihye424.kim [Fri, 4 Sep 2015 08:56:42 +0000 (17:56 +0900)]
Widget: move 'CustomScrolledComposite' class

- move 'CustomScrolledComposite' class to widgets package
 from table package

Change-Id: I65377155c88c4f9d6afbef4e2938eb77596ea296
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agobuild: change build dependency to emulator-common-lib-dev
jihye424.kim [Fri, 4 Sep 2015 02:11:45 +0000 (11:11 +0900)]
build: change build dependency to emulator-common-lib-dev

Change-Id: Ic279fde0d58c56dff2624868f89c27c6e149ade9
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoEmulator Status: add 'EmulatorStatusListener'
jihye424.kim [Thu, 3 Sep 2015 05:59:49 +0000 (14:59 +0900)]
Emulator Status: add 'EmulatorStatusListener'

- receive event when emulator launched or terminated.
- CheckingRunningEmulator send event

Change-Id: Ideba358f5fa7a4e97dc35f717cbaf86ed60940e5
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agopackage: version up(2.4.145)
jihye424.kim [Thu, 3 Sep 2015 07:33:40 +0000 (16:33 +0900)]
package: version up(2.4.145)

Change-Id: I843f27ae8ac609c7c9ab652a96db95b3de2e1f6b
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agolaunch-conf: use system default file encoding.
minkee.lee [Thu, 3 Sep 2015 08:00:07 +0000 (17:00 +0900)]
launch-conf: use system default file encoding.

- change to use system file encoding instead of UTF-8.

Change-Id: I38be4935279e06351bac0328d51c95e7ddc3a50d
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agofile: add exception handling when open lock file.
minkee.lee [Thu, 3 Sep 2015 07:48:43 +0000 (16:48 +0900)]
file: add exception handling when open lock file.

- Emulator manager is terminated without any message, so
  I add popup message before termination.

Change-Id: I80c54cb430337ab7f7c0ecfc8e528e0701448c4a
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agobuild: changed DIBS variable for windows build.
minkee.lee [Thu, 3 Sep 2015 02:54:10 +0000 (11:54 +0900)]
build: changed DIBS variable for windows build.

- $SRCDIR -> $MSYS_SRCDIR
- $ROOTDIR -> $MSYS_ROOTDIR

Change-Id: I075c5b56041c9f80b4bc36a5c2dde8b87f4515fd
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoBase image: add 'extention' info to sorting condition
jihye424.kim [Thu, 3 Sep 2015 03:21:25 +0000 (12:21 +0900)]
Base image: add 'extention' info to sorting condition

Change-Id: I5617c97dc20e248eb60386f15e7c8869a23f79e0
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>