summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lukasz Wlazly [Fri, 13 Jul 2018 11:13:24 +0000 (13:13 +0200)]
Add filtering of events when US menu is shown
Universal Switch needs information about mouse events
when its contextual menu is shown. Because it does not
receive any events directly e-mod sends them through DBus.
This patch also renames some functions.
Change-Id: I081043f10b3fa8c24d9a1dbb06a721013ae69f51
Jongmin Lee [Thu, 19 Apr 2018 23:31:21 +0000 (08:31 +0900)]
Add exception handling in case of memory allocation fails
Change-Id: I05bdd0d15f8c71330f79e6939e0c742f3a165d96
Lukasz Wlazly [Thu, 8 Feb 2018 13:59:57 +0000 (14:59 +0100)]
Dispatching key events
E-mod can dispatch key events via dbus method call.
This approach enables synchronous dispatching key ecore events.
Change-Id: I7fb11d4eb93ed1bec71da6dd38dfb427ffcafc3d
Lukasz Wlazly [Fri, 2 Feb 2018 11:46:47 +0000 (12:46 +0100)]
Refactor in dispatching gesture events
1. Error messages are more descriptive.
2. Refactor of transform_coordinates and correct_coordinates functions
Change-Id: I7a2e4e3d23070581bcbcaea6a223c1f318cb41ee
Lukasz Wlazly [Thu, 1 Feb 2018 14:01:40 +0000 (15:01 +0100)]
Add transformation of coordinates
When screen is rotated coordinates used in DispatchDragEvent
and DispatchPinchEvent are transformed to new orientation
Change-Id: I4f58567a6989c0daec9fc7a0ed322276aa29382b
Pawel Kurowski [Tue, 19 Dec 2017 21:52:09 +0000 (22:52 +0100)]
Refactor of e_dispatch_gesture_event.c
Change-Id: If40691685f0552da31b168c1c940ee445500ea4e
Lukasz Wlazly [Mon, 18 Dec 2017 13:05:19 +0000 (14:05 +0100)]
Pinch gesture with parameters
Pinch gesture enables both "zoom in" and "zoom out" functionality.
Because of generic pinch and drag gestures other functionalities
are needless.
Change-Id: I9bc42ffed9d14f1616784f806379805f3154531d
Shinwoo Kim [Wed, 20 Dec 2017 08:11:37 +0000 (17:11 +0900)]
Make e_dispatch_gesture_event work again
It is not possible the root reason why e_dispatch_gesture_event does not work.
This patch set is following what e-mod-tizen-devicemgr does.
The _e_input_devmgr_generate_touch_event generates touch event using ee_win.
Change-Id: I552bf94b590ff29ed1e660e4ce7a3de9bbdb1f01
Lukasz Wlazly [Wed, 13 Dec 2017 12:38:14 +0000 (13:38 +0100)]
Send reply when drag gesture is finished
Reply messages are sent when all events are placed in ecore queue
not just after parsing arguments
Change-Id: Id72543e11400e1392dffcf824465c628d8c8d3ed
Shinwoo Kim [Fri, 8 Dec 2017 08:24:15 +0000 (17:24 +0900)]
Update e_screensaver before consuming touch event
There was an issue that the screen saver works during user interaction. It is
becuase that screen reader module uses ecore event filter, and consumes touch
event. So the e_screensaver did not get the touch event.
This patch set is using e_screensaver_notidle function to inform e_screensaver
about touch event before screen reader consumes touch event.
Change-Id: If47a61b765030641a526adc84030387905d3db6c
Pawel Kurowski [Tue, 12 Dec 2017 12:09:46 +0000 (13:09 +0100)]
Implementation of dispatch rotation event functionality.
Change-Id: I8a306ec61faa15a7443b9f517b04742d7c380b59
Lukasz Wlazly [Thu, 7 Dec 2017 07:02:11 +0000 (08:02 +0100)]
Fix for dispatching drag event
Add guard during execution of drag event.
This will prevent from crashing when another drag event is being started
during previous is being executed.
Change-Id: I65b92023c9811eb17a3099758b882dcf5b8d3e6e
Lukasz Wlazly [Thu, 30 Nov 2017 12:28:04 +0000 (13:28 +0100)]
"Touch, hold and drag" gesture implementation
Change-Id: Ic086968b0326106ac8656a7977c79619c1a62fd1
Lukasz Wlazly [Tue, 7 Nov 2017 13:22:23 +0000 (14:22 +0100)]
Drag gesture implementation
New dbus method which allows to dispatch drag gesture
from one point to another in defined number of steps
Change-Id: I42b29c1f0cb1943c9c4f13bfc6908416597e5406
Lukasz Wlazly [Wed, 18 Oct 2017 13:36:40 +0000 (15:36 +0200)]
Add BackButtonInterceptionEnabled informing about pressing back button
Change-Id: Id18de1a60f4c1a5d4d2b251c78110a1fc9d0298b
JunsuChoi [Fri, 13 Oct 2017 06:11:23 +0000 (15:11 +0900)]
Remove unnecessary overwriting code
Change-Id: I3203e062c7159e059ba534930fd0f80317f29ff2
junsu choi [Wed, 11 Oct 2017 08:10:55 +0000 (08:10 +0000)]
Merge "Use delta value for the "Drag & drop" gesture" into tizen
Lukasz Wlazly [Wed, 4 Oct 2017 09:19:22 +0000 (11:19 +0200)]
Add interception of key event
Module can intercept key events and send information
about them via dbus
Change-Id: I5e5f56ac3467e6bc7b22b224339f0c3d82e85b4b
Shinwoo Kim [Wed, 20 Sep 2017 12:00:25 +0000 (21:00 +0900)]
Use delta value for the "Drag & drop" gesture
If there is a highlighted object, the "Drag & drop" gesture uses the geometry
value of the highlighted object.
But the geometry value was used only for 'mouse button down' event,
and was not used for 'move' event.
So we are using delta value which is difference between highlighted object
geometry value and 1 finger touch point on the screen for the "Drag & drop"
gesture.
Change-Id: Icfa9879850c58e941799e97fcef74149f53404b7
Lukasz Wlazly [Thu, 31 Aug 2017 13:48:25 +0000 (15:48 +0200)]
Adding method and signals used by Universal-Switch
This patch adds ScreenSwitchProviderEnabled method to eldbus API provided by the module.
The method enables/disables ecore event filter capturing mouse events from user.
Information about captured event is sent by eldbus signals to universal-switch.
Because of added filter particular device id is set in gestures created by module itself.
Change-Id: I7fa8389a9604b64f0f9068a508d74a4f33aed249
Shinwoo Kim [Thu, 16 Mar 2017 08:02:15 +0000 (17:02 +0900)]
Support API eext_gesture_event_dispatch
This patch set make eext_guesture_event_dispatch of platform/core/uifw/efl-ext
work(https://review.tizen.org/gerrit/#/c/127914/).
Change-Id: I64a804d39ba351912a90ba1e4f00faad77d1523a
Shinwoo Kim [Thu, 15 Dec 2016 05:17:48 +0000 (14:17 +0900)]
Add "ObjectNeedsScrollGesture" method
The screen-reader module changes x,y information of 2 fingers hover gesture
if highlight object needs it.
Application side could use this feature setting attribute as below:
- elm_atspi_accessible_attribute_append(btn, "gesture_required", "scroll");
This patch set depends on:
https://review.tizen.org/gerrit/#/c/142105/ (elementary)
https://review.tizen.org/gerrit/#/c/142108/ (screen-reader)
Change-Id: I0312a748af5bb514dc085f97c5e1ee7f7acad5a5
Shinwoo Kim [Wed, 2 Aug 2017 03:18:47 +0000 (12:18 +0900)]
Make reliable module
E_NEW could return NULL.
So screen-reader module is checking return value of E_NEW before using it.
Change-Id: I755ec02a5a56ff98946d569bb41f3db63d58d6c6
Shinwoo Kim [Wed, 2 Aug 2017 03:04:19 +0000 (12:04 +0900)]
Remove identical branch
Change-Id: I5df69444ffdb4d5cea499f4c0ee04ad078b4f3ac
Shinwoo Kim [Tue, 18 Jul 2017 07:28:23 +0000 (16:28 +0900)]
Remove memory leak possibility
Change-Id: I9c9ebb825c5a93a82e840e3ba14dd67684e75dc4
Shinwoo Kim [Tue, 4 Jul 2017 23:00:41 +0000 (08:00 +0900)]
Check vconf value at init time
The _elm_atspi_bridge_init is moved to elm_run from elm_init because of
security issue.
The at-spi-bus-launcher is launched by D-Bus activation.
The "org.a11y.Bus" which is used for the D-Bus activation would be used after
the elm_run is called.
The at-spi-bus-launcher launches screen-reader AT client.
The screen-reader AT client requests that screen-reader WM module works.
Before this point, the user input is not consumed by screen-reader WM module.
So it is possible to control the first appliction (home-screen) by user input.
[Vconf Dependency]
The enlightenment already has dependency on vconf as below.
So this patch set does NOT need more library loading time which could cause
the late launching time issue.
sh-3.2# cat /proc/313/maps | grep vconf
b5f2e000-
b5f32000 r-xp
00000000 b3:1a 6053 /usr/lib/libvconf.so.0.3.1
b5f32000-
b5f41000 ---p
00004000 b3:1a 6053 /usr/lib/libvconf.so.0.3.1
b5f41000-
b5f42000 rw-p
00003000 b3:1a 6053 /usr/lib/libvconf.so.0.3.1
Change-Id: I0278a67e018d666325a93fb37e7eb66c95647e64
Shinwoo Kim [Fri, 31 Mar 2017 10:20:25 +0000 (19:20 +0900)]
Support selection mode
Double tap & hold with two fingers to enter the Selection mode.
If the text input filed is changed to selection mode, then we do not use two
fingers to scroll. The two fingers gesture is used as below:
- 2 fingers flick down: select all
- 2 fingers flick up: copy
- 2 fingers flick left: cut
- 2 fingers flick right: paste
Change-Id: Iede0729340f352249e1f489005b66f2bc4247b37
Needs: https://review.tizen.org/gerrit/#/c/122452/
Shinwoo Kim [Wed, 29 Mar 2017 11:17:05 +0000 (20:17 +0900)]
Emit 2 fingers double tap and hold gesture
The "2 fingers double tap and hold" gesture will work to change between
selection and edit mdoe.
Change-Id: I0ec772d429f406971ee27d5949c6a160693094d8
Shinwoo Kim [Mon, 6 Mar 2017 11:45:22 +0000 (20:45 +0900)]
Not init sub module if it is inited already.
The screen-reader is enabled again without disabled,
if the screen-reader is terminated abnormally, and launched again by at-spi-bus-launcher.
Change-Id: Ic4f7ee446f741325c3e0073a17ebad0e609d1d8a
Woochan Lee [Tue, 25 Apr 2017 12:07:57 +0000 (21:07 +0900)]
Using %license macro to install license file instead of using manual command.
Change-Id: Ifc6b663e13b0613183b0c86ce7efdb93ed28c1d0
Shinwoo Kim [Mon, 6 Mar 2017 08:24:31 +0000 (17:24 +0900)]
Merge remote-tracking branch 'origin/tizen_3.0' into tizen
Shinwoo Kim [Thu, 2 Mar 2017 09:29:21 +0000 (18:29 +0900)]
Remove ecore-wayland dependency
It is improper that the Enlightenment (Window Manager) module uses ecore_wayland API (client side API).
This is recommendation of window manager team.
Change-Id: Id8bb0e6989aab489192077634e2821ae3c4804db
Shinwoo Kim [Thu, 2 Mar 2017 07:05:43 +0000 (16:05 +0900)]
Add link flag of ecore-wayland
Loading module is failed because of following error.
/usr/lib/enlightenment/modules/e-mod-tizen-screen-reader/linux-gnueabi-armv7l-ver-autocannoli-0.20/module.so: undefined symbol: ecore_wl_shutdown
It seems that ecore-wayland dependency is removed by https://review.tizen.org/gerrit/#/c/115433/
Change-Id: I8a19ef87e337c898f1431bc7df27523d165aaf17
Prasoon Singh [Fri, 6 Jan 2017 13:23:33 +0000 (18:53 +0530)]
Fix wrong down coordinate of 2nd finger
The 2nd finger coordinate was same with 1st finger coordinate.
Change-Id: I2b896f50f2b723b8f25a33bdbd9c1453e1eb0e99
JunsuChoi [Fri, 30 Dec 2016 06:32:11 +0000 (15:32 +0900)]
Add null check for when get window angle
add null check before using e_zone_current_get's result variable.
when get window angle
Change-Id: Ief734dfb94e74c0e7e535b69ea0014e0431e470f
Prasoon Singh [Fri, 6 Jan 2017 13:23:33 +0000 (18:53 +0530)]
Fix wrong down coordinate of 2nd finger
The 2nd finger coordinate was same with 1st finger coordinate.
Change-Id: I2b896f50f2b723b8f25a33bdbd9c1453e1eb0e99
JunsuChoi [Fri, 30 Dec 2016 06:32:11 +0000 (15:32 +0900)]
Add null check for when get window angle
add null check before using e_zone_current_get's result variable.
when get window angle
Change-Id: Ief734dfb94e74c0e7e535b69ea0014e0431e470f
Shinwoo Kim [Mon, 26 Dec 2016 02:11:49 +0000 (11:11 +0900)]
Check window angle before sending gesture event
The top e_client could not take care the angle of device.
So checking window angle at module initialization time is not proper.
This commit will check window angle before sending gesture event.
Change-Id: I36ce00431f2101bf51b3ade6cfa91442264faaba
Shinwoo Kim [Mon, 26 Dec 2016 02:11:49 +0000 (11:11 +0900)]
Check window angle before sending gesture event
The top e_client could not take care the angle of device.
So checking window angle at module initialization time is not proper.
This commit will check window angle before sending gesture event.
Change-Id: I36ce00431f2101bf51b3ade6cfa91442264faaba
Shinwoo Kim [Mon, 14 Nov 2016 11:30:10 +0000 (20:30 +0900)]
[1 finger tap and hold] should use highlighted object information.
- In case of rotated device, the coordinate should be changed properly.
- If 1 finger tap is aborted, the highlighted object information comes from screen reader AT-client.
We need almost 1 sec between the tap timeout and the hover timeout. (heuristic value)
Change-Id: I080fbc521d763ff56a29c90e635222923e94a43d
Shinwoo Kim [Mon, 14 Nov 2016 11:30:10 +0000 (20:30 +0900)]
[1 finger tap and hold] should use highlighted object information.
- In case of rotated device, the coordinate should be changed properly.
- If 1 finger tap is aborted, the highlighted object information comes from screen reader AT-client.
We need almost 1 sec between the tap timeout and the hover timeout. (heuristic value)
Change-Id: I080fbc521d763ff56a29c90e635222923e94a43d
Shinwoo Kim [Wed, 26 Oct 2016 13:05:34 +0000 (22:05 +0900)]
[config] reduce 1 finger hover long press timeout value
Change-Id: I875dbaa457c0c6312f786f7271efc61e4c791b62
Shinwoo Kim [Fri, 21 Oct 2016 05:42:36 +0000 (14:42 +0900)]
Make quickpanel open/close easy by sending mouse down event directly at top/bottom area without timeout
Change-Id: Iadec916bea8a2669ef18e660a3b842b467dbd891
Shinwoo Kim [Thu, 20 Oct 2016 11:12:20 +0000 (20:12 +0900)]
Initialization angle - CE product could have 90 by default
Change-Id: I8d75eb0208f19b70912a6c5d3730f8a8cbb13816
Shinwoo Kim [Sat, 15 Oct 2016 10:13:54 +0000 (19:13 +0900)]
[feature] check if application window supports screen reader
If an window has attribute as below, the screen reader does not support the window.
elm_atspi_accessible_attribute_append(ad->win, "screen_reader_support", "no");
Change-Id: I10ee0814fba30a419d0f256fd8647b8274d76834
Prasoon Singh [Tue, 4 Oct 2016 11:23:01 +0000 (04:23 -0700)]
Merge "[e-mod-tizen-screen-reader] Making is_slider variable false on mouse up" into tizen
Prasoon Singh [Thu, 29 Sep 2016 15:39:07 +0000 (21:09 +0530)]
[e-mod-screen-reader] Check direction of flick based on angle
Change-Id: I81f905d11ba87f4dc0e5af45954f7ece003a91df
Prasoon Singh [Thu, 29 Sep 2016 11:14:30 +0000 (16:44 +0530)]
[e-mod-tizen-screen-reader] Making is_slider variable false on mouse up
Change-Id: I47c7cc6eaa0a70b08e8bb6ce471460974fece910
Shinwoo Kim [Thu, 29 Sep 2016 09:51:23 +0000 (02:51 -0700)]
Merge "Do not emit 1 finger hover finished event, if drag started" into tizen
Shinwoo Kim [Tue, 27 Sep 2016 12:20:31 +0000 (21:20 +0900)]
Do not emit 1 finger hover finished event, if drag started
Change-Id: I4cbb25a57504b78ed89026e4e251d72e80bc4d22
Prasoon Singh [Mon, 26 Sep 2016 12:09:59 +0000 (17:39 +0530)]
Release mouse move only if hover longpress timeout happens.
Change-Id: Ice1ce5ee83da133d4774d059c8ed382ec4d5b217
Shinwoo Kim [Wed, 21 Sep 2016 05:28:01 +0000 (22:28 -0700)]
Merge "Fix multiple definition of 'is_slider','highlighted_object_x' and 'highlighted_object_y'." into tizen
shilpa singh [Wed, 21 Sep 2016 04:26:54 +0000 (21:26 -0700)]
Merge "Sending hover mouse move at the time scrolling. x,y cordinates will also be updated for hover in hover mouse move." into tizen
Chan Lee [Mon, 19 Sep 2016 10:39:56 +0000 (19:39 +0900)]
Fix multiple definition of 'is_slider','highlighted_object_x' and 'highlighted_object_y'.
Change-Id: Ibad280d05fb519a709572c4d8235d7336ef687d7
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
Prasoon Singh [Mon, 19 Sep 2016 10:45:24 +0000 (16:15 +0530)]
[e-mod-tizen-screen-reader] Update mouse down event at time of double tap n hold based on highlighted
object x,y position.
Change-Id: Ia37cbc052937a8828fb3d34918a6c16a75a0d1b1
Prasoon Singh [Tue, 6 Sep 2016 13:03:48 +0000 (18:33 +0530)]
Sending hover mouse move at the time scrolling. x,y cordinates will also be updated for hover in hover mouse move.
Change-Id: Ifbe768c8a946f8c4cb150affe78c0fef18ae67b8
Shinwoo Kim [Mon, 29 Aug 2016 09:06:58 +0000 (18:06 +0900)]
Do not send mouse down/up, when TWO FINGERS TAP geuster occur.
* do not send mouse down/up, when TWO FINGERS TAP occurs
* exception handling: abnormal behavior caused by MOVE event before DOWN event.
Change-Id: Id68a71b6cdadfaf08ecc5e6364c0885da54a784e
Shinwoo Kim [Fri, 5 Aug 2016 08:38:06 +0000 (17:38 +0900)]
Package Version Update: 0.0.2
Change-Id: I8e8864044953a9df9a42954f56909409233021e9
shilpa singh [Wed, 13 Jul 2016 10:28:15 +0000 (03:28 -0700)]
Merge "[e-mod-tizen-screen-reader] Fix for tap gesture aborting issue" into tizen
Prasoon Singh [Tue, 21 Jun 2016 09:04:44 +0000 (14:34 +0530)]
[e-mod-tizen-screen-reader] Do not send mouse down and move events on double tap and hold
when highlighted object is slider.
Change-Id: Ib8f101d1373706eb255f959f8d996c984c8113d1
Prasoon Singh [Thu, 7 Jul 2016 15:54:51 +0000 (21:24 +0530)]
[e-mod-tizen-screen-reader] Fix for tap gesture aborting issue
Change-Id: Id1931f5987a6bef4179a415e1226ef30cdbfe66b
Prasoon Singh [Mon, 4 Jul 2016 10:30:18 +0000 (16:00 +0530)]
[e-mod-tizen-screen-reader] Emitted mouse move event before emitting mouse down
After coming back from quick panel scrolling stops working, as mouse events
dont go in. To fix this issue checked the order of events without event filter
and duplicated the same.
Change-Id: I559d13283fcb359f0f7d229f3f4948d218ccab1a
Shilpa Singh [Wed, 8 Jun 2016 09:45:40 +0000 (15:15 +0530)]
e-mod-screen-reader: hardcoded address for system bus removed
Change-Id: I02073f35d94a7dc6c34e8437150794cab3b46f3d
Prasoon Singh [Tue, 7 Jun 2016 10:59:42 +0000 (16:29 +0530)]
[e-mod-tizen-screen-reader] Transform coordinates as per window rotation angle
Change-Id: I377def4f557e9be8351e239b3b5e9413da77f843
Prasoon Singh [Tue, 24 May 2016 09:36:45 +0000 (15:06 +0530)]
[e-mod-tizen-screen-reader] Emitted mouse down and up event for multidevice case
enable unlocking the lockscreen
Change-Id: I9b831234cf23995809de36c294d7edf302e8572d
Shilpa Singh [Wed, 11 May 2016 09:14:14 +0000 (14:44 +0530)]
[e-mod-tizen-screen-reader]: 1. Bus name update, 2. function name update, 3. predefined signal added
.
Change-Id: I595a48bab9d1ad132052da9e82c10e49da68a0d8
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
shilpa singh [Wed, 11 May 2016 06:52:33 +0000 (23:52 -0700)]
Merge "Gesture's implementation using event filter for two pinch zoom, two fingers swipe and double tap and hold" into tizen
Shilpa Singh [Tue, 10 May 2016 15:49:19 +0000 (21:19 +0530)]
Initiate gesture recognition when screen reader app is launched
Change-Id: I5f663ba72de12fba476ab817aff6f7448775f92f
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
Prasoon Singh [Tue, 26 Apr 2016 07:49:54 +0000 (13:19 +0530)]
Gesture's implementation using event filter for two pinch zoom, two fingers swipe and
double tap and hold
Change-Id: Ie10417625f750010cd03d25faa57e3f9a5f00f61
shashank.p [Thu, 21 Apr 2016 13:19:13 +0000 (18:49 +0530)]
Dbus connection updated for sending the gestures to screen-reader.
Change-Id: Id141e2d2e449995aa60fa7378fad7d08544e526e
Signed-off-by: shashank.p <shashank.p@samsung.com>
SubodhKumar [Mon, 11 Apr 2016 13:39:01 +0000 (19:09 +0530)]
Gesture's implementation
Change-Id: I1f7f070a3fcf2cc2e86fb59a06a16ad38e4134a6
Shinwoo Kim [Mon, 28 Mar 2016 12:48:31 +0000 (21:48 +0900)]
Initial draft: checked module loaded properly with modified e-tizen-data (https://review.tizen.org/gerrit/#/c/63914/)
Change-Id: I4878351c44a72394c2e90a710c4b3de503449048
seonil kim [Thu, 17 Mar 2016 01:55:40 +0000 (18:55 -0700)]
Initial empty repository