sdk/emulator/emulator-manager.git
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>
8 years agopackage: version up (2.4.144)
minkee.lee [Wed, 2 Sep 2015 03:08:50 +0000 (12:08 +0900)]
package: version up (2.4.144)

Change-Id: If816522e8598726d94f7625ea5c8c7afcf98186f
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoVMListTable: add CreateVMCombo button for create emulator
jihye424.kim [Wed, 2 Sep 2015 06:27:05 +0000 (15:27 +0900)]
VMListTable: add CreateVMCombo button for create emulator

Change-Id: I473d6fe54ae1dffa323ff837dd95c89ce18c19e1
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoCreateVMCombo: create 'CreateVMCombo' class
jihye424.kim [Wed, 2 Sep 2015 06:26:29 +0000 (15:26 +0900)]
CreateVMCombo: create 'CreateVMCombo' class

Change-Id: Ic773b386682dfd2df7d7f78e48ffa9161b02ccd7
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoProfileButton: seperate 'ProfileButton' class from 'ProfileButtonList'
jihye424.kim [Wed, 2 Sep 2015 06:25:48 +0000 (15:25 +0900)]
ProfileButton: seperate 'ProfileButton' class from 'ProfileButtonList'

Change-Id: I8db2eebb7e68c71dd2b88d8ab5fe53200806b3a3
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoResources: add image, color resources for CreateVMCombo
jihye424.kim [Wed, 2 Sep 2015 06:24:43 +0000 (15:24 +0900)]
Resources: add image, color resources for CreateVMCombo

Change-Id: Ie2624abe697760af53f53339540fc7469574d9d6
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoinstall: add double quotes to file path.
minkee.lee [Wed, 2 Sep 2015 06:20:34 +0000 (15:20 +0900)]
install: add double quotes to file path.

- add double quotes to file path in install/remove script.

Change-Id: I6dd97d40f19317e9ac224c53671ebf268814beea
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoencoding: use UTF-8 encoding.
minkee.lee [Wed, 2 Sep 2015 01:34:19 +0000 (10:34 +0900)]
encoding: use UTF-8 encoding.

- write: emulator-manager.log, vm_launch.conf
- read: sdk.info

Change-Id: I3097cdebdbb3c67ed4ddcadf1a0aa6ac321d2aeb
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agotap-option: (ubuntu) fix getting netmask, gateway.
minkee.lee [Tue, 1 Sep 2015 09:21:19 +0000 (18:21 +0900)]
tap-option: (ubuntu) fix getting netmask, gateway.

- If it failed to get netmask and gateway address from "eth0",
  try one more from "bridge1".

Change-Id: I5f6b5b81af3f9aa718e58b3ea337d4f7530f2ef3
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoprofile-tab: add checking tab index.
minkee.lee [Tue, 1 Sep 2015 04:46:37 +0000 (13:46 +0900)]
profile-tab: add checking tab index.

- set index to zero if index < 0

Change-Id: Ifb73b2239590c76a59596a628640edce53b066ec
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoREADME: update README file
minkee.lee [Mon, 31 Aug 2015 11:53:36 +0000 (20:53 +0900)]
README: update README file

- new build description is needed by git seperation.
  (emulator-manager and emulator-manager-resources)
- This includes how to build both emulator-manager and
  emulator-manager-resources.

Change-Id: Ic741b6f6752244418213fc363e8cdd575dcb5b2b
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoHyperlink: add Hyperlink widget
jihye424.kim [Mon, 31 Aug 2015 08:10:43 +0000 (17:10 +0900)]
Hyperlink: add Hyperlink widget

- that widget draws underlined text

Change-Id: Ia0de7a202cc6179f2f6dd3f800aca6657c386abe
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMList Table: add reloading emulator list function
jihye424.kim [Mon, 31 Aug 2015 04:40:40 +0000 (13:40 +0900)]
VMList Table: add reloading emulator list function

Change-Id: I83f189305e14cd4a6c427094a49e649f2e8022c9
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMWorker: modify delete vm function
jihye424.kim [Tue, 25 Aug 2015 02:04:31 +0000 (11:04 +0900)]
VMWorker: modify delete vm function

Change-Id: Ibbc152e54223a568d16648f521f3d810b2b17d80
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoimage-list: change sorting sequence.
minkee.lee [Mon, 31 Aug 2015 04:56:13 +0000 (13:56 +0900)]
image-list: change sorting sequence.

First, images are arranged by image-version. If image-version is same,
image-type (standard or not) is used as secondary criteria.

Change-Id: I6e905625ac371b327bfce7a8f7e52d9c23983724
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoProperty: remove oci device
jihye424.kim [Mon, 24 Aug 2015 08:48:25 +0000 (17:48 +0900)]
Property: remove oci device

- oci device option move to plugin resources

Change-Id: If660ddcb1ab4bae0d8d8f3a18901e80581499702
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoui: added DragController that helps dialog move.
minkee.lee [Mon, 24 Aug 2015 06:56:03 +0000 (15:56 +0900)]
ui: added DragController that helps dialog move.

- this can be used at dialog (shell) without titlebar.

Change-Id: Ied157b6a47c9a5599396943640ec508b5b0ed975
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: version up (2.4.143)
minkee.lee [Tue, 25 Aug 2015 06:15:46 +0000 (15:15 +0900)]
package: version up (2.4.143)

Change-Id: I73a7888c39e277b7cd2b10fa599f033d82714a0a
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agotree list: changed information displayed in tree list.
minkee.lee [Tue, 25 Aug 2015 05:39:41 +0000 (14:39 +0900)]
tree list: changed information displayed in tree list.

- add image version. (custom-vm shows "custom")
- remove DPI.

Change-Id: Idddd71b7e95eb35a65039d88e29d28c05b4ff4a3
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: version up (2.4.142)
jihye424.kim [Mon, 24 Aug 2015 08:50:33 +0000 (17:50 +0900)]
package: version up (2.4.142)

Change-Id: I38e5211877fe3ebaeda498a8bdd6c687a158b513
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agocustom-vm: fixed custom-image import.
minkee.lee [Mon, 24 Aug 2015 11:54:30 +0000 (20:54 +0900)]
custom-vm: fixed custom-image import.

- fixed that custom-image of extension "i386", "x86_64"
  is also available when create custom-vm.
- removed "arm" extension.

Change-Id: I7f219cbb867143a26b6c91369604bca76e56344f
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoVMList View: add vm delete, reset, launch, export as function
jihye424.kim [Mon, 24 Aug 2015 04:40:28 +0000 (13:40 +0900)]
VMList View: add vm delete, reset, launch, export as function

Change-Id: I0fbe7104e2b390a29ab3d22f70170007d0b50d64
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoui: fixed the button corners transparent
minkee.lee [Fri, 21 Aug 2015 08:34:11 +0000 (17:34 +0900)]
ui: fixed the button corners transparent

- Now, the corners outside the rounded button is transparent.

Change-id: I6ee95d4c090b14917063e7e50e66cc3c667cbf38
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoui: fixed nine patch button dispose.
minkee.lee [Thu, 20 Aug 2015 02:44:50 +0000 (11:44 +0900)]
ui: fixed nine patch button dispose.

- (W/A) Nine patch image resources will be disposed
  by ImageResources's dispose function call.

Change-Id: I32bacdba9099c9bd4e1df1065d68402e6cce0921
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoresource: added dispose function.
minkee.lee [Thu, 20 Aug 2015 02:44:11 +0000 (11:44 +0900)]
resource: added dispose function.

Change-Id: Idd79c702b787e9d7d3cb2d16c5bad1a884935238
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoTableViewer: add VM list table viewer
jihye424.kim [Thu, 20 Aug 2015 05:09:16 +0000 (14:09 +0900)]
TableViewer: add VM list table viewer

Change-Id: If11ae8128baa5e1ce5a08451abcc5179795fadba
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable: modify to remove item of table
jihye424.kim [Thu, 20 Aug 2015 05:08:27 +0000 (14:08 +0900)]
Table: modify to remove item of table

Change-Id: I14fb170b349153c9c729fc78829f0394390e871c
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoResources: add image and color resources for table viewer
jihye424.kim [Thu, 20 Aug 2015 05:03:56 +0000 (14:03 +0900)]
Resources: add image and color resources for table viewer

Change-Id: I13e5ced22de4fad8a22f7d3596a3e793700c6781
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agobuild: Added missing double quotation to file path.
minkee.lee [Thu, 20 Aug 2015 04:31:33 +0000 (13:31 +0900)]
build: Added missing double quotation to file path.

Change-Id: I6dd55446d05377f1b52416c190c55adcb34f6ece
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoMerge branch 'develop' into features/new_ui
jihye424.kim [Thu, 20 Aug 2015 03:22:51 +0000 (12:22 +0900)]
Merge branch 'develop' into features/new_ui

Change-Id: Icf5b77c3c6a0a932161464d9db5ed7a866df3ec3
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agobuild: added double quotation to file path.
minkee.lee [Wed, 19 Aug 2015 05:10:30 +0000 (14:10 +0900)]
build: added double quotation to file path.

- to prevent problems due to white space.

Change-Id: Id349ee59248c068d11466cdd960f6fb9d58174b5
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoBuild: modify build.xml for table class
jihye424.kim [Wed, 19 Aug 2015 08:26:58 +0000 (17:26 +0900)]
Build: modify build.xml for table class

Change-Id: I2eaf4101d3b1609678e701f6f977801e3b7524c3
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agotap: remove error message
Munkyu Im [Wed, 19 Aug 2015 08:32:54 +0000 (17:32 +0900)]
tap: remove error message

bindbridge.exe already has the same error message.

Change-Id: Id767e29281f9cc075103270b59014d7789778c23
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agoui: added nine patch button widget.
minkee.lee [Wed, 19 Aug 2015 07:56:57 +0000 (16:56 +0900)]
ui: added nine patch button widget.

- Gray button widget is Added.

Change-Id: Iaec5498898ce2163941b106c439315ff94102774
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: version up (2.4.141)
minkee.lee [Mon, 17 Aug 2015 12:55:30 +0000 (21:55 +0900)]
package: version up (2.4.141)

Change-Id: I1561fb027e75603b862208d0e70ef02fe3a57ced
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agodpi: modified kernel dpi argument.
minkee.lee [Mon, 17 Aug 2015 12:37:30 +0000 (21:37 +0900)]
dpi: modified kernel dpi argument.

- unnecessary dpi operation (multiply by 10) is removed.
  (from platform version 2.4)

Change-Id: I8fa5b7b655b73c08b6064e717b8d4515fd5c6352
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agooption: modified display option.
minkee.lee [Thu, 13 Aug 2015 10:07:14 +0000 (19:07 +0900)]
option: modified display option.

- added "resolution", "dpi" to display (maru_qt) option.
- from platform version 2.4, use variable "display_resolution"
  instead of "resolution" in launch config file.

Change-Id: Id45eddcc88ae34cced206418697893ec08b1f974
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoimage-list: modified image-list ordering.
minkee.lee [Fri, 7 Aug 2015 09:37:19 +0000 (18:37 +0900)]
image-list: modified image-list ordering.

- Modified image list ordering that is shown when create VM.
- 1. Descending order by version.
- 2. 32bit is prior to 64bit.

Change-Id: I34af529326ae7c8908f64b1683e8a3a32c0bd694
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoTable Widget: add table widget sources
jihye424.kim [Tue, 11 Aug 2015 09:58:11 +0000 (18:58 +0900)]
Table Widget: add table widget sources

- widget_src: custom scroll bar sources
from sacrilege-custom-swt-scrollbar(www.codeaffine.com)

Change-Id: I099c6027caef1f2060a70093663a895d4f5a370a
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agopackage: version up. (2.4.140)
minkee.lee [Fri, 7 Aug 2015 08:00:51 +0000 (17:00 +0900)]
package: version up. (2.4.140)

Change-Id: Ic8c7d8fbec4eb72255d98dfa6d35dbe2ecd1994f
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agocustom-image: modified file dialog filter.
minkee.lee [Mon, 10 Aug 2015 05:01:01 +0000 (14:01 +0900)]
custom-image: modified file dialog filter.

- User doesn't need to select file type in combo box.
  (multiple extentions filter)

Change-Id: I187a13e11b2e3c55bcf30b1197ae87f525294a43
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoimage-option: fixed drive option.
minkee.lee [Fri, 7 Aug 2015 07:54:04 +0000 (16:54 +0900)]
image-option: fixed drive option.

- added "image_arch" variable.
- fixed drive option's extention.

Change-Id: I604a21efc3d4df26cf5518e3611ec2b60f5efb78
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: update version(2.4.139)
jihye424.kim [Fri, 7 Aug 2015 06:49:32 +0000 (15:49 +0900)]
package: update version(2.4.139)

Change-Id: Iac40541fec5c823135214fdce2c304c861860f0e
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMProperty: add platform name attribute
jihye424.kim [Fri, 7 Aug 2015 06:30:19 +0000 (15:30 +0900)]
VMProperty: add platform name attribute

- custom vm use product platform of latest version

Change-Id: Idb0c8d18b74b60b067b2a02e2dc0d14005d4b27b
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoBase Image: add profile extension attribute to base image
jihye424.kim [Fri, 7 Aug 2015 05:32:05 +0000 (14:32 +0900)]
Base Image: add profile extension attribute to base image

Change-Id: Ibd1ea361e8c2cc5868e566ad555d2cd57df9b168
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoOption: add OPTION_KEY
jihye424.kim [Fri, 7 Aug 2015 05:05:14 +0000 (14:05 +0900)]
Option: add OPTION_KEY

- add wsi option key for gpu, tv tuner, external input

Change-Id: If9ab5384cce2e017ef8d8ea8a285ea9cd560b5c6
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agotemplate: preparing template version 2.
minkee.lee [Mon, 3 Aug 2015 05:57:47 +0000 (14:57 +0900)]
template: preparing template version 2.

- Added new schema & java class.
- Introduced template loader & template.

Change-Id: I5078610ede385a9a68ec4df13599ec135524485f
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agopackage: version up (2.4.138)
minkee.lee [Fri, 31 Jul 2015 08:37:51 +0000 (17:37 +0900)]
package: version up (2.4.138)

Change-Id: I94e9c1704f9d5d56f54919ef0d8b345841d98e84
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agooption: Added "profile" variable.
minkee.lee [Fri, 31 Jul 2015 02:16:47 +0000 (11:16 +0900)]
option: Added "profile" variable.

- This will be used in EVDI argument.

Change-Id: If9b9811f41f967e4d19baa44d499c2af379ccda9
Signed-off-by: minkee.lee <minkee.lee@samsung.com>