Sangho Park [Mon, 1 Jun 2015 01:44:21 +0000 (10:44 +0900)]
Merge "ecs: block emuld message if ecs is not running." into tizen_2.4_develop
Sangho Park [Fri, 29 May 2015 15:01:08 +0000 (00:01 +0900)]
Merge "package: version up" into tizen_2.4_develop
Munkyu Im [Fri, 29 May 2015 14:44:03 +0000 (23:44 +0900)]
package: version up
Change-Id: I4d1172b8ac6e538b617a5588d0a03ab5c1703b4c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Fri, 29 May 2015 14:31:31 +0000 (23:31 +0900)]
install: modify script
remove old install script.
modify script path.
Change-Id: I8d23978185c48c10c2315af71338af01e7831173
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Jinhyung Choi [Thu, 28 May 2015 07:10:26 +0000 (16:10 +0900)]
ecs: block emuld message if ecs is not running.
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Conflicts:
tizen/src/ecs/ecs_msg_injector.c
Change-Id: I798f31c1c72ad9f1317b255c196c24d186634473
SeokYeon Hwang [Thu, 28 May 2015 11:37:13 +0000 (20:37 +0900)]
emulator: some jobs prepared after device init
Change-Id: Ife5b6045dadbbd52647f57cbddeae5b64b0ec677
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Sangho Park [Fri, 29 May 2015 02:05:08 +0000 (11:05 +0900)]
Merge "Makefile: fix up parallel building under MSYS+MinGW" into tizen_2.4_develop
Sangho Park [Fri, 29 May 2015 01:58:11 +0000 (10:58 +0900)]
Merge "emul_state: added some preparations" into tizen_2.4_develop
Sangho Park [Fri, 29 May 2015 01:56:44 +0000 (10:56 +0900)]
Merge "emulator: print args information immediately" into tizen_2.4_develop
Sangho Park [Fri, 29 May 2015 01:51:53 +0000 (10:51 +0900)]
Merge "emulator: removed "--profile" argument" into tizen_2.4_develop
Jinhyung Choi [Thu, 28 May 2015 10:43:23 +0000 (19:43 +0900)]
build: package version up (2.2.25)
Change-Id: Ieff45ecd1a4b12e884df8f7a41244bdf31a618af
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Thu, 28 May 2015 06:29:36 +0000 (15:29 +0900)]
ecs: changed inet_listen_opts to local listen socket
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Conflicts:
tizen/src/ecs/ecs.c
Change-Id: I3aa3137410799343186617c7a7ef9c4fd3228b5c
Vasily Efimov [Wed, 18 Feb 2015 12:59:37 +0000 (15:59 +0300)]
Makefile: fix up parallel building under MSYS+MinGW
This patch enables parallel building of QEMU in MSYS+MinGW environment.
Currently an attempt to build QEMU in parallel fails on generation of
version.lo (and version.o too).
The cause of the failure is that when listing prerequisites "Makefile"
references "config-host.h" by absolute path in some rules and by relative
path in others. Make cannot figure out that these references points to the
same file which leads to the race: the generation of "version.*" which
requires "$(BUILD_DIR)/config-host.h" is launched in parallel with the
generation of "config-host.h" needed by other "Makefile" targets.
This patch removes "$(BUILD_DIR)/" prefix from corresponding prerequisite
of "version.*". There is no other prerequisites "$(BUILD_DIR)/config-host.h"
found.
Also note that not every version of MSYS is able to build QEMU in parallel,
see: "http://sourceforge.net/p/mingw/bugs/1950/". The suggested version is
1.0.17.
Change-Id: Ia4f7a7568a2d0468eb1236f88aa583be3886399f
Signed-off-by: Vasily Efimov <real@ispras.ru>
Message-Id: <
1424264377-5992-1-git-send-email-real@ispras.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
SeokYeon Hwang [Thu, 28 May 2015 08:15:46 +0000 (17:15 +0900)]
emul_state: added some preparations
If emulator is launched without emulator-manager, some information can be missed.
So we should have some preparations.
Change-Id: I65573d2d551433ab813ed3d4fc8d6e92107f3c13
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Thu, 28 May 2015 07:47:00 +0000 (16:47 +0900)]
emulator: print args information immediately
Change-Id: Ie468bb749405fcca606c559eb2d65615003f46c6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Thu, 28 May 2015 07:44:49 +0000 (16:44 +0900)]
emulator: removed "--profile" argument
Removed "--profile" argument. It is not necessary anymore.
Change-Id: Ie0f93d44b4548c325bf5a87b44a0f9759164538a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Sooyoung Ha [Tue, 26 May 2015 05:48:58 +0000 (14:48 +0900)]
brillcodec: enable some x264 encode options.
This configure options are set on init time. And I change the
if-else style legacy code to switch-case style for maintain.
Change-Id: I7fdafa2fd3f02b0abb209a60be0d9cbffc40867d
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Wed, 27 May 2015 05:45:00 +0000 (14:45 +0900)]
supplements: modify make_emul_images.sh
add e2fsck check for raw image.
The default result is compressed image.
Change-Id: Ic9d42877319fcb7df9f18842aabcd44330366b1c
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
SeokYeon Hwang [Fri, 22 May 2015 08:15:48 +0000 (17:15 +0900)]
scripts: modified launch script
Modified launch script for Mac.
Added remote/lib to library path under Linux.
All environment variables set by script.
Added "--with-gdb" features in batch file.
Installed emulator.sh on Windows for mingw users.
Change-Id: Ida332ccc2c6ffc448b83ca73b4adf9c650b86153
Sangho Park [Fri, 22 May 2015 08:00:27 +0000 (17:00 +0900)]
Merge "pakcage: version up" into tizen_2.4_develop
Jinhyung Choi [Fri, 22 May 2015 06:10:27 +0000 (15:10 +0900)]
ecs: fixed socket creation failure with disabled network
added ipv4 option as default for loopback.
Without setting the ipv4 option, AF_UNSPEC is set
and mismatched address type occurs occasionaly.
To prevent an another socket error, the mutex initialization locates
earlier than ecs socket creation.
Change-Id: I1ae3570d612bcc25794b86768430d287b3ccce2e
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Munkyu Im [Fri, 22 May 2015 07:49:06 +0000 (16:49 +0900)]
pakcage: version up
Change-Id: Ic429d261e2572e94fffac72d98d55eabee5ed229
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Sangho Park [Fri, 22 May 2015 07:00:49 +0000 (16:00 +0900)]
Merge "emulator: modified way to set/get vm name" into tizen_2.4_develop
Sangho Park [Fri, 22 May 2015 06:57:47 +0000 (15:57 +0900)]
Merge "gitignore: Track common.env in iotests gitignore" into tizen_2.4_develop
Sangho Park [Fri, 22 May 2015 06:57:29 +0000 (15:57 +0900)]
Merge ".gitignore: Ignore generated "common.env"" into tizen_2.4_develop
Sangho Park [Fri, 22 May 2015 06:53:49 +0000 (15:53 +0900)]
Merge "raw-win32.c: fixed compilation error" into tizen_2.4_develop
Cole Robinson [Fri, 27 Feb 2015 15:21:21 +0000 (10:21 -0500)]
gitignore: Track common.env in iotests gitignore
Rather than track it in the toplevel gitignore
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Conflicts:
.gitignore
Change-Id: I87b0c256cf728b27b9459e1a59e8cf844736ce06
Fam Zheng [Sun, 4 Jan 2015 01:53:46 +0000 (09:53 +0800)]
.gitignore: Ignore generated "common.env"
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Conflicts:
.gitignore
Change-Id: I4801b00a52f8cd241da17a17eed913d129d5d728
SeokYeon Hwang [Fri, 22 May 2015 04:12:13 +0000 (13:12 +0900)]
raw-win32.c: fixed compilation error
Fixed compilation error when CONFIG_MARU was not given.
Change-Id: Ibf19aec67098ca6754e4f42e47645e543ddb60f5
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
sungmin ha [Thu, 21 May 2015 11:34:26 +0000 (20:34 +0900)]
emulator: modified way to set/get vm name
Change-Id: I30a4cacef75a113b0cc255f17b40c874d5fe961e
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
Munkyu Im [Thu, 21 May 2015 10:39:16 +0000 (19:39 +0900)]
net: send guest ip to java skin
guest ip is used shell menu.
if bridged network, skin gets guest ip from qemu.
Change-Id: I6357921314e813a4f85f243b7759f947a63144dd
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Sangho Park [Thu, 21 May 2015 07:57:40 +0000 (16:57 +0900)]
Merge "net: save host ip and modify logs" into tizen_2.4_develop
Munkyu Im [Wed, 20 May 2015 10:39:53 +0000 (19:39 +0900)]
net: save host ip and modify logs
host IP is used for get host network interface name.
Change-Id: I0144c8f2572097a028def0893ced44f8e243b115
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
sungmin ha [Wed, 20 May 2015 10:50:50 +0000 (19:50 +0900)]
emulator: modified get_emul_skin_path function efficiently
Change-Id: I949ebfdfc8f7d84845ebbb5f6667738a3a133df7
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Wed, 20 May 2015 10:06:22 +0000 (19:06 +0900)]
package: version up (2.2.23)
Change-Id: I0915635e9e316ae4fc6ca922675bfada5d1d376a
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Wed, 20 May 2015 09:09:06 +0000 (18:09 +0900)]
emulator: modified way to set/get skin path
Change-Id: I360eda24bc536236752a8ff993ad8a3e2db3522c
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
Munkyu Im [Wed, 20 May 2015 05:02:40 +0000 (14:02 +0900)]
communication: added some error popup message
shows message when fail to create socket.
Change-Id: I58077c28ae053d62e6006937d7df2ef4ad4a8049
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
sungmin ha [Wed, 20 May 2015 04:46:28 +0000 (13:46 +0900)]
package: version up (2.2.22)
Change-Id: I08498f04134514fbea93b82ef15abc9160e720bc
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Wed, 20 May 2015 04:43:46 +0000 (13:43 +0900)]
config: enable qt configuration for ubuntu
Change-Id: Ic1963b20c0876eb7015cbd129a9f074585d63db5
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
Vasily Golubev [Thu, 21 Aug 2014 11:51:37 +0000 (15:51 +0400)]
YaGL: Fix hangling of GL_QUERY_RESULT flag
In the case of calling glGetQueryObjectuiv() with
GL_QUERY_RESULT flag we must wait while passed
samples counter will be available
Change-Id: I545223b6cac7778b29ff7140718c0f67e6961708
Signed-off-by: Vasily Golubev <v.golubev@samsung.com>
Sangho Park [Fri, 15 May 2015 07:54:00 +0000 (16:54 +0900)]
Merge "VIGS: add synchronous glReadPixels fallback" into tizen_2.4_develop
Sangho Park [Fri, 15 May 2015 07:53:39 +0000 (16:53 +0900)]
Merge "package: version up" into tizen_2.4_develop
Munkyu Im [Fri, 15 May 2015 07:40:15 +0000 (16:40 +0900)]
package: version up
Change-Id: I5e36d2a4108b34291b8f6204b7bbea2ea171851b
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Fri, 15 May 2015 07:27:45 +0000 (16:27 +0900)]
check-net: patch additional loader_path
add patching for libcurl
Change-Id: I13ba2a55482749d6df3782954e59048dcbe7a806
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Vasiliy Ulyanov [Thu, 14 May 2015 10:47:50 +0000 (13:47 +0300)]
VIGS: add synchronous glReadPixels fallback
On some GPUs accessing OpenGL objects from different threads
may lead to a deadlock inside the host video driver (e.g. AMD
Radeon FGLRX). To workaround this problem new env var has been
introduced: VIGS_SYNC_READ_PIXELS. It makes VIGS use a single
work_queue for both rendering and pixels reading.
Change-Id: Ib929fb41333233e928659dd7829875fb96a4370e
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
Munkyu Im [Thu, 14 May 2015 09:58:02 +0000 (18:58 +0900)]
package: version up
Change-Id: Idcbd37ee1af5d00c1ac0bbafd9203421a806cb38
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Thu, 14 May 2015 09:50:23 +0000 (18:50 +0900)]
check-net: patch loader_path
remove /opt/local/lib dependency
Change-Id: I9eb07313db413045e12a8f342cc6894465a32bb6
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Sangho Park [Thu, 14 May 2015 08:42:23 +0000 (17:42 +0900)]
Merge "package: add cocoasudo installation dependency on macosx" into tizen_2.4_develop
Munkyu Im [Thu, 14 May 2015 06:24:20 +0000 (15:24 +0900)]
package: add cocoasudo installation dependency on macosx
cocoasudo package includes cocoasudo binary.
Change-Id: Icd4a887521a9b0c38590abcef3fa8a80f8462739
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Wed, 13 May 2015 07:24:19 +0000 (16:24 +0900)]
package: version up
Change-Id: If7e7139080f2f754c501c84775e48c740dcc1f95
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Jinhyung Choi [Tue, 12 May 2015 13:50:44 +0000 (22:50 +0900)]
sensor: added log for sensor capability debug purpose
Change-Id: Ie750c01fd48ff674cdb4e44907ab70aee2b3c05d
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Tue, 12 May 2015 13:50:44 +0000 (22:50 +0900)]
sensor: added log for sensor capability debug purpose
Change-Id: Ie750c01fd48ff674cdb4e44907ab70aee2b3c05d
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Tue, 12 May 2015 11:04:29 +0000 (20:04 +0900)]
build: version up (2.2.17)
Change-Id: Iaf3cb20d278bafc87e3b0f059e26c84fce4f2f14
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Munkyu Im [Tue, 12 May 2015 08:23:24 +0000 (17:23 +0900)]
net: get base interface name
ubuntu host user can get interface name from host ip.
it is used for bridged network setting.
Change-Id: I3a4dd0b624f851a2f8753419525a6c45ef469bd7
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Tue, 12 May 2015 08:12:57 +0000 (17:12 +0900)]
Revert "net: remove get/set host ip"
This reverts commit
ed4a07e79ff064ba3c7814188b1e1785c7a1d0d4.
Change-Id: I6085a41c3ffdd17c506edba45881d10c58772dc4
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Tue, 12 May 2015 08:12:41 +0000 (17:12 +0900)]
Revert "net: remove get/set host ip"
This reverts commit
021285e93b42fa7ca230564f120df523d6037f5d.
Change-Id: I9e40fa28381f30307ff075ddb7c6eafa807a8ed8
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
GiWoong Kim [Tue, 12 May 2015 08:11:24 +0000 (17:11 +0900)]
skin: modified indenting
Change-Id: I00fe5c82403e4192a7d7e1b5542e9779d8276faf
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Tue, 12 May 2015 07:54:48 +0000 (16:54 +0900)]
Merge branch 'tizen_2.4_develop' into tizen_2.4
Conflicts:
package/changelog
package/emulator-qemu-x86.install.ubuntu-32
package/emulator-qemu-x86.install.ubuntu-64
package/pkginfo.manifest
tizen/src/scripts/emulator-ifup-linux.sh
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java
Change-Id: I17040c2184e80a84c1da01710b280c1c705c3783
GiWoong Kim [Tue, 12 May 2015 04:27:45 +0000 (13:27 +0900)]
controller: no need to handle ESC key on floating controller
If the user presses the Esc key in a dialog, QDialog::reject()
will be called. And it will cause the floating controller to close.
But this operation is not necessary for the emulator.
So, we override it as empty function.
Change-Id: Iede48e36e5b28401aa937aa9c55985c81cb4fcea
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Tue, 12 May 2015 04:27:45 +0000 (13:27 +0900)]
controller: no need to handle ESC key on floating controller
If the user presses the Esc key in a dialog, QDialog::reject()
will be called. And it will cause the floating controller to close.
But this operation is not necessary for the emulator.
So, we override it as empty function.
Change-Id: Iede48e36e5b28401aa937aa9c55985c81cb4fcea
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Munkyu Im [Tue, 12 May 2015 07:09:27 +0000 (16:09 +0900)]
net: remove get/set host ip
not necessary now.
Change-Id: I2cd96566f7183948d54db5e2f43c0fc6c8ce85ed
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Tue, 12 May 2015 07:09:27 +0000 (16:09 +0900)]
net: remove get/set host ip
not necessary now.
Change-Id: I2cd96566f7183948d54db5e2f43c0fc6c8ce85ed
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
jinhyung.jo [Tue, 21 Apr 2015 01:53:04 +0000 (10:53 +0900)]
display: add a set function for the display type
There is a issue on Mac OS,
at the time of the setting of the onscreen/offscreen.
ns_run_in_event_loop wants to a function pointer with void,
but the assigned function has a bool argument.
Thus, separate the function, add a set function for the display type.
Change-Id: Ie3788234fc78a32170a1ed9d4c8de6f1e29e9669
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
SeokYeon Hwang [Tue, 12 May 2015 05:01:53 +0000 (14:01 +0900)]
emulator: rename section "DEFAULT_VALUE" to "VARIABLES"
Change-Id: Ib6e86086718f6ac6d64204dda7137c6c6901340d
SeokYeon Hwang [Tue, 12 May 2015 05:01:53 +0000 (14:01 +0900)]
emulator: rename section "DEFAULT_VALUE" to "VARIABLES"
Change-Id: Ib6e86086718f6ac6d64204dda7137c6c6901340d
SeokYeon Hwang [Tue, 12 May 2015 04:29:12 +0000 (13:29 +0900)]
emulator: fixed bugs in get_drive_image_file()
Change-Id: I3b7169785499086c32ff9588acfb26a921f180f2
SeokYeon Hwang [Tue, 12 May 2015 04:29:12 +0000 (13:29 +0900)]
emulator: fixed bugs in get_drive_image_file()
Change-Id: I3b7169785499086c32ff9588acfb26a921f180f2
SeokYeon Hwang [Mon, 11 May 2015 08:24:26 +0000 (17:24 +0900)]
emulator: used "drive_image_file" instead of "tizen_target_img_path"
Change-Id: I6db0655f1c6b5c84a4360801d920809a7931cfb4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
(cherry picked from commit
e85a2024d6bbb29c06e986c2e6300a03f929e03a)
SeokYeon Hwang [Mon, 11 May 2015 08:04:13 +0000 (17:04 +0900)]
emulator: introduced "image_file_path"
It is an advanced alternative to "target_target_img_path".
Change-Id: Iec530c63ffc13c4fc0fc2fd32a7df2f64d4e9e8b
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
(cherry picked from commit
dc990fd000f60f85bd99c75d0d5ba29587d2d56f)
SeokYeon Hwang [Mon, 11 May 2015 05:06:31 +0000 (14:06 +0900)]
emulator: removed W/A for SDL windows
libSDL should compiled with "--disable-stdio-redirect".
Change-Id: Ia614a26ec3d32afb432f404076f74a16246f422b
(cherry picked from commit
c545582b9b2aa26dac39a2a4b0aa83f81e003b57)
SeokYeon Hwang [Mon, 11 May 2015 08:25:23 +0000 (17:25 +0900)]
build: did not build codec plugin when a brillcodec is not built
Change-Id: I449cd738529000ac64ed2fd4ead9252c145cae65
(cherry picked from commit
9017d51d7ced1f68f5fe9c4f6b769503655187cd)
SeokYeon Hwang [Mon, 11 May 2015 08:25:23 +0000 (17:25 +0900)]
build: did not build codec plugin when a brillcodec is not built
Change-Id: I449cd738529000ac64ed2fd4ead9252c145cae65
SeokYeon Hwang [Mon, 11 May 2015 08:24:26 +0000 (17:24 +0900)]
emulator: used "drive_image_file" instead of "tizen_target_img_path"
Change-Id: I6db0655f1c6b5c84a4360801d920809a7931cfb4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Sangho Park [Tue, 12 May 2015 03:30:37 +0000 (12:30 +0900)]
Merge "emulator: introduced "image_file_path"" into tizen_2.4
Sangho Park [Tue, 12 May 2015 03:28:40 +0000 (12:28 +0900)]
Merge "emulator: removed W/A for SDL windows" into tizen_2.4
Sangho Park [Tue, 12 May 2015 03:27:14 +0000 (12:27 +0900)]
Merge "package: version up" into tizen_2.4_develop
Sangho Park [Tue, 12 May 2015 03:27:07 +0000 (12:27 +0900)]
Merge "install: cocoasudo not work with bash command" into tizen_2.4_develop
Sangho Park [Tue, 12 May 2015 02:43:33 +0000 (11:43 +0900)]
Merge "controller: set NoFocus policy to docking controller" into tizen_2.4
Sangho Park [Tue, 12 May 2015 02:43:01 +0000 (11:43 +0900)]
Merge "touch: added return value checking" into tizen_2.4
Sangho Park [Tue, 12 May 2015 02:42:30 +0000 (11:42 +0900)]
Merge "touch: add out of bounds checking for multi-touch" into tizen_2.4
Sangho Park [Tue, 12 May 2015 02:42:16 +0000 (11:42 +0900)]
Merge "controller: set NoFocus policy to docking controller" into tizen_2.4_develop
Sangho Park [Tue, 12 May 2015 02:41:50 +0000 (11:41 +0900)]
Merge "touch: added return value checking" into tizen_2.4_develop
Sangho Park [Tue, 12 May 2015 02:39:59 +0000 (11:39 +0900)]
Merge "touch: add out of bounds checking for multi-touch" into tizen_2.4_develop
SeokYeon Hwang [Mon, 11 May 2015 08:04:13 +0000 (17:04 +0900)]
emulator: introduced "image_file_path"
It is an advanced alternative to "target_target_img_path".
Change-Id: Iec530c63ffc13c4fc0fc2fd32a7df2f64d4e9e8b
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
GiWoong Kim [Mon, 11 May 2015 07:56:00 +0000 (16:56 +0900)]
controller: set NoFocus policy to docking controller
Change-Id: Ifde0cc8f3668526f3e7d728b1bf17668260b4af6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 11 May 2015 07:56:00 +0000 (16:56 +0900)]
controller: set NoFocus policy to docking controller
Change-Id: Ifde0cc8f3668526f3e7d728b1bf17668260b4af6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 11 May 2015 07:12:15 +0000 (16:12 +0900)]
touch: added return value checking
Change-Id: I6a850a7a65b1b1fceef70bb33c2752d897f2ba9a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 11 May 2015 07:12:15 +0000 (16:12 +0900)]
touch: added return value checking
Change-Id: I6a850a7a65b1b1fceef70bb33c2752d897f2ba9a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
sungmin ha [Mon, 11 May 2015 06:13:49 +0000 (15:13 +0900)]
detailed info: modified dialog maximum size to contents
disable MIN/MAX buttons and functions
Change-Id: Ib3e9629a299de3df503918aaf037f6f67f139fc8
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Mon, 11 May 2015 06:13:49 +0000 (15:13 +0900)]
detailed info: modified dialog maximum size to contents
disable MIN/MAX buttons and functions
Change-Id: Ib3e9629a299de3df503918aaf037f6f67f139fc8
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
GiWoong Kim [Sat, 9 May 2015 06:37:30 +0000 (15:37 +0900)]
touch: add out of bounds checking for multi-touch
Change-Id: I8cfcca3449cc8d12fb9dbc8b94632fe1b0666b32
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Sat, 9 May 2015 06:37:30 +0000 (15:37 +0900)]
touch: add out of bounds checking for multi-touch
Change-Id: I8cfcca3449cc8d12fb9dbc8b94632fe1b0666b32
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Munkyu Im [Mon, 11 May 2015 05:15:00 +0000 (14:15 +0900)]
package: version up
Change-Id: I2ef80c3244168d1fac6a7265fd2551a9f904ae3a
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Mon, 11 May 2015 05:12:40 +0000 (14:12 +0900)]
install: cocoasudo not work with bash command
cocoasudo works with sh command not with bash command.
Change-Id: I78985601b9e8fd6e0d47ef3a0872f18b1d81cb0b
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
SeokYeon Hwang [Mon, 11 May 2015 05:06:31 +0000 (14:06 +0900)]
emulator: removed W/A for SDL windows
libSDL should compiled with "--disable-stdio-redirect".
Change-Id: Ia614a26ec3d32afb432f404076f74a16246f422b
Munkyu Im [Mon, 11 May 2015 02:22:34 +0000 (11:22 +0900)]
install: cocoasudo not work with bash command
cocoasudo works with sh command not with bash command.
Change-Id: I8cb05198778f8d85f087dd5e4af9843e483e393e
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Sangho Park [Mon, 11 May 2015 02:13:21 +0000 (11:13 +0900)]
Merge "touch: supports up to 2 touch points only on MT_SYMM mode" into tizen_2.4
Sangho Park [Mon, 11 May 2015 02:13:15 +0000 (11:13 +0900)]
Merge "input: give a MultiTouchTracker reference pointer to KeyboardHelper" into tizen_2.4
GiWoong Kim [Sat, 9 May 2015 03:20:37 +0000 (12:20 +0900)]
touch: supports up to 2 touch points only on MT_SYMM mode
Change-Id: Ib00a8de81d82019aa23244bb27df9d386d397968
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Sat, 9 May 2015 02:51:03 +0000 (11:51 +0900)]
input: give a MultiTouchTracker reference pointer to KeyboardHelper
Change-Id: I3b26cc8bf36b2d8a3af77e36cdc49d04fe2286c0
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>