sdk/emulator/qemu.git
8 years agojava_skin: fixed bug when treating simple message
SeokYeon Hwang [Mon, 3 Aug 2015 01:32:20 +0000 (10:32 +0900)]
java_skin: fixed bug when treating simple message

If message contains '=', it can not be showed fully since '=' is splitted out.
So, for representing whole message, "key" is determined startsWith(),
and "value" splitted just once by '='.

Change-Id: I74a9450b9524f1bfc6a6fa9aa231bab8943d8610
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agoemulator: introduced new error report architecture
SeokYeon Hwang [Sat, 1 Aug 2015 12:13:43 +0000 (21:13 +0900)]
emulator: introduced new error report architecture

User can see all errors reported by error_report().
Removed most emulator specified codes.
Renamed some source files.
Removed redudant header includes.

Change-Id: I61f92f4e32763eaa1e3ed20c77259dd8b034d497
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agoemulator: cleaned common codes up
SeokYeon Hwang [Sat, 1 Aug 2015 08:02:37 +0000 (17:02 +0900)]
emulator: cleaned common codes up

Change-Id: Ia6b6ba6094233d743ab15f6d2257e14f489e31d0
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agoMakefile: changed DIBS_SWT_PATH
Jihye Won [Fri, 31 Jul 2015 05:15:03 +0000 (14:15 +0900)]
Makefile: changed DIBS_SWT_PATH

- fix the bug to build qemu in dibs.
- changed DIBS_SWT_PATH due to
  including swt.jar in 2.4-emulator-lib-dev

Change-Id: Ib6b2feeb98a36a168e32e42a93afd97042404e1b
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
8 years agosdb: removed redundant inbound funtion calls
SeokYeon Hwang [Fri, 31 Jul 2015 07:51:02 +0000 (16:51 +0900)]
sdb: removed redundant inbound funtion calls

Change-Id: I0b92232270167bf0aa30a8e5ff4f679b3641d465
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agoemulator: cleaned some start-up logics up
SeokYeon Hwang [Fri, 31 Jul 2015 05:54:25 +0000 (14:54 +0900)]
emulator: cleaned some start-up logics up

Change-Id: I8cf17778ceddacf7f1b5ca6acc1aa5b894b99f2a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agoemulator: introduced "--qemu" argument
SeokYeon Hwang [Fri, 31 Jul 2015 05:29:16 +0000 (14:29 +0900)]
emulator: introduced "--qemu" argument

"--qemu" can be used by expert users. All args followed by "--qemu"
are passed to qemu directly.
So, we can use "help" using additional args "--qemu -help".

Change-Id: Ia2ae1a28a49b8d109906d0e240272bc50789fba2
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agohwkey: define additional attribute schema of XML for HW key long pressing
GiWoong Kim [Fri, 31 Jul 2015 07:19:21 +0000 (16:19 +0900)]
hwkey: define additional attribute schema of XML for HW key long pressing

<key>
    ...
    <keycode longPress="22"> 11 </keycode>
    ...
</key>

Change-Id: I21a3aa86fa30d96809e3b15f61801e09a54686b1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoui: set a constraint about the docking controller
Jihye Won [Wed, 29 Jul 2015 02:47:44 +0000 (11:47 +0900)]
ui: set a constraint about the docking controller

- improved a usability
  when the user clicks the docking controller.
- the docking controller can be floating state
  only when the user presses, moves and releases the contoller.

Change-Id: Ifabb5f7a92d525086c0b1f25ebe177573521e27e
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
8 years agopackage: version up (2.2.40)
Munkyu Im [Tue, 28 Jul 2015 05:55:00 +0000 (14:55 +0900)]
package: version up (2.2.40)

Change-Id: I512166f9667a144d1f11aaa1b46d6285379fd9b1
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agonet: get link status
Munkyu Im [Tue, 9 Jun 2015 05:33:21 +0000 (14:33 +0900)]
net: get link status

added hmp command used for getting link status of specific network adapter.

Change-Id: I82fef064788cbebf0c227ef584c4bfa06b578f7c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agoui: stop the window moving when context menu is opened
GiWoong Kim [Thu, 30 Jul 2015 06:05:02 +0000 (15:05 +0900)]
ui: stop the window moving when context menu is opened

Change-Id: Id8c157fe12621e7db9b3f571bf4fdb87c9a12ebc
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoui: remove stale lock file for gui.property
GiWoong Kim [Thu, 30 Jul 2015 06:50:34 +0000 (15:50 +0900)]
ui: remove stale lock file for gui.property

Change-Id: I808bfdcdce88d5fd2723b83f985c5fe5d438174e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoqt: modified the logging format
Jihye Won [Tue, 28 Jul 2015 04:40:13 +0000 (13:40 +0900)]
qt: modified the logging format

modify printf formats in qMessageOutput function.

Change-Id: Ic7da823d82b1694688472be56c79aa83d8e0a26b
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
8 years agoemulator: Modified code about java path in WOW64
jinhyung.jo [Wed, 29 Jul 2015 08:30:43 +0000 (17:30 +0900)]
emulator: Modified code about java path in WOW64

Use more registry keys and the environment variable
in oder to find more precise 'Java Home'.
Removed redundant code.

Change-Id: I9ef2d3e87cd47cb31ee0c4389269cca2708fcc4d
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
8 years agoemul_state: detached dependency evdi->emul_state
SeokYeon Hwang [Thu, 30 Jul 2015 05:43:42 +0000 (14:43 +0900)]
emul_state: detached dependency evdi->emul_state

Detached dependency evdi->emul_state.
Some additional clean-up is applied.

Change-Id: I06dae3130ba1271b629bb2ea179bc24ee2f2fe9a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agomenu: SDK image packaging for About dialog
GiWoong Kim [Wed, 29 Jul 2015 11:44:07 +0000 (20:44 +0900)]
menu: SDK image packaging for About dialog

Change-Id: Ib3f61ed7ec943940099dbd4cbeed3af8486af693
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoskin: SWT skin packaging temporarily
GiWoong Kim [Wed, 29 Jul 2015 05:15:41 +0000 (14:15 +0900)]
skin: SWT skin packaging temporarily

Change-Id: Ib08acb9b0be0fd44006595d7daead9d618327187
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoVIGS/YaGL: Modified the logging format
jinhyung.jo [Mon, 27 Jul 2015 10:31:59 +0000 (19:31 +0900)]
VIGS/YaGL: Modified the logging format

Adjust the format of the tizen devices.

Change-Id: I19502e3a030be6a60c472f3d48369e8ab35681e2
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
8 years agoskin: prevent skin resizing
sungmin ha [Tue, 28 Jul 2015 08:05:43 +0000 (17:05 +0900)]
skin: prevent skin resizing

Change-Id: I4e70d80c0ce40c9b9c06ec58be089392b73cbd7d
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
8 years agoskin: modified profile skin packaging
GiWoong Kim [Fri, 24 Jul 2015 11:35:54 +0000 (20:35 +0900)]
skin: modified profile skin packaging

profile skins categorized on Makefile

Change-Id: I5c535c92c2c796c595042f3df0df5d6252812511
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoskin: modified display off guide image name and packaging
GiWoong Kim [Fri, 24 Jul 2015 10:41:00 +0000 (19:41 +0900)]
skin: modified display off guide image name and packaging

blank-guide.png -> display_off_guide.png

Change-Id: I9089a955eb3761dbc745bde066bd4445e24c2eb2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoui: string extraction
GiWoong Kim [Thu, 23 Jul 2015 08:27:22 +0000 (17:27 +0900)]
ui: string extraction

add headers file for XML schema keywords, property keywords
and menu dialog texts.

Change-Id: I493e42a12ffd13e5bc40b70c2d22e9855b51f544
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agosource: Extract the strings from source codes
Sooyoung Ha [Fri, 24 Jul 2015 08:55:17 +0000 (17:55 +0900)]
source: Extract the strings from source codes

I extract some strings which shown to users via UI and gather them to
header files. It helps to verify the strings conveniently.

Change-Id: I946e2bfe69d6e9a7b0db497e1ef903b2326cb8de
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
8 years agotablet: added maru tablet device
sungmin ha [Sun, 26 Jul 2015 08:06:10 +0000 (17:06 +0900)]
tablet: added maru tablet device

added mouse operation

Change-Id: I500cff93afccd60cbee2dbb49c9ea6616ee94dab
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
8 years agousb-passthru: add udev rules
ChulHo Song [Thu, 23 Jul 2015 11:12:19 +0000 (20:12 +0900)]
usb-passthru: add udev rules

Change-Id: I5fdf87885d122b99de3d36e4bb5c334cab3f476a
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
8 years agoui: modified the stylesheet of scrollbar in h/w key
Jihye Won [Fri, 24 Jul 2015 09:00:34 +0000 (18:00 +0900)]
ui: modified the stylesheet of scrollbar in h/w key

it improved the style sheet of the scrollbar in h/w key
it also removed the bug n macos.

Change-Id: Ib31a40370cd2551a6cd9bba4e8ec31f9878c8453
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
8 years agoshortcut: added shortcut info on context menu
sungmin ha [Thu, 23 Jul 2015 06:32:51 +0000 (15:32 +0900)]
shortcut: added shortcut info on context menu

added shortcut tooltip on general purpose controller

Change-Id: I1a420291db0e3798a55949bc8671f00a0e19a3ae
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
8 years agoshortcut: added back and controller shortcut info
sungmin ha [Thu, 23 Jul 2015 08:21:00 +0000 (17:21 +0900)]
shortcut: added back and controller shortcut info

Change-Id: I0b6967a9509c363347fb9c7d4b578a298068b634
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
8 years agopackage: version up(2.2.39)
Munkyu Im [Thu, 23 Jul 2015 04:43:26 +0000 (13:43 +0900)]
package: version up(2.2.39)

Change-Id: Ic7fc602b706a592577b33fa71c77bbeb4965bb08
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agodebugch: remove duplicated const
Munkyu Im [Thu, 23 Jul 2015 04:40:41 +0000 (13:40 +0900)]
debugch: remove duplicated const

Change-Id: I799c47a703f38c7fa67b9265102017cf97bc697f
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agopackage: Removed graphic driver checking. (ubuntu)
minkee.lee [Wed, 22 Jul 2015 09:09:17 +0000 (18:09 +0900)]
package: Removed graphic driver checking. (ubuntu)

- This is moved to emulator-supplements's install script.

Change-Id: I9b0d489aeeadbd244d3759aacf3be1a4df815562
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agolog: modified qemu log format
Jihye Won [Wed, 22 Jul 2015 04:24:55 +0000 (13:24 +0900)]
log: modified qemu log format

- add a line number for logging

Change-Id: I79b80bc5b7513566d8a33b699fea22615e8781ab
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
8 years agoecs: add ecs extension
ChulHo Song [Mon, 20 Jul 2015 06:50:57 +0000 (15:50 +0900)]
ecs: add ecs extension

Change-Id: Ic1dd9b2318aa88f284caa097d4a86cf445909018
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
8 years agovl.c: used QT UI when no "-display" specified
SeokYeon Hwang [Tue, 21 Jul 2015 08:28:18 +0000 (17:28 +0900)]
vl.c: used QT UI when no "-display" specified

Change-Id: I35e27621ab5724a7ba8061ea9a71d26ac69e6667
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
8 years agobuild: package version up (2.2.38)
Jinhyung Choi [Tue, 21 Jul 2015 05:49:32 +0000 (14:49 +0900)]
build: package version up (2.2.38)

Change-Id: I27dfadd0e8c7419f3cc492f89c72aa85dab32f9e
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
8 years agosensor: bug fix - function call w/o initializaion
Jinhyung Choi [Tue, 21 Jul 2015 05:42:23 +0000 (14:42 +0900)]
sensor: bug fix - function call w/o initializaion

mutex is used at set_sensor_data() and it is initialized when device is
realized.
Sensor may be used in some profile, such as tv.
However, skin will set rotation without considering profile.
Therefore, sensor will set value after checking validity.

Change-Id: If7482bdea338883ae82fbffa82ce86b06a029b3f
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agoskin: modified emulator skin packaging
GiWoong Kim [Mon, 20 Jul 2015 05:04:58 +0000 (14:04 +0900)]
skin: modified emulator skin packaging

- remove .dbi fies for SWT GUI
- copy cropped images to Qt skin path from SWT skin path
- packaging from Qt GUI resource path (tizen/src/ui/resource/)

Change-Id: I5cb7792b5fc5906ae5d934887702330a684e5722
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agousb-passthru: add usb passthrough feature
ChulHo Song [Fri, 17 Jul 2015 07:22:32 +0000 (16:22 +0900)]
usb-passthru: add usb passthrough feature

default disable

Change-Id: I5637b7b757c2187e2c5a189e22701cb9777111f9
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
9 years agoconfigure: enabling java ui explicitly
SeokYeon Hwang [Mon, 20 Jul 2015 06:42:39 +0000 (15:42 +0900)]
configure: enabling java ui explicitly

Now we can also disable java ui explicitly.

Change-Id: I7fbe217ff92b1e2594d62ba6b8a99e20eb7a8a29
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoui: prepared for excluding java ui build
SeokYeon Hwang [Sun, 19 Jul 2015 07:06:09 +0000 (16:06 +0900)]
ui: prepared for excluding java ui build

Used unified definition "CONFIG_JAVA_UI" for java ui.
Did not build java skin if "CONFIG_JAVA_UI" is not set.
Additional task - especially cleaning sources up under src/skin/* -
should be followed.

Change-Id: I40a16ff8cc2d5c4e119267c41ebcca23c650a1c0
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoemulator_options: "SKIN_OPTIONS" field is deprecated
SeokYeon Hwang [Sun, 19 Jul 2015 05:19:05 +0000 (14:19 +0900)]
emulator_options: "SKIN_OPTIONS" field is deprecated

Change-Id: I33f8dac13f3fcf96716d84112b365f6387770f24
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoskin_client: added handling routine when proxy_addr has empty string
SeokYeon Hwang [Sun, 19 Jul 2015 04:17:39 +0000 (13:17 +0900)]
skin_client: added handling routine when proxy_addr has empty string

Change-Id: I5fffda62b7bc53d3f38c5c04698d9c65f18eb52b
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoshortcut: modified sorting for shortcutInfo tab
sungmin ha [Fri, 17 Jul 2015 05:24:21 +0000 (14:24 +0900)]
shortcut: modified sorting for shortcutInfo tab

added back and controller shortcuts

Change-Id: I1acd732048d7244b9969bb1c88656fa24b68bf8a
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agopackage: version up (2.2.37)
jinhyung.jo [Fri, 17 Jul 2015 02:18:00 +0000 (11:18 +0900)]
package: version up (2.2.37)

Change-Id: I45b3a9914deb2ef1f68a436f666c74e14baf0eef
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoslirp: we should set close on exec on accepted socket
SeokYeon Hwang [Fri, 17 Jul 2015 05:10:51 +0000 (14:10 +0900)]
slirp: we should set close on exec on accepted socket

"qemu_accept()" already implement accept() with close on exec.
So we can use qemu_accept() instead of accept().

Change-Id: Ic5e79b0c5be5ac553aaf41eaf2c0f2b0d3e7bced
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoemul_state: Modified the functions for the GPU acceleration
jinhyung.jo [Tue, 14 Jul 2015 04:36:23 +0000 (13:36 +0900)]
emul_state: Modified the functions for the GPU acceleration

Currently the gpu accel status is set only in the '-enable-yagl' option,
so the status is ignored when using new start-up configuation.
Instead, get the result of the attachment state of the YaGL device using the QMP.
Removed the setting function for the state of the GPU acceleration.

Change-Id: I6652575086df3563dd2da635f186950d045d615f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoshortcut: changed rotate and volume key sequence
sungmin ha [Wed, 15 Jul 2015 08:09:40 +0000 (17:09 +0900)]
shortcut: changed rotate and volume key sequence

Change-Id: I329cfa4af1786b67a97fa15f18c2fba9a2d55375
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoshortcut: replace Ctrl by Cmd on mac
sungmin ha [Tue, 14 Jul 2015 09:46:29 +0000 (18:46 +0900)]
shortcut: replace Ctrl by Cmd on mac

changed rotate and volume key sequence

Change-Id: Ibba2ff76c4040b32b70b049e074acada1dd1cca2
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoinstall: back to cocoasudo for graphical sudo on MacOSX
Munkyu Im [Wed, 8 Jul 2015 08:30:37 +0000 (17:30 +0900)]
install: back to cocoasudo for graphical sudo on MacOSX

"osascript" does not support modification of dialog message.
So rollback to cocoasudo.
Recompiled cocoasudo 64bit with xcode
since released cocoasudo 64bit binary had problem to launch.

Change-Id: Ica72d4f7acecbf7ede90d50af4d61b03d3b5d739
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agodisplay: fixed for problem of white screen on windows
sungmin ha [Mon, 13 Jul 2015 05:47:43 +0000 (14:47 +0900)]
display: fixed for problem of white screen on windows

If the emulator received native event (erase background),
emulator screen is changed to white screen.

Change-Id: I8d4f67c0ba91056d6dce99018f5c623f554e4b5a
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoYaGL: Fixed a crash in MacOS with Radeon HD
jinhyung.jo [Mon, 13 Jul 2015 11:19:28 +0000 (20:19 +0900)]
YaGL: Fixed a crash in MacOS with Radeon HD

In OS X with Radeon HD,
CGLChoosePixelFormat fails to create the CGLPixelFormatObj
with the prefered_pixel_format_legacy_attrs.
But it does not return an error value.
There is a bug in the error handling in that case.
For that reason, yagl_egl_driver_create fails.

Change-Id: I2eb7b514287d1a5ec4801c76761841763f45594b
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoVIGS: Inform the GL version currently used.
jinhyung.jo [Fri, 10 Jul 2015 07:25:44 +0000 (16:25 +0900)]
VIGS: Inform the GL version currently used.

It output only the logs when using the GL backend.

Change-Id: I570e57004269b36beec5e034030bc2ef059638e6
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoemul_state: rewrite and cleaned-up some functions
SeokYeon Hwang [Fri, 10 Jul 2015 08:48:53 +0000 (17:48 +0900)]
emul_state: rewrite and cleaned-up some functions

Change-Id: I4ad76ecd44adb20ba2ebf6d5f4deabe875fbfa08
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoemulator: removed an unused argument
SeokYeon Hwang [Fri, 10 Jul 2015 04:24:46 +0000 (13:24 +0900)]
emulator: removed an unused argument

Change-Id: I8f8469283c2f7b1e7393a3e76ccd621e975766ed
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agomaru-camera: Remove qualifier
jinhyung.jo [Mon, 13 Jul 2015 06:47:39 +0000 (15:47 +0900)]
maru-camera: Remove qualifier

The pixman functions has no 'const' qualifier until version 0.27.2.
Because of the risk of the compilation error, remove the qualifier.

Change-Id: Ia35609ac182e68c6a2db60cd7ac648952fd0b21f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agopackage: version up
GiWoong Kim [Sat, 11 Jul 2015 02:53:22 +0000 (11:53 +0900)]
package: version up

2.2.36

Change-Id: I6c0f02d9bf95f5d2921f69430165f92ad98e850e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agomenu: add ShellOpener class for Shell menu
GiWoong Kim [Fri, 10 Jul 2015 08:32:44 +0000 (17:32 +0900)]
menu: add ShellOpener class for Shell menu

Change-Id: I5df4e2741b14a7d51d1d89643d887c3248da4530
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: modified qt5_destroy
GiWoong Kim [Fri, 10 Jul 2015 02:18:19 +0000 (11:18 +0900)]
ui: modified qt5_destroy

change the MRU file name(.skin.properties -> gui.property)
add some clean up process
comment out the top level window deleting line temporary
(to avoid segmentation fault when exit)

Change-Id: I848c5e762b4620b98071a963756ec690490e0ce9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agomaru-camera: Fixed a compilation error
jinhyung.jo [Thu, 9 Jul 2015 08:29:15 +0000 (17:29 +0900)]
maru-camera: Fixed a compilation error

The virtual camera module use the "Designated Initializers" introduced in ISO C99,
but it is not implemented in GNU C++.
So initialize in a fixed order.

Change-Id: I483cb42b58edd33d01d60030424ef3865d9fc56f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agohwkey: Delete unnecessary logs
jinhyung.jo [Wed, 8 Jul 2015 06:49:28 +0000 (15:49 +0900)]
hwkey: Delete unnecessary logs

These logs are duplicated each other
and Qt5 UI outputs the log look good.

Change-Id: I9a728715a34b85fdb22c997ebc7f5a4dc7497586
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agomaru-camera: Implemented a virtual camera
jinhyung.jo [Wed, 8 Jul 2015 13:03:19 +0000 (22:03 +0900)]
maru-camera: Implemented a virtual camera

It implemented using a Qt library.
And it supports image files that QImage can support by qt plugin.
It displays each image every a 100ms.
Also implemented simple feature that displays solid color image for SWT UI without Qt.

Change-Id: Ida76b5c5ab6bda17ee2bfc2414c24d1e308ef4c5
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agomaru-camera: Changed the method for passing the argument to/from device
jinhyung.jo [Mon, 23 Mar 2015 09:10:43 +0000 (18:10 +0900)]
maru-camera: Changed the method for passing the argument to/from device

Without using the CPU IO, directly using the device memory.
Argument memory is separated into the data pointer and the return variable.

For windows module & darwin module, added minimum declarations for v4l2 copied from videodev2.h
Changed the log type from ERR to INFO in the marucam_check() function.
Modified the maru_camera_convert module.

Change-Id: I0239158aac07a217b8a47f8df239f96bc38f45ea
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agomaru-camera: Rename files
jinhyung.jo [Wed, 18 Mar 2015 05:43:50 +0000 (14:43 +0900)]
maru-camera: Rename files

Delete unnecessary postfix, like '_pci'.
Integrate the format conversion utilities, separately implemented in Darwin & Win32.

Change-Id: Ie71cc57c8ed7c9e74eb19afed2e55259b720151f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agocontroller: fixed emulator termination when key window is activated
sungmin ha [Wed, 8 Jul 2015 05:30:08 +0000 (14:30 +0900)]
controller: fixed emulator termination when key window is activated

Change-Id: I3f62dcc7ec5687f5ab7e9320b820e2072ffef86f
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoui: modified qt5_early_prepare
GiWoong Kim [Tue, 7 Jul 2015 11:17:52 +0000 (20:17 +0900)]
ui: modified qt5_early_prepare

add AA_X11InitThreads attribute
call a qInstallMessageHandler after QApplication object is created
use addLibraryPath instead of setLibraryPaths

Change-Id: Ia63cfdf35a141295657fa235c443b0662752465c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: fix the bug on the key window controller
Jihye Won [Wed, 8 Jul 2015 06:07:07 +0000 (15:07 +0900)]
ui: fix the bug on the key window controller

Change-Id: I6fb1c010c62b55d834373a25325f6fcc0e754387
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoui: fix the bug on the key window controller
Jihye Won [Tue, 7 Jul 2015 05:30:32 +0000 (14:30 +0900)]
ui: fix the bug on the key window controller

I fixed the bug that disappears the button
of the scroll bar on the key window controller.

Change-Id: I7cf591b608adf02347d3537209b2da5b9ec403df
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agodisplay: DisplaySwapper class was separated
GiWoong Kim [Mon, 6 Jul 2015 08:36:20 +0000 (17:36 +0900)]
display: DisplaySwapper class was separated

And call a quit slot when swapper has been terminated

Change-Id: I3b863d2a761fad49191ea964099a9142105c938b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoVIGS/YaGL: Supported GLES 3.0
jinhyung.jo [Mon, 6 Jul 2015 04:29:06 +0000 (13:29 +0900)]
VIGS/YaGL: Supported GLES 3.0

Removed the environment variable settings to limit to support the OpenGLES 2.0.

Change-Id: I129579a654804a1c284c0b3c8aab7a058a8f7fb3
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoVIGS/YaGL: gl_version property added
jinhyung.jo [Fri, 3 Jul 2015 11:36:10 +0000 (20:36 +0900)]
VIGS/YaGL: gl_version property added

Modified to use the device property
instead of using the environment variable, GL_VERSION.

Change-Id: I16eaa1b5d4775bf45fe7eb38c6a980c031a55768
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoMerge "VIGS: clear color before compositing dpy image" into tizen_2.4_develop
Sangho Park [Mon, 6 Jul 2015 02:57:30 +0000 (11:57 +0900)]
Merge "VIGS: clear color before compositing dpy image" into tizen_2.4_develop

9 years agoblock: removed legacy workaround codes
SeokYeon Hwang [Wed, 1 Jul 2015 08:25:43 +0000 (17:25 +0900)]
block: removed legacy workaround codes

It is no more necessary.

Change-Id: I9288c93c0985cc99a127e521bdc0a607b2f21419
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agomaru-camera: Modified camera check routine on MacOS
jinhyung.jo [Fri, 3 Jul 2015 08:27:43 +0000 (17:27 +0900)]
maru-camera: Modified camera check routine on MacOS

QTKit is deprecated since OS X 10.8,
so return false more than 10.8.

Change-Id: I2bccc0f7767138977786fca3af52d62013c2df6c
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
(cherry picked from commit 5be9e20e3435933c7fcfccd11afdb84f7789bf0c)

9 years agoVIGS: clear color before compositing dpy image
Vasiliy Ulyanov [Fri, 3 Jul 2015 15:33:02 +0000 (18:33 +0300)]
VIGS: clear color before compositing dpy image

Needs to be done to avoid artifacts with underlays (e.g. when
bottom plane does not fit the whole screen and the root surface
has alpha enabled).

Change-Id: I58b1f3c98a9a6dac5042118441a553de23283491
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years agodisplay: modified coordinate values of display
Jihye Won [Fri, 3 Jul 2015 12:15:24 +0000 (21:15 +0900)]
display: modified coordinate values of display

It removed the gap between the display and Phone skin
when the emulator was resized by the scaling function.

Change-Id: Ie43ed2c3b32b97d54f78b7e823819e7ec97b38aa
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoMerge "install: replace cocoasudo with osascript" into tizen_2.4_develop
Sangho Park [Fri, 3 Jul 2015 10:23:21 +0000 (19:23 +0900)]
Merge "install: replace cocoasudo with osascript" into tizen_2.4_develop

9 years agoinstall: replace cocoasudo with osascript
Munkyu Im [Mon, 29 Jun 2015 15:59:10 +0000 (00:59 +0900)]
install: replace cocoasudo with osascript

Change-Id: Id900ce2cb53f1acba6dcc0d757e3238e07b36df2
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agobuild: introduced extension path
SeokYeon Hwang [Fri, 3 Jul 2015 01:36:06 +0000 (10:36 +0900)]
build: introduced extension path

The "extension path" is additional source path that can be used by
product specific sources.
The path can be prepared by symbolic link or git submodule.

Change-Id: Ie169410d551c88cc4506e19f64d2255dabb3d44f
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agobuild: "$CONFIGURE_APPEND" is not appended by accident
SeokYeon Hwang [Thu, 2 Jul 2015 13:33:35 +0000 (22:33 +0900)]
build: "$CONFIGURE_APPEND" is not appended by accident

Change-Id: I6e3b105b431904e043cbc327ca5ecb8959c63ea6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agopackage: version up (2.2.35)
SeokYeon Hwang [Thu, 2 Jul 2015 13:14:48 +0000 (22:14 +0900)]
package: version up (2.2.35)

Change-Id: I6c130ed7be584c27a7fa3ee639b800afa19ee4b6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agocheck_net: removed a redundant white space on darwin
SeokYeon Hwang [Thu, 2 Jul 2015 13:05:13 +0000 (22:05 +0900)]
check_net: removed a redundant white space on darwin

Change-Id: I5a0b353a41b35b0f79e2da99a0cf86de72be7270
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoscripts: Added double quotes to the launch script
jinhyung.jo [Wed, 1 Jul 2015 07:06:50 +0000 (16:06 +0900)]
scripts: Added double quotes to the launch script

The file path with a space fails to run.
So adds double quotes to the scripts.

Change-Id: Ifddfe064f4da4c096b486d8ad206558486de944e
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agopackage: version up
GiWoong Kim [Wed, 1 Jul 2015 06:16:07 +0000 (15:16 +0900)]
package: version up

2.2.34

Change-Id: I20f9949719b47dd4e12a3320999e82a4f9349641
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: fix HW key effect issue on Windows
GiWoong Kim [Wed, 1 Jul 2015 06:08:16 +0000 (15:08 +0900)]
skin: fix HW key effect issue on Windows

Sometimes, QGrahpicsItem's update() does not work with QGLWidget
on Windows Aero theme. We need to indirectly repaint the items
through QGrahpicsView resizing.

Change-Id: Id0ff3a771a5884e0e632ae852bedfa4b7bc4f935
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agovirtfs: modify the AT_REMOVEDIR preprocessor macro
Sooyoung Ha [Mon, 29 Jun 2015 05:49:13 +0000 (14:49 +0900)]
virtfs: modify the AT_REMOVEDIR preprocessor macro

The latest macos has this macro. So I fix this preprocessor macro for
prevent the build failure.

Change-Id: I9f3c84c12dc667c856f55c8d7993ac7c1e829548
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agokeyboard: added checking-routine about whether device was realized
sungmin ha [Tue, 23 Jun 2015 10:49:45 +0000 (19:49 +0900)]
keyboard: added checking-routine about whether device was realized

Change-Id: I9515916648c3b52b07c4ebd0a8e0a46367c95b1f
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoVIGS: bind multitouch points to window coordinates
Munkyu Im [Mon, 29 Jun 2015 08:45:46 +0000 (17:45 +0900)]
VIGS: bind multitouch points to window coordinates

It seems a better solution than using guest coordinates
since we no more need to take any special care about
preserving mt points size (i.e. scaling/rotation stuff).

Change-Id: I35243954dc9ac1e189c7eed9beec29e80d67dd0c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years agoMakefile: fix qemu-img rule and mv check-hax binary
Jihye Won [Thu, 25 Jun 2015 03:03:11 +0000 (12:03 +0900)]
Makefile: fix qemu-img rule and mv check-hax binary

In supplements rule, it needs to copy check-hax binary into binary directory.

Change-Id: Ia8eb8d43fb130a7d0de994245b97ce4434408967
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoMerge "maru-camera: Fixed an issue that crash or slow down the emulator" into tizen_2...
Sangho Park [Mon, 29 Jun 2015 05:35:47 +0000 (14:35 +0900)]
Merge "maru-camera: Fixed an issue that crash or slow down the emulator" into tizen_2.4_develop

9 years agomaru-camera: Fixed an issue that crash or slow down the emulator
jinhyung.jo [Fri, 26 Jun 2015 09:46:55 +0000 (18:46 +0900)]
maru-camera: Fixed an issue that crash or slow down the emulator

Removed access to the garbage value that has not been initialized.

Change-Id: Ib71f05656bc59b135fae523f450ae5102e258023
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoMakefile: added a list of dylibs for verification
Jihye Won [Fri, 26 Jun 2015 09:43:20 +0000 (18:43 +0900)]
Makefile: added a list of dylibs for verification

The list of dylibs verifies its existence in the loading path when qemu
is buit on MacOS environment. It helps us to find a conflict between
emulator-lib package and emulator-lib-dev package.

Change-Id: I3f3fccc1280731039fc40a3d8785981be859f51c
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agocheck-net: replace exit() to return with value
Munkyu Im [Wed, 24 Jun 2015 02:00:33 +0000 (11:00 +0900)]
check-net: replace exit() to return with value

Change-Id: I56be60617b51c846e0fe90893343584d1f22d26a
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agobuild: package version up (2.2.33)
Jinhyung Choi [Wed, 24 Jun 2015 02:00:57 +0000 (11:00 +0900)]
build: package version up (2.2.33)

Change-Id: I32a9be450c6d81992d7cb63dc3e846cbf675b9e0
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agomenu: modified About Dialog message
GiWoong Kim [Fri, 26 Jun 2015 08:02:16 +0000 (17:02 +0900)]
menu: modified About Dialog message

consider multi-SDK path
disable snapshot information

Change-Id: I401e51981417292be465a0fc5122e04ca9046afe
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agocheck-net: modify message printed
Munkyu Im [Fri, 26 Jun 2015 06:41:12 +0000 (15:41 +0900)]
check-net: modify message printed

Change-Id: I281d558b5921b69d87e524d8fe3f6d6e93d80674
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agosdcard: prepare for multiple image
Munkyu Im [Mon, 22 Jun 2015 06:39:30 +0000 (15:39 +0900)]
sdcard: prepare for multiple image

sdcard list gets from qmp_query_block()
So, emuld dependency has been removed.

Change-Id: Ibaad255b506e10daa3a0364ae558e781cf9c33ad
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoMakefile: rename the supplements rule
Jihye Won [Wed, 24 Jun 2015 01:53:10 +0000 (10:53 +0900)]
Makefile: rename the supplements rule

The rule, make supplements, created the conflict with the supplements
directory when emulator-supplements was build on macos. So, I change
supplements rule into build_supplements rule.

Change-Id: I6e255977c8bcf3d15a3984d7b8f0c155cb329e14
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agocheck-net: remove redundant exit()
Munkyu Im [Wed, 24 Jun 2015 02:00:33 +0000 (11:00 +0900)]
check-net: remove redundant exit()

replace these with return.

Change-Id: I75edda56bdc3f715a6fa3bb786788e84075b671f
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agocheck-net: modified proxy result message
Munkyu Im [Tue, 23 Jun 2015 07:41:18 +0000 (16:41 +0900)]
check-net: modified proxy result message

If host OS uses direct proxy,
information message is printed.

Change-Id: I12db8e522c38155d4207fe3d44336dd5ed455c19
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>