Suyeon Hwang [Fri, 22 Jul 2022 01:25:28 +0000 (10:25 +0900)]
Add return and null check for preventing invalid memory access
- Issue:
Sometimes, the code may access invalid memory when the function frees
unused memory.
- Solution:
This is because the logic for free Object_Info structure does not check
whether the pointer is not null. There is missing 'return' on 'next'
label, so sometime the code flow can allow freeing members of
Object_Info structure even if the structure still has no memory.
This patch adds missing 'return' expression and null checker for
'object_info'. Through this change, code prevents invalid memory access.
Change-Id: I02d0652f6e3dfb4a8aa6fa0dc25735eac25dc884
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
dyamy-lee [Wed, 15 Jun 2022 01:35:07 +0000 (10:35 +0900)]
add unit tests
add unit tests for checking voice control elementary API which in voice_control_elm.h
add run-unittest script in spec file following guide for running unit test.
Change-Id: I5084336d45c4592abc84938ad1e129ddc904b127
Suyeon Hwang [Thu, 9 Jun 2022 04:05:11 +0000 (13:05 +0900)]
Fix gcov package contents for automation
Change-Id: If48a9dc8cd87b1a7974620229a9cdb0b1624dcb5
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
ulgal-park [Wed, 25 May 2022 01:46:14 +0000 (10:46 +0900)]
Fix memory leak allocated at _extract_edje_file_name
Change-Id: Ic55490eb5f3464b603fa8dcdf78bc136b25f6d44
wn.jang [Mon, 11 Apr 2022 02:59:52 +0000 (11:59 +0900)]
Fix invalid file path when 64 bit build
Change-Id: Ieba9d1a35ecdc17cac7c3c623394526c50523a16
wn.jang [Thu, 20 Jan 2022 07:34:37 +0000 (16:34 +0900)]
Update version to 0.70.0
Change-Id: Iab593c9e2883615525e55e5fb1ea232bdbe644b2
wn.jang [Thu, 20 Jan 2022 06:34:08 +0000 (15:34 +0900)]
Coverage support for robot profile
Change-Id: If09d6ccf2b07cb23408f19d903cf01a10af56d8d
wn.jang [Mon, 3 Jan 2022 11:21:48 +0000 (20:21 +0900)]
Update version to 0.65.3
Change-Id: If202d217fa4ea70c31bfa30bad67f5b8722e9238
wn.jang [Fri, 31 Dec 2021 06:26:03 +0000 (15:26 +0900)]
Fix defects from static analysis tool
Change-Id: I3bac4d47d7f4e1f9f0d26b5cc17198b0f0044fc1
wn.jang [Thu, 23 Dec 2021 04:48:34 +0000 (13:48 +0900)]
Update version to 0.65.2
Change-Id: Iaa28072b364da16f61d697063410ae5bf06eda3e
wn.jang [Thu, 23 Dec 2021 01:57:30 +0000 (10:57 +0900)]
Fix memory leak after calloc
Change-Id: Id900d12edfc51aff8356b5a7d659846e7d805cc3
wn.jang [Fri, 10 Dec 2021 01:18:57 +0000 (10:18 +0900)]
Update version to 0.65.1
Change-Id: I97f1cd28217219ed99fc9f82b2b8793116a7fb84
wn.jang [Fri, 10 Dec 2021 00:05:57 +0000 (09:05 +0900)]
Fix defects from static analysis tool
Change-Id: Iaf2fcf0bd0848e3d9bb77ae5d5e84d50591b4f2f
Suyeon Hwang [Thu, 4 Mar 2021 00:55:57 +0000 (09:55 +0900)]
Fix condition to prevent repeated timer interval change
Change-Id: I48abeff63d90cd248aa8ba2349fda1059651ea55
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Suyeon Hwang [Tue, 2 Mar 2021 08:50:12 +0000 (17:50 +0900)]
Update version (0.65.0)
Change-Id: I2ba0a04f3e5f097494ca78a18d67da5bfc8dc67e
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Suyeon Hwang [Tue, 2 Mar 2021 08:05:24 +0000 (17:05 +0900)]
Add counter to prevent infinite initialization
Change-Id: Ida246c4adcc8f305eae5ab54698bb4be0dbc03e5
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
wn.jang [Tue, 2 Feb 2021 08:44:55 +0000 (17:44 +0900)]
Fix defects from static analysis
Change-Id: I9358f33ff843d2860ad021b3bc33bea8224c5aae
sooyeon.kim [Wed, 16 Dec 2020 08:55:58 +0000 (17:55 +0900)]
Remove unnecessary HTML link for feature
Change-Id: I98559bacc062710793dfefd25f5b1b85e1d68343
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
wn.jang [Thu, 10 Dec 2020 00:20:26 +0000 (09:20 +0900)]
Update version to 0.60.0
Change-Id: Ic4e97a5d0c8bec61f8088857fe7079f5b1895cb1
wn.jang [Fri, 4 Dec 2020 09:34:29 +0000 (18:34 +0900)]
Update version to 1.60.0
Change-Id: I1fed224c2bb42b53ff5b43a9affd5a1a69a42673
wn.jang [Fri, 4 Dec 2020 07:51:38 +0000 (16:51 +0900)]
Change thread function to ecore timer function
dealock log 를 살펴봤는데요, race condition 에 빠진것 같습니다.
subthread (5530) 에서 아래 순서로 main thread 가 멈추길 기다리고 있는데요,
We looked at dealock log, it seems to be in the race condition.
We are waiting for the main thread to stop in the below order in the subthread (5530)
[ 433.9562] | -- #0 0xb4b35758 in __pthread_cond_wait () from /usr/lib/libpthread-2.30.so
[ 433.9562] | -- #1 0xb552949f in ecore_thread_main_loop_begin () from /usr/lib/libecore.so.1.25.1
[ 433.9562] | -- #2 0xb51acca9 in vc_config_mgr_initialize () from /usr/lib/libvc_setting.so
[ 433.9563] | -- #3 0xb4104ce3 in vc_widget_initialize () from /usr/lib/libvc_widget.so
main thread 는 sub thread (5530) 에서 잡고 있는 mutex 가 풀리길 기대하고 있어요.
The main thread expects the mutex held by the sub thread (5530) to be unlocked.
[ 433.9549] | -- #0 0xb4b396c8 in __lll_lock_wait () from /usr/lib/libpthread-2.30.so
[ 433.9549] | -- #1 0xb4b30dd4 in __pthread_mutex_lock () from /usr/lib/libpthread-2.30.so
[ 433.9549] | -- #2 0xb4104ccf in vc_widget_initialize () from /usr/lib/libvc_widget.so
[ 433.9549] | -- #3 0xb5b9214b in _vc_elm_widget_wrapper_initialize () from /usr/lib/libvc-elm.so.0.2.1
[ 433.9549] | -- #4 0xb5ba655d in vc_elm_initialize () from /usr/lib/libvc-elm.so.0.2.1
Change-Id: Icbc6d0551c91d992b7497d3c7a3c902f1bd56d17
wn.jang [Tue, 15 Sep 2020 02:27:22 +0000 (11:27 +0900)]
Fix defects detected by static analysis tool
Change-Id: Icd4d05be3174925c137133e4fee2122a8a31df7c
wn.jang [Wed, 4 Mar 2020 01:30:30 +0000 (10:30 +0900)]
Fix errata
Change-Id: I7661a01234b804d8e1a62349f12999f5d62f405c
wn.jang [Thu, 27 Feb 2020 04:59:01 +0000 (13:59 +0900)]
Check if return value of evas_ojbect_type_get() is NULL or not
Change-Id: Id28b27ea5946bdb39d2d2651d9015347026b009f
wn.jang [Fri, 6 Dec 2019 08:27:36 +0000 (17:27 +0900)]
Fix url link properly
Change-Id: I1352907d34405a9a2f15f18c64e50472cb37901a
sooyeon.kim [Mon, 21 Oct 2019 06:20:53 +0000 (15:20 +0900)]
Fix line coverage script
Change-Id: Idfd9ac1ecfcb70c08935db7f5b98252017afd816
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sungrae jo [Thu, 22 Aug 2019 08:38:51 +0000 (17:38 +0900)]
Remove check type code.
Change-Id: I2d672047e71512d802730b82be970e56de0963a3
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
sooyeon.kim [Mon, 22 Jul 2019 11:44:39 +0000 (20:44 +0900)]
Fix automatic gcov feature
Change-Id: Iccb7059dd28a30768b29dac8ed03a756a961869f
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sooyeon.kim [Tue, 21 May 2019 11:43:01 +0000 (20:43 +0900)]
Add gcov package generation feature
Change-Id: I5e2f1f0efbd1c29f26a45846d7110186d26dcd8f
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sooyeon.kim [Wed, 24 Oct 2018 10:16:23 +0000 (19:16 +0900)]
Change ecore_wl to ecore_wl2
Change-Id: I4452a1af2b9963a7d286569cfe945180d2bf6860
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sooyeon.kim [Wed, 10 Oct 2018 08:11:02 +0000 (17:11 +0900)]
Change ecore_wl API
Change-Id: I28464d2b3e0300eb5b669999a828e0ee3d523bab
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
Wonnam Jang [Wed, 12 Sep 2018 01:50:55 +0000 (10:50 +0900)]
Fix build warning
Change-Id: Ie5d9c9646f1a98b7b8f8d42b86212fb1b75ec31e
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
sooyeon.kim [Tue, 28 Aug 2018 06:50:31 +0000 (15:50 +0900)]
Fix spelling errata
Change-Id: Id991a9209b714be8f39ba3709289ee5409cc3c7c
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
Wonnam Jang [Fri, 17 Aug 2018 05:18:14 +0000 (05:18 +0000)]
Merge "Fix corrupted double-linked list" into tizen
Wonnam Jang [Fri, 17 Aug 2018 05:06:06 +0000 (14:06 +0900)]
Check if window object is or not, before checking focus
Change-Id: I25264fd2215d02582374d6e50c6e310a72612e23
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
sooyeon.kim [Thu, 16 Aug 2018 06:58:52 +0000 (15:58 +0900)]
Fix corrupted double-linked list
Change-Id: Ib3ac1485157c741f0f5c245892155e25b42d8564
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sooyeon.kim [Tue, 31 Jul 2018 10:03:09 +0000 (19:03 +0900)]
Add line coverage tags
Change-Id: Ib7785c22ae0597488ba869ec81aeae35b4758959
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sooyeon.kim [Wed, 16 May 2018 06:09:20 +0000 (15:09 +0900)]
Add tags for line coverage
Change-Id: Ibfbcbf095ddf0a6101d2577f3679536d4ad8c639
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
Wonnam Jang [Thu, 12 Apr 2018 11:28:21 +0000 (20:28 +0900)]
Correct to check return of fread
Change-Id: Ie3e23db19d239d32074d4591ba0666c43aab20f8
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
Sooyeon Kim [Thu, 29 Mar 2018 04:36:56 +0000 (04:36 +0000)]
Merge "Remove duplicated group closure" into tizen
Wonnam Jang [Tue, 27 Mar 2018 07:51:24 +0000 (16:51 +0900)]
Remove duplicated group closure
Change-Id: I4af21fdfa8cd3be3a32f1aa6559401d74a29c397
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
sooyeon.kim [Wed, 21 Mar 2018 04:59:35 +0000 (13:59 +0900)]
Add to check xml file access
Change-Id: Ida74ea52ae94271ce930914e360b9423210283ee
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
Shinwoo Kim [Tue, 20 Mar 2018 06:26:11 +0000 (15:26 +0900)]
Fix build break on EFL 1.20
Change-Id: Icfda79cbc20d321b56523149cfb2fd496853af58
Wonnam Jang [Mon, 12 Mar 2018 05:20:47 +0000 (05:20 +0000)]
Merge "Remove hash table when recognition start" into tizen
Wonnam Jang [Mon, 12 Mar 2018 05:20:42 +0000 (05:20 +0000)]
Merge "Modify retry logic using thread" into tizen
Wonnam Jang [Mon, 12 Mar 2018 03:04:19 +0000 (03:04 +0000)]
Merge "Delete ecore_timer before deinitialize" into tizen
Wonnam Jang [Fri, 12 Jan 2018 13:02:33 +0000 (22:02 +0900)]
Remove hash table when recognition start
Change-Id: I0f1a046658c94ad1229f9030e9567b2933df6577
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
1359e0d28dc9a2abe26f33cb7f242114d686e83e)
Wonnam Jang [Thu, 11 Jan 2018 02:45:34 +0000 (11:45 +0900)]
Modify retry logic using thread
Change-Id: I497ca5ad4cf7f2e095e27ae23f9b35d311b867a6
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
3a6c4c582b80fa0dd884f1a85062ae7113526a70)
Wonnam Jang [Mon, 12 Mar 2018 02:46:20 +0000 (02:46 +0000)]
Merge "Add commands in genlist when its parent is ctxpopup" into tizen
Wonnam Jang [Mon, 12 Mar 2018 02:46:08 +0000 (02:46 +0000)]
Merge "Change click method to return key" into tizen
Wonnam Jang [Mon, 12 Mar 2018 02:45:56 +0000 (02:45 +0000)]
Merge "Add command for item object, if different text is" into tizen
Wonnam Jang [Fri, 29 Dec 2017 08:44:53 +0000 (17:44 +0900)]
retry initialize when vc_widget_initialize fails
Change-Id: I5a12cf23f502ac00683da9160f5722c8d7c1b708
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
9bd1b035ccd9b6a0791b484fe5627d1824c19dba)
Wonnam Jang [Fri, 29 Dec 2017 05:49:46 +0000 (14:49 +0900)]
Add command for item object, if different text is
Change-Id: I4a9765105d234aa6c111518bea23dbe1641b8740
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
f0243f12acb3a11432aeaf4ee593373efcb72129)
Wonnam Jang [Sun, 10 Dec 2017 05:30:02 +0000 (14:30 +0900)]
Change click method to return key
Change-Id: I4151de6fc16a896bcb6fbb392fd2980b468eaf48
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
6cf6b4a474831b8be2b87ac4c23b56e5ccf1b09d)
Wonnam Jang [Thu, 7 Dec 2017 14:47:36 +0000 (23:47 +0900)]
Add commands in genlist when its parent is ctxpopup
Change-Id: I16e922028712c9f7eec0c00244b2c7ef9eae7732
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
7035e395b10ed3949d362b046f5b746d0ff99efa)
Wonnam Jang [Wed, 6 Dec 2017 12:19:32 +0000 (21:19 +0900)]
Delete ecore_timer before deinitialize
Change-Id: I9c544373fdddae3732b0222149c94163bfb00261
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
4d22ed36c44bf9c4f4df73d80c7b5f67679e10ab)
Youngjae Shin [Wed, 13 Dec 2017 06:05:51 +0000 (15:05 +0900)]
fix build warnings
Change-Id: I521e38c2721de2f9cb169c1011e83c6d1c455881
Suyeon Hwang [Wed, 29 Nov 2017 10:36:19 +0000 (19:36 +0900)]
Fix unmatched format string
Change-Id: I9d14dbf1ba028e3f6ee54e5a87b5b82ef7d71e3e
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Wonnam Jang [Fri, 24 Nov 2017 10:15:54 +0000 (19:15 +0900)]
Remove setlocale
Change-Id: I48883f7b6953a3768e520b235c288a69d5fdf943
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
Wonnam Jang [Tue, 24 Oct 2017 06:02:04 +0000 (15:02 +0900)]
Fix to not click item on genlist
Change-Id: I0987fc633912337c12b67f1a379c8bf45de04e55
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
Wonnam Jang [Mon, 23 Oct 2017 00:32:23 +0000 (09:32 +0900)]
Initialize variables during a foreach
Change-Id: I6b53d926ae386e52389b49d859a4898cd63808e7
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
Hwankyu Jhun [Mon, 16 Oct 2017 23:29:55 +0000 (08:29 +0900)]
Fix versioning
Change-Id: I374e410aa9afb8c475c13bb6c10eb86bab99da3e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
sooyeon.kim [Mon, 16 Oct 2017 11:48:56 +0000 (20:48 +0900)]
Add major version library
Change-Id: I95b982497b386fc76e859884be49f7828cee8d06
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
Suyeon Hwang [Fri, 13 Oct 2017 06:30:27 +0000 (15:30 +0900)]
Fix error check for fread
Change-Id: I6f9bffd6ce2ab70dd61fa98ce9bb5ac0d95bc206
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Suyeon Hwang [Wed, 11 Oct 2017 07:34:29 +0000 (16:34 +0900)]
Fix memory leaks and unreachable code
Change-Id: I4b4012511474927adf9889431d6c46a67098c16f
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Wonnam Jang [Mon, 25 Sep 2017 11:08:29 +0000 (20:08 +0900)]
Add to register allowed part as candidate cmd
Change-Id: Ibb786944b0f6fbc280f7fc6e2b24168e38fd6bb0
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
36e7a11f05fe9a14f7bee293685f72ccccd38110)
sooyeon.kim [Thu, 17 Aug 2017 10:33:06 +0000 (19:33 +0900)]
Fix errata
Change-Id: Iecc49533ecb7dc2b226435f71b39bcee4460037e
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sooyeon.kim [Tue, 8 Aug 2017 07:55:45 +0000 (16:55 +0900)]
Fix segmentation fault
Change-Id: I9e4b841f310bed8d9964c873d96866e97524de82
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sooyeon.kim [Mon, 24 Jul 2017 04:00:38 +0000 (13:00 +0900)]
Fix error level
Change-Id: I2c1b8ef8a2286911bcb27a5b5b2bf890680fd3bc
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sooyeon.kim [Thu, 13 Jul 2017 06:20:13 +0000 (15:20 +0900)]
Fix dlog level
Change-Id: Ic55607abd7db392396a4bb47610747e998a3ea16
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sooyeon.kim [Mon, 29 May 2017 09:40:46 +0000 (18:40 +0900)]
Add vconf changed callback and Fix warning
Change-Id: I416ca7e72cd1d7116f80abc6bf05dd631f984302
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
Suyeon Hwang [Fri, 26 May 2017 01:27:22 +0000 (10:27 +0900)]
Move .so file to devel package
Change-Id: I5407f039cbac6130bd08f25c159656c6f049cba5
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
sooyeon.kim [Wed, 17 May 2017 09:41:24 +0000 (18:41 +0900)]
Remove appcore-efl for resolving cyclic dependency
Change-Id: Ia48aeaf1012f48e92bc26ff49abfc56b445e8bb7
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
Kwangyoun Kim [Fri, 24 Mar 2017 02:31:56 +0000 (11:31 +0900)]
Add widget type check for support list
Change-Id: I5190bf60207d5e0c82c22856d36901d094261d6f
Kwangyoun Kim [Fri, 14 Apr 2017 01:16:14 +0000 (18:16 -0700)]
Merge "Fix logic about auto registered object list to handle with manual registered" into tizen
Suyeon Hwang [Tue, 11 Apr 2017 06:42:19 +0000 (15:42 +0900)]
Use license macro in .spec file
Change-Id: I0edfe7bfcd61cd5de4049eb9abdb4fe91c2abdb6
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Wonnam Jang [Wed, 5 Apr 2017 09:27:22 +0000 (18:27 +0900)]
Update url link
Change-Id: I7790b5d71ced3f32bad51e5c484f9195eec6bcc3
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
e749ebb6f7710fbf65229fe2c69c47ca8357df0a)
Suyeon Hwang [Mon, 27 Mar 2017 08:13:09 +0000 (17:13 +0900)]
Fix memory leak of object dump list
Change-Id: I1400d2816da12b302694e6a890bdd6f52f16308b
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Kwangyoun Kim [Thu, 23 Mar 2017 08:53:04 +0000 (17:53 +0900)]
Fix logic about auto registered object list to handle with manual registered
Change-Id: I02f9773dca1f1b603d2ef62b23eca6b4398aa3f3
Wonnam Jang [Wed, 22 Mar 2017 08:33:24 +0000 (17:33 +0900)]
Update coverage for voice touch
Change-Id: Ia42851acdc60b20717816995da3edf0c2bd2a3a3
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
Wonnam Jang [Tue, 21 Mar 2017 06:25:09 +0000 (23:25 -0700)]
Merge "Add to set voice touch as auto mode" into tizen
sooyeon.kim [Wed, 15 Mar 2017 10:40:38 +0000 (19:40 +0900)]
Add to set voice touch as auto mode
Change-Id: Id283dd5a9740a639d87c6be0f7cb7b9c9d4f2714
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
Wonnam Jang [Mon, 20 Mar 2017 06:31:07 +0000 (15:31 +0900)]
check eina_hash is empty
Change-Id: I5992f81a0ac91dda34dd5ea3264766ba0a97c600
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
Suyeon Hwang [Thu, 23 Feb 2017 08:33:21 +0000 (17:33 +0900)]
Add null check
Change-Id: I797b00c8c9c3632ffb9876d618b6da586fd74ee1
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit
3d606974ada9a1dac33c299c7918f13b78fc75f2)
Suyeon Hwang [Wed, 15 Feb 2017 07:47:55 +0000 (16:47 +0900)]
Update header and doc files written in English
Change-Id: Iab290457fffb2a77281036bbfc74f4a0f9859c82
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit
4686c1f270ef7ca31203e36367e44fdb25bc09ca)
Wonnam Jang [Tue, 7 Feb 2017 06:18:00 +0000 (15:18 +0900)]
Make function to simplify
Change-Id: I751a1412b2657738f178beb39a5e93dde14161be
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
11993207ffaa39f13e91734d7d42ac1018c9a04a)
Kwangyoun Kim [Thu, 2 Feb 2017 08:34:56 +0000 (17:34 +0900)]
Fix object dump logic for popup
Change-Id: I5b22b2ef482ed0808dffaf8a3e226e9de12ab5ea
(cherry picked from commit
3e61aa680152704e50f262981dae461f4d0e6c83)
Wonnam Jang [Tue, 7 Feb 2017 08:39:24 +0000 (00:39 -0800)]
Merge "Remove duplicated command on popup" into tizen
sooyeon.kim [Wed, 18 Jan 2017 08:09:32 +0000 (17:09 +0900)]
Remove a privilege and an error
Change-Id: Iac7f00b4404ce077fc31778e9db6ca1fc304e9d4
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
(cherry picked from commit
ab5024f6a410ea0684495488d2f9abdae13d2838)
Kwangyoun Kim [Tue, 24 Jan 2017 11:04:14 +0000 (20:04 +0900)]
Remove duplicated command on popup
Change-Id: I85625c01ce525ebf01a06ecf3f38098db2ba23ac
Signed-off-by: Kwangyoun Kim <ky85.kim@samsung.com>
(cherry picked from commit
3cfe72159ac16bb39b488ad116b417d4ab043d4c)
Wonnam Jang [Wed, 18 Jan 2017 07:22:22 +0000 (16:22 +0900)]
Add logic to change clicking time
Change-Id: I53834fc8c953f65f7a39fbbb9efdf5df144eeadc
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
0945c3f1a2dece209853673163300fefc28a3631)
Kwangyoun Kim [Thu, 12 Jan 2017 12:06:43 +0000 (21:06 +0900)]
Add internal method for set object geometry info
Change-Id: Idf03f86c2229f4e1a3f1f81b65c175e633a1c4c4
Signed-off-by: Kwangyoun Kim <ky85.kim@samsung.com>
(cherry picked from commit
8d8ab28f6c8d64910cfd510ae0d1b8111f5bfae4)
Suyeon Hwang [Thu, 12 Jan 2017 11:53:30 +0000 (20:53 +0900)]
Fix memory leak
Change-Id: I244573c4a45fca831f5dff56657b6579406d085d
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Wonnam Jang [Thu, 12 Jan 2017 10:57:19 +0000 (02:57 -0800)]
Merge "Apply multi handle for vc widget client" into tizen
Wonnam Jang [Sun, 1 Jan 2017 23:45:19 +0000 (08:45 +0900)]
Set NULL after evas_object_del()
Change-Id: I073c12c8a126fb4316bf1979e469e231a9112ce1
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
95075b3f9f213db30eaa7dcb70ad5e355ec991ee)
Kwangyoun Kim [Mon, 26 Dec 2016 05:05:23 +0000 (14:05 +0900)]
Apply multi handle for vc widget client
Change-Id: I30d166cce513abbf4cd0cf1ea096b9c6b7d4896d
(cherry picked from commit
5a7d60345473c0e74792996a9d3757521a2bfd0b)
Kwangyoun Kim [Fri, 16 Dec 2016 12:51:57 +0000 (21:51 +0900)]
fix build
Change-Id: If8e67d34f836e60a94aabecde593762ab505ef4d
Kwangyoun Kim [Fri, 16 Dec 2016 11:24:05 +0000 (20:24 +0900)]
Add gengrid auto click
Change-Id: I019e6111e9da7459159365bb0e680d515a3af3ee
Signed-off-by: Kwangyoun Kim <ky85.kim@samsung.com>
Kwangyoun Kim [Fri, 18 Nov 2016 01:49:05 +0000 (10:49 +0900)]
Fix focusable text check logic
Change-Id: I3d5ba3fd53342645611348b702255fef6d057ef4
sooyeon.kim [Tue, 15 Nov 2016 13:31:46 +0000 (22:31 +0900)]
Fix coding rule issue
Change-Id: Ifc5ed53cf94049564046ee3ed18f716450fafe57
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>