sdk/emulator/qemu.git
9 years agopackage: version up
GiWoong Kim [Thu, 29 Oct 2015 10:21:41 +0000 (19:21 +0900)]
package: version up

2.1.36

Change-Id: I7381503623bf7e0ff553c193cc1f593cdc6315a9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoabout: modified contents title of About dialog
GiWoong Kim [Thu, 29 Oct 2015 10:18:08 +0000 (19:18 +0900)]
about: modified contents title of About dialog

Tizen SDK -> Tizen Emulator for 2.3.1

Change-Id: Ieb893ae3c11c0550d76d9f4dfff60f10837b6f2b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: version-up (2.1.35)
Jihye Won [Wed, 23 Sep 2015 08:45:05 +0000 (17:45 +0900)]
package: version-up (2.1.35)

Change-Id: Ibb983f98fccd7fbc0ba0acf39a63d4d8171a6652
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoMakefile: fix the error about install_name_tool.
Jihye Won [Mon, 21 Sep 2015 10:49:36 +0000 (19:49 +0900)]
Makefile: fix the error about install_name_tool.

rewrite the correct name of the library.

Change-Id: Ic74b31a9e51180823ce142851edd5308b4b43674
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agopackage: version up(2.1.34)
ChulHo Song [Wed, 16 Sep 2015 08:49:20 +0000 (17:49 +0900)]
package: version up(2.1.34)

Change-Id: I12e94b963cf7916e9cb5aff810e47660465a23b0
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
9 years agoecs: modify sdb and sdk.info path
ChulHo Song [Wed, 16 Sep 2015 06:21:57 +0000 (15:21 +0900)]
ecs: modify sdb and sdk.info path

Change-Id: Ia3870a6b2a86e027004903a3d63b2d3630fd5880
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
9 years agopackage: version up(2.1.33)
jinhyung.jo [Fri, 11 Sep 2015 07:49:47 +0000 (16:49 +0900)]
package: version up(2.1.33)

up to 2.1.33

Change-Id: I552f757eb1a85c6b9469fc88fc667bb3eae6c56c
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoemulator: Fixed a bug Java path not found on Windows 64
jinhyung.jo [Wed, 2 Sep 2015 05:51:14 +0000 (14:51 +0900)]
emulator: Fixed a bug Java path not found on Windows 64

The get_java_path function aways returns the first item of the JRE(or JDK) registry.
The RegEnumKeyEx function's 4th argument type is [In, Out],
But previous implementations have used without resetting it.
So fix it and improved the 'while' statement.

Change-Id: Ief77879c1b6be8f02fbc36e5c7d118152984e371
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
(cherry picked from commit 812b3ccac697ae0d026bb7ea911b95aaa7f04921)

9 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>
(cherry picked from commit 6ba1131714016b47c49e79f361c66cd25d148bc0)

9 years agoecs: wrap sdb command and path with double quotes
ChulHo Song [Tue, 8 Sep 2015 10:53:19 +0000 (19:53 +0900)]
ecs: wrap sdb command and path with double quotes

Change-Id: I7c580e211cd7dd5f5edf012ea289f24c4d1ea474
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
(cherry picked from commit d0298c49b54b5a1fb096387cbe3a53647b433457)

9 years agopackage: version up(2.1.32)
Munkyu Im [Thu, 10 Sep 2015 03:01:00 +0000 (12:01 +0900)]
package: version up(2.1.32)

Change-Id: I642e947318012b8536882fdaadebd778c2f0a198
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoscripts: wrap path with double duotes
Munkyu Im [Tue, 8 Sep 2015 08:19:51 +0000 (17:19 +0900)]
scripts: wrap path with double duotes

The paths could include space character.
It occurs launching problem.

Change-Id: Ifa4e10ab82c811baef1256f560766c7561210b94
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agobuild: changed PATH according to emulator-lib-dev
Jihye Won [Tue, 8 Sep 2015 10:11:16 +0000 (19:11 +0900)]
build: changed PATH according to emulator-lib-dev

- changed SWT_PATH in tizen/src/Makefile.
- changed PKG_CONFIG_PATH in all build scripts.
- this commit was affected becuase
  directory structure of emulator-lib-dev was changed.

Change-Id: I9394dfbf3660c59682c5f6f8b991d3f28f07586d
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
9 years agoinstall: wrap path with double quotes
Munkyu Im [Tue, 8 Sep 2015 08:14:34 +0000 (17:14 +0900)]
install: wrap path with double quotes

Installation path could includes space character.

Change-Id: I8ff79205f6202f0174ef0fd6351212ab9bf46718
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agosdb: wrap path with double quotes
Munkyu Im [Tue, 8 Sep 2015 07:43:20 +0000 (16:43 +0900)]
sdb: wrap path with double quotes

when push shell button on menu,
need wrapping sdb binary path with double quotes.
Otherwise it fails to launch if path has space character.

Change-Id: Ib58114b0f4885502d08a3a74c31a92751b61a752
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agopackage: version up
GiWoong Kim [Fri, 21 Aug 2015 05:11:19 +0000 (14:11 +0900)]
package: version up

2.1.31

Change-Id: I609b9df882bf5678a53ad5afbddc5d8bd1b5b678
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agotouch: set maximum count value of multitouch point at device
GiWoong Kim [Wed, 3 Jun 2015 06:15:34 +0000 (15:15 +0900)]
touch: set maximum count value of multitouch point at device

Change-Id: I0070cde93cc88093ba191a9ffcca415a1965ab28
Signed-off-by: GiWoong Kim <giwoong.kim@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

Change-Id: I401e51981417292be465a0fc5122e04ca9046afe
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agosdb: change sdb path
Munkyu Im [Thu, 7 May 2015 07:34:09 +0000 (16:34 +0900)]
sdb: change sdb path

because of restructuring directories, relative path of sdb changed.

Change-Id: Ib5150ccd9909e02e5c300e5e9a72cb5292820c05
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agopackage: version up
Sooyoung Ha [Thu, 20 Aug 2015 09:50:14 +0000 (18:50 +0900)]
package: version up

version update to 2.1.30

Change-Id: I4c989f82527a9465cecd895ad7d528189c1af782
Signed-off-by: Sooyoung Ha <yoosah.ha@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 agobuild: fix compilation warnings produced by recent clang
SeokYeon Hwang [Tue, 2 Jun 2015 03:06:38 +0000 (12:06 +0900)]
build: fix compilation warnings produced by recent clang

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Conflicts:
tizen/src/skin/maruskin_client.c

Change-Id: Ic3ac6a1cf6574f0e8930fd70f7809e5e36d1309c
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: detecting some error cases
SeokYeon Hwang [Thu, 27 Nov 2014 06:25:18 +0000 (15:25 +0900)]
emulator: detecting some error cases

Detecting some error cases in profile conf file.
Quotes can be used in default value section from now.

Change-Id: Ib58676dcf1527b0e1d808aa079f25283b716b007
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: some jobs prepared after device init
Sooyoung Ha [Tue, 23 Jun 2015 14:59:17 +0000 (23:59 +0900)]
emulator: some jobs prepared after device init

This commit is come from tizen_2.4,
copied from 925800b7607bc96a021078d2659ba7bd7c0d3ed7.

Change-Id: I3927b9f9c68cc298f4ee7f228a7c82ac4598bc12
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: modify the way to set/get vm name
Sooyoung Ha [Tue, 23 Jun 2015 15:04:45 +0000 (00:04 +0900)]
emulator: modify the way to set/get vm name

Cherry-picked from 13782b9d574b8f4014dcbd93bcde61175420291b

Change-Id: Id14f835a521354ac4b53ec24b2909dceb0da8e9c
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemul_state: enable the "image_file_path".
Sooyoung Ha [Tue, 23 Jun 2015 07:43:47 +0000 (16:43 +0900)]
emul_state: enable the "image_file_path".

The origin code which is come from tizen_2.4 uses the BlockBackend, but it's
not available no tizen_2.3. So modify the get_drive_image_file function to
use legacy bdrv_find function.

This commit is related with 26bc68416f6a1bd7e09cae2ae49bcb57d3d0b178
and is also related with 3767865d9ee2272473a5f98cd96ce69b441f3b9e.

Change-Id: Ia9674240836b52b61e56c93761643470ecaaf036
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agobuild: fix the build fail by W/A
Sooyoung Ha [Fri, 12 Jun 2015 10:11:21 +0000 (19:11 +0900)]
build: fix the build fail by W/A

emul_state has modified but not all changes merged.
so block some codes for build.

Change-Id: I63f0a2f1a633be4c9f0d117c936a9cb36d6ab733
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: print args information immediately
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>
(cherry picked from commit edff86ef3c63900dfa9ecc111b6b4135026f592d)
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: removed "--profile" argument
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>
(cherry picked from commit 92b19938f596a08107ddc2f00b3188958052bae7)
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoscripts: modified launch script
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
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoraw-win32.c: fixed compilation error
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
(cherry picked from commit 3604b9a9d8c8896ce7a456078258d92c44e90d8c)
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: rename section "DEFAULT_VALUE" to "VARIABLES"
SeokYeon Hwang [Tue, 12 May 2015 05:01:53 +0000 (14:01 +0900)]
emulator: rename section "DEFAULT_VALUE" to "VARIABLES"

Change-Id: Ib6e86086718f6ac6d64204dda7137c6c6901340d
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: fixed bugs in get_drive_image_file()
SeokYeon Hwang [Tue, 12 May 2015 04:29:12 +0000 (13:29 +0900)]
emulator: fixed bugs in get_drive_image_file()

Change-Id: I3b7169785499086c32ff9588acfb26a921f180f2
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: used "drive_image_file" instead of "tizen_target_img_path"
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
(cherry picked from commit e85a2024d6bbb29c06e986c2e6300a03f929e03a)
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: introduced "image_file_path"
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>
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agoemulator: removed W/A for SDL windows
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)
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
9 years agopackage: apply tizen_2.3.1_multi
Sooyoung Ha [Tue, 18 Aug 2015 07:19:34 +0000 (16:19 +0900)]
package: apply tizen_2.3.1_multi

modify the pkginfo.manifest file and build scripts to change the packages'
name and install pathes.

Change-Id: I2eaafd9fe4d719a08546ee0eb74435a21bc7c642
Signed-off-by: Sooyoung Ha <yoosah.ha@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 agopackage: modified skin packaging
GiWoong Kim [Tue, 4 Aug 2015 08:00:54 +0000 (17:00 +0900)]
package: modified skin packaging

- wearableO-360x360-1btn -> wearableO-360x360-2btn
- version up (2.1.29)

Change-Id: I52ec5890558727e41fa9c0597c296bcb41085aed
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: add wearableO-360x360-2btn skin resource
GiWoong Kim [Tue, 4 Aug 2015 07:46:14 +0000 (16:46 +0900)]
skin: add wearableO-360x360-2btn skin resource

Change-Id: Ic5cf78e319a1c311170b711d016083fa6d2dd8d3
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: version up (2.1.28)
Munkyu Im [Mon, 20 Jul 2015 08:33:54 +0000 (17:33 +0900)]
package: version up (2.1.28)

Change-Id: Ibc1240b0c5eaa2a672315f2f79aa81269b397af6
Signed-off-by: Munkyu Im <munkyu.im@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>
(cherry picked from commit 3d78d02bd52e7975f459eea6ee78a85d2a162351)

10 years agobuild: package version up (2.1.27)
Jinhyung Choi [Mon, 8 Jun 2015 03:55:56 +0000 (12:55 +0900)]
build: package version up (2.1.27)

Change-Id: I9da27ff60a5e7951844ae8403af035dc0fc11538
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agosdb noti: set message buffer as 64
Jinhyung Choi [Mon, 8 Jun 2015 03:52:12 +0000 (12:52 +0900)]
sdb noti: set message buffer as 64

Change-Id: Ia52b0c0dabeaae03a1e3066badd992a87db80468
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agopackage: version up
GiWoong Kim [Tue, 2 Jun 2015 06:17:20 +0000 (15:17 +0900)]
package: version up

2.1.26

Change-Id: I936455c69824465161161bfa474a63af1644d001
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: Command+Q handling on MacOS
GiWoong Kim [Mon, 9 Mar 2015 10:36:13 +0000 (19:36 +0900)]
skin: Command+Q handling on MacOS

Change-Id: If229ed37e5336602ec84e060fa9ad14d42264382
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoui: modified indenting
GiWoong Kim [Tue, 2 Jun 2015 06:05:52 +0000 (15:05 +0900)]
ui: modified indenting

Change-Id: I74b5057a3d7f06a7d35268338b41615a6917f9c9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackage: version up
GiWoong Kim [Mon, 1 Jun 2015 13:01:39 +0000 (22:01 +0900)]
package: version up

2.1.25

Change-Id: I8fbf7d3519cb8ccce94130622a0edeee7192eeef
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoui: comment out booting progressbar lines of code
GiWoong Kim [Mon, 1 Jun 2015 12:53:06 +0000 (21:53 +0900)]
ui: comment out booting progressbar lines of code

Change-Id: I385a52f3192d40c977e018be7070e1e034ed4fb5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agorotary: remove some delays when rotating
GiWoong Kim [Mon, 1 Jun 2015 12:34:00 +0000 (21:34 +0900)]
rotary: remove some delays when rotating

Change-Id: I420f20c280e015ca32f45ec966474f38dc98d00d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoecs: block emuld message if ecs is not running.
Jinhyung Choi [Thu, 28 May 2015 07:10:26 +0000 (16:10 +0900)]
ecs: block emuld message if ecs is not running.

Change-Id: Ib63830817a9e5f44b4431016b807b991ae2177bb
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agobuild: package version up (2.1.24)
Jinhyung Choi [Thu, 28 May 2015 06:43:59 +0000 (15:43 +0900)]
build: package version up (2.1.24)

Change-Id: I56926712f6c08a1b6d8ec60d9038cdf7a0658745
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoecs: changed inet_listen_opts to local listen socket
Jinhyung Choi [Thu, 28 May 2015 06:29:36 +0000 (15:29 +0900)]
ecs: changed inet_listen_opts to local listen socket

Change-Id: I9ae0f18c62d27c1206be85219b1729c722b85627
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoMerge "package: version up" into tizen_2.3.1
Sangho Park [Fri, 22 May 2015 08:07:26 +0000 (17:07 +0900)]
Merge "package: version up" into tizen_2.3.1

10 years agopackage: version up
Munkyu Im [Fri, 22 May 2015 08:03:08 +0000 (17:03 +0900)]
package: version up

Change-Id: I01e1ca978acae30ef692df42e8b7aaa05eab4bfe
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
10 years agoMerge "ecs: fixed socket creation failure with disabled network" into tizen_2.3.1
Sangho Park [Fri, 22 May 2015 07:59:07 +0000 (16:59 +0900)]
Merge "ecs: fixed socket creation failure with disabled network" into tizen_2.3.1

10 years agoecs: fixed socket creation failure with disabled network
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>
10 years agoMerge "sdb: change way to check base ip" into tizen_2.3.1
Sangho Park [Fri, 22 May 2015 07:01:42 +0000 (16:01 +0900)]
Merge "sdb: change way to check base ip" into tizen_2.3.1

10 years agosdb: change way to check base ip
Munkyu Im [Fri, 22 May 2015 05:45:53 +0000 (14:45 +0900)]
sdb: change way to check base ip

check with ecs port.

Change-Id: I37858af012ee64daf1dcd3573e1df13174a84281
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
10 years agoMerge "package: version up" into tizen_2.3.1
Sangho Park [Wed, 20 May 2015 06:01:18 +0000 (15:01 +0900)]
Merge "package: version up" into tizen_2.3.1

10 years agoMerge "communication: added some error popup message" into tizen_2.3.1
Sangho Park [Wed, 20 May 2015 05:59:23 +0000 (14:59 +0900)]
Merge "communication: added some error popup message" into tizen_2.3.1

10 years agopackage: version up
Munkyu Im [Wed, 20 May 2015 05:45:39 +0000 (14:45 +0900)]
package: version up

Change-Id: I0b960d20c904b4f7218858a9a4f1fad3f0d26dd0
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
10 years agocommunication: added some error popup message
GiWoong Kim [Tue, 12 May 2015 09:57:13 +0000 (18:57 +0900)]
communication: added some error popup message

Change-Id: I3c91f7161362d9518d50f973653f92084ed8309c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
10 years agopackage: version up (2.1.21)
jinhyung.jo [Mon, 18 May 2015 03:07:40 +0000 (12:07 +0900)]
package: version up (2.1.21)

up to 2.1.21
 - VIGS: add synchronous glReadPixels fallback

Change-Id: I85d891be6e51f0055bf31cd78af80c403c94b330
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agoVIGS: add synchronous glReadPixels fallback
Vasiliy Ulyanov [Thu, 14 May 2015 09:50:26 +0000 (12:50 +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: Ie724bf41ca97930c6ddb6d3102483a0df13fc183
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
10 years agoskin: add skin shape information to 'info.ini' file of skin
jihye424.kim [Mon, 11 May 2015 08:06:10 +0000 (17:06 +0900)]
skin: add skin shape information to 'info.ini' file of skin

- This information will be used to select skin by base image

Change-Id: I56bab87301946804e0107dce670a1a396aaa5f1c
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
10 years agotouch: added return value checking
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>
10 years agopackage: version up
GiWoong Kim [Fri, 8 May 2015 05:32:28 +0000 (14:32 +0900)]
package: version up

2.1.20

Change-Id: I9f4b176d526461fa90973d199f93fe2bd7443ca0
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agomenu: add XFlush to reflection of Always on Top feature
GiWoong Kim [Fri, 8 May 2015 05:26:12 +0000 (14:26 +0900)]
menu: add XFlush to reflection of Always on Top feature

Change-Id: I5c745a2db06e6f3aca6ba45e149eaf08503d789f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoecs: alloc a buffer for extra package thread
Jinhyung Choi [Thu, 23 Apr 2015 05:44:37 +0000 (14:44 +0900)]
ecs: alloc a buffer for extra package thread

Change-Id: I9d459263951101c54199d6591a58a58022167a2e
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agorotary: enable rotary UI
GiWoong Kim [Tue, 21 Apr 2015 08:57:24 +0000 (17:57 +0900)]
rotary: enable rotary UI

Change-Id: Ie2b62350fb2d93ece4f7ac9f957481abf05d23bb
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agorotary: disable rotary UI
GiWoong Kim [Mon, 20 Apr 2015 10:51:58 +0000 (19:51 +0900)]
rotary: disable rotary UI

Change-Id: I7909324b2e14e8d52487a4520b3cb1b152dc89ef
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "skin: install wearable-360x360 square skin" into tizen_2.3.1
Sangho Park [Thu, 16 Apr 2015 11:08:02 +0000 (20:08 +0900)]
Merge "skin: install wearable-360x360 square skin" into tizen_2.3.1

10 years agoskin: install wearable-360x360 square skin
GiWoong Kim [Thu, 16 Apr 2015 08:33:09 +0000 (17:33 +0900)]
skin: install wearable-360x360 square skin

Change-Id: I5ceac6372ad588273aa9035963c716b87b0bf5c7
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agobuild: package version up (2.1.16)
Jinhyung Choi [Thu, 16 Apr 2015 07:03:21 +0000 (16:03 +0900)]
build: package version up (2.1.16)

Change-Id: I2aea7dbebc9f783c672edcae33743f1321c4462c
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoextra pkg install: added rpm file contraint
Jinhyung Choi [Thu, 16 Apr 2015 07:00:09 +0000 (16:00 +0900)]
extra pkg install: added rpm file contraint

1. the file length should be longer than 4 because of .rpm
2. last 4 chars must be ".rpm"

Change-Id: I63bce04b16d46116bd4ae9c626232e2d4d3cf130
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agobuild: package version up (2.1.15)
Jinhyung Choi [Tue, 14 Apr 2015 05:42:08 +0000 (14:42 +0900)]
build: package version up (2.1.15)

Change-Id: I6c98191583d3c50da964dd5a95669a45eba0580e
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoecs: send err msg to ecp when port forwarding is failed.
Jinhyung Choi [Tue, 14 Apr 2015 05:40:28 +0000 (14:40 +0900)]
ecs: send err msg to ecp when port forwarding is failed.

Change-Id: I8ee9609bcf9da73e2504f48f84855d9c061596d0
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agopackage: modified profile name
GiWoong Kim [Wed, 8 Apr 2015 04:26:34 +0000 (13:26 +0900)]
package: modified profile name

mobile-2.3 -> mobile-2.3.1
wearable-2.3 -> wearable-2.3.1

Change-Id: Icceee011da4f49adfe9cdf23ff1fdf7fc2bdbee5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackage: version up
GiWoong Kim [Tue, 24 Mar 2015 01:32:13 +0000 (10:32 +0900)]
package: version up

2.1.13

Change-Id: Iddcabe4d82eef87f0a71d9e4d5e93a5ac3627983
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: modified wearableO-360x360-1btn images
GiWoong Kim [Mon, 23 Mar 2015 12:28:45 +0000 (21:28 +0900)]
skin: modified wearableO-360x360-1btn images

Change-Id: I4f15fd5f57cd91f2653b1ed6778168c77f9a14f6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agobrillcodec: support h.264 encoder.
Kitae Kim [Tue, 6 Jan 2015 10:24:20 +0000 (19:24 +0900)]
brillcodec: support h.264 encoder.

configure and use libx264 to support h.264 encoder

Conflicts:

configure
package/build.ubuntu-32
package/build.ubuntu-64
tizen/src/hw/pci/Makefile.objs

Change-Id: I87b8771fc6bfa0cd19349b82be2d32f78a5efe45
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
10 years agoPackage: version up.(2.1.12)
minkee.lee [Thu, 19 Mar 2015 08:32:37 +0000 (17:32 +0900)]
Package: version up.(2.1.12)

Change-Id: I8baff7691bdf1586b75ac91a88aeeae5a5dd80d6
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
10 years agoBuild: Modified build script. Applied 'MSYS_ROOTDIR'.
minkee.lee [Thu, 19 Mar 2015 08:30:15 +0000 (17:30 +0900)]
Build: Modified build script. Applied 'MSYS_ROOTDIR'.

Change-Id: I4a514b69d0ea3bb3848a3554e2d8a04428bf8122
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
10 years agoBuild: Added log to build script.
minkee.lee [Thu, 19 Mar 2015 08:28:56 +0000 (17:28 +0900)]
Build: Added log to build script.

Change-Id: If1060207f514b6befba289ea3e28eabf93b5af3b
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
10 years agoBuild: Removed OS version description in build/install dependency .
minkee.lee [Thu, 19 Mar 2015 07:43:23 +0000 (16:43 +0900)]
Build: Removed OS version description in build/install dependency .

Change-Id: Ie83a8f374a4a938b6b5ead711f9bbf0e2038152a
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
10 years agopackage: removed build/install dependency for spice server
sungmin ha [Thu, 19 Mar 2015 06:32:33 +0000 (15:32 +0900)]
package: removed build/install dependency for spice server

Change-Id: Ie460adee051ba93316161b3666b578fc349aef4d
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
10 years agopackage: version up
Sooyoung Ha [Fri, 27 Feb 2015 02:48:47 +0000 (11:48 +0900)]
package: version up

version update to 2.1.11

Change-Id: I5abe5a158cfbad163f63b26d4a3a44bd876b8945
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
10 years agobrillcodec: disable the h.264 encoder
Sooyoung Ha [Thu, 26 Feb 2015 15:21:47 +0000 (00:21 +0900)]
brillcodec: disable the h.264 encoder

modify configure and disable the h.264 encoder for release

Change-Id: I4626fcf538ef3ae9842f26c82dc2ff9970b429f7
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
10 years agobrillcodec: disable parser APIs because of seeking issue.
Kitae Kim [Wed, 21 Jan 2015 01:42:50 +0000 (10:42 +0900)]
brillcodec: disable parser APIs because of seeking issue.

when seeking video, decoder returns invalid position of video stream.
However, decoding video does work successfully without parser APIs.

Change-Id: I469814505aefe30c0c09dc61b946d7a068c44ce2
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agobrillcodec: support h.264 encoder
Kitae Kim [Tue, 6 Jan 2015 10:24:20 +0000 (19:24 +0900)]
brillcodec: support h.264 encoder

configure and use libx264 to support h.264 encoder

Change-Id: I17245ca51b1447dcd8470f2d2b56484ad7fc37db
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agopackage: version up
GiWoong Kim [Tue, 24 Feb 2015 07:18:20 +0000 (16:18 +0900)]
package: version up

2.1.10

Change-Id: I70a6d582d1e69b58508d1eb0d0debc9931b7ddce
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: qHD skin packaging
GiWoong Kim [Wed, 28 Jan 2015 07:27:53 +0000 (16:27 +0900)]
skin: qHD skin packaging

Change-Id: If04a2a4b412d42554fe8fa2997073421f925dd3c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackage version up (2.1.9)
Jinhyung Choi [Mon, 9 Feb 2015 06:22:33 +0000 (15:22 +0900)]
package version up (2.1.9)

Change-Id: Ibea8249b639f41a65f89abde810fae3578e455e2
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoecs: WA - supports mobile profile (emuld connection)
Jinhyung Choi [Mon, 9 Feb 2015 06:20:20 +0000 (15:20 +0900)]
ecs: WA - supports mobile profile (emuld connection)

Change-Id: I174f81b9317c7e9b89b6637453e907f96fdbf1bd
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agomenu: disable Host Keyboard menu on qHD skin
GiWoong Kim [Wed, 4 Feb 2015 03:18:26 +0000 (12:18 +0900)]
menu: disable Host Keyboard menu on qHD skin

Change-Id: I7f8a90913469c55de3c19680a4ad8e366e665a75
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: add manager.image.except property to info.ini
GiWoong Kim [Tue, 3 Feb 2015 05:44:44 +0000 (14:44 +0900)]
skin: add manager.image.except property to info.ini

Wearable type and Wearable O type are mutually exclusive skins.

Change-Id: Ie300d50eedb91f6db15e73e678a3e5a6f9b0f002
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackage: version up
GiWoong Kim [Thu, 29 Jan 2015 10:13:12 +0000 (19:13 +0900)]
package: version up

2.1.8

Change-Id: Ia7993e7d75c7de911be0f3b409cecd6e0316dd0b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: added wearable 360x360 skin for rectangle display
GiWoong Kim [Thu, 29 Jan 2015 10:11:37 +0000 (19:11 +0900)]
skin: added wearable 360x360 skin for rectangle display

Change-Id: I3b9618a4621cac3ea7d71b535ebec809f39e4f22
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: modified skin folder name for Wearable O
GiWoong Kim [Thu, 29 Jan 2015 10:09:51 +0000 (19:09 +0900)]
skin: modified skin folder name for Wearable O

wearable-360x360-1btn -> wearableO-360x360-1btn

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