Munkyu Im [Wed, 11 Nov 2015 07:13:07 +0000 (16:13 +0900)]
install: remove ditto job
It is common job, so I move it to tuntaposx install script.
Also, it does not need to be executed with privilege mode.
Change-Id: I33c471120c3f9a5270ddd2217543516490e000d3
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
(cherry picked from commit
85c433979a160529310fc314bb06e5a3719a194d)
SeokYeon Hwang [Sat, 14 Nov 2015 04:46:03 +0000 (13:46 +0900)]
package: update version (2.2.70)
Change-Id: I92ca7ca9e76fabfd0ac27450315212e017b8dae8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sat, 14 Nov 2015 04:38:57 +0000 (13:38 +0900)]
package: remove ARM guest packaging that was aleady commented out
Change-Id: I39b82d1126f05862f6eed807ad98d834ceee508d
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Fri, 13 Nov 2015 06:00:14 +0000 (15:00 +0900)]
build: enable cross build for Windows binary
Change-Id: I0948cd241ea6ff3bc502fc1a5269c521d2fce16e
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Fri, 6 Nov 2015 02:33:32 +0000 (11:33 +0900)]
DIBS: build on DIBS in the same way on local
Using TIZEN_SDK_DEV_PATH instead of overriding PKG_CONFIG_PATH.
Change-Id: Ib99c9e6149cbca93c278e84873b8a93de6f436e0
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Thu, 5 Nov 2015 12:38:09 +0000 (21:38 +0900)]
configure: change default TIZEN_SDK_DEV_PATH for cross compiling
If CROSS_PREFIX is specified, we use "~/tizen-sdk-dev/$CROSS_PREFIX/"
as a default instead of "~/$CROSS_PREFIX-tizen-sdk-dev/".
Change-Id: I86e825ca2b1749be240e8850478de2c185b2cb8e
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
ChulHo Song [Tue, 20 Oct 2015 11:22:03 +0000 (20:22 +0900)]
9pfs: fix bug of reading host directory path
On Windows host, if the user selected the root directory as Host
Directory Sharing path, the emulator launching failure could occur.
There was a code that remove the last backslash of entered path on
Windows implementation. By the way, stat() function could not read the
path when root path like 'c:\' had entered and been removed the last
backslash(the result was 'c:').
So we change the code to remove the backslash only if the entered path
is not a root directory.
We should check the stat() working mechanism about reading pathes
including backslash on Windows later.
Change-Id: I7a155520af1f008f927e6dc67408e930c0f73ab1
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
(cherry picked from commit
b14e65d1652c5c21b7ec6f6f30312f8d2ab5ec3a)
Jihye Won [Fri, 13 Nov 2015 02:06:34 +0000 (11:06 +0900)]
qt5_msgbox: fix condition for checking empty message
It is simple way to check whether message[1] is NULL
instead of checking the length of the message is 1.
Also, the level of error log is changed from ERROR into WARN.
Change-Id: I9f65e7ed037ee92fcb017255455e2e68dbc45cfa
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
GiWoong Kim [Fri, 13 Nov 2015 01:31:05 +0000 (10:31 +0900)]
skin: wearable skin packaging
- add wearable-360x360-1btn
- add wearableO-360x360-2btn
- delete tv-1920x1080
Change-Id: Ie9806d282d29d32e305f9d8047cfccefa77f42da
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Mon, 19 Oct 2015 04:57:24 +0000 (13:57 +0900)]
coroutine: co->fiber has not to be null
CreateFiber() will be return NULL when it fails. If co->fiber is null,
SwitchToFiber() aborts with
C0000005 and it corrupts stack that make
hard to find causes. So it is better to abort when CreateFiber()
returns NULL.
Change-Id: Ifdc36404ce523cee842fd486bdbe071e58b7d7b3
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
GiWoong Kim [Mon, 9 Nov 2015 02:35:28 +0000 (11:35 +0900)]
ui: remove unnecessary blank space in window
To remove blank space, add none boder-style to QGraphicView.
And it should not be overwritten.
Change-Id: I50f6fad3a65d191faa4effd0c969c23b0821a140
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Tue, 3 Nov 2015 08:15:17 +0000 (17:15 +0900)]
XML: removed returning allocated memory in parser
Change-Id: I5e63849a513e7f53b0a414742e3c21a935f7046b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Tue, 3 Nov 2015 07:21:27 +0000 (16:21 +0900)]
XML: minor cleanup
- declare a makeGeneralCon function
- call by reference
- add some logs
Change-Id: Ic14a41b222be25ff8e3c9b773ded17c8e6cc7dda
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Stefan Weil [Thu, 30 Jul 2015 21:08:12 +0000 (23:08 +0200)]
slirp: Fix non blocking connect for w32
Change-Id: Iae869bcf0e25a9842a66f609e552f4b72b69bebf
Signed-off-by: Stefan Weil <sw@weilnetz.de>
(cherry picked from commit
9cf20c1a8d8d128508e80929768cad182c807093)
unknown [Wed, 11 Nov 2015 00:40:40 +0000 (09:40 +0900)]
qt5_msgbox: fix bug by replacing strnlen with strlen
Because the build environment of tizen_2.3.2 can not support cross-build,
strnlen function does not exist in windows build environment.
So, I added codes to use strlen function when building qemu in MINGW.
Change-Id: I0a35ae5f582ad2034ed94898ee0ff0e49232462f
Signed-off-by: Won Jihye <jihye.won1@samsung.com>
SeokYeon Hwang [Tue, 10 Nov 2015 12:40:31 +0000 (21:40 +0900)]
package: version up (2.2.69)
Change-Id: I3086eedc2729ab6c5be81c0908fbb41abcee670f
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Tue, 10 Nov 2015 08:59:17 +0000 (17:59 +0900)]
build: fix building skin package
Change-Id: I76a0057f44efc4e7d694fb2b7c194127fcdc6d41
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Jihye Won [Tue, 3 Nov 2015 06:51:28 +0000 (15:51 +0900)]
Qt: destroy transWidget before offGuideImage shows
When emulator does not receive any event,
offGuideImage is loaded on the top of the screen.
The problem is that offGuideImage shows with transparent widget
created for Move function.
To resolve the problem, transparent widget should be deleted
just before offGuidImage shows.
Change-Id: Ia2ceb186034d4e37bff3c1f22c206202a20b7e8b
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
Won Jihye [Tue, 10 Nov 2015 08:06:47 +0000 (17:06 +0900)]
Qt: add a "Move" function to move an emulator
The Move function can improve user convenience
when the skin bezel is too small to grab the emulator
Change-Id: I2541c8964393fa044152d33874973df42c2b1fde
Signed-off-by: Won Jihye <jihye.won1@samsung.com>
Jihye Won [Mon, 19 Oct 2015 05:08:47 +0000 (14:08 +0900)]
gitignore: added qt5_msgbox.res
After building tizen on Windows,
tizen/standalone-src/qt5_msgbox.res is created.
I added the file in gitignore for the file
to be untracked.
Change-Id: I33b1c2dd96cd3eb4959a54fa046c5c8f158ec87e
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
Jihye Won [Tue, 13 Oct 2015 05:02:10 +0000 (14:02 +0900)]
qt5_msgbox: check if message has only a newline character.
qt5_msgbox shows an empty message
when the message as the argument of error_report() ends a newline character.
So, it is necessary to check if the message is valid before executing qt5_msgbox.
Change-Id: I48e4bd0e484a69bd00c6a9aace5b4390d996bd62
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
Sooyoung Ha [Tue, 10 Nov 2015 08:18:07 +0000 (17:18 +0900)]
package: exclude TV resource package
2.3.2 does not need the TV profile, resource packages are unnecessary.
Change-Id: I6e7bf0b9a66dd27ca89fd2c0fc6cce9af43271a6
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
GiWoong Kim [Mon, 9 Nov 2015 07:35:11 +0000 (16:35 +0900)]
menu: delete some unnecessary lines in SWT GUI
There is no need to consider CPU architecture on
Detailed Info Dialog.
Change-Id: I97ac80a5cee32d382ac93d60e01740a87a8de8d6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
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.2
Change-Id: Ieb893ae3c11c0550d76d9f4dfff60f10837b6f2b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
jinhyung.jo [Mon, 9 Nov 2015 06:22:14 +0000 (15:22 +0900)]
package: change platform version
From the tizen_2.4 to the tizen_2.3.2
Change-Id: I0536bb6977d5afc3f34eb889e60efbcb8ace7426
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
GiWoong Kim [Wed, 4 Nov 2015 08:58:06 +0000 (17:58 +0900)]
display: added masking for screen off guide
Change-Id: If3bcf54f83f779e32490bfee12668d94facd928d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Tue, 3 Nov 2015 06:31:34 +0000 (15:31 +0900)]
skin: fix the incorrect decision logic for VM color
Decision logic for VM color(which is used by Pair Tag on skin)
is depended on base port number. The port number is
increased by 10 from 26100.
Change-Id: I8744e837eb77773e9dedf2155abca346498ae211
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 2 Nov 2015 05:31:24 +0000 (14:31 +0900)]
skin: masking for non-alpha channel image format
Removes any mask set on main window when emulator uses
a non-alpha channel image as a skin.
Change-Id: I64293c35f07a36fb3bbbff140a06412f09b6084c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 26 Oct 2015 02:40:16 +0000 (11:40 +0900)]
ui: initialize class-member variables
1. initialize class-member variables
2. delete unnecessary null checking
Change-Id: Ie20dfc5789f7d9be8cb08487c7bfe460507bcb2c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jihye Won [Sun, 25 Oct 2015 10:15:47 +0000 (19:15 +0900)]
Qt: initialize the docking controller view status
When DockingConView object is created,
the mouse button state is naturally relased.
So, conViewStat should be initialized
as CONVIEW_RELEASED in the constructor of DockingConView.
Change-Id: I849582317075c10d2126c478ac7f6eec51f0dd3a
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
GiWoong Kim [Fri, 23 Oct 2015 12:22:05 +0000 (21:22 +0900)]
skin: remove memory leak
1. remove resource leak in SkinPainter object
2. delete unnecessary null checking
Change-Id: I141116cfd68dcd242bd2581c6deff01c82bf266c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 16 Oct 2015 04:28:47 +0000 (13:28 +0900)]
multi-touch: added device initializing checking
Multi-touch events should be ignored when
the touchscreen device is not ready yet.
Change-Id: I7486e1bc91bf9a4519a9e27a6c331aca65b03b39
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Thu, 15 Oct 2015 09:47:07 +0000 (18:47 +0900)]
multi-touch: improved re-touch decision for touch point
To get more precise distincion for re-touch points,
shape of decision region need to change to circular from rectangle.
It makes reduce a gap between mouse event area(decision region)
and point appearance.
Change-Id: I6e47a0d3a8c1bd45ba0df124cf744573fffe41dd
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Thu, 15 Oct 2015 09:43:16 +0000 (18:43 +0900)]
ui: delete a space before the colon on logging
Change-Id: I14aa91a3b86f9c8a0549b54e005dbb4b781e825b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 12 Oct 2015 10:22:54 +0000 (19:22 +0900)]
gui: added hover XML schema
define hover schema for main window's HW key on profile-specific skin
Change-Id: I3447ffa9f490510a485b63ca6587b4bceb5c9b5d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 9 Nov 2015 05:03:42 +0000 (14:03 +0900)]
hwkey: modified dual keycode handling for HW key
- hold down the HW key for up to 2 seconds: long press
- under the 2 seconds: short press
Change-Id: I7929bf1e53ddeb9c9ac86804cee62f7dc2eb1477
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
minkee.lee [Tue, 13 Oct 2015 06:59:53 +0000 (15:59 +0900)]
ecs: add log about target image path.
- change log level. (TRACE -> INFO)
- Target image path is used in emulator-manager
in order to check running-VM.
Change-Id: I5f91f30ba9bdf3887028c5272b4efe6ec5b75e70
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
GiWoong Kim [Fri, 2 Oct 2015 01:58:53 +0000 (10:58 +0900)]
gui: standardize tooltip style
black font, white background, black 1px border
Change-Id: Ied412879f7ee7b4e6b672828dabdedda59c9a903
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Munkyu Im [Tue, 22 Sep 2015 07:06:36 +0000 (16:06 +0900)]
package: add prerequisite
used for enabling bridged network feature.
add glib2, acl, zlib, pixman package for qemu.
Change-Id: Ie2c29d1b82982670d046effea0ff669ce2e22918
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Thu, 24 Sep 2015 09:06:37 +0000 (18:06 +0900)]
install: modify path for temp files
"~/.installmanager" path is using for installer.
it can be changed for some reasons.
Change-Id: I7bfd78ef52f39aa4e89f13ca6de5dc4f105f2960
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Thu, 24 Sep 2015 08:47:25 +0000 (17:47 +0900)]
net: bridge name is flexible
qemu set bridged network on mac os 10.8.
bridge name was fixed with "bridge0".
However from mac os 10.9, the setting is possible on
host network configuration. So, support another bridge names.
Change-Id: I6c75766ca624847cf5e11a5ff9f61afbe89f041f
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
GiWoong Kim [Fri, 25 Sep 2015 07:20:51 +0000 (16:20 +0900)]
menu: modified shortcut info table on Detailed Info dialog
Short-cut key information table has been separated into two parts.
One is a Menu short-cut table, the other is HW key short-cut table.
Change-Id: I8232cec0e77e6374dd43cc597ad4b5de3ed7a36a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
ChulHo Song [Wed, 30 Sep 2015 05:10:03 +0000 (14:10 +0900)]
package: version-up(2.2.67)
Change-Id: Id005ae1248726e5253253b8e357fd04cac32de56
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
ChulHo Song [Wed, 30 Sep 2015 04:28:56 +0000 (13:28 +0900)]
sdcard: allocate "DriveInfo" to delete the "BlockBackend" automatically
When the sdcard is detached, "virtio_blk_device_unrealize" marks
auto deletion flag to the "DriveInfo". But "qmp_marshal_input_blockdev_add"
does not create the "DriveInfo". To destroy BlockBackend object automatically
we need to create dummy "DriveInfo".
Change-Id: I8501c5b14daab487e72b4b6b6a0744475c6553a3
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
ChulHo Song [Wed, 30 Sep 2015 04:26:30 +0000 (13:26 +0900)]
Revert "blockdev: bug fix for multiple sdcard attachment with same ID"
This reverts commit
0e218af5119f14fb3172097833e1851bc32be73e.
Change-Id: Idde0232cd4533bb04f001d9c5ef581e578e1ca03
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
haken.kim [Thu, 24 Sep 2015 12:14:52 +0000 (21:14 +0900)]
package: version-up(2.2.66)
Change-Id: I6aa401a0ccafc987f58afe73d844f89aa12d1771
Signed-off-by: haken.kim <haken.kim@samsung.com>
haken.kim [Thu, 24 Sep 2015 06:58:51 +0000 (15:58 +0900)]
blockdev: bug fix for multiple sdcard attachment with same ID
- returns BlockBackend if the device id already exits
Change-Id: I7c1417569321f16460f32e238489e59c04eecf84
Signed-off-by: haken.kim <haken.kim@samsung.com>
haken.kim [Thu, 24 Sep 2015 09:19:33 +0000 (18:19 +0900)]
ecs: error handling when try to connect eventcast
Change-Id: I7df2af3ee61cd58d5aa840cfead21578d14d6d5d
Signed-off-by: haken.kim <haken.kim@samsung.com>
Jihye Won [Mon, 21 Sep 2015 10:59:26 +0000 (19:59 +0900)]
shortcut: changed the shortcut to execute Shell.
Because VoiceOver keyboard shortcut on MacOSX is Ctrl+F5,
I changed the shortcut from Ctrl+F5 into Ctrl+Shift+S.
Also, the Ctrl key is Command key on MacOSX.
Therefore, users can execute Shell(SDB) by pressing Command+Shift+S.
New shortcut is more intuitive and avoids duplicate VoiceOver shortcut.
Change-Id: Ide8886458e61dac4cc9b4b6c3a2c5f6a514bbc4a
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
(cherry picked from commit
cbbd1185cd5aac1a15211ac91b43a1e6a954c3b7)
jinhyung.jo [Mon, 21 Sep 2015 10:40:38 +0000 (19:40 +0900)]
YaGL: Removed a deprecated attribute
The 'kCGLPFAPBuffer' attribute is deprecated in OS X v10.7.
On some systems, cannot supported the multi-sampling by the deprecated attribute.
Change-Id: I491bda77141d6913c8e4068a6df890bffad1223f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
(cherry picked from commit
26fbd74709b4001317d467b9b97ec4e64ccdec27)
sungmin ha [Wed, 16 Sep 2015 01:58:24 +0000 (10:58 +0900)]
keyboard: fixed undefined build error
Change-Id: I4d0549529e8b2f722cd0cf3d3447c2dd22728e5a
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
GiWoong Kim [Mon, 14 Sep 2015 08:23:23 +0000 (17:23 +0900)]
ui: declare some getter/setter wrapper fucntions for UiInfomation class
Change-Id: I99d2c8ad1999eef88da3c70272e880ff08ef4215
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 14 Sep 2015 06:21:18 +0000 (15:21 +0900)]
ui: declare some getter/setter wrapper fucntions for UiState class
Change-Id: Ie6b97283ea8cfe39cd58a5e7e9bb8166e7ed791f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 14 Sep 2015 04:47:04 +0000 (13:47 +0900)]
ui: declare some getter/setter wrapper fucntions
Change-Id: Iba5f6a7e169254f54ab62aecc8cd91ab7bd2bfd1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Mon, 14 Sep 2015 10:53:49 +0000 (19:53 +0900)]
configure: delete duplicated lines
"--enable-java-ui" option has already defined at CONFIGURE_APPEND for common.
Change-Id: Ib34a7fcb349d43e21f7e891470f7ea158b57a07b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Mon, 14 Sep 2015 05:12:00 +0000 (14:12 +0900)]
Makefile: standalone-src should be cleaned befor qemu distclean
A "clean" in standalone-src is depend on "config-host.mak". So it should
be run before qemu distclean, since qemu distclean remove "config-host.mak"
Change-Id: I87e6f097863ed3aec0a99f0be9b9f394902ea298
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
sungmin ha [Mon, 14 Sep 2015 07:38:27 +0000 (16:38 +0900)]
keyboard: fixed unlimited input for mac
fixed bug of key state (caps lock and shift)
Change-Id: I1466b24bd3fdf734d28c9be96636281fe737133a
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
GiWoong Kim [Thu, 10 Sep 2015 11:42:03 +0000 (20:42 +0900)]
package: version up
2.2.65
Change-Id: I7714a8f8e4db59c56f8222c662a2d43e7ec0cc91
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Thu, 10 Sep 2015 11:38:12 +0000 (20:38 +0900)]
controller: fix wrong condition
Change-Id: Ifaee282a00ff9c15b9ba4bfc05d0c9036f6556d9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Park Kyoung Won [Thu, 10 Sep 2015 06:06:42 +0000 (15:06 +0900)]
build: modified libav configuration script.
- added disable-libav configure option
Change-Id: I629ee3efb7aeaff42848788952a4940a4a050229
Signed-off-by: Park Kyoung Won <kw0712.park@samsung.com>
SeokYeon Hwang [Wed, 9 Sep 2015 13:52:05 +0000 (22:52 +0900)]
dibs: prepared cross building on DIBS
Change-Id: I2e669d1fb8cc7507608bcd898ac5cde740ca872d
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Wed, 9 Sep 2015 13:31:14 +0000 (22:31 +0900)]
qt5_msgbox: correct Makefile
qt5_msgbox target binary should deal with its suffix.
Change-Id: Ia11cdc536042aefbe531cb49760cc2cb50cf6f36
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Munkyu Im [Wed, 9 Sep 2015 06:02:06 +0000 (15:02 +0900)]
extra: replace 4 space with tab
script files uses tab instead of spaces.
Change-Id: I8c436043f02648ee08fdacc50ab4ba087206fbab
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
GiWoong Kim [Tue, 8 Sep 2015 10:19:11 +0000 (19:19 +0900)]
xml: modified error message for skin loading failure
Change-Id: I944ba391081a056a26deb5798bacc808b7cc74eb
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
sungmin ha [Tue, 8 Sep 2015 04:24:02 +0000 (13:24 +0900)]
spice: fixed problem of displaying emulator skin
When the emulator is booted up with "-spice" option,
the emulator skin should not be displayed.
Change-Id: Ic1e6a73b91cc8ba4ea99e44da14e16e3e170c034
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
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>
Park Kyoung Won [Tue, 8 Sep 2015 09:16:38 +0000 (18:16 +0900)]
configure: modified check_libav function.
- The x264 package requires libav packages.
- Display an error message if x264 package is not installed.
Change-Id: I47f230df7a0aef5cb4b7aba3af5c5ccd9033a4e1
Signed-off-by: Park Kyoung Won <kw0712.park@samsung.com>
Munkyu Im [Tue, 8 Sep 2015 07:17:27 +0000 (16:17 +0900)]
package: version up(2.2.64)
Change-Id: I18c872403b4c2e95382666638d60f2c880bee60e
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Tue, 8 Sep 2015 07:15:57 +0000 (16:15 +0900)]
tap: wrap with double quotes
to support launching that executable binary has space character.
Change-Id: I00b1f896369274957ab49da649146ddad056e9cb
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Tue, 8 Sep 2015 06:53:23 +0000 (15:53 +0900)]
osutil: move making/checking vm lock position
move it after initializing device.
otherwise cannot get drive image path.
Change-Id: I22c730a6410cd7cb36ee3c4830370b5616dbfdd7
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
SeokYeon Hwang [Fri, 4 Sep 2015 11:51:07 +0000 (20:51 +0900)]
qt5_msgbox: fixed wrong action for building qt5_msgbox
Change-Id: I1f05997c72c816dcf6b8fff788e13c7e20bfaaf4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Wed, 2 Sep 2015 04:14:39 +0000 (13:14 +0900)]
os-win32.h: Suppress warning -Wredundant-decls
"time.h" in some distributions aleady has gmtime_r(), localtime_r()
as a real function prototype (not a macro). So we should suppress
warning "-Wredundnat-decls" for them.
Change-Id: I8b2764d5c6d1b136b2a3dcc862d52b785d8a5855
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Wed, 2 Sep 2015 04:07:37 +0000 (13:07 +0900)]
configure: fixed logic when "--enable-error" is specified
If "--enable-error" is specified, "configure" had not tried to set
CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE.
To fixed this problem "configure" should skip setting "werror" only.
Change-Id: I6d204ca25d242aa8b2e9c12fd8f1f1f85dcad9f4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sun, 30 Aug 2015 08:34:56 +0000 (17:34 +0900)]
configure: "CROSS_PREFIX" is introduced for cross-compiling
If "CROSS_PREFIX" or "--cross-prefix" is provided, "emulator_configure.sh"
prepare cross-compiling environments.
Applied "--static-libgcc" and "--static-libstdc++" for static linking
compiler libraries.
Change-Id: Id095e43eb00cffdfe635d1cec404549b364c5940
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sun, 30 Aug 2015 07:46:34 +0000 (16:46 +0900)]
hax: used proper format for printing special types
Change-Id: I38366f99fc6162ac41964b6186e463922d448e32
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sun, 30 Aug 2015 07:45:19 +0000 (16:45 +0900)]
yagl: for cross-compiling, header name should be case-sensitive
Change-Id: I4b679792cbf374ba6cbf7d918669df4c2895c03a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sun, 30 Aug 2015 07:39:30 +0000 (16:39 +0900)]
Revert "timer: fix qemu_poll_ns early timeout on windows"
This reverts commit
b611841324d3d95b8f0adbaf22a27d53cd83b858.
Same commit applied in upstream in diffent way as a
commit
5a007547df76446ab891df93ebc55749716609bf.
Change-Id: I6eedc7f56f3a1f6ef79e39f1b47acf74cd6bdf92
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Munkyu Im [Tue, 8 Sep 2015 04:16:20 +0000 (13:16 +0900)]
script: fix else statement
"elif" needs condition, but in this case
do not need condition so replace this with "else".
Change-Id: Id2966379d79c579c15f345255a59220f49f3cbd2
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
SeokYeon Hwang [Fri, 4 Sep 2015 06:14:33 +0000 (15:14 +0900)]
dibs: cleaned-up DIBS build scripts
Change-Id: Ia72722bcca12a9d3eb88d9e8f9a57e76f22c9372
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
GiWoong Kim [Fri, 4 Sep 2015 11:27:34 +0000 (20:27 +0900)]
menu: add a kernel file information to VM info of Detailed Info Dialog
Change-Id: Ia530c89469565475275c12b831d6bc9203cef10a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 4 Sep 2015 11:03:20 +0000 (20:03 +0900)]
config: ignoring files on git
.settings
tizen/standalone-src/qt5_msgbox
Change-Id: Id16661c5133120ad64f00f64a90c5cd2b2cabbe2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
sungmin ha [Mon, 7 Sep 2015 07:25:39 +0000 (16:25 +0900)]
package: version up (2.2.63)
Change-Id: I855816cd43ae3e87d6c6c878e3fc0ef7880d690a
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
Sungmin Ha [Wed, 2 Sep 2015 06:14:24 +0000 (15:14 +0900)]
camera: modified camera win32 header to build on mingw-w64
Change-Id: Ibcc63a762438f5492eb0445ce5cbca9438b8ddc4
Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
GiWoong Kim [Fri, 4 Sep 2015 08:54:31 +0000 (17:54 +0900)]
menu: clean up some lines
check a SDB file exists before initializing & etc
Change-Id: I8921a0e4d15e466a65d5acb776c489792209702b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jinhyung Choi [Fri, 4 Sep 2015 11:30:19 +0000 (20:30 +0900)]
Merge "extra: wrap path with double quotes" into tizen_2.4_develop
Munkyu Im [Fri, 4 Sep 2015 09:26:57 +0000 (18:26 +0900)]
package: version up(2.2.62)
Change-Id: Icd0bafcc4c2df9863c3ce49d5f1adb028dde710a
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Fri, 4 Sep 2015 09:23:21 +0000 (18:23 +0900)]
sdb: convert to native separator
for windows, convert slash to reverse slash.
Change-Id: I2a049bcb8addf5be0dc8bb11b7bca8e7fa2692d8
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Fri, 4 Sep 2015 07:27:40 +0000 (16:27 +0900)]
extra: wrap path with double quotes
LD_LIBRARY_PATH could be include PATH with space.
sdbscript need this, too.
Change-Id: Ibf3ee8f24bc781dba6a6d68e72c08b18b8b23c86
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Thu, 3 Sep 2015 12:33:19 +0000 (21:33 +0900)]
package: version up(2.2.61)
Version 2.2.60 has already been uploaded.
Change-Id: Ie06a1a316faf8e4f38db068248d467581fdfb3ff
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Thu, 3 Sep 2015 12:04:10 +0000 (21:04 +0900)]
package: version up(2.2.48)
Change-Id: Ibd96b654008f6c7ad10744bf70d949b5c927f789
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Thu, 3 Sep 2015 11:57:48 +0000 (20:57 +0900)]
extra: support multibyte string
Change-Id: I4f91cf1cf30d64e8a5e3bc3addedfc58c5a301fd
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Sangho Park [Thu, 3 Sep 2015 05:49:17 +0000 (14:49 +0900)]
Merge "build: change PATH according to emulator-lib-dev" into tizen_2.4_develop
Munkyu Im [Wed, 2 Sep 2015 10:04:07 +0000 (19:04 +0900)]
package: version up(2.2.47)
Change-Id: Iec9694cf120158fa42836e8fd7d7af7d5830eafa
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Wed, 2 Sep 2015 09:35:41 +0000 (18:35 +0900)]
install: move ditto job
need sudo permission to overwrite tap.zip
because tap.kext already has root permission.
Change-Id: Id2c69b74179d86bd4eb00becd074611a8131e0d4
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Jihye Won [Tue, 1 Sep 2015 10:09:19 +0000 (19:09 +0900)]
build: change PATH according to emulator-lib-dev
Change-Id: I0d9493974b3084350a3fa78b5617d8461a74f919
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
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>
Munkyu Im [Wed, 2 Sep 2015 08:52:59 +0000 (17:52 +0900)]
package: wrap path with double quotes
apply remove script.
Change-Id: I98cb39d9b2e09c45255c70c55c58a9edba99860c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Wed, 2 Sep 2015 08:41:49 +0000 (17:41 +0900)]
package: version up (2.2.46)
Change-Id: I8fcb15861ca9e1508949ffd044e2705701d0573c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Wed, 2 Sep 2015 07:09:22 +0000 (16:09 +0900)]
sdcard: change the way to get sdcard path
Instead of using "sdk.info", get sdcard path from "vm_launch.conf"
change encoding when read "vm_launch.conf"
Change-Id: Id7c0cad031675e8ee67706d48f0db9cf4a89f05c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Wed, 2 Sep 2015 02:41:02 +0000 (11:41 +0900)]
package: wrap path in double quotes
Change-Id: I32c4b6315f811e49358b3fd8f9be0f22d13ab20b
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>