sdk/emulator/qemu.git
9 years agodisplay: added display masking for Qt UI
GiWoong Kim [Mon, 4 May 2015 06:33:38 +0000 (15:33 +0900)]
display: added display masking for Qt UI

The shape of Emulator display can be defined from user-defined
masking image in XML file.

<display>
    ...
    <maskImage>mask.png</maskImage>
</display>

Change-Id: I2943e5bde4a6b6152f0c23440b8f4e745fefeccf
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: add wearable-360x360 skin for Qt UI
GiWoong Kim [Sat, 2 May 2015 08:53:22 +0000 (17:53 +0900)]
skin: add wearable-360x360 skin for Qt UI

Change-Id: I2ffaff28beb55541fa6f2a4a572b5dfa5a768a7d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: window masking
GiWoong Kim [Sat, 2 May 2015 08:43:59 +0000 (17:43 +0900)]
ui: window masking

Under the resizing event handling sequence, A region mask
should be applied to the emulator window after layout changing.

Change-Id: I5fa3a3d9ff8ad7a6b266af8c78c25d49e52814db
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agomenu: modifided controller item's menu depth
GiWoong Kim [Sat, 2 May 2015 04:08:17 +0000 (13:08 +0900)]
menu: modifided controller item's menu depth

Menu>Controller -> Menu>Advanced>Controller

Change-Id: I0a044e963acca166e02a3c58f7833e79fb76cd6e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agotouch: declare function array for multi-touch processing
GiWoong Kim [Sat, 2 May 2015 03:42:51 +0000 (12:42 +0900)]
touch: declare function array for multi-touch processing

Change-Id: Ib3992cf13bbe3dc7cecd125a5b4168681902c5b8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoMerge "display: fix rotation bug" into tizen_2.4
Sangho Park [Thu, 30 Apr 2015 09:35:35 +0000 (18:35 +0900)]
Merge "display: fix rotation bug" into tizen_2.4

9 years agoMerge changes I0d928641,If3193d7f into tizen_2.4
Sangho Park [Thu, 30 Apr 2015 09:33:25 +0000 (18:33 +0900)]
Merge changes I0d928641,If3193d7f into tizen_2.4

* changes:
  touch: add different pattern of multi-touch processing
  touch: implement multi-touch tracking

9 years agodisplay: fix rotation bug
GiWoong Kim [Thu, 30 Apr 2015 06:50:07 +0000 (15:50 +0900)]
display: fix rotation bug

1. display should be updated when rotating
2. calculate with correct orientation for coordinate.

Change-Id: I6f78a9ff0f521668af5461761c5d8ebef100774d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agotouch: add different pattern of multi-touch processing
GiWoong Kim [Thu, 30 Apr 2015 04:04:10 +0000 (13:04 +0900)]
touch: add different pattern of multi-touch processing

parallel and symmetrical moving mode

Change-Id: I0d928641b6cb66984d3bc7795f71536f0570f203
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: modified skin name
GiWoong Kim [Thu, 30 Apr 2015 02:34:10 +0000 (11:34 +0900)]
skin: modified skin name

Wearable 360x360 -> W square 360x360

Change-Id: Ie0a9bd72e229de3e89a62ba854c4886cfdc18c17
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agorotary: Added a new input device
jinhyung.jo [Mon, 29 Dec 2014 11:17:00 +0000 (20:17 +0900)]
rotary: Added a new input device

Added a new input device for the maru board

Change-Id: I61cf8d4041ce246b1f250408e7792301fb7b510f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agopackage: version up
GiWoong Kim [Thu, 30 Apr 2015 01:15:08 +0000 (10:15 +0900)]
package: version up

2.2.15

Change-Id: I818ea27a3370833eda45f3a8626a5e4f4d71e8b6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: add wearableO-360x360-1btn skin
GiWoong Kim [Thu, 30 Apr 2015 01:14:10 +0000 (10:14 +0900)]
skin: add wearableO-360x360-1btn skin

Change-Id: I55b628d3be1cbf6ae41e4b0e1d87ad76e5830077
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: version up for dbi version
GiWoong Kim [Fri, 2 Jan 2015 04:43:06 +0000 (13:43 +0900)]
skin: version up for dbi version

2.2 -> 2.3

Change-Id: I21a5eae5bacac92ae0e21eae2d87da6d463fd34a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agorotary: convert the default background color of rotary
GiWoong Kim [Mon, 29 Dec 2014 04:52:50 +0000 (13:52 +0900)]
rotary: convert the default background color of rotary

black -> gray

Change-Id: I2e16ff9004998fab3f489e3c50ac70356f43cfe4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agocommunication: add rotary protocol between Qemu and SWT
GiWoong Kim [Wed, 24 Dec 2014 08:15:11 +0000 (17:15 +0900)]
communication: add rotary protocol between Qemu and SWT

Change-Id: If0d89bb8a6b227e33941573e9054b50227e3f407
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: added rotary widget
GiWoong Kim [Mon, 22 Dec 2014 11:47:56 +0000 (20:47 +0900)]
skin: added rotary widget

Change-Id: I2049347fadc2e2665ca56aacde3de1a28d0346cb
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoxml: added rotary image schema
GiWoong Kim [Mon, 22 Dec 2014 10:52:00 +0000 (19:52 +0900)]
xml: added rotary image schema

Change-Id: Ie78a941f09d2c8bb67e4f48919330f76ed41e523
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoxml: added layer schema
GiWoong Kim [Mon, 22 Dec 2014 10:37:21 +0000 (19:37 +0900)]
xml: added layer schema

Change-Id: I4f541a161da58a0870ccf5a4f2d398218719b4ac
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agotouch: implement multi-touch tracking
GiWoong Kim [Tue, 28 Apr 2015 12:38:43 +0000 (21:38 +0900)]
touch: implement multi-touch tracking

supports separated moving mode only

Change-Id: If3193d7f961118fca4305744ce2114ff4d10a259
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoproxy: support both new and legacy argument type
Munkyu Im [Wed, 29 Apr 2015 07:01:23 +0000 (16:01 +0900)]
proxy: support both new and legacy argument type

get http_proxy information from all type now.

Change-Id: Ic2acb78a1a13f385099826a882892d47c5535f3b
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoinstall: add sudoer rule
Munkyu Im [Wed, 29 Apr 2015 04:43:01 +0000 (13:43 +0900)]
install: add sudoer rule

add to skip password confirmiation when excute script for bridged network.

Change-Id: I3512a74ae98811a427bc07b0a9822bd57b2a3485
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agonet: not use proxy from emulator-manager
Munkyu Im [Tue, 28 Apr 2015 12:31:53 +0000 (21:31 +0900)]
net: not use proxy from emulator-manager

emulator uses legacy argument setting so far.
so not to use new argument setting now.

Change-Id: I78108f028f1ba179c3a8a501c9fbedf83479da15
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agopackage: version up
Munkyu Im [Tue, 28 Apr 2015 10:38:18 +0000 (19:38 +0900)]
package: version up

Change-Id: Idc2f8214fc7ffe3df35f61430a0468cd86491c8d
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoinstall: fix install script on ubuntu
Munkyu Im [Tue, 28 Apr 2015 09:23:49 +0000 (18:23 +0900)]
install: fix install script on ubuntu

failed to get environment variable.
fix getting user name.

Change-Id: Ia62eb74066d1789137e877631bcb7e438b90fc07
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoMerge "touch: added touch screen helper" into tizen_2.4
Sangho Park [Tue, 28 Apr 2015 08:19:48 +0000 (17:19 +0900)]
Merge "touch: added touch screen helper" into tizen_2.4

9 years agoMerge "input: key handling for multi-touch mode" into tizen_2.4
Sangho Park [Tue, 28 Apr 2015 08:18:44 +0000 (17:18 +0900)]
Merge "input: key handling for multi-touch mode" into tizen_2.4

9 years agoMerge "net: add uninstalling tap devices" into tizen_2.4
Sangho Park [Tue, 28 Apr 2015 08:18:00 +0000 (17:18 +0900)]
Merge "net: add uninstalling tap devices" into tizen_2.4

9 years agoMerge changes I19418910,I2cf709e2 into tizen_2.4
Sangho Park [Tue, 28 Apr 2015 08:17:31 +0000 (17:17 +0900)]
Merge changes I19418910,I2cf709e2 into tizen_2.4

* changes:
  net: set/get http_proxy
  net: Support bridged network automation on ubuntu and modify on macosx

9 years agopackage: version up
GiWoong Kim [Tue, 28 Apr 2015 08:09:38 +0000 (17:09 +0900)]
package: version up

2.2.13

Change-Id: I8909304c469e3598df9af5fe72a95cfec8fc4434
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: define wearable-2.4-emulator-qemu-skins in manifest
GiWoong Kim [Tue, 28 Apr 2015 08:08:00 +0000 (17:08 +0900)]
package: define wearable-2.4-emulator-qemu-skins in manifest

Change-Id: I636548302082a47ab6da20c03349b4d7666778bb
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agotouch: added touch screen helper
GiWoong Kim [Tue, 28 Apr 2015 05:57:06 +0000 (14:57 +0900)]
touch: added touch screen helper

Change-Id: I8d870b979320cbffdcede599dca711f71de5f42a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agonet: add uninstalling tap devices
Munkyu Im [Tue, 14 Apr 2015 08:20:38 +0000 (17:20 +0900)]
net: add uninstalling tap devices

support bat file to remove host tap devices.
These can be removed by only this method.
Additionally, add bridged network packaging for dibs.

Change-Id: Ie4d5c69da4fcf29a07a7b37b721b4c1ebdc8ca38
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agoinput: key handling for multi-touch mode
GiWoong Kim [Sat, 25 Apr 2015 07:54:35 +0000 (16:54 +0900)]
input: key handling for multi-touch mode

Ctrl(or Shift) - independent moving mode
Ctrl + Shift - parallel moving mode
Ctrl + Alt - symmetrical moving mode

Change-Id: I22c2b303584cd238baaab84911995445f541cb9d
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agonet: set/get http_proxy
Munkyu Im [Tue, 14 Apr 2015 06:24:35 +0000 (15:24 +0900)]
net: set/get http_proxy

Emulator uses http_proxy for launching Emulator Control Panel.
It's used for displaying map on network tab.

Change-Id: I19418910bce04eb5d12bdeb694d8d449262b257d
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agonet: Support bridged network automation on ubuntu and modify on macosx
Munkyu Im [Thu, 9 Apr 2015 06:45:24 +0000 (15:45 +0900)]
net: Support bridged network automation on ubuntu and modify on macosx

Added sudo commands to launcher script and rules on /etc/sudoers
Modified launcher script name to os-specific name.
Integratied install script not to input password several times

Change-Id: I2cf709e25c919f951bb5c34a7e6cadd0e04655da
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
9 years agopackge: version up
GiWoong Kim [Fri, 24 Apr 2015 05:11:46 +0000 (14:11 +0900)]
packge: version up

2.2.12

Change-Id: I23e5f03567cd73f5af6043e1a4b9e47e99db8673
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoconfig: disable qt configuration
GiWoong Kim [Fri, 24 Apr 2015 05:00:53 +0000 (14:00 +0900)]
config: disable qt configuration

Change-Id: I80c23012c45aa68cb2ad47eb1e9b7af9b19459fd
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: modified prerequisites list
GiWoong Kim [Thu, 23 Apr 2015 09:27:20 +0000 (18:27 +0900)]
package: modified prerequisites list

space -> comma

Change-Id: I6b19c9eb1026acf03a2105efe397d827c787353b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: emulator icon resource file packaging for Qt on MacOS
GiWoong Kim [Wed, 22 Apr 2015 10:31:30 +0000 (19:31 +0900)]
package: emulator icon resource file packaging for Qt on MacOS

emulator_icon.ico

Change-Id: Iaf899659926cd07730b8a11f8edb7c638fac46b5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: version up
GiWoong Kim [Wed, 22 Apr 2015 07:17:52 +0000 (16:17 +0900)]
package: version up

2.2.10

Change-Id: Ia79277a69c56749f948406f2cd3f0865400fe1f8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: add Qt library to pre installation checking list
GiWoong Kim [Wed, 22 Apr 2015 07:07:52 +0000 (16:07 +0900)]
package: add Qt library to pre installation checking list

Change-Id: I6aa6e9a57c8ce4ab46c1ef13d9a804d51e0ea23b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agolayout: moved layout source code files
GiWoong Kim [Wed, 22 Apr 2015 06:19:53 +0000 (15:19 +0900)]
layout: moved layout source code files

tizen/src/ui/controllerform.cpp -> tizen/src/ui/layout/controllerform.cpp
tizen/src/ui/displaytype.cpp -> tizen/src/ui/layout/displaytype.cpp
tizen/src/ui/hardwarekey.cpp -> tizen/src/ui/layout/hardwarekey.cpp
tizen/src/ui/hovertype.cpp -> tizen/src/ui/layout/hovertype.cpp
tizen/src/ui/layoutform.cpp -> tizen/src/ui/layout/layoutform.cpp
tizen/src/ui/mainform.cpp -> tizen/src/ui/layout/mainform.cpp

Change-Id: I63e54b437ebde8f433a6f614a8790d4847496668
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoinput: moved keyboard source code files
GiWoong Kim [Wed, 22 Apr 2015 05:55:06 +0000 (14:55 +0900)]
input: moved keyboard source code files

tizen/src/ui/keyboardhelper.cpp -> tizensrc/ui/input/keyboardhelper.cpp
tizen/src/ui/keyboardshortcut.cpp -> tizen/src/ui/input/keyboardshortcut.cpp

Change-Id: I6bbde2b114b72b0df8ff086c4927e737be13f376
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: version up
GiWoong Kim [Tue, 21 Apr 2015 01:58:53 +0000 (10:58 +0900)]
package: version up

2.2.9

Change-Id: I77de7380498c06c20ff7afbaf3181f12252d7d49
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agodisplay: add a set function for the display type
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>
9 years agopackage: version up
GiWoong Kim [Mon, 20 Apr 2015 12:40:33 +0000 (21:40 +0900)]
package: version up

2.2.8

Change-Id: I3a3d719ead7864e91bce6977726845acb5531c0b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoMerge "build: enable qt configuration" into tizen_2.4
Sangho Park [Mon, 20 Apr 2015 12:14:46 +0000 (21:14 +0900)]
Merge "build: enable qt configuration" into tizen_2.4

9 years agobuild: enable qt configuration
GiWoong Kim [Thu, 16 Apr 2015 05:02:35 +0000 (14:02 +0900)]
build: enable qt configuration

Change-Id: Id4fc5fb41931d47b8aac832ef88ad8a85afb9104
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agobuild: package version up (2.2.7)
Jinhyung Choi [Sun, 19 Apr 2015 02:25:40 +0000 (11:25 +0900)]
build: package version up (2.2.7)

Change-Id: I429fa2ac5083834a5244f0fe0096dfa3883f475a
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 years agoMerge "extra pkg install: added rpm file contraint" into tizen_2.4
Sangho Park [Thu, 16 Apr 2015 11:05:58 +0000 (20:05 +0900)]
Merge "extra pkg install: added rpm file contraint" into tizen_2.4

9 years agoMerge "package: pack the layout XML files for Qt UI" into tizen_2.4
Sangho Park [Thu, 16 Apr 2015 07:23:17 +0000 (16:23 +0900)]
Merge "package: pack the layout XML files for Qt UI" into tizen_2.4

9 years agoMerge "skin: modified general purpose controller path" into tizen_2.4
Sangho Park [Thu, 16 Apr 2015 07:22:57 +0000 (16:22 +0900)]
Merge "skin: modified general purpose controller path" into tizen_2.4

9 years agoMerge "skin: add mobile-540x960-3btn skin for Qt UI" into tizen_2.4
Sangho Park [Thu, 16 Apr 2015 07:22:13 +0000 (16:22 +0900)]
Merge "skin: add mobile-540x960-3btn skin for Qt UI" into tizen_2.4

9 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>
9 years agoVIGS: Modified the screen capture function
jinhyung.jo [Thu, 16 Apr 2015 03:08:47 +0000 (12:08 +0900)]
VIGS: Modified the screen capture function

Added the brightness composite routine.

Change-Id: Ib81a032a07b8bae21c11bb63fc6cc94f7762466d
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agodisplay: Modified the display processing functions
jinhyung.jo [Thu, 16 Apr 2015 03:03:18 +0000 (12:03 +0900)]
display: Modified the display processing functions

Changed the location of the brightness composite function
from maru_display_processing to maru_brightness.
And added a function for pixel data.

Change-Id: Ia94bee7922231d35961b53030363ba3a74cfe9e4
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agopackage: pack the layout XML files for Qt UI
GiWoong Kim [Wed, 15 Apr 2015 08:46:34 +0000 (17:46 +0900)]
package: pack the layout XML files for Qt UI

Change-Id: Ic0ff93aeec89d804b122d9874b62adb47be9bf52
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: modified general purpose controller path
GiWoong Kim [Wed, 15 Apr 2015 08:36:39 +0000 (17:36 +0900)]
skin: modified general purpose controller path

Change-Id: I98ad15f68e7f7af062e73916976e1a48ee601442
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: add mobile-540x960-3btn skin for Qt UI
GiWoong Kim [Wed, 15 Apr 2015 08:09:21 +0000 (17:09 +0900)]
skin: add mobile-540x960-3btn skin for Qt UI

Change-Id: I6dba31002843890ddc80d28dff53fc8845eef139
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agodisplay: Added new features to the Qt5 UI
jinhyung.jo [Wed, 15 Apr 2015 07:48:46 +0000 (16:48 +0900)]
display: Added new features to the Qt5 UI

1. Additional parameters to select a rendering mode
 -display maru_qt,rendering=<onscreen/offscreen>
2. Implemented brightness & rotation, scaling features in the offscreen mode

Change-Id: I00169dde7f23ed16acb5426a073a144820d1cb67
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
9 years agoMerge "package: version up" into tizen_2.4
Sangho Park [Wed, 15 Apr 2015 08:05:51 +0000 (17:05 +0900)]
Merge "package: version up" into tizen_2.4

9 years agomenu: disable Host Keyboard menu
GiWoong Kim [Wed, 15 Apr 2015 05:53:40 +0000 (14:53 +0900)]
menu: disable Host Keyboard menu

Change-Id: I4c27305c22183de81f7d0e236b27395423e76259
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: add mobile-320x480-3btn skin for Qt UI
GiWoong Kim [Wed, 15 Apr 2015 05:39:00 +0000 (14:39 +0900)]
skin: add mobile-320x480-3btn skin for Qt UI

Change-Id: I95e4473d3ba8344d31b007caf865b54a7b20a7bd
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: version up
GiWoong Kim [Tue, 14 Apr 2015 13:07:56 +0000 (22:07 +0900)]
package: version up

2.2.6

Change-Id: I9e63309eb975ffeab94b2bd200602727a8053313
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoMerge "build: add Qt library linking" into tizen_2.4
Sangho Park [Tue, 14 Apr 2015 14:06:02 +0000 (23:06 +0900)]
Merge "build: add Qt library linking" into tizen_2.4

9 years agobuild: add Qt library linking
GiWoong Kim [Tue, 14 Apr 2015 04:58:25 +0000 (13:58 +0900)]
build: add Qt library linking

Change-Id: I430327b14b7fdccfb7187112f4f1a5b15da55371
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agobuild: package version up (2.2.5)
Jinhyung Choi [Tue, 14 Apr 2015 08:41:59 +0000 (17:41 +0900)]
build: package version up (2.2.5)

Change-Id: I99f42cf9394c58f807a73ed292eaf2cf3c4a24c4
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
9 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.

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Conflicts:
tizen/src/ecs/ecs_msg_device.c

Change-Id: I622c01f144da038e9a83cea5d5b161f6212dc00b

9 years agobuild: add loader path changing for Qt library on MacOS
GiWoong Kim [Tue, 14 Apr 2015 01:27:05 +0000 (10:27 +0900)]
build: add loader path changing for Qt library on MacOS

Change-Id: I596abda94c2f756886ac44cdcb731348ad8b0484
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agopackage: version up
GiWoong Kim [Mon, 13 Apr 2015 04:54:24 +0000 (13:54 +0900)]
package: version up

2.2.4

Change-Id: I3e43716cc855dab86080be9e9c942ad1171a0768
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agodisplay: declare createDisplay function
GiWoong Kim [Thu, 9 Apr 2015 05:49:42 +0000 (14:49 +0900)]
display: declare createDisplay function

Change-Id: I9e00758b4111ce5bafbfc77b9001f4b6c5f30627
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: absolute positioning for docking controller
GiWoong Kim [Wed, 8 Apr 2015 05:12:12 +0000 (14:12 +0900)]
ui: absolute positioning for docking controller

QHBoxLayout has a its own rule in accordance with the size
of the widget. The result of the rule is not directly
proportional to widget's scale. It applies unexpected
coordinate values to some customizing widget position like
a docking controller. So, Emulator UI should align the
layout base on absolute positioning in this case.

Change-Id: I616e8ae24f1a149fd8926b0f103ee74ecb05c467
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agocontroller: consider the key button count
GiWoong Kim [Mon, 6 Apr 2015 10:25:19 +0000 (19:25 +0900)]
controller: consider the key button count

General purpose skin considers the button layout
having less than four button conunt.
1. fit to content's size
2. no need to create a  vertical scrollbar
And remove unnecessary function calls.

Change-Id: Ia92ca6e7a7c89274a38c30830723f4f850abceb2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: added HwKeyButton class
GiWoong Kim [Fri, 3 Apr 2015 07:16:53 +0000 (16:16 +0900)]
ui: added HwKeyButton class

Change-Id: If386fa4aba2e87a72111eabc6f914774f9a6b98b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: set style sheet to general purpose controller
GiWoong Kim [Thu, 2 Apr 2015 13:31:32 +0000 (22:31 +0900)]
skin: set style sheet to general purpose controller

Change-Id: I9cf629f72d44310bfc12b16c2d902476b13e1263
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: set no constraint property to layout
GiWoong Kim [Thu, 2 Apr 2015 08:07:46 +0000 (17:07 +0900)]
ui: set no constraint property to layout

set no size constraint property to layout of main window
resize a window before view updating
modified some logs

Change-Id: I6ee8d2f82e7d7d7b8d578758ecd14e715c3866ac
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: refactoring for window resizing
GiWoong Kim [Wed, 1 Apr 2015 07:26:12 +0000 (16:26 +0900)]
ui: refactoring for window resizing

do not call resize() or setGeometry() inside resizeEvent()
fit a scene on a view in SkinView
remove dependency between resolution and display size

Change-Id: I869d73c13e27471ce12abdd8f2e41139d1c35794
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: move some controller files
GiWoong Kim [Tue, 31 Mar 2015 09:35:27 +0000 (18:35 +0900)]
ui: move some controller files

tizen/src/ui/ -> tizen/src/ui/controller/

Change-Id: I3496f9dcd48e7fbe167aa8ca7e9068c1672a11be
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: draw color tag on general purpose skin
GiWoong Kim [Tue, 31 Mar 2015 08:36:22 +0000 (17:36 +0900)]
ui: draw color tag on general purpose skin

Change-Id: I9711cc4514f5a9547253ccdbb197834a4f47171f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: add wearable-general skin
GiWoong Kim [Mon, 30 Mar 2015 08:34:31 +0000 (17:34 +0900)]
skin: add wearable-general skin

add wearable-general-1btn skin
add short cut of mobile-general-3btn skin

Change-Id: I589fc241b2c56364f4af8fe0cbecd160b679c17e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agomenu: modified TopMost slot on Ubuntu
GiWoong Kim [Mon, 30 Mar 2015 06:32:18 +0000 (15:32 +0900)]
menu: modified TopMost slot on Ubuntu

Do not add a ABOVE state to context menu widget.
It may cause unexpected window exposure on Ubuntu.

Change-Id: I5f01c52b17d2921721bb4a25e2847c0876e92601
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: consider custom resolution for general purpose skin
GiWoong Kim [Thu, 26 Mar 2015 13:10:56 +0000 (22:10 +0900)]
ui: consider custom resolution for general purpose skin

Change-Id: I8327117494c2046ea24b9a007d442b5c11e47bcd
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: add hover schema to XML
GiWoong Kim [Thu, 26 Mar 2015 04:19:17 +0000 (13:19 +0900)]
ui: add hover schema to XML

<hover>
    <color R="255" G="255" B="255"/>
</hover>

Change-Id: I99825960e89fb19b5c00c6fbe79af33fd5773cbc
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agocontroller: prepare for the general purpose skin
GiWoong Kim [Wed, 18 Mar 2015 12:28:59 +0000 (21:28 +0900)]
controller: prepare for the general purpose skin

define controller layout
declare GeneralPurposeCon class
add XML file for mobile-general skin

Change-Id: Id784c2cc432ddae655ea2eb6f014ab46e71ed03f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoskin: consider general purpose controller
GiWoong Kim [Tue, 17 Mar 2015 12:42:40 +0000 (21:42 +0900)]
skin: consider general purpose controller

add resource images for general purpose controller
declare LayoutForm class

Change-Id: I9af43c6ac690e97c55c51874aae64c52e548a4c8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoMerge "skin: create a skins folder" into tizen_2.4
Sangho Park [Fri, 27 Mar 2015 05:47:33 +0000 (14:47 +0900)]
Merge "skin: create a skins folder" into tizen_2.4

9 years agoMerge "menu: add default factor schema to XML" into tizen_2.4
Sangho Park [Fri, 27 Mar 2015 05:47:30 +0000 (14:47 +0900)]
Merge "menu: add default factor schema to XML" into tizen_2.4

9 years agoMerge "screenshot: screenshot handling while display initializing" into tizen_2.4
Sangho Park [Fri, 27 Mar 2015 05:47:28 +0000 (14:47 +0900)]
Merge "screenshot: screenshot handling while display initializing" into tizen_2.4

9 years agoMerge "ui: add general purpose skin for QT UI" into tizen_2.4
Sangho Park [Fri, 27 Mar 2015 05:47:25 +0000 (14:47 +0900)]
Merge "ui: add general purpose skin for QT UI" into tizen_2.4

9 years agoMerge "ui: added "images" resource folder" into tizen_2.4
Sangho Park [Fri, 27 Mar 2015 05:47:21 +0000 (14:47 +0900)]
Merge "ui: added "images" resource folder" into tizen_2.4

9 years agoMerge "xml: parsing exception handling" into tizen_2.4
Sangho Park [Fri, 27 Mar 2015 05:47:15 +0000 (14:47 +0900)]
Merge "xml: parsing exception handling" into tizen_2.4

9 years agodetailed info: modified table width to contents
sungmin ha [Thu, 26 Mar 2015 04:30:35 +0000 (13:30 +0900)]
detailed info: modified table width to contents

Change-Id: I8c7f9616ebf328916b96f42830ffc530b01bcbf3
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
9 years agoskin: create a skins folder
GiWoong Kim [Tue, 17 Mar 2015 06:48:06 +0000 (15:48 +0900)]
skin: create a skins folder

move all skins folders to "resource/skins/"
add layout xml file for mobile-480x800 & wearable-360x480

Change-Id: Ia970da63c74a7b6b83206cf758aaa04a16d834fc
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agomenu: add default factor schema to XML
GiWoong Kim [Mon, 16 Mar 2015 10:15:56 +0000 (19:15 +0900)]
menu: add default factor schema to XML

<factorList default="50">
    ...
</factorList>

Change-Id: Ia6edcaa453d3ad2f5422717084e952663cb2f313
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoscreenshot: screenshot handling while display initializing
GiWoong Kim [Mon, 16 Mar 2015 04:04:57 +0000 (13:04 +0900)]
screenshot: screenshot handling while display initializing

Emulator makes a black screen shot image for screenshot window
if root surface has not been ready yet in VIGS.

Change-Id: I72eeb10bff06f1bb892436dfff53863c9bf03d64
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: add general purpose skin for QT UI
GiWoong Kim [Fri, 13 Mar 2015 06:28:11 +0000 (15:28 +0900)]
ui: add general purpose skin for QT UI

Change-Id: I2b7297231e5ae664a5c6f32a9447b44476f0ddba
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoui: added "images" resource folder
GiWoong Kim [Tue, 10 Mar 2015 08:04:13 +0000 (17:04 +0900)]
ui: added "images" resource folder

Change-Id: I85b8d6b694e48fcae263abe444ff960954c884bc
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoxml: parsing exception handling
GiWoong Kim [Tue, 10 Mar 2015 07:21:22 +0000 (16:21 +0900)]
xml: parsing exception handling

use display size as window size when normalImage has not defined
add some logs

Change-Id: I6d7cc911fa097b3a4e7e763d4f98feacbdd514e4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
9 years agoMerge "maru-camera: modified bytesperline size" into tizen_2.4
Sangho Park [Mon, 23 Mar 2015 02:48:26 +0000 (11:48 +0900)]
Merge "maru-camera: modified bytesperline size" into tizen_2.4