summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Roman Peresipkyn [Fri, 5 Aug 2016 14:20:35 +0000 (17:20 +0300)]
'info' event has been extended. resolve dead lock in set_window
Change-Id: I67d7fca99fc5d39c8b66def6679a920e753cc52b
Signed-off-by: Roman Peresipkyn <r.peresipkyn@samsung.com>
Junkyeong Kim [Fri, 5 Aug 2016 07:47:15 +0000 (16:47 +0900)]
Merge branch 'roman_devel' into tizen
Change-Id: Idded1522597950792327605cf2683b3afb236e0c
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Fri, 5 Aug 2016 07:46:04 +0000 (16:46 +0900)]
erase comment
Change-Id: I693936a772e6d82891875e1759f3eb7e94324f9c
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Fri, 5 Aug 2016 07:37:41 +0000 (16:37 +0900)]
add resource management when init fail
Change-Id: Ic8d86d4ea2e7efaf968e16b96212a26a0dda0e4c
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Roman Peresipkyn [Thu, 28 Jul 2016 15:03:36 +0000 (18:03 +0300)]
Proccessing errors sended by EOM server
Change-Id: I6d7a34602fcc8dd97e4e10bbfea133f058e6526d
Signed-off-by: Roman Peresipkyn <r.peresipkyn@samsung.com>
Roman Peresipkyn [Thu, 28 Jul 2016 07:28:49 +0000 (10:28 +0300)]
fix calling of notifications. remove deadlock in 'eom_set_output_attribute'
Cause of deadlock:
'eom_set_output_attribute' locks eom_mutex, then it calls eom wayland implementation 'eom_wayland_client_set_attribute' function. It sets attribute and waits for Enlightenment reply by invocation of 'wl_display_dispatch' and 'wl_display_roundtrip'. When client handles '_eom_wl_eom_output_attribute' it calls 'eom_wl_output->client_info->func' in the end, the func is '_eom_output_process_notify_cb'. '_eom_output_process_notify_cb' func is try to lock eom_mutex which is already locked by 'eom_set_output_attribute'.
Change-Id: I6bea2b765d2636e8766a8dd3077c6081e0cae5dd
Signed-off-by: Roman Peresipkyn <r.peresipkyn@samsung.com>
Junkyeong Kim [Tue, 19 Jul 2016 07:21:16 +0000 (16:21 +0900)]
use user.geometry aux_hint for external window
changes:
1. implemented queue for buffers syncronization
2. substitution of client buffers with dummy one
by DRAW_DUMMY define.
3. added ability of dumping client buffers by
DUMP_PRESENTATION define
Change-Id: I2bc6e73b67dd69f1c0854125e97af4f62f3edd9c
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Mon, 18 Jul 2016 10:43:07 +0000 (19:43 +0900)]
comments for tc coverage
Change-Id: If1ad4f886041e37b7ee41bb9fe92263f5fb2c292
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Roman Peresipkyn [Wed, 6 Jul 2016 14:33:44 +0000 (17:33 +0300)]
Extending of EOM protocol by which clients set its windows using wl_eom_set_xdg_window and wl_eom_set_shell_window
Change-Id: Iac8b696b79180c3a0d02cc439afa59f4ffc2a85c
Signed-off-by: Roman Peresipkyn <r.peresipkyn@samsung.com>
Junkyeong Kim [Tue, 21 Jun 2016 02:18:12 +0000 (11:18 +0900)]
enhance resource management
Change-Id: I907d0abf9f314e465c80865cfc77b7bd6a77b7c1
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
k.drabeniuk [Mon, 25 Apr 2016 08:03:04 +0000 (11:03 +0300)]
Fix destroying of output_info list in function eom_deinit()
Change-Id: I07a834b274575c1f40f7a77a9b08ec2dd2513dbf
Junkyeong Kim [Fri, 15 Apr 2016 13:46:45 +0000 (22:46 +0900)]
add wl_eom protocol to get external outputs info
Change-Id: I75ce9b51194574e7377249d929b77c597fe1d0c5
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Fri, 15 Apr 2016 10:19:50 +0000 (19:19 +0900)]
move elementary header file including location
Change-Id: I0a24d223603613bacdb607ffdc57ca942c88c4c1
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Roman Peresipkyn [Fri, 8 Apr 2016 16:16:37 +0000 (19:16 +0300)]
send output id instead of wl_output
Change-Id: Ib1a8ad8bb2a12aaad995ced7aaaacdc9032a12d4
Signed-off-by: Roman Peresipkyn <r.peresipkyn@samsung.com>
Junkyeong Kim [Wed, 30 Mar 2016 00:12:15 +0000 (09:12 +0900)]
adapt tizen coding rule
Change-Id: I53d275d871a6e21861e9c71bd8957a8bdc68a4d6
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Tue, 29 Mar 2016 11:29:45 +0000 (20:29 +0900)]
change version of wearable profile
Change-Id: Ie6ea13868b43c291a9160e128b377fc609aab746
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Thu, 17 Mar 2016 10:22:29 +0000 (19:22 +0900)]
fix svace error
Change-Id: I64b6f2a18f031c9de8625f44066e6f8123bddf5a
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
SooChan Lim [Fri, 11 Mar 2016 04:18:47 +0000 (13:18 +0900)]
use the tizen directory macros at spec file
Change-Id: Ief2844c36844468f15794880fdac6cba1f9275b4
Junkyeong Kim [Fri, 4 Mar 2016 04:33:06 +0000 (13:33 +0900)]
fix eom excution error
Change-Id: I055133b0d1db7b96ccf336763571bd60a47da2c4
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Wed, 2 Mar 2016 12:39:00 +0000 (21:39 +0900)]
apply wayland coding style
Change-Id: Ibb94f2f2d454f977151cc935333298b3af434e9f
Junkyeong Kim [Thu, 14 Jan 2016 02:41:37 +0000 (11:41 +0900)]
change doc file
Change-Id: Idb8c6fd00f7fd882249c27f02917545e6d8042dc
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Thu, 10 Dec 2015 01:22:40 +0000 (10:22 +0900)]
adapt tizen coding rule
Change-Id: Ia47cfed59e0c17adbec421291308057b1d73178d
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
SooChan Lim [Fri, 4 Dec 2015 02:46:08 +0000 (11:46 +0900)]
libeom depends on xdg-shell-client.pc
Change-Id: I57527575c87fee646ac2ca0d0fa48950dfb65e75
SooChan Lim [Wed, 2 Dec 2015 09:45:23 +0000 (18:45 +0900)]
change the xdg-shell protocol and eom.xml
Change-Id: I6b8d2f50352b7d8f3868dccc5257151531968a61
Junkyeong Kim [Thu, 3 Sep 2015 01:57:10 +0000 (10:57 +0900)]
change concept of attribute (get attribute info when init, set attribute info when set_attribute)
Change-Id: Ia734311f0d3677ce6ec59709b0d1cdd703906d06
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Mon, 31 Aug 2015 08:07:57 +0000 (17:07 +0900)]
remove from output list if output type is none
Change-Id: I1931a666af0f2f47f75aa6fd520b261f3469b01f
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Gwanglim Lee [Tue, 4 Aug 2015 11:38:03 +0000 (20:38 +0900)]
Packaging: update version to 1.0.1
Change-Id: I8ad275488ae715b9172fff10bdcf457d8b67133a
Mun, Gwan-gyeong [Tue, 4 Aug 2015 08:31:04 +0000 (17:31 +0900)]
Add manifest for security domain policy
Change-Id: I1a3de83f67df624ac19e174590b3065dfa30dfd0
Mun, Gwan-gyeong [Mon, 6 Jul 2015 14:08:02 +0000 (23:08 +0900)]
remove manifest for security domain policy
Change-Id: I8c39f891107816fa426e50ecd5df5878b73d0dc8
Signed-off-by: Mun, Gwan-gyeong <kk.moon@samsung.com>
Junkyeong Kim [Mon, 6 Jul 2015 01:44:27 +0000 (10:44 +0900)]
add return condition for eom_wayland_client_deinit
Change-Id: I9a480a98f9f669686d606fe8c073c252a2ae1769
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Mon, 29 Jun 2015 06:30:56 +0000 (15:30 +0900)]
change init error check condition
Change-Id: Ic4847c2440f9ae3bee9d51661ebbedfa52645518
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Tue, 23 Jun 2015 06:48:48 +0000 (15:48 +0900)]
adapt tizen coding rule
Change-Id: I294eefb6e4f4c79d1450d1bdeed9a6aecc603dd1
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
SooChan Lim [Sat, 20 Jun 2015 06:48:31 +0000 (15:48 +0900)]
replace the deprecated type and functions
Change-Id: I328d2b19129354c68430ab19838ee43d36b12176
SooChan Lim [Thu, 18 Jun 2015 14:10:52 +0000 (23:10 +0900)]
implementation wayland backend
Change-Id: I3cf9a28cf4e50afa89207970df492fb8850d5f31
SooChan Lim [Wed, 17 Jun 2015 10:38:10 +0000 (19:38 +0900)]
mv eom-dbus to dbus directory
Change-Id: I398a1adcb911d381c325d0da65d27f962b3cc821
SooChan Lim [Wed, 17 Jun 2015 07:43:38 +0000 (16:43 +0900)]
move dbus codes into the eom_dbus.c
Change-Id: Id39bf0f3f86e17b92c8e1072757d44230e9fd2f4
Junkyeong Kim [Wed, 17 Jun 2015 01:04:40 +0000 (10:04 +0900)]
fix prevent issue
Change-Id: I1ef2f1d68891f12a44cededb5718a98b10d9e50c
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
SooChan Lim [Fri, 12 Jun 2015 02:19:35 +0000 (11:19 +0900)]
do not use elm_win_profiles set at tizen 3.0
Change-Id: I600b302bb54ada04d478eca83bf47d1eaf865e15
Junkyeong Kim [Wed, 10 Jun 2015 13:46:13 +0000 (22:46 +0900)]
change to tizen coding style
Change-Id: Ie43705d659f3656fae9fe32eae5d56d4fd393f5e
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Wed, 10 Jun 2015 07:07:03 +0000 (16:07 +0900)]
exclude eom-connect.c
Change-Id: Iece5b5138166572614264959a1368c496fce68ec
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Stephane Desneux [Fri, 5 Jun 2015 14:44:56 +0000 (16:44 +0200)]
fix missing depedency on glib
Change-Id: I655c6bde4debcd8fcc1f045493c322811503c5c6
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Junkyeong Kim [Sat, 6 Jun 2015 05:34:36 +0000 (14:34 +0900)]
fix build error
Change-Id: Ia02b39b58b70e20d6f02c32b870bf788ac03af18
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
SooChan Lim [Fri, 5 Jun 2015 09:04:07 +0000 (18:04 +0900)]
build for wayland...
just build.. eom does not work on wayland yet
Change-Id: I82667d9c6bc13832776e01fdb347b333d4810a40
SooChan Lim [Fri, 5 Jun 2015 07:22:36 +0000 (16:22 +0900)]
add initial version
Change-Id: I4cae25573ba0d886aada7109c384379485700eb7
KyungMi Lee [Wed, 3 Jun 2015 05:43:59 +0000 (22:43 -0700)]
Initial empty repository