sdk/emulator/qemu.git
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>
9 years agoqemu-timer.c: Trim list of included headers
Peter Maydell [Tue, 20 Jan 2015 16:16:40 +0000 (16:16 +0000)]
qemu-timer.c: Trim list of included headers

qemu-timer.c was including a lot more headers than it needed to,
presumably for historical reasons. In particular, it included
ui/console.h; this now tries to pull in <pixman.h>, which will
cause a compilation failure in --disable-tools --disable-system
configurations when running "make check" (which builds qemu-timer.c,
even though the linux-user binaries themselves don't need it).

Fix this build failure by trimming down the set of included
headers severely -- we only really need main-loop.h and timer.h.

Change-Id: I390551b9706ba80d06b9f63a5fdf0ebd9424c1db
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1421770600-17525-1-git-send-email-peter.maydell@linaro.org

9 years agodisplay: replace notify function for sensor
GiWoong Kim [Tue, 23 Jun 2015 10:32:27 +0000 (19:32 +0900)]
display: replace notify function for sensor

req_set_sensor_accel(x, y, z) ->
req_set_sensor_accel_angle(angle)

Change-Id: I78529995da5c744ec1c4117967ade106f89947cb
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agobuild: added LIBPNG_CFLAGS
SeokYeon Hwang [Tue, 23 Jun 2015 02:32:02 +0000 (11:32 +0900)]
build: added LIBPNG_CFLAGS

Change-Id: Ib80d25ffc8ee6cd4d4e6ef7c6f645ed8f8266f15
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoYaGL: add prefered CGL pixel format attributes
Vasiliy Ulyanov [Mon, 22 Jun 2015 06:45:32 +0000 (09:45 +0300)]
YaGL: add prefered CGL pixel format attributes

Some apps may require a more strict EGL configuration (e.g. for
msaa). Hence we need to specify the corresponding attributes in
CGLChoosePixelFormat. The old attributes are now used as a
fallback in case no suitable prefered format is found.

Change-Id: Id8369978b88e0c35b218d1f73f5d3c8ad0741858
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years agosensor: support angular rotation
Jinhyung Choi [Tue, 23 Jun 2015 05:42:36 +0000 (14:42 +0900)]
sensor: support angular rotation

Change-Id: I38730c2c82f0c9ab3eb95774a467828716851894
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agoconfigure: modified emualtor_configure.sh to remove emulator-supplements setting.
Jihye Won [Mon, 22 Jun 2015 07:12:11 +0000 (16:12 +0900)]
configure: modified emualtor_configure.sh to remove emulator-supplements setting.

Change-Id: Iee7afa9a8a72481f452cad9a8e463df5f7d61bc1
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agodisplay: remove unnecessary lines
GiWoong Kim [Mon, 22 Jun 2015 11:04:29 +0000 (20:04 +0900)]
display: remove unnecessary lines

Change-Id: I6d5e760204fabe5b622958650033d58a7b046f7e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agodisplay: notify angle to sensor device on Qt GUI
GiWoong Kim [Mon, 22 Jun 2015 08:39:29 +0000 (17:39 +0900)]
display: notify angle to sensor device on Qt GUI

Change-Id: Ieeeb2f894937f8a25a7f6d37b4d5df98e55d595b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoconfigure: modified emulator_configure.sh
Jihye Won [Mon, 22 Jun 2015 05:36:01 +0000 (14:36 +0900)]
configure: modified emulator_configure.sh

removed "--enable-qt" when emulator-supplement is built.

Change-Id: I71681ea26630a3009eeb3257f28102e71c5d6989
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agobuild: introduced concurrent build on DIBS
SeokYeon Hwang [Sat, 20 Jun 2015 08:42:15 +0000 (17:42 +0900)]
build: introduced concurrent build on DIBS

Change-Id: I7960462d1c5f821f058177349289bdaf7c15ab61

9 years agoemulator_option: fixed variable overwritten problem
SeokYeon Hwang [Sat, 20 Jun 2015 08:24:12 +0000 (17:24 +0900)]
emulator_option: fixed variable overwritten problem

Change-Id: I1cd39df5745690d3c0b3ab54cd5eec8ecfcee0f8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoscript: fixed bug in emulator.sh
SeokYeon Hwang [Sat, 20 Jun 2015 08:18:46 +0000 (17:18 +0900)]
script: fixed bug in emulator.sh

Fixed bug when input argument has whitespaces.

Change-Id: I4eeb75662a5755d5c8249874fce2e86c4a06c971
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoqt: fix closing process
Munkyu Im [Thu, 11 Jun 2015 11:00:34 +0000 (20:00 +0900)]
qt: fix closing process

delete all instances.
fix closing swapper thread.
notice: But with Qt, no QObject can be instantiated before QApplication.
QApplication sets up the proper environment. (e.g. mainwindow, uiInfo)

Change-Id: I9a14de855da52298becc9fa54ed904f5e7fd971c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years agotouch: draw touch points on the display widget
GiWoong Kim [Wed, 17 Jun 2015 04:43:02 +0000 (13:43 +0900)]
touch: draw touch points on the display widget

- draw multi-touch points on the display widget for Qt UI
(off-screen rendering).
- fill the screen with black surface when display initializing
- and some optimization

Change-Id: I193e23caf9baa4ec719553e7d07e113fb967b6b8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoconfigure: modified emulator_configure script to add the configure of emulator-supple...
Jihye Won [Thu, 18 Jun 2015 07:33:51 +0000 (16:33 +0900)]
configure: modified emulator_configure script to add the configure of emulator-supplements.

Change-Id: I273680ac1d004f8ff54e6903c25c07740dffe270
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agodisplay: set background color of blank-guide image
sungmin ha [Wed, 17 Jun 2015 04:38:51 +0000 (13:38 +0900)]
display: set background color of blank-guide image

The color is black.

Change-Id: Icc711d249a6b02e31a681270303c05f7b588c738
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoui: "cancel" button should be default button
SeokYeon Hwang [Wed, 17 Jun 2015 06:43:20 +0000 (15:43 +0900)]
ui: "cancel" button should be default button

Change-Id: I43ce35784b09a33f8fb28b2f3ffefb05805bc35b
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agoemulator_options: introduced recursive variable substitution
SeokYeon Hwang [Wed, 17 Jun 2015 05:49:20 +0000 (14:49 +0900)]
emulator_options: introduced recursive variable substitution

Users can write variable position-independently.

Change-Id: I515843030f3d87bfea14a420133ffb1cdc4a1bac
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agomake: modified Makefiles to add rules for emulator-supplements.
Jihye Won [Tue, 16 Jun 2015 05:10:51 +0000 (14:10 +0900)]
make: modified Makefiles to add rules for emulator-supplements.

Change-Id: Ic2d12d02dfb3c46ffae87f9d9aa0310381f5cbcd
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoevdi: removed blocked condition by emuld connection
Jinhyung Choi [Mon, 15 Jun 2015 07:15:34 +0000 (16:15 +0900)]
evdi: removed blocked condition by emuld connection

Change-Id: I91a72914a35a075a064c11c1656af8b1d4e67bfc
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
(cherry picked from commit 80abb2040e5f14a3d382d532a5c78c48f613d3b9)

9 years agopackage: version up
GiWoong Kim [Wed, 17 Jun 2015 02:35:35 +0000 (11:35 +0900)]
package: version up

2.2.32

Change-Id: I95fd180c7cef2cf5397c6dc52e8b865780929740
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agobuild: add include path for jni_md.h
GiWoong Kim [Wed, 17 Jun 2015 02:31:42 +0000 (11:31 +0900)]
build: add include path for jni_md.h

Change-Id: I96bdb0da2a3561f95d8bf68d688b369c6300784d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoVIGS: make more strict GLX FBConfig choosing
Vasiliy Ulyanov [Tue, 16 Jun 2015 16:50:09 +0000 (19:50 +0300)]
VIGS: make more strict GLX FBConfig choosing

Certain GPUs (e.g. AMD) have several configs with identical IDs.
Hence additional attributes need to be specified.

Change-Id: Id60b9f44ed0e529dea9f07acca2ef5f5034d6528
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years agovl.c: removed workaround codes when wake-up from suspend
SeokYeon Hwang [Mon, 15 Jun 2015 13:00:47 +0000 (22:00 +0900)]
vl.c: removed workaround codes when wake-up from suspend

Preparing virtio queues should be done by kernel driver.

Change-Id: I63a93bad14edbd5aa378b3cb26593b13bac4dcf4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
9 years agomake: modified Makefile to automatically change a loading path of libraries.
Jihye Won [Thu, 11 Jun 2015 07:26:33 +0000 (16:26 +0900)]
make: modified Makefile to automatically change a loading path of libraries.

Change-Id: Id2697c3a403144b44e004be92b2d2b4d3b552591
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoskin: mobile-720x1280-3btn image cropping
GiWoong Kim [Mon, 15 Jun 2015 07:20:01 +0000 (16:20 +0900)]
skin: mobile-720x1280-3btn image cropping

Change-Id: I6b6d3d9323819434929caa8aa2a9a2f55995cfb8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: mobile-540x960-3btn image cropping
GiWoong Kim [Mon, 15 Jun 2015 10:03:03 +0000 (19:03 +0900)]
skin: mobile-540x960-3btn image cropping

Change-Id: Ie9480ae013b951d67d365d5de338b80893283190
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: set initial window size manually
GiWoong Kim [Mon, 15 Jun 2015 06:27:10 +0000 (15:27 +0900)]
ui: set initial window size manually

Change-Id: I17dd6fb176fb0dc854d00888e9ca4d05a25f00c4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agomenu: modified controller menu
GiWoong Kim [Fri, 12 Jun 2015 10:29:41 +0000 (19:29 +0900)]
menu: modified controller menu

change the menu depth
modified menu name on SWT UI
remove some separator menu items

Change-Id: I2847ba5d4de9cb47760d13aee304e043fcda4adb
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: mobile-480x800-3btn image cropping
GiWoong Kim [Fri, 12 Jun 2015 08:24:12 +0000 (17:24 +0900)]
skin: mobile-480x800-3btn image cropping

Change-Id: Ibd81e8a550d5e3c4f7edf4e4b9f5158ec55dae64
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoYaGL: Fixed a bug with EGL_SAMPLES On Windows
jinhyung.jo [Mon, 15 Jun 2015 07:26:49 +0000 (16:26 +0900)]
YaGL: Fixed a bug with EGL_SAMPLES On Windows

Initializing the value to query instead of force setting to 0.

Change-Id: Ideca05ab0a4df2670246439c78c50c88e58daeb5
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoshortcut: added controllerKeyList search
sungmin ha [Fri, 12 Jun 2015 07:39:11 +0000 (16:39 +0900)]
shortcut: added controllerKeyList search

If skin is general-purpose, hwkey is searched at controllerKeyList additionaly.

Change-Id: I56847b917a64870399db65a37e851434bcf03ede
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoMerge changes I554f527c,I2aab1e7a,I4b9d70ae into tizen_2.4_develop
Sangho Park [Fri, 12 Jun 2015 02:19:52 +0000 (11:19 +0900)]
Merge changes I554f527c,I2aab1e7a,I4b9d70ae into tizen_2.4_develop

* changes:
  package: version up
  emul_state: set VM path information temporary on new argument parser
  skin: remove mobile-320x480-3btn from packaging

9 years agoMerge "VIGS: add multitouch points display overlay" into tizen_2.4_develop
Sangho Park [Fri, 12 Jun 2015 02:19:48 +0000 (11:19 +0900)]
Merge "VIGS: add multitouch points display overlay" into tizen_2.4_develop

9 years agoMerge "skin: modified tv-1920x1080 dbi file" into tizen_2.4_develop
Sangho Park [Fri, 12 Jun 2015 02:14:16 +0000 (11:14 +0900)]
Merge "skin: modified tv-1920x1080 dbi file" into tizen_2.4_develop

9 years agoskin: modified tv-1920x1080 dbi file
GiWoong Kim [Wed, 10 Jun 2015 10:40:20 +0000 (19:40 +0900)]
skin: modified tv-1920x1080 dbi file

Change-Id: I599491b5afb194d5f095673b17c4cb8de7689aa5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>