GiWoong Kim [Thu, 6 Aug 2015 09:33:47 +0000 (18:33 +0900)]
package: version up
2.2.41
Change-Id: I0b59f073f0ba22f29f6d90f1aae30d718874362c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Wed, 5 Aug 2015 06:56:15 +0000 (15:56 +0900)]
build: removed supplements support in Makefile
Change-Id: I318fe9b1033ab5fd43fa3ee46290c6c7bc6c2f75
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
GiWoong Kim [Wed, 5 Aug 2015 11:17:04 +0000 (20:17 +0900)]
ui: clean up some text resources
- maru_strings.h -> ui_strings.h
- move src/ui/uistrings.h to src/ui/resource/ui_strings.h
- added some defines
Change-Id: I8ce4061b42014fffc4ebc9d679024c3c3ce7518d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Wed, 5 Aug 2015 09:03:17 +0000 (18:03 +0900)]
controller: schedules controller object for deletion
use deleteLater() on close event handler
Change-Id: Ic9bd78f3e333174a3e9d580108ab2a35ac68cd9b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Mon, 3 Aug 2015 08:01:34 +0000 (17:01 +0900)]
emulator: shutdown_qemu_gracefully() moved to emulator.c
Change-Id: Ic9c1e92e24709896eea96f203f49f714e4ebdd93
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
GiWoong Kim [Tue, 4 Aug 2015 10:01:58 +0000 (19:01 +0900)]
skin: add wearableO-360x360-2btn skin resource for QT GUI
Change-Id: Ia318bfe3c0787280a5a01f016cea75a36c612a7d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Tue, 4 Aug 2015 07:46:14 +0000 (16:46 +0900)]
skin: add wearableO-360x360-2btn skin resource for SWT GUI
Change-Id: Ic5cf78e319a1c311170b711d016083fa6d2dd8d3
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jinhyung Jo [Tue, 4 Aug 2015 04:58:06 +0000 (13:58 +0900)]
maru-camera: Removed unnecessary memory copy
In the Win32 Module, converted directly image into the device memory
instead of using a temporary buffer.
Change-Id: If2f765d7a7d826adffb369e2a382bc991b0afc3d
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
jinhyung.jo [Mon, 3 Aug 2015 02:35:48 +0000 (11:35 +0900)]
maru-camera: Changed the framework used in OS X.
The QuikTime Kit(QTKit) framework has been deprecated in OS X v10.9.
So changed to the AVFoundation available in OS X v10.7 and later.
Change-Id: I29c9111063028c0cfbbf15eefef07b8d9bf1b4d6
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Jihye Won [Mon, 3 Aug 2015 08:26:17 +0000 (17:26 +0900)]
ui: add mouseDoubleClickEvent handler.
- The docking controller can not be floating state
when a user clicked once or double-clicked.
Change-Id: I68b3bf9261b354b518a2298235b841e14e79824f
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
GiWoong Kim [Fri, 31 Jul 2015 08:25:57 +0000 (17:25 +0900)]
ui: clean up some source code
- add getter/setter for hardwarekey class
- extract texts from context menu
Change-Id: I7f3c8ee6599d7a6d01191746677cba0e9fd6e5a6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
SeokYeon Hwang [Mon, 3 Aug 2015 07:55:49 +0000 (16:55 +0900)]
emulator: removed unused variables
Removed unused variables.
Removed unused QEMU arguments.
Cleaned some logics up related with JAVA UI.
Change-Id: I6304a747f4b8c1d83964b872162dc0b7cda93109
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Mon, 3 Aug 2015 01:32:20 +0000 (10:32 +0900)]
java_skin: fixed bug when treating simple message
If message contains '=', it can not be showed fully since '=' is splitted out.
So, for representing whole message, "key" is determined startsWith(),
and "value" splitted just once by '='.
Change-Id: I74a9450b9524f1bfc6a6fa9aa231bab8943d8610
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sat, 1 Aug 2015 12:13:43 +0000 (21:13 +0900)]
emulator: introduced new error report architecture
User can see all errors reported by error_report().
Removed most emulator specified codes.
Renamed some source files.
Removed redudant header includes.
Change-Id: I61f92f4e32763eaa1e3ed20c77259dd8b034d497
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sat, 1 Aug 2015 08:02:37 +0000 (17:02 +0900)]
emulator: cleaned common codes up
Change-Id: Ia6b6ba6094233d743ab15f6d2257e14f489e31d0
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Jihye Won [Fri, 31 Jul 2015 05:15:03 +0000 (14:15 +0900)]
Makefile: changed DIBS_SWT_PATH
- fix the bug to build qemu in dibs.
- changed DIBS_SWT_PATH due to
including swt.jar in 2.4-emulator-lib-dev
Change-Id: Ib6b2feeb98a36a168e32e42a93afd97042404e1b
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
SeokYeon Hwang [Fri, 31 Jul 2015 07:51:02 +0000 (16:51 +0900)]
sdb: removed redundant inbound funtion calls
Change-Id: I0b92232270167bf0aa30a8e5ff4f679b3641d465
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Fri, 31 Jul 2015 05:54:25 +0000 (14:54 +0900)]
emulator: cleaned some start-up logics up
Change-Id: I8cf17778ceddacf7f1b5ca6acc1aa5b894b99f2a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Fri, 31 Jul 2015 05:29:16 +0000 (14:29 +0900)]
emulator: introduced "--qemu" argument
"--qemu" can be used by expert users. All args followed by "--qemu"
are passed to qemu directly.
So, we can use "help" using additional args "--qemu -help".
Change-Id: Ia2ae1a28a49b8d109906d0e240272bc50789fba2
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
GiWoong Kim [Fri, 31 Jul 2015 07:19:21 +0000 (16:19 +0900)]
hwkey: define additional attribute schema of XML for HW key long pressing
<key>
...
<keycode longPress="22"> 11 </keycode>
...
</key>
Change-Id: I21a3aa86fa30d96809e3b15f61801e09a54686b1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jihye Won [Wed, 29 Jul 2015 02:47:44 +0000 (11:47 +0900)]
ui: set a constraint about the docking controller
- improved a usability
when the user clicks the docking controller.
- the docking controller can be floating state
only when the user presses, moves and releases the contoller.
Change-Id: Ifabb5f7a92d525086c0b1f25ebe177573521e27e
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
Munkyu Im [Tue, 28 Jul 2015 05:55:00 +0000 (14:55 +0900)]
package: version up (2.2.40)
Change-Id: I512166f9667a144d1f11aaa1b46d6285379fd9b1
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Tue, 9 Jun 2015 05:33:21 +0000 (14:33 +0900)]
net: get link status
added hmp command used for getting link status of specific network adapter.
Change-Id: I82fef064788cbebf0c227ef584c4bfa06b578f7c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
GiWoong Kim [Thu, 30 Jul 2015 06:05:02 +0000 (15:05 +0900)]
ui: stop the window moving when context menu is opened
Change-Id: Id8c157fe12621e7db9b3f571bf4fdb87c9a12ebc
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Thu, 30 Jul 2015 06:50:34 +0000 (15:50 +0900)]
ui: remove stale lock file for gui.property
Change-Id: I808bfdcdce88d5fd2723b83f985c5fe5d438174e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jihye Won [Tue, 28 Jul 2015 04:40:13 +0000 (13:40 +0900)]
qt: modified the logging format
modify printf formats in qMessageOutput function.
Change-Id: Ic7da823d82b1694688472be56c79aa83d8e0a26b
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
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>
SeokYeon Hwang [Thu, 30 Jul 2015 05:43:42 +0000 (14:43 +0900)]
emul_state: detached dependency evdi->emul_state
Detached dependency evdi->emul_state.
Some additional clean-up is applied.
Change-Id: I06dae3130ba1271b629bb2ea179bc24ee2f2fe9a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
GiWoong Kim [Wed, 29 Jul 2015 11:44:07 +0000 (20:44 +0900)]
menu: SDK image packaging for About dialog
Change-Id: Ib3f61ed7ec943940099dbd4cbeed3af8486af693
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Wed, 29 Jul 2015 05:15:41 +0000 (14:15 +0900)]
skin: SWT skin packaging temporarily
Change-Id: Ib08acb9b0be0fd44006595d7daead9d618327187
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
jinhyung.jo [Mon, 27 Jul 2015 10:31:59 +0000 (19:31 +0900)]
VIGS/YaGL: Modified the logging format
Adjust the format of the tizen devices.
Change-Id: I19502e3a030be6a60c472f3d48369e8ab35681e2
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
sungmin ha [Tue, 28 Jul 2015 08:05:43 +0000 (17:05 +0900)]
skin: prevent skin resizing
Change-Id: I4e70d80c0ce40c9b9c06ec58be089392b73cbd7d
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
GiWoong Kim [Fri, 24 Jul 2015 11:35:54 +0000 (20:35 +0900)]
skin: modified profile skin packaging
profile skins categorized on Makefile
Change-Id: I5c535c92c2c796c595042f3df0df5d6252812511
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 24 Jul 2015 10:41:00 +0000 (19:41 +0900)]
skin: modified display off guide image name and packaging
blank-guide.png -> display_off_guide.png
Change-Id: I9089a955eb3761dbc745bde066bd4445e24c2eb2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Thu, 23 Jul 2015 08:27:22 +0000 (17:27 +0900)]
ui: string extraction
add headers file for XML schema keywords, property keywords
and menu dialog texts.
Change-Id: I493e42a12ffd13e5bc40b70c2d22e9855b51f544
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Sooyoung Ha [Fri, 24 Jul 2015 08:55:17 +0000 (17:55 +0900)]
source: Extract the strings from source codes
I extract some strings which shown to users via UI and gather them to
header files. It helps to verify the strings conveniently.
Change-Id: I946e2bfe69d6e9a7b0db497e1ef903b2326cb8de
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
sungmin ha [Sun, 26 Jul 2015 08:06:10 +0000 (17:06 +0900)]
tablet: added maru tablet device
added mouse operation
Change-Id: I500cff93afccd60cbee2dbb49c9ea6616ee94dab
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
ChulHo Song [Thu, 23 Jul 2015 11:12:19 +0000 (20:12 +0900)]
usb-passthru: add udev rules
Change-Id: I5fdf87885d122b99de3d36e4bb5c334cab3f476a
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
Jihye Won [Fri, 24 Jul 2015 09:00:34 +0000 (18:00 +0900)]
ui: modified the stylesheet of scrollbar in h/w key
it improved the style sheet of the scrollbar in h/w key
it also removed the bug n macos.
Change-Id: Ib31a40370cd2551a6cd9bba4e8ec31f9878c8453
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
sungmin ha [Thu, 23 Jul 2015 06:32:51 +0000 (15:32 +0900)]
shortcut: added shortcut info on context menu
added shortcut tooltip on general purpose controller
Change-Id: I1a420291db0e3798a55949bc8671f00a0e19a3ae
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Thu, 23 Jul 2015 08:21:00 +0000 (17:21 +0900)]
shortcut: added back and controller shortcut info
Change-Id: I0b6967a9509c363347fb9c7d4b578a298068b634
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
Munkyu Im [Thu, 23 Jul 2015 04:43:26 +0000 (13:43 +0900)]
package: version up(2.2.39)
Change-Id: Ic7fc602b706a592577b33fa71c77bbeb4965bb08
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Munkyu Im [Thu, 23 Jul 2015 04:40:41 +0000 (13:40 +0900)]
debugch: remove duplicated const
Change-Id: I799c47a703f38c7fa67b9265102017cf97bc697f
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
minkee.lee [Wed, 22 Jul 2015 09:09:17 +0000 (18:09 +0900)]
package: Removed graphic driver checking. (ubuntu)
- This is moved to emulator-supplements's install script.
Change-Id: I9b0d489aeeadbd244d3759aacf3be1a4df815562
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
Jihye Won [Wed, 22 Jul 2015 04:24:55 +0000 (13:24 +0900)]
log: modified qemu log format
- add a line number for logging
Change-Id: I79b80bc5b7513566d8a33b699fea22615e8781ab
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
ChulHo Song [Mon, 20 Jul 2015 06:50:57 +0000 (15:50 +0900)]
ecs: add ecs extension
Change-Id: Ic1dd9b2318aa88f284caa097d4a86cf445909018
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
SeokYeon Hwang [Tue, 21 Jul 2015 08:28:18 +0000 (17:28 +0900)]
vl.c: used QT UI when no "-display" specified
Change-Id: I35e27621ab5724a7ba8061ea9a71d26ac69e6667
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Jinhyung Choi [Tue, 21 Jul 2015 05:49:32 +0000 (14:49 +0900)]
build: package version up (2.2.38)
Change-Id: I27dfadd0e8c7419f3cc492f89c72aa85dab32f9e
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Jinhyung Choi [Tue, 21 Jul 2015 05:42:23 +0000 (14:42 +0900)]
sensor: bug fix - function call w/o initializaion
mutex is used at set_sensor_data() and it is initialized when device is
realized.
Sensor may be used in some profile, such as tv.
However, skin will set rotation without considering profile.
Therefore, sensor will set value after checking validity.
Change-Id: If7482bdea338883ae82fbffa82ce86b06a029b3f
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
GiWoong Kim [Mon, 20 Jul 2015 05:04:58 +0000 (14:04 +0900)]
skin: modified emulator skin packaging
- remove .dbi fies for SWT GUI
- copy cropped images to Qt skin path from SWT skin path
- packaging from Qt GUI resource path (tizen/src/ui/resource/)
Change-Id: I5cb7792b5fc5906ae5d934887702330a684e5722
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
ChulHo Song [Fri, 17 Jul 2015 07:22:32 +0000 (16:22 +0900)]
usb-passthru: add usb passthrough feature
default disable
Change-Id: I5637b7b757c2187e2c5a189e22701cb9777111f9
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
SeokYeon Hwang [Mon, 20 Jul 2015 06:42:39 +0000 (15:42 +0900)]
configure: enabling java ui explicitly
Now we can also disable java ui explicitly.
Change-Id: I7fbe217ff92b1e2594d62ba6b8a99e20eb7a8a29
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sun, 19 Jul 2015 07:06:09 +0000 (16:06 +0900)]
ui: prepared for excluding java ui build
Used unified definition "CONFIG_JAVA_UI" for java ui.
Did not build java skin if "CONFIG_JAVA_UI" is not set.
Additional task - especially cleaning sources up under src/skin/* -
should be followed.
Change-Id: I40a16ff8cc2d5c4e119267c41ebcca23c650a1c0
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sun, 19 Jul 2015 05:19:05 +0000 (14:19 +0900)]
emulator_options: "SKIN_OPTIONS" field is deprecated
Change-Id: I33f8dac13f3fcf96716d84112b365f6387770f24
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Sun, 19 Jul 2015 04:17:39 +0000 (13:17 +0900)]
skin_client: added handling routine when proxy_addr has empty string
Change-Id: I5fffda62b7bc53d3f38c5c04698d9c65f18eb52b
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
sungmin ha [Fri, 17 Jul 2015 05:24:21 +0000 (14:24 +0900)]
shortcut: modified sorting for shortcutInfo tab
added back and controller shortcuts
Change-Id: I1acd732048d7244b9969bb1c88656fa24b68bf8a
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
jinhyung.jo [Fri, 17 Jul 2015 02:18:00 +0000 (11:18 +0900)]
package: version up (2.2.37)
Change-Id: I45b3a9914deb2ef1f68a436f666c74e14baf0eef
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
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>
jinhyung.jo [Tue, 14 Jul 2015 04:36:23 +0000 (13:36 +0900)]
emul_state: Modified the functions for the GPU acceleration
Currently the gpu accel status is set only in the '-enable-yagl' option,
so the status is ignored when using new start-up configuation.
Instead, get the result of the attachment state of the YaGL device using the QMP.
Removed the setting function for the state of the GPU acceleration.
Change-Id: I6652575086df3563dd2da635f186950d045d615f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
sungmin ha [Wed, 15 Jul 2015 08:09:40 +0000 (17:09 +0900)]
shortcut: changed rotate and volume key sequence
Change-Id: I329cfa4af1786b67a97fa15f18c2fba9a2d55375
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
sungmin ha [Tue, 14 Jul 2015 09:46:29 +0000 (18:46 +0900)]
shortcut: replace Ctrl by Cmd on mac
changed rotate and volume key sequence
Change-Id: Ibba2ff76c4040b32b70b049e074acada1dd1cca2
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
Munkyu Im [Wed, 8 Jul 2015 08:30:37 +0000 (17:30 +0900)]
install: back to cocoasudo for graphical sudo on MacOSX
"osascript" does not support modification of dialog message.
So rollback to cocoasudo.
Recompiled cocoasudo 64bit with xcode
since released cocoasudo 64bit binary had problem to launch.
Change-Id: Ica72d4f7acecbf7ede90d50af4d61b03d3b5d739
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
sungmin ha [Mon, 13 Jul 2015 05:47:43 +0000 (14:47 +0900)]
display: fixed for problem of white screen on windows
If the emulator received native event (erase background),
emulator screen is changed to white screen.
Change-Id: I8d4f67c0ba91056d6dce99018f5c623f554e4b5a
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
jinhyung.jo [Mon, 13 Jul 2015 11:19:28 +0000 (20:19 +0900)]
YaGL: Fixed a crash in MacOS with Radeon HD
In OS X with Radeon HD,
CGLChoosePixelFormat fails to create the CGLPixelFormatObj
with the prefered_pixel_format_legacy_attrs.
But it does not return an error value.
There is a bug in the error handling in that case.
For that reason, yagl_egl_driver_create fails.
Change-Id: I2eb7b514287d1a5ec4801c76761841763f45594b
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
jinhyung.jo [Fri, 10 Jul 2015 07:25:44 +0000 (16:25 +0900)]
VIGS: Inform the GL version currently used.
It output only the logs when using the GL backend.
Change-Id: I570e57004269b36beec5e034030bc2ef059638e6
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
SeokYeon Hwang [Fri, 10 Jul 2015 08:48:53 +0000 (17:48 +0900)]
emul_state: rewrite and cleaned-up some functions
Change-Id: I4ad76ecd44adb20ba2ebf6d5f4deabe875fbfa08
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Fri, 10 Jul 2015 04:24:46 +0000 (13:24 +0900)]
emulator: removed an unused argument
Change-Id: I8f8469283c2f7b1e7393a3e76ccd621e975766ed
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
jinhyung.jo [Mon, 13 Jul 2015 06:47:39 +0000 (15:47 +0900)]
maru-camera: Remove qualifier
The pixman functions has no 'const' qualifier until version 0.27.2.
Because of the risk of the compilation error, remove the qualifier.
Change-Id: Ia35609ac182e68c6a2db60cd7ac648952fd0b21f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
GiWoong Kim [Sat, 11 Jul 2015 02:53:22 +0000 (11:53 +0900)]
package: version up
2.2.36
Change-Id: I6c0f02d9bf95f5d2921f69430165f92ad98e850e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 10 Jul 2015 08:32:44 +0000 (17:32 +0900)]
menu: add ShellOpener class for Shell menu
Change-Id: I5df4e2741b14a7d51d1d89643d887c3248da4530
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Fri, 10 Jul 2015 02:18:19 +0000 (11:18 +0900)]
ui: modified qt5_destroy
change the MRU file name(.skin.properties -> gui.property)
add some clean up process
comment out the top level window deleting line temporary
(to avoid segmentation fault when exit)
Change-Id: I848c5e762b4620b98071a963756ec690490e0ce9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
jinhyung.jo [Thu, 9 Jul 2015 08:29:15 +0000 (17:29 +0900)]
maru-camera: Fixed a compilation error
The virtual camera module use the "Designated Initializers" introduced in ISO C99,
but it is not implemented in GNU C++.
So initialize in a fixed order.
Change-Id: I483cb42b58edd33d01d60030424ef3865d9fc56f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
jinhyung.jo [Wed, 8 Jul 2015 06:49:28 +0000 (15:49 +0900)]
hwkey: Delete unnecessary logs
These logs are duplicated each other
and Qt5 UI outputs the log look good.
Change-Id: I9a728715a34b85fdb22c997ebc7f5a4dc7497586
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
jinhyung.jo [Wed, 8 Jul 2015 13:03:19 +0000 (22:03 +0900)]
maru-camera: Implemented a virtual camera
It implemented using a Qt library.
And it supports image files that QImage can support by qt plugin.
It displays each image every a 100ms.
Also implemented simple feature that displays solid color image for SWT UI without Qt.
Change-Id: Ida76b5c5ab6bda17ee2bfc2414c24d1e308ef4c5
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
jinhyung.jo [Mon, 23 Mar 2015 09:10:43 +0000 (18:10 +0900)]
maru-camera: Changed the method for passing the argument to/from device
Without using the CPU IO, directly using the device memory.
Argument memory is separated into the data pointer and the return variable.
For windows module & darwin module, added minimum declarations for v4l2 copied from videodev2.h
Changed the log type from ERR to INFO in the marucam_check() function.
Modified the maru_camera_convert module.
Change-Id: I0239158aac07a217b8a47f8df239f96bc38f45ea
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
jinhyung.jo [Wed, 18 Mar 2015 05:43:50 +0000 (14:43 +0900)]
maru-camera: Rename files
Delete unnecessary postfix, like '_pci'.
Integrate the format conversion utilities, separately implemented in Darwin & Win32.
Change-Id: Ie71cc57c8ed7c9e74eb19afed2e55259b720151f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
sungmin ha [Wed, 8 Jul 2015 05:30:08 +0000 (14:30 +0900)]
controller: fixed emulator termination when key window is activated
Change-Id: I3f62dcc7ec5687f5ab7e9320b820e2072ffef86f
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
GiWoong Kim [Tue, 7 Jul 2015 11:17:52 +0000 (20:17 +0900)]
ui: modified qt5_early_prepare
add AA_X11InitThreads attribute
call a qInstallMessageHandler after QApplication object is created
use addLibraryPath instead of setLibraryPaths
Change-Id: Ia63cfdf35a141295657fa235c443b0662752465c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Jihye Won [Wed, 8 Jul 2015 06:07:07 +0000 (15:07 +0900)]
ui: fix the bug on the key window controller
Change-Id: I6fb1c010c62b55d834373a25325f6fcc0e754387
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
Jihye Won [Tue, 7 Jul 2015 05:30:32 +0000 (14:30 +0900)]
ui: fix the bug on the key window controller
I fixed the bug that disappears the button
of the scroll bar on the key window controller.
Change-Id: I7cf591b608adf02347d3537209b2da5b9ec403df
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
GiWoong Kim [Mon, 6 Jul 2015 08:36:20 +0000 (17:36 +0900)]
display: DisplaySwapper class was separated
And call a quit slot when swapper has been terminated
Change-Id: I3b863d2a761fad49191ea964099a9142105c938b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
jinhyung.jo [Mon, 6 Jul 2015 04:29:06 +0000 (13:29 +0900)]
VIGS/YaGL: Supported GLES 3.0
Removed the environment variable settings to limit to support the OpenGLES 2.0.
Change-Id: I129579a654804a1c284c0b3c8aab7a058a8f7fb3
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
jinhyung.jo [Fri, 3 Jul 2015 11:36:10 +0000 (20:36 +0900)]
VIGS/YaGL: gl_version property added
Modified to use the device property
instead of using the environment variable, GL_VERSION.
Change-Id: I16eaa1b5d4775bf45fe7eb38c6a980c031a55768
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Sangho Park [Mon, 6 Jul 2015 02:57:30 +0000 (11:57 +0900)]
Merge "VIGS: clear color before compositing dpy image" into tizen_2.4_develop
SeokYeon Hwang [Wed, 1 Jul 2015 08:25:43 +0000 (17:25 +0900)]
block: removed legacy workaround codes
It is no more necessary.
Change-Id: I9288c93c0985cc99a127e521bdc0a607b2f21419
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
jinhyung.jo [Fri, 3 Jul 2015 08:27:43 +0000 (17:27 +0900)]
maru-camera: Modified camera check routine on MacOS
QTKit is deprecated since OS X 10.8,
so return false more than 10.8.
Change-Id: I2bccc0f7767138977786fca3af52d62013c2df6c
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
(cherry picked from commit
5be9e20e3435933c7fcfccd11afdb84f7789bf0c)
Vasiliy Ulyanov [Fri, 3 Jul 2015 15:33:02 +0000 (18:33 +0300)]
VIGS: clear color before compositing dpy image
Needs to be done to avoid artifacts with underlays (e.g. when
bottom plane does not fit the whole screen and the root surface
has alpha enabled).
Change-Id: I58b1f3c98a9a6dac5042118441a553de23283491
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
Jihye Won [Fri, 3 Jul 2015 12:15:24 +0000 (21:15 +0900)]
display: modified coordinate values of display
It removed the gap between the display and Phone skin
when the emulator was resized by the scaling function.
Change-Id: Ie43ed2c3b32b97d54f78b7e823819e7ec97b38aa
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
Sangho Park [Fri, 3 Jul 2015 10:23:21 +0000 (19:23 +0900)]
Merge "install: replace cocoasudo with osascript" into tizen_2.4_develop
Munkyu Im [Mon, 29 Jun 2015 15:59:10 +0000 (00:59 +0900)]
install: replace cocoasudo with osascript
Change-Id: Id900ce2cb53f1acba6dcc0d757e3238e07b36df2
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
SeokYeon Hwang [Fri, 3 Jul 2015 01:36:06 +0000 (10:36 +0900)]
build: introduced extension path
The "extension path" is additional source path that can be used by
product specific sources.
The path can be prepared by symbolic link or git submodule.
Change-Id: Ie169410d551c88cc4506e19f64d2255dabb3d44f
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Thu, 2 Jul 2015 13:33:35 +0000 (22:33 +0900)]
build: "$CONFIGURE_APPEND" is not appended by accident
Change-Id: I6e3b105b431904e043cbc327ca5ecb8959c63ea6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Thu, 2 Jul 2015 13:14:48 +0000 (22:14 +0900)]
package: version up (2.2.35)
Change-Id: I6c130ed7be584c27a7fa3ee639b800afa19ee4b6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
SeokYeon Hwang [Thu, 2 Jul 2015 13:05:13 +0000 (22:05 +0900)]
check_net: removed a redundant white space on darwin
Change-Id: I5a0b353a41b35b0f79e2da99a0cf86de72be7270
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
jinhyung.jo [Wed, 1 Jul 2015 07:06:50 +0000 (16:06 +0900)]
scripts: Added double quotes to the launch script
The file path with a space fails to run.
So adds double quotes to the scripts.
Change-Id: Ifddfe064f4da4c096b486d8ad206558486de944e
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
GiWoong Kim [Wed, 1 Jul 2015 06:16:07 +0000 (15:16 +0900)]
package: version up
2.2.34
Change-Id: I20f9949719b47dd4e12a3320999e82a4f9349641
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
GiWoong Kim [Wed, 1 Jul 2015 06:08:16 +0000 (15:08 +0900)]
skin: fix HW key effect issue on Windows
Sometimes, QGrahpicsItem's update() does not work with QGLWidget
on Windows Aero theme. We need to indirectly repaint the items
through QGrahpicsView resizing.
Change-Id: Id0ff3a771a5884e0e632ae852bedfa4b7bc4f935
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
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>
sungmin ha [Tue, 23 Jun 2015 10:49:45 +0000 (19:49 +0900)]
keyboard: added checking-routine about whether device was realized
Change-Id: I9515916648c3b52b07c4ebd0a8e0a46367c95b1f
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
Munkyu Im [Mon, 29 Jun 2015 08:45:46 +0000 (17:45 +0900)]
VIGS: bind multitouch points to window coordinates
It seems a better solution than using guest coordinates
since we no more need to take any special care about
preserving mt points size (i.e. scaling/rotation stuff).
Change-Id: I35243954dc9ac1e189c7eed9beec29e80d67dd0c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>