sdk/emulator/qemu.git
10 years agotethering: support wifi connection 77/20477/2
Kitae Kim [Wed, 23 Apr 2014 04:22:14 +0000 (13:22 +0900)]
tethering: support wifi connection

Make a connection no matter which type of connection is used.

Change-Id: Iaf29392531ee5b0ca21d606cf3d2e927fef35a84
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoskin: using binary path for external file access 92/20192/2
GiWoong Kim [Tue, 29 Apr 2014 05:09:19 +0000 (14:09 +0900)]
skin: using binary path for external file access

Change-Id: Idfdb1f0454bd17e341d721fec019eefd7f6dcef6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge changes Ied37ca61,I99105069 into tizen
SeokYeon Hwang [Tue, 29 Apr 2014 11:18:27 +0000 (04:18 -0700)]
Merge changes Ied37ca61,I99105069 into tizen

* changes:
  package: version up
  display: added maru_sdl_processing file

10 years agoMerge "Revert "ecs: added null handling"" into tizen
SeokYeon Hwang [Tue, 29 Apr 2014 10:58:36 +0000 (03:58 -0700)]
Merge "Revert "ecs: added null handling"" into tizen

10 years agoMerge changes I5463b08a,Ic034673c into tizen
SeokYeon Hwang [Tue, 29 Apr 2014 10:26:14 +0000 (03:26 -0700)]
Merge changes I5463b08a,Ic034673c into tizen

* changes:
  virtio-9p: fix compiliation error and source clean-up.
  virtio-9p: enable virtfs on Mac OS X.

10 years agovirtio-9p: fix compiliation error and source clean-up. 77/20177/1
Kitae Kim [Thu, 12 Dec 2013 06:02:42 +0000 (15:02 +0900)]
virtio-9p: fix compiliation error and source clean-up.

The previous commit comes from qemu 1.2 version.
This commit resolves compiliation errors and clean sources up.

Change-Id: I5463b08aaccaa40a431dd7ee965bcf6d0faf3c01
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agovirtio-9p: enable virtfs on Mac OS X. 76/20176/1
Kitae Kim [Tue, 29 Oct 2013 08:14:12 +0000 (17:14 +0900)]
virtio-9p: enable virtfs on Mac OS X.

Support virtio-9p local operation on Mac OS X to provide host directory sharing.

Change-Id: Ic034673c6d3d4102ebe4fbaea7e186fffec34a2f
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoRevert "ecs: added null handling" 73/20173/1
Jinhyung Jo [Tue, 29 Apr 2014 05:27:03 +0000 (22:27 -0700)]
Revert "ecs: added null handling"

This reverts commit d62b9b29e1d3b375d9524e2a585ffef5087259f0.

Change-Id: I7250c4daf34223fe57f8815305718607bc278dfb

10 years agomaru_camera: Fixed a bug 66/20166/1
jinhyung.jo [Tue, 29 Apr 2014 04:29:19 +0000 (13:29 +0900)]
maru_camera: Fixed a bug

Fix a bug that emulator is closed unexpectedly
when the webcam is not connected to the host PC.

Change-Id: I53c7101aa4255666dd8087d4c7034d152ea5745f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agopackage: version up 20/20120/1
GiWoong Kim [Mon, 28 Apr 2014 07:53:02 +0000 (16:53 +0900)]
package: version up

1.7.37

Change-Id: Ied37ca61b7dc4e0fc8c403ef52528443bef87ed0
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agodisplay: added maru_sdl_processing file 19/20119/1
GiWoong Kim [Mon, 28 Apr 2014 05:40:14 +0000 (14:40 +0900)]
display: added maru_sdl_processing file

Image processing related codes move out of display codes.

Change-Id: I99105069ca41bd3a1fa3ef365234d10da5b1f186
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "skin: add HVGA 3btn mobile skin" into tizen
SeokYeon Hwang [Mon, 28 Apr 2014 06:59:35 +0000 (23:59 -0700)]
Merge "skin: add HVGA 3btn mobile skin" into tizen

10 years agoMerge "display: add draw_image to maru_sdl" into tizen
SeokYeon Hwang [Mon, 28 Apr 2014 06:59:15 +0000 (23:59 -0700)]
Merge "display: add draw_image to maru_sdl" into tizen

10 years agoaudio/intel-hda: support FIFORDY 55/20055/1
Stanislav Vorobiov [Fri, 25 Apr 2014 08:39:33 +0000 (12:39 +0400)]
audio/intel-hda: support FIFORDY

linux kernel 3.12 has changed intel-hda
driver to always check for FIFORDY, this
causes long hangs in guest since QEMU
always has this bit set to 0. We now simply set
it to 1 always, since we're synchronous anyway
and always ready to receive the stream

Change-Id: I5bb3f36094e6c8b23a0338f31ff949d863c378ec
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agoskin: add HVGA 3btn mobile skin 31/20031/2
GiWoong Kim [Fri, 25 Apr 2014 05:27:30 +0000 (14:27 +0900)]
skin: add HVGA 3btn mobile skin

Change-Id: I1b5ec9cf7269278dfdc4d00753d3fe047961c09d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agodisplay: add draw_image to maru_sdl 01/20001/1
GiWoong Kim [Thu, 24 Apr 2014 08:05:46 +0000 (17:05 +0900)]
display: add draw_image to maru_sdl

On Windows, the display off guide image can be rubbed out
from display surface when emulator window comes from outside
of host monitor bounds by dragging. So, to prevent this,
display should not stop the updating while window dragging.

Change-Id: If7de4b484014a9ac2b3476e2f548954117a15b8f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "packages: version up" into tizen
SeokYeon Hwang [Wed, 23 Apr 2014 06:38:09 +0000 (23:38 -0700)]
Merge "packages: version up" into tizen

10 years agoMerge "ecs: emulator input cli support keycode" into tizen
SeokYeon Hwang [Wed, 23 Apr 2014 06:35:13 +0000 (23:35 -0700)]
Merge "ecs: emulator input cli support keycode" into tizen

10 years agoMerge changes Ie5cd5520,I2cb155c5 into tizen
SeokYeon Hwang [Wed, 23 Apr 2014 06:29:47 +0000 (23:29 -0700)]
Merge changes Ie5cd5520,I2cb155c5 into tizen

* changes:
  maru: Change the device initialization routine.
  brillcodec: remove init function

10 years agoMerge "evdi,nfc: add checking if initialized" into tizen
SeokYeon Hwang [Wed, 23 Apr 2014 06:29:20 +0000 (23:29 -0700)]
Merge "evdi,nfc: add checking if initialized" into tizen

10 years agoMerge "hwkey: Device init check routine was added." into tizen
SeokYeon Hwang [Wed, 23 Apr 2014 06:29:04 +0000 (23:29 -0700)]
Merge "hwkey: Device init check routine was added." into tizen

10 years agoMerge "ecs: added null handling" into tizen
SeokYeon Hwang [Wed, 23 Apr 2014 06:28:46 +0000 (23:28 -0700)]
Merge "ecs: added null handling" into tizen

10 years agomaru: Change the device initialization routine. 31/19931/1
jinhyung.jo [Wed, 16 Apr 2014 06:50:26 +0000 (15:50 +0900)]
maru: Change the device initialization routine.

Brightness, overlay and camera device can be added by option instead of forced initializing.
Remove unneccessary code, used to check devices(virtgl & camera)

Change-Id: Ie5cd5520ca17b7920342f6b2ae21e4c1f685c5e1
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agobrillcodec: remove init function 30/19930/1
Kitae Kim [Mon, 14 Apr 2014 08:43:56 +0000 (17:43 +0900)]
brillcodec: remove init function

init fucntion of this device is called when qemu launched with codec-pci parameter.

Change-Id: I2cb155c5807d4f5e2637d756b18514d9dc2d70fa
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agohwkey: Device init check routine was added. 29/19929/1
sungmin ha [Wed, 16 Apr 2014 10:09:30 +0000 (19:09 +0900)]
hwkey: Device init check routine was added.

Change-Id: Icc246b14dacb59d55a466ea6a5c282720f77fe07
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
10 years agoemulator: modified touchscreen option 28/19928/1
GiWoong Kim [Wed, 16 Apr 2014 11:58:01 +0000 (20:58 +0900)]
emulator: modified touchscreen option

added max_point deivce option for virtio touchscreen
remove -max-touch-point option

Change-Id: I32ff1b18d39c6c05364a5723ab68a0b9887fa047
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackages: version up 30/19830/5
haken kim [Mon, 21 Apr 2014 08:39:17 +0000 (17:39 +0900)]
packages: version up

1.7.36

Change-Id: I6deef554c29495f3bfe33a63840ec5ab4bdd6312
Signed-off-by: haken kim <haken.kim@samsung.com>
10 years agoecs: emulator input cli support keycode 79/19779/9
haken kim [Thu, 17 Apr 2014 11:04:18 +0000 (20:04 +0900)]
ecs: emulator input cli support keycode

Change-Id: Idb44c743a9cedf331448f665806402ce7a659930
Signed-off-by: haken kim <haken.kim@samsung.com>
10 years agoecs: added null handling 51/19851/2
Jinhyung Choi [Tue, 22 Apr 2014 02:24:02 +0000 (11:24 +0900)]
ecs: added null handling

Change-Id: I3421fdf6a9b9edf6b4b9bec5b1fa967fdb7d276f
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoYaGL: Fix transport separate short command skip bug 51/19751/1
Stanislav Vorobiov [Thu, 17 Apr 2014 08:28:36 +0000 (12:28 +0400)]
YaGL: Fix transport separate short command skip bug

Separate short commands (1 unit long) could be skipped due
to incorrect check, this is now fixed

Change-Id: I8736abb171e35563580407a25cdffadfc589ed18
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agoevdi,nfc: add checking if initialized 32/19732/1
Munkyu Im [Thu, 17 Apr 2014 06:35:29 +0000 (15:35 +0900)]
evdi,nfc: add checking if initialized

It returns false if device is not initialized.

Change-Id: I1e96d6ebb9e14b11217232c129598767394ffd5e
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
10 years agoMerge "package: version up" into tizen
SeokYeon Hwang [Thu, 17 Apr 2014 06:18:58 +0000 (23:18 -0700)]
Merge "package: version up" into tizen

10 years agoMerge "display: do not call qemu_ds_sdl_update directly" into tizen
SeokYeon Hwang [Thu, 17 Apr 2014 06:18:41 +0000 (23:18 -0700)]
Merge "display: do not call qemu_ds_sdl_update directly" into tizen

10 years agoMerge "VIGS: Add framebuffer and temporary texture pool" into tizen
SeokYeon Hwang [Thu, 17 Apr 2014 06:18:11 +0000 (23:18 -0700)]
Merge "VIGS: Add framebuffer and temporary texture pool" into tizen

10 years agopackage: version up 75/19675/1
GiWoong Kim [Thu, 17 Apr 2014 05:34:21 +0000 (14:34 +0900)]
package: version up

1.7.35

Change-Id: I62d0e8dc3dd31955a2bb30f9e4db5dc24efe2f1b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agodisplay: do not call qemu_ds_sdl_update directly 74/19674/1
GiWoong Kim [Thu, 17 Apr 2014 05:20:22 +0000 (14:20 +0900)]
display: do not call qemu_ds_sdl_update directly

qemu_update should be synchronized with hw_update.
Otherwise, image processing like a brightness compositing
can be multiple overlapped on display surface.

Change-Id: Icab65289a6f279b3e61b045319cb02383af591e2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoSENSOR: bug fixed to set gyroscope & light 76/19576/2
Jinhyung Choi [Wed, 16 Apr 2014 02:46:02 +0000 (11:46 +0900)]
SENSOR: bug fixed to set gyroscope & light

Change-Id: I6549f8432ad6b0c7aac80de6120555fce9d2a2df
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoVIGS: Add framebuffer and temporary texture pool 68/19568/1
Stanislav Vorobiov [Tue, 15 Apr 2014 11:24:31 +0000 (15:24 +0400)]
VIGS: Add framebuffer and temporary texture pool

In order not to waste host GPU resources we now
have 2 OpenGL object pools - for temporary textures
and for framebuffers. These used to be allocated for
every surface, but now we allocate only one object
per distinct format, i.e. one
object per (width, height, format) tuple

Change-Id: Ie63e571045a2477043e8e08da3a50765523e54fc
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agoMerge "timer: fix qemu_poll_ns early timeout on windows" into tizen
SeokYeon Hwang [Tue, 15 Apr 2014 05:42:18 +0000 (22:42 -0700)]
Merge "timer: fix qemu_poll_ns early timeout on windows" into tizen

10 years agoMerge "display: Add dirty flag for display" into tizen
SeokYeon Hwang [Tue, 15 Apr 2014 02:07:27 +0000 (19:07 -0700)]
Merge "display: Add dirty flag for display" into tizen

10 years agoMerge "ecs : ecs log change to emulator log" into tizen
SeokYeon Hwang [Tue, 15 Apr 2014 02:06:22 +0000 (19:06 -0700)]
Merge "ecs : ecs log change to emulator log" into tizen

10 years agodisplay: Add dirty flag for display 84/19484/2
GiWoong Kim [Fri, 11 Apr 2014 07:01:58 +0000 (16:01 +0900)]
display: Add dirty flag for display

At idle screen moment, there is no need to copy framebuffers
to the display.

Change-Id: I4006e5732de947ce1617161182ca901b179c9423
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge changes I1b071d12,I55ce8eab into tizen
SeokYeon Hwang [Mon, 14 Apr 2014 07:12:14 +0000 (00:12 -0700)]
Merge changes I1b071d12,I55ce8eab into tizen

* changes:
  build: add enable-curl option
  package: version up

10 years agoecs : ecs log change to emulator log 30/19330/3
haken kim [Thu, 10 Apr 2014 10:32:51 +0000 (19:32 +0900)]
ecs : ecs log change to emulator log

Change-Id: I9bc28ff56764037a5045e3e6b1b6d55ad5a38332
Signed-off-by: haken kim <haken.kim@samsung.com>
10 years agotimer: fix qemu_poll_ns early timeout on windows 14/19414/2
Sangho Park [Fri, 11 Apr 2014 08:50:52 +0000 (12:50 +0400)]
timer: fix qemu_poll_ns early timeout on windows

g_poll has a problem on windows when using
timeouts < 10ms, in glib/gpoll.c:

/* If not, and we have a significant timeout, poll again with
 * timeout then. Note that this will return indication for only
 * one event, or only for messages. We ignore timeouts less than
 * ten milliseconds as they are mostly pointless on Windows, the
 * MsgWaitForMultipleObjectsEx() call will timeout right away
 * anyway.
 */
if (retval == 0 && (timeout == INFINITE || timeout >= 10))
  retval = poll_rest (poll_msgs, handles, nhandles, fds, nfds, timeout);

so whenever g_poll is called with timeout < 10ms it does
a quick poll instead of wait, this causes significant performance
degradation of qemu, thus we should use WaitForMultipleObjectsEx
directly

Change-Id: I95c7be6a57b9458e5ff2b82605aa5d7c4b6d303b
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agobuild: add enable-curl option 82/19482/1
Kitae Kim [Fri, 11 Apr 2014 09:58:24 +0000 (18:58 +0900)]
build: add enable-curl option

libcurl is used for osutil. It has to be checked at configure time.

Change-Id: I1b071d129b394a4edd57f6e86a71f6e82e2f611f
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agocommunication: modified hb signal period 59/19359/1
GiWoong Kim [Wed, 9 Apr 2014 05:48:59 +0000 (14:48 +0900)]
communication: modified hb signal period

The initial period of HB signal needs a bit tuning
in case of low performance machine.

Change-Id: I08274b7ea6526aea9d356e5474bd0aa08236922a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackage: version up 61/19361/1
Kitae Kim [Fri, 11 Apr 2014 06:12:37 +0000 (15:12 +0900)]
package: version up

1.7.34

Change-Id: I55ce8eaba4cdb53a1f6dbf9323e5336e6e57a5ae
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agopackage: version up 92/19292/1
GiWoong Kim [Thu, 10 Apr 2014 05:16:28 +0000 (14:16 +0900)]
package: version up

1.7.33

Change-Id: I6218a3e6b132ddd744888293a00aa8bdaabe5e77
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoemulator: add kernel parameter 91/19291/2
GiWoong Kim [Thu, 10 Apr 2014 03:44:18 +0000 (12:44 +0900)]
emulator: add kernel parameter

In some cases, guest needs VM resolution value.
(e.g. touchscreen driver, model-config.xml)
In order to read that values from host easily,
I added resolution parameters for kernel.

Change-Id: I615ec909e517e2628cc727ec77d7d86a18d0c8c8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackage : version up 31/19231/1
haken kim [Wed, 9 Apr 2014 06:55:11 +0000 (15:55 +0900)]
package : version up

1.7.32

Change-Id: I5024f5387e68792d6f97a99a1f03c5861cb26488
Signed-off-by: haken kim <haken.kim@samsung.com>
10 years agoMerge "skin: using sensor device" into tizen
SeokYeon Hwang [Wed, 9 Apr 2014 06:30:05 +0000 (23:30 -0700)]
Merge "skin: using sensor device" into tizen

10 years agolog bug fix for 93/19193/1
haken kim [Tue, 8 Apr 2014 10:28:12 +0000 (19:28 +0900)]
log bug fix for
sdcard attach/detach support

Change-Id: I1c5ae6015c576c729c050da0ccebdd09d3fab6d9
Signed-off-by: haken kim <haken.kim@samsung.com>
10 years agoskin: using sensor device 86/19186/1
GiWoong Kim [Tue, 8 Apr 2014 09:22:12 +0000 (18:22 +0900)]
skin: using sensor device

When emulator window is rotated, sensor value must be updated by its device

Change-Id: Ia3201b3ea6c6c06aa3fbcce652c8fbdfe8ab4888
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "ecs : sdcard attach/detach support" into tizen
Sangho Park [Tue, 8 Apr 2014 05:45:33 +0000 (22:45 -0700)]
Merge "ecs : sdcard attach/detach support" into tizen

10 years agobuild: make configure better, especially on windows 01/19101/2
Kitae Kim [Mon, 7 Apr 2014 10:30:37 +0000 (19:30 +0900)]
build: make configure better, especially on windows

Change the way to search libraries and headers such as libpng and libcurl.

Change-Id: Ic7743d4196968b0dc702d858dcce52fc4d0671fb
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoecs : sdcard attach/detach support 13/19013/3
haken kim [Fri, 4 Apr 2014 03:04:44 +0000 (12:04 +0900)]
ecs : sdcard attach/detach support

Change-Id: Id64f007a89678eb9b517c61fab71d6bb5665e341
Signed-off-by: haken kim <haken.kim@samsung.com>
10 years agobuild: Fix DIBS build break on Windows. 31/19031/1
Kitae Kim [Fri, 4 Apr 2014 09:21:26 +0000 (18:21 +0900)]
build: Fix DIBS build break on Windows.

Change-Id: I33d311b14f3b72e15d437c17193c79dc419d2cc9
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoMerge changes I5663d976,I66f0f431 into tizen
SeokYeon Hwang [Fri, 4 Apr 2014 02:19:39 +0000 (19:19 -0700)]
Merge changes I5663d976,I66f0f431 into tizen

* changes:
  menu: modified CopyToClipboard on Ubuntu 64bit
  skin: modified destination for libclipboard

10 years agoMerge "screenshot: modified CopyToClipboard on Ubuntu 64bit" into tizen
SeokYeon Hwang [Fri, 4 Apr 2014 02:19:20 +0000 (19:19 -0700)]
Merge "screenshot: modified CopyToClipboard on Ubuntu 64bit" into tizen

10 years agoMerge "package: modified build scripts on Windows and Mac" into tizen
SeokYeon Hwang [Fri, 4 Apr 2014 02:17:44 +0000 (19:17 -0700)]
Merge "package: modified build scripts on Windows and Mac" into tizen

10 years agopackage: modified build scripts on Windows and Mac 05/19005/3
Kitae Kim [Fri, 4 Apr 2014 01:30:13 +0000 (10:30 +0900)]
package: modified build scripts on Windows and Mac

As emulator-lib-dev package is updated,
remove unnecessary cflags and ldflags.

Change-Id: I05eaafc040f7b7342b7ab4d3aa6c27f2000153cd
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agobuild: Remove old W/A for MinGW gcc. 95/18895/1
SeokYeon Hwang [Wed, 2 Apr 2014 11:27:37 +0000 (20:27 +0900)]
build: Remove old W/A for MinGW gcc.

Change-Id: Ib4965c96c293e13ce3f9599c39a2f4fb5f0946a1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agobuild: Avoid pkg-config bug on Windows 89/18889/2
SeokYeon Hwang [Wed, 2 Apr 2014 10:13:42 +0000 (19:13 +0900)]
build: Avoid pkg-config bug on Windows

Change-Id: I1754489290eaf18e4b2a263eb23b6a6f1ba31098
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agobuild: Fix a link error on the recent GCC 67/18867/1
SeokYeon Hwang [Wed, 2 Apr 2014 08:10:26 +0000 (17:10 +0900)]
build: Fix a link error on the recent GCC

Change-Id: I2278c58c57798e7bf5050fea8661ca25b0fbcc78
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agobuild: clean up build related files 64/18864/2
SeokYeon Hwang [Wed, 2 Apr 2014 08:01:00 +0000 (17:01 +0900)]
build: clean up build related files

1. Introduce TIZEN_SDK_DEV_PATH
2. Apply "--enable-libav" as a default
3. A "swt.jar" can be placed in TIZEN_SDK_DEV_PATH

Change-Id: I0dec0ed6951e771845ce33e01890644882f1b763
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agomenu: modified CopyToClipboard on Ubuntu 64bit 52/18852/1
GiWoong Kim [Fri, 21 Mar 2014 11:35:54 +0000 (20:35 +0900)]
menu: modified CopyToClipboard on Ubuntu 64bit

replace JNI-GTK to Python-GTK

Change-Id: I5663d9768eeb5e78979295615fd91577febac17f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: modified destination for libclipboard 51/18851/1
GiWoong Kim [Thu, 20 Mar 2014 08:26:22 +0000 (17:26 +0900)]
skin: modified destination for libclipboard

Change-Id: I66f0f4318fa2d538a3176ae459e99476856013d6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoscreenshot: modified CopyToClipboard on Ubuntu 64bit 50/18850/1
GiWoong Kim [Thu, 20 Mar 2014 06:39:07 +0000 (15:39 +0900)]
screenshot: modified CopyToClipboard on Ubuntu 64bit

On Ubuntu 12.04 64bit, SWT setContents function doesn't work
with image. Therefore, I replaced to GTK function using JNI.

Change-Id: Icf0b367d24654d4b704d84581bccf01723cb8518
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "package: modified build script on Windows." into tizen
SeokYeon Hwang [Tue, 1 Apr 2014 09:57:20 +0000 (02:57 -0700)]
Merge "package: modified build script on Windows." into tizen

10 years agopackage: modified build script on Windows. 96/18796/1
Kitae Kim [Tue, 1 Apr 2014 08:49:52 +0000 (17:49 +0900)]
package: modified build script on Windows.

Change-Id: I9738399e375c70909e258eb54dcff8c1b8efff43
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoMerge "check-gl: updated for YaGL/VIGS" into tizen
SeokYeon Hwang [Tue, 1 Apr 2014 06:56:21 +0000 (23:56 -0700)]
Merge "check-gl: updated for YaGL/VIGS" into tizen

10 years agopackage: version up 81/18781/1
Kitae Kim [Tue, 1 Apr 2014 06:51:11 +0000 (15:51 +0900)]
package: version up

1.7.30

Change-Id: I62c39516a4f220d563d4a028c7949b943250e6aa
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agocheck-gl: updated for YaGL/VIGS 53/18753/1
Stanislav Vorobiov [Fri, 28 Mar 2014 14:25:30 +0000 (18:25 +0400)]
check-gl: updated for YaGL/VIGS

Change-Id: Ie6421de6ccb0b9a3a2460d114950a9fb190f4d95
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agoMerge "configure: add enable-libav option" into tizen
Sangho Park [Fri, 28 Mar 2014 09:19:27 +0000 (02:19 -0700)]
Merge "configure: add enable-libav option" into tizen

10 years agoMerge "osutil: improve error handling" into tizen
Sangho Park [Fri, 28 Mar 2014 09:19:03 +0000 (02:19 -0700)]
Merge "osutil: improve error handling" into tizen

10 years agoMerge changes Iab4650aa,I750bf92f into tizen
Sangho Park [Fri, 28 Mar 2014 09:18:49 +0000 (02:18 -0700)]
Merge changes Iab4650aa,I750bf92f into tizen

* changes:
  brillcodec: fix dereference after null check and initialize variables.
  qemu: fix dereference before null check

10 years agoosutil: improve error handling 76/18676/2
Kitae Kim [Mon, 10 Feb 2014 02:16:33 +0000 (11:16 +0900)]
osutil: improve error handling

 - check return value and write an error message.

Change-Id: Iad444a885b729e5b9d3027b87de1276433b305cc
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agobrillcodec: fix dereference after null check and initialize variables. 75/18675/2
Kitae Kim [Fri, 28 Mar 2014 01:54:13 +0000 (10:54 +0900)]
brillcodec: fix dereference after null check and initialize variables.

Change-Id: Iab4650aaf32a554caef6752b570c1874ba6d1ab0
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoqemu: fix dereference before null check 74/18674/2
Kitae Kim [Fri, 28 Mar 2014 01:27:53 +0000 (10:27 +0900)]
qemu: fix dereference before null check

Change-Id: I750bf92f87ed2103f696ba3f8812075744941722
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoconfigure: add enable-libav option 83/18683/1
Kitae Kim [Wed, 26 Mar 2014 11:59:03 +0000 (20:59 +0900)]
configure: add enable-libav option

qemu compiles codec module, depending on enable-libav option

Change-Id: If0faa7656ee8d0eff0ebb004cb3f369a755a269e
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoECS: removed unused code & added error handling 80/18680/1
Jinhyung Choi [Fri, 28 Mar 2014 04:43:58 +0000 (13:43 +0900)]
ECS: removed unused code & added error handling

Change-Id: I5d3e738d12b993ebdc8760702b625a3c0094f532
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoVirtGL : Bug fixes 21/18621/1
jinhyung.jo [Thu, 27 Mar 2014 07:21:39 +0000 (16:21 +0900)]
VirtGL : Bug fixes

prevent memory leaks, release the memory that allocated internally when go out it's scope
add a processing when the current_qsurface pointer is NULL
fix incorrect error handling that causes a null pointer dereferencing

Change-Id: I0ded58fb33ec234d42f3b5f890b77f50ed75a198
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agoMerge "brillcodec: upgrade libav version linked to qemu" into tizen
Sangho Park [Thu, 27 Mar 2014 05:56:51 +0000 (22:56 -0700)]
Merge "brillcodec: upgrade libav version linked to qemu" into tizen

10 years agoMerge "libav: remove libav from qemu" into tizen
Sangho Park [Thu, 27 Mar 2014 05:56:07 +0000 (22:56 -0700)]
Merge "libav: remove libav from qemu" into tizen

10 years agoMerge "VirtGL : Modified source files" into tizen
Sangho Park [Thu, 27 Mar 2014 05:55:34 +0000 (22:55 -0700)]
Merge "VirtGL : Modified source files" into tizen

10 years agoECS: added device_ans message 01/18601/1
Jinhyung Choi [Thu, 27 Mar 2014 05:36:52 +0000 (14:36 +0900)]
ECS: added device_ans message

Change-Id: Iebce75827f3da1778e3f38c1bdc3c56efd40b5cf
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoVirtGL : Modified source files 76/18576/1
jinhyung.jo [Wed, 26 Mar 2014 08:20:03 +0000 (17:20 +0900)]
VirtGL : Modified source files

as the QEMU coding style

Change-Id: If1134995efeaabc9502cfec5bd0f2005f6d43af1
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agopackage: vesrion up 68/18568/1
GiWoong Kim [Wed, 26 Mar 2014 07:36:25 +0000 (16:36 +0900)]
package: vesrion up

1.7.28

Change-Id: Ic1ef024479d0350730e8fbd231b3c388d4e25905
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agobrillcodec: upgrade libav version linked to qemu 80/18580/1
Kitae Kim [Thu, 20 Mar 2014 12:00:05 +0000 (21:00 +0900)]
brillcodec: upgrade libav version linked to qemu

Libav linked to qemu has been upgraded into 9.8 version from 0.7.2.
There are some changes because of this upgrade.
 - Libav is linked to qemu as a shared library
 - Encoding video and audio function are modified because of libav APIs.

Change-Id: Ibb1c7753f0ffa9b5d451ffd903fee040cc5d3ec0
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agolibav: remove libav from qemu 79/18579/1
Kitae Kim [Wed, 19 Mar 2014 07:38:53 +0000 (16:38 +0900)]
libav: remove libav from qemu

As separate libav from qemu, it is easy to maintain qemu source.
In addition to this, as libav will be linked dynamically to qemu,
the size of qemu binary will be reduced.

Change-Id: I5d2a7d3657abf9797a47a1055afc39fe1bfeb56b
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agodisplay: include header for Windows 67/18567/1
GiWoong Kim [Wed, 26 Mar 2014 07:19:47 +0000 (16:19 +0900)]
display: include header for Windows

Change-Id: I4ffa19aa47f7be39db388f93fcd39e929065a9bc
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "package: version up" into tizen
SeokYeon Hwang [Wed, 26 Mar 2014 06:47:28 +0000 (23:47 -0700)]
Merge "package: version up" into tizen

10 years agoMerge "VIGS: Fix bad DisplaySurface access" into tizen
SeokYeon Hwang [Wed, 26 Mar 2014 06:46:17 +0000 (23:46 -0700)]
Merge "VIGS: Fix bad DisplaySurface access" into tizen

10 years agopackage: version up 63/18563/1
GiWoong Kim [Wed, 26 Mar 2014 06:37:05 +0000 (15:37 +0900)]
package: version up

1.7.27

Change-Id: I4f780471cb67de6c2df7d53276b2c8be9ab88d90
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "LOG: changed log printing option from INFO to TRACE" into tizen
SeokYeon Hwang [Wed, 26 Mar 2014 06:41:20 +0000 (23:41 -0700)]
Merge "LOG: changed log printing option from INFO to TRACE" into tizen

10 years agoMerge changes I6cb2ed95,If7a44181 into tizen
SeokYeon Hwang [Wed, 26 Mar 2014 06:40:44 +0000 (23:40 -0700)]
Merge changes I6cb2ed95,If7a44181 into tizen

* changes:
  skin: dereference after null check
  display: block the updating while surface switching

10 years agoMerge "VIGS/YaGL: fixes some code" into tizen
Sangho Park [Wed, 26 Mar 2014 06:30:25 +0000 (23:30 -0700)]
Merge "VIGS/YaGL: fixes some code" into tizen

10 years agoVIGS: Fix bad DisplaySurface access 58/18558/1
Stanislav Vorobiov [Wed, 26 Mar 2014 06:01:04 +0000 (10:01 +0400)]
VIGS: Fix bad DisplaySurface access

vigs_server_update_display may update DisplaySurface,
so vigs_hw_update must fetch it again

Change-Id: Iaabe9be4d3467d96a0b8c5360360437bc9dbb2a2
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
10 years agoLOG: changed log printing option from INFO to TRACE 54/18554/1
Jinhyung Choi [Wed, 26 Mar 2014 04:48:01 +0000 (13:48 +0900)]
LOG: changed log printing option from INFO to TRACE

Change-Id: I976d34674e42a42aea5bd47d48785a8005bfc82b
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>