platform/core/uifw/dali-adaptor.git
6 years ago[3.0] Fix build error 15/143915/1 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable accepted/tizen/3.0/common/20170816.020625 accepted/tizen/3.0/ivi/20170816.020600 accepted/tizen/3.0/mobile/20170816.020500 accepted/tizen/3.0/tv/20170816.020443 accepted/tizen/3.0/wearable/20170816.020542 submit/tizen_3.0/20170814.022324
Heeyong Song [Mon, 14 Aug 2017 02:16:12 +0000 (11:16 +0900)]
[3.0] Fix build error

Change-Id: I6996adef5d51c3ac663bb2b922bd2d99444084a4

6 years ago[3.0] DALi Version 1.1.49 79/143679/2 submit/tizen_3.0/20170811.054953
Heeyong Song [Fri, 11 Aug 2017 02:53:53 +0000 (11:53 +0900)]
[3.0] DALi Version 1.1.49

Change-Id: I16c22b5e46ff58dd2798098492738b6770462c88

6 years ago[3.0] Support screen rotation 26/142626/5
Heeyong Song [Sat, 5 Aug 2017 05:53:13 +0000 (14:53 +0900)]
[3.0] Support screen rotation

Change-Id: Ie6ecacb00a5f3208a789fc83a20e28d0bf8ac85f

6 years agoFix FLIPH, FLIPV, TRANSPOSE, TRANSVERSE, ROT_180 transforms exif issues in loader... 69/143369/2
greynaga [Wed, 9 Aug 2017 11:00:44 +0000 (12:00 +0100)]
Fix FLIPH, FLIPV, TRANSPOSE, TRANSVERSE, ROT_180 transforms exif issues in loader-jpeg-turbo

Change-Id: Ibab0a890daa7f58aed3abb6fe2f930e5c593ed62

6 years agoRevert "[3.0] Added handler for ECORE_WL_EVENT_WINDOW_VISIBILITY_CHANGE" 05/143205/2 accepted/tizen/3.0/common/20170810.115148 accepted/tizen/3.0/ivi/20170809.222434 accepted/tizen/3.0/mobile/20170809.222423 accepted/tizen/3.0/wearable/20170809.222440 submit/tizen_3.0/20170809.062205
taeyoon0.lee [Wed, 9 Aug 2017 05:16:56 +0000 (14:16 +0900)]
Revert "[3.0] Added handler for ECORE_WL_EVENT_WINDOW_VISIBILITY_CHANGE"

  This handler has the same issue with pause handler
  Each application should handle pause or visibility event

This reverts commit f737d284d3899479cbf86f7c52ffc70efde22665.

Change-Id: I66278ff1fee5c47ef7737d66e6f5c9bd050bff03

6 years ago[3.0] Fix SVACE issues 46/141646/1 accepted/tizen/3.0/common/20170808.135316 accepted/tizen/3.0/ivi/20170808.070701 accepted/tizen/3.0/mobile/20170808.070632 accepted/tizen/3.0/tv/20170808.070619 accepted/tizen/3.0/wearable/20170808.070644 submit/tizen_3.0/20170807.060155
Seoyeon Kim [Tue, 1 Aug 2017 08:00:36 +0000 (17:00 +0900)]
[3.0] Fix SVACE issues

- Indicator::OnPan() code is unreachable because of 'return;' in ecore-indicator-impl
- Pointer 'info' returned from function 'malloc' at key-grab-ecore-wl may be null

Change-Id: I00e09c05319485e26a89b5d2658d9c82c7e0c42b
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years ago[3.0] DALi Version 1.1.48 13/137913/1 accepted/tizen/3.0/common/20170714.174703 accepted/tizen/3.0/ivi/20170713.223010 accepted/tizen/3.0/mobile/20170713.222927 accepted/tizen/3.0/tv/20170713.222941 accepted/tizen/3.0/wearable/20170713.222956 submit/tizen_3.0/20170710.094946 submit/tizen_3.0/20170712.065613
Heeyong Song [Mon, 10 Jul 2017 08:39:06 +0000 (17:39 +0900)]
[3.0] DALi Version 1.1.48

Change-Id: I777eecb33b0bfe0a1c9ad06324d613d37cf14d39

6 years agoRevert "[3.0] Enable GLES 3.0 by default." 07/137907/1
Heeyong Song [Mon, 10 Jul 2017 08:32:11 +0000 (17:32 +0900)]
Revert "[3.0] Enable GLES 3.0 by default."

This reverts commit 6cf2d49b47c78116e46558aa0b6a83617986a8bd.

Change-Id: I1c6e9f3894995cdb2308f4a4d94bded134aba6e0

6 years agoFix the comments in CombinedUpdateRenderController 52/136452/2
Richard Huang [Thu, 29 Jun 2017 15:59:13 +0000 (16:59 +0100)]
Fix the comments in CombinedUpdateRenderController

Change-Id: I1170e2f0a157f87f97ef161bd210f3d93566432b

6 years agoMerge "Fix the frame sync issue in COMBINED_UPDATE_RENDER mode" into tizen_3.0
Adeel Kazmi [Thu, 29 Jun 2017 10:11:42 +0000 (10:11 +0000)]
Merge "Fix the frame sync issue in COMBINED_UPDATE_RENDER mode" into tizen_3.0

6 years agoFix the frame sync issue in COMBINED_UPDATE_RENDER mode 75/134275/4
Richard Huang [Thu, 15 Jun 2017 16:16:11 +0000 (17:16 +0100)]
Fix the frame sync issue in COMBINED_UPDATE_RENDER mode

There could be a small gap between the start time of the current frame and the
sleep-until time calculated in the previous frame. In addition, the update or
rendering in the current frame could take too much time so that the calculated
sleep-until time has already passed. In order to make the frames keep syncing
to the default frame duration (i.e. 16 ms) in these cases, we should keep tracking
any extra time taken by the current frame and shorten the duration of the next frame
accordingly.

Change-Id: Ic3dcbfbc5b8aded6514310ee17843839daf12f03

6 years ago[3.0] Meitei script added. 91/134991/2
Victor Cebollada [Tue, 20 Jun 2017 11:21:19 +0000 (12:21 +0100)]
[3.0] Meitei script added.

Change-Id: I6233ca73a8a99b4a006353b0e5063c6e4575a98f
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
6 years ago[3.0] Ol_chiki and Baybayin scripts added 17/135017/1
Jinho, Lee [Thu, 8 Jun 2017 11:28:52 +0000 (20:28 +0900)]
[3.0] Ol_chiki and Baybayin scripts added

Change-Id: I07f25309e36ab0d051a8f114161db5eef9179d7c

6 years ago[3.0] Ge'ez (Ethiopic) script added. 16/135016/1
Victor Cebollada [Tue, 16 May 2017 13:45:45 +0000 (14:45 +0100)]
[3.0] Ge'ez (Ethiopic) script added.

Change-Id: If4eb00d531bc65755aa2f1d985f3e9480c4e104c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
6 years ago[3.0] Enable GLES 3.0 by default. 69/134269/1
Victor Cebollada [Wed, 14 Jun 2017 15:49:39 +0000 (16:49 +0100)]
[3.0] Enable GLES 3.0 by default.

Change-Id: I67230c3d07d1f2d7e8cab005ab9a5fcc0b327fcc
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
6 years ago[3.0] DALi Version 1.1.47 29/131929/1 accepted/tizen/3.0/common/20170612.121833 accepted/tizen/3.0/ivi/20170612.045940 accepted/tizen/3.0/mobile/20170612.045918 accepted/tizen/3.0/tv/20170612.045907 accepted/tizen/3.0/wearable/20170612.045929 submit/tizen_3.0/20170531.092714 submit/tizen_3.0/20170612.005451
Heeyong Song [Wed, 31 May 2017 08:44:15 +0000 (17:44 +0900)]
[3.0] DALi Version 1.1.47

Change-Id: Ie756d5c79dcfb4a29a906376dc5835140b3c2b9a

6 years agoMerge "[3.0] Added handler for ECORE_WL_EVENT_WINDOW_VISIBILITY_CHANGE" into tizen_3.0 accepted/tizen/3.0/common/20170531.142804 accepted/tizen/3.0/ivi/20170530.235742 accepted/tizen/3.0/mobile/20170530.235647 accepted/tizen/3.0/tv/20170530.235706 accepted/tizen/3.0/wearable/20170530.235725 submit/tizen_3.0/20170526.103846
taeyoon0.lee [Fri, 26 May 2017 08:39:49 +0000 (08:39 +0000)]
Merge "[3.0] Added handler for ECORE_WL_EVENT_WINDOW_VISIBILITY_CHANGE" into tizen_3.0

6 years ago[3.0] Remove Adaptor::Pause()/Resume() from application::OnPause()/OnResume() 96/127596/4
taeyoon0.lee [Fri, 28 Apr 2017 05:01:06 +0000 (14:01 +0900)]
[3.0] Remove Adaptor::Pause()/Resume() from application::OnPause()/OnResume()

In ambient state the app wants to draw something, but is prevented by the pause mechanism.
Note that the pause should still occur when the window is hidden (iconify event).

Change-Id: I1ea8fcd81edf4d45bf322373a69a39d5365ed1a6

6 years ago[3.0] Added handler for ECORE_WL_EVENT_WINDOW_VISIBILITY_CHANGE 79/130679/2
taeyoon0.lee [Tue, 23 May 2017 09:20:00 +0000 (18:20 +0900)]
[3.0] Added handler for ECORE_WL_EVENT_WINDOW_VISIBILITY_CHANGE

 - Adaptor will be paused/resumed if ECORE_WL_EVENT_WINDOW_VISIBILITY_CHANGE is changed

Change-Id: I7ad874d85cfe3eef26b7225462fcba89f7defec9

6 years ago[3.0] Fix native image capture code and DALi image saving 61/129061/2
Nick Holland [Fri, 12 May 2017 14:58:02 +0000 (15:58 +0100)]
[3.0] Fix native image capture code and DALi image saving

1.
When trying to save an Image using
NativeImageSource::EncodeToFile( )
it was found that the JPEG and PNG code for saving a file had a bug
resulting in zero byte files being created.

Cause of the problem was due to code using Vector::Reserve
then a memcpy to copy image data into a vector. The vector
was then passed to function to save. As Vector::Reserve
doesn't adjust the size of the vector, Vector::Count()
was returning zero, so zero bytes were being written.

2.
When converting pixel data from TBM_FORMAT_RGB888 and
TBM_FORMAT_RGBA8888 to Dali::Pixel::RGB888 and Pixel::RGB8888
the Red component of a pixel was never being set
 ( except with an incorrect value for the first pixel of every line).

This resulted in captured images being green/blue.

Change-Id: Ie24d50a5f25449a78623a9b91eb68a52843a179b

6 years ago[3.0] Ignore non-fatal libJPEGTurbo decode warnings / errors 52/127952/1
Nick Holland [Tue, 2 May 2017 13:42:19 +0000 (14:42 +0100)]
[3.0] Ignore non-fatal libJPEGTurbo decode warnings / errors

Currently a JPEG has been found that gives a "Invalid SOS parameters for sequential JPEG" but the JPEG should still be loaded.

Some history:

https://github.com/libjpeg-turbo/libjpeg-turbo/issues/113

Extends a previous patch
https://review.tizen.org/gerrit/#/c/62384/1

Change-Id: Ie1fa3d8930400d7e896bac24ecb3924fa4348c87

6 years ago[3.0] Support touch cancel event 02/126802/1 accepted/tizen/3.0/common/20170510.183003 accepted/tizen/3.0/ivi/20170509.223130 accepted/tizen/3.0/mobile/20170509.223055 accepted/tizen/3.0/tv/20170510.020202 accepted/tizen/3.0/wearable/20170509.223126 submit/tizen_3.0-common/20170510.074450 submit/tizen_3.0/20170427.081823 submit/tizen_3.0_common/20170510.075013
Heeyong Song [Tue, 25 Apr 2017 05:45:48 +0000 (14:45 +0900)]
[3.0] Support touch cancel event

Change-Id: I1e969814fd5a7dac6cddc384311d1669a3ee9d66

6 years ago[3.0] WatchApplication - Fix TimeTickSignal() documentation. 25/126225/1
Victor Cebollada [Thu, 20 Apr 2017 10:56:18 +0000 (11:56 +0100)]
[3.0] WatchApplication - Fix TimeTickSignal() documentation.

Change-Id: Ibf72802479549494e0daf169b5afb3905e5107d5
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years ago[3.0] workaround to support APP_RESOURCE_PATH constants in stylesheet. 00/123700/1 accepted/tizen/3.0/common/20170407.101133 accepted/tizen/3.0/ivi/20170407.081149 accepted/tizen/3.0/mobile/20170407.080352 accepted/tizen/3.0/tv/20170407.080818 accepted/tizen/3.0/wearable/20170407.081027 submit/tizen_3.0/20170406.161827
minho.sun [Thu, 6 Apr 2017 13:04:07 +0000 (22:04 +0900)]
[3.0] workaround to support APP_RESOURCE_PATH constants in stylesheet.

Workaround to support APP_RESOURCE_PATH constants in stylesheet.

Signed-off-by: minho.sun <minho.sun@samsung.com>
Change-Id: Ie85f3cbc9d673cab5efad0106112f65f47669cbc

7 years agoMerge "[3.0] Remove haptic APIs from feedback plugin" into tizen_3.0
Seoyeon Kim [Tue, 4 Apr 2017 01:05:37 +0000 (18:05 -0700)]
Merge "[3.0] Remove haptic APIs from feedback plugin" into tizen_3.0

7 years ago[3.0] change dead link to new link 07/122707/1
minho.sun [Mon, 3 Apr 2017 07:26:25 +0000 (16:26 +0900)]
[3.0] change dead link to new link

Change dead Native API reference link to new link

Signed-off-by: minho.sun <minho.sun@samsung.com>
Change-Id: I25eaf46dae3af29103acc8f0cb58ff2dde843fb5

7 years ago[3.0] Add License file in dali-video-player-plugin package 13/121913/2
Seoyeon Kim [Wed, 29 Mar 2017 10:14:25 +0000 (19:14 +0900)]
[3.0] Add License file in dali-video-player-plugin package

- Add License file in not only dali-adaptor package,
  but also dali-video-player-plugin package.

Change-Id: Ieb5ed2c5c6702cb48823ca2bd027d7dd41069352
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] Remove haptic APIs from feedback plugin 34/106634/5
taeyoon [Thu, 22 Dec 2016 08:39:09 +0000 (17:39 +0900)]
[3.0] Remove haptic APIs from feedback plugin

  haptic APIs in deviced package are not supported

Change-Id: I80a4a91076c09d4cdd548ac4cbd0c1c0be9aea3d

7 years agopackaging/dali-adaptor.spec use license macro 95/121495/1
Jinho, Lee [Mon, 27 Mar 2017 11:11:53 +0000 (20:11 +0900)]
packaging/dali-adaptor.spec use license macro

Change-Id: Icd926b36fb48dd4396ee174c3cb125c85de6b658

7 years ago[3.0] Add Appcore Watch library in Makefile.am 53/120753/2 accepted/tizen/3.0/common/20170324.141859 accepted/tizen/3.0/ivi/20170324.114415 accepted/tizen/3.0/mobile/20170324.114211 accepted/tizen/3.0/tv/20170324.114255 accepted/tizen/3.0/wearable/20170324.114335 submit/tizen_3.0/20170324.051322
Seoyeon Kim [Fri, 24 Mar 2017 04:23:21 +0000 (13:23 +0900)]
[3.0] Add Appcore Watch library in Makefile.am

- Added APPCORE_WATCH_CFLAGS and APPCORE_WATCH_LIBS to WEARABLE_PROFILE
  in Makefile.am

Change-Id: I41a5fb8ceb7d13fb39e7d5f554444c5bbc512437
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] Add WatchTime APIs 99/118599/7 submit/tizen_3.0/20170323.121626
Seoyeon Kim [Mon, 13 Mar 2017 08:17:40 +0000 (17:17 +0900)]
[3.0] Add WatchTime APIs

- Add more WatchTime class APIs
1. GetMillisecond()
2. GetYear()
3. GetMonth()
4. GetDay()
5. GetDayOfWeek()
6. GetUtcTime()
7. GetUtcTimeStamp()
8. GetTimeZone()
9. GetDaylightSavingTimeStatus()

Change-Id: I74895fd9e5ad99b180fc16aa4094faa8fcf2e310
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] DALi Version 1.1.46 16/119816/1 accepted/tizen/3.0/common/20170323.155239 accepted/tizen/3.0/ivi/20170323.095635 accepted/tizen/3.0/mobile/20170323.095258 accepted/tizen/3.0/tv/20170323.095439 accepted/tizen/3.0/wearable/20170323.095536 submit/tizen_3.0/20170320.083857
taeyoon0.lee [Mon, 20 Mar 2017 07:51:56 +0000 (16:51 +0900)]
[3.0] DALi Version 1.1.46

Change-Id: I663cad467151b05d3306f3a6f3eab9671dc1ee48

7 years ago[3.0] Fix svace issue - uninitialized class member 00/119800/1
Heeyong Song [Mon, 20 Mar 2017 07:21:27 +0000 (16:21 +0900)]
[3.0] Fix svace issue - uninitialized class member

Change-Id: Ib872636d5a0502e7b1851a6b0076c44ca4522eab

7 years ago[3.0] Added ref/unref tbm_surface 96/119596/1
taeyoon0.lee [Fri, 17 Mar 2017 12:17:55 +0000 (21:17 +0900)]
[3.0] Added ref/unref tbm_surface

Change-Id: I3c52d475da8a7c908d3a1da6d140fe36cec23714

7 years ago[3.0] Destroy a previous egl image if SetSource gets new native buffer 80/117980/4
taeyoon0.lee [Wed, 8 Mar 2017 07:39:49 +0000 (16:39 +0900)]
[3.0] Destroy a previous egl image if SetSource gets new native buffer

 - Destroy a previous egl image whenever SetSource gets new native buffer
 - It works in PrepareTexture()

Change-Id: I0657832b046bc75042c3ffbbb4d70ca46c6d11ae

7 years agoMerge "[3.0] Version up of tizen remote surface protocol" into tizen_3.0
taeyoon0.lee [Tue, 7 Mar 2017 08:55:18 +0000 (00:55 -0800)]
Merge "[3.0] Version up of tizen remote surface protocol" into tizen_3.0

7 years ago[3.0] Replaced deprecated touch api in indicator 47/117647/4
taeyoon0.lee [Tue, 7 Mar 2017 05:06:15 +0000 (14:06 +0900)]
[3.0] Replaced deprecated touch api in indicator

Change-Id: I18ade74308b0c446bfa025d073355d18c5782846

7 years ago[3.0] Replaced indicator lock's lockf with fnctl 45/117445/1
rubric [Mon, 6 Mar 2017 05:11:14 +0000 (14:11 +0900)]
[3.0] Replaced indicator lock's lockf with fnctl

Change-Id: I232867e42e87b00a2a1658443f17267dd7bb2bfa

7 years ago[3.0] Version up of tizen remote surface protocol 66/117066/1
taeyoon0.lee [Thu, 2 Mar 2017 12:49:31 +0000 (21:49 +0900)]
[3.0] Version up of tizen remote surface protocol

  - 2 to 3 version

Change-Id: Id61ba051d260d112e0274f93db66726709fdddae

7 years ago[3.0] Remove unused mEglImageKHRContainer from NativeImageSource and add error check 89/116889/1
Heeyong Song [Tue, 21 Feb 2017 06:02:27 +0000 (15:02 +0900)]
[3.0] Remove unused mEglImageKHRContainer from NativeImageSource and add error check

Change-Id: I68de30cdf8630fcf5cafa8cc216dfbb0ecbc613f

7 years ago[3.0] pan-gesture code refactor and environment variables 55/116755/1 accepted/tizen/3.0/common/20170303.085402 accepted/tizen/3.0/ivi/20170302.222606 accepted/tizen/3.0/mobile/20170302.222442 accepted/tizen/3.0/tv/20170302.222514 accepted/tizen/3.0/wearable/20170302.222545 submit/tizen_3.0/20170228.071253
Heeyong Song [Tue, 28 Feb 2017 06:24:04 +0000 (15:24 +0900)]
[3.0] pan-gesture code refactor and environment variables

Change-Id: Idc6902b3f9a3d0e4b847940851aa851af60dc98e

7 years ago[3.0] TextAbstraction - Use a Lanczos filter to resample emojis. 33/116333/2 accepted/tizen/3.0/common/20170228.061445 accepted/tizen/3.0/ivi/20170228.052541 accepted/tizen/3.0/mobile/20170228.052339 accepted/tizen/3.0/tv/20170228.052445 accepted/tizen/3.0/wearable/20170228.052516 submit/tizen_3.0/20170227.105302
Victor Cebollada [Thu, 23 Feb 2017 14:38:33 +0000 (14:38 +0000)]
[3.0] TextAbstraction - Use a Lanczos filter to resample emojis.

Change-Id: I238c911b37eecccfe28aee29515ea1cf393e346a
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years ago[3.0] Third party ImageResampler library added. 32/116332/1
Victor Cebollada [Thu, 23 Feb 2017 10:50:24 +0000 (10:50 +0000)]
[3.0] Third party ImageResampler library added.

Change-Id: I64db36734d4e12c1334df38f66f4dcbec0e02409
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years ago[3.0] New methods added to the font-client. 49/116049/3
Victor Cebollada [Fri, 17 Feb 2017 15:43:49 +0000 (15:43 +0000)]
[3.0] New methods added to the font-client.

* IsColorGlyph queries whether a glyph is a color one without retrieving the bitmap.
* CreateBitmap retrieves the raw data of a glyph's bitmap.

Change-Id: I8a2d943593378ecd024c9a034071845cf9d45d89
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoMerge "[3.0] Fix build error when using --enable-debug option" into tizen_3.0
minho.sun [Thu, 23 Feb 2017 01:20:09 +0000 (17:20 -0800)]
Merge "[3.0] Fix build error when using --enable-debug option" into tizen_3.0

7 years ago[3.0] Modified not to reference screen connector provider except for wearable profile 37/115737/1 accepted/tizen/3.0/common/20170223.121348 accepted/tizen/3.0/ivi/20170223.001025 accepted/tizen/3.0/mobile/20170223.000904 accepted/tizen/3.0/tv/20170223.000948 accepted/tizen/3.0/wearable/20170223.001004 submit/tizen_3.0/20170221.072622
suhyung Eom [Tue, 21 Feb 2017 07:08:41 +0000 (16:08 +0900)]
[3.0] Modified not to reference screen connector provider except for wearable profile

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I612cb0386e33524abe42bad264722dd2d9934945

7 years ago[3.0] Fix build error when using --enable-debug option 83/115483/1
minho.sun [Fri, 10 Feb 2017 06:42:29 +0000 (15:42 +0900)]
[3.0] Fix build error when using --enable-debug option

Fix build error when using --enable-debug option.
Some Logs make build error because they use old apis.

Change old api to new one or remove.

Change-Id: Ie3cbd212b21cd7cf54e4a61fb6f9beae602fc798
Signed-off-by: minho.sun <minho.sun@samsung.com>
7 years agoMerge "[3.0] Update doxygen comments" into tizen_3.0 accepted/tizen/3.0/common/20170221.125117 accepted/tizen/3.0/ivi/20170221.004352 accepted/tizen/3.0/mobile/20170221.003718 accepted/tizen/3.0/tv/20170221.004025 accepted/tizen/3.0/wearable/20170221.004208 submit/tizen_3.0/20170220.051830
Seoyeon Kim [Mon, 20 Feb 2017 04:18:17 +0000 (20:18 -0800)]
Merge "[3.0] Update doxygen comments" into tizen_3.0

7 years agoMerge "[3.0] Fixed Svace Issue" into tizen_3.0 accepted/tizen/3.0/common/20170210.172532 accepted/tizen/3.0/ivi/20170210.095123 accepted/tizen/3.0/mobile/20170210.094857 accepted/tizen/3.0/tv/20170210.094941 accepted/tizen/3.0/wearable/20170210.095029 submit/tizen_3.0/20170210.054535
Seoyeon Kim [Fri, 10 Feb 2017 05:39:22 +0000 (21:39 -0800)]
Merge "[3.0] Fixed Svace Issue" into tizen_3.0

7 years ago[3.0] Fixed Svace Issue 85/113885/6
Seoyeon Kim [Thu, 9 Feb 2017 06:59:42 +0000 (15:59 +0900)]
[3.0] Fixed Svace Issue

- Initialized one of class member

Change-Id: Ibd97f8680686358e1184389eae7c80cb69937a8d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] Fix SVACE issue 83/114083/1
Heeyong Song [Thu, 9 Feb 2017 08:22:56 +0000 (17:22 +0900)]
[3.0] Fix SVACE issue

1. memory leak - Delete the elements of mResourceRequests
2. Uninitialized class members

Change-Id: I72ffa76a6ced393fb92d1bc32a18007f12f71710

7 years ago[3.0] Fixed issue with Indicator when plugging/unplugging charger 51/113751/2
Paul Wisbey [Wed, 8 Feb 2017 19:03:45 +0000 (19:03 +0000)]
[3.0] Fixed issue with Indicator when plugging/unplugging charger

RequestUpdate()
Update thread wakes up in UpdateRenderReady()
* update & render *
* Indicator is updated *
RequestUpdateOnce()
   IsUpdateRenderThreadPaused() returns false
ProcessSleepRequest()
Update thread sleeps in UpdateRenderReady()

In other words we're sleeping too soon, before the Indicator has been rendered.
This is more likely to occur on mobile, since we get spammed with damage events.

Change-Id: I587c80a6545c0f5623c02dd5443b8e2ea2319be4

7 years ago[3.0] Update doxygen comments 01/113501/1
Seoyeon Kim [Wed, 8 Feb 2017 03:33:43 +0000 (12:33 +0900)]
[3.0] Update doxygen comments

- For document public release, Native API reference is checked by Lionbridge.

Change-Id: I8a601c16f08f87072e18e809e64d2790e767e31d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] Fixed not to display mark-up text for copied text from calculator 08/113408/2 accepted/tizen/3.0/common/20170209.112900 accepted/tizen/3.0/ivi/20170209.033346 accepted/tizen/3.0/mobile/20170209.033131 accepted/tizen/3.0/tv/20170209.033240 accepted/tizen/3.0/wearable/20170209.033308 submit/tizen_3.0/20170208.080243
suhyung Eom [Tue, 7 Feb 2017 10:35:01 +0000 (19:35 +0900)]
[3.0] Fixed not to display mark-up text for copied text from calculator

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I15c036f17b21350e58f8aab374abb4412600a8a2

7 years ago[3.0] Javanese and Sundanese scripts added. 20/113020/1
Victor Cebollada [Fri, 3 Feb 2017 14:05:55 +0000 (14:05 +0000)]
[3.0] Javanese and Sundanese scripts added.

Change-Id: Ib70b0776ec3e8e1c6805f2985b9d49c80c9f75dd
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years ago[3.0] Fixed not to count copied image in a clipboard 47/112447/1 accepted/tizen/3.0/common/20170201.164638 accepted/tizen/3.0/ivi/20170201.091845 accepted/tizen/3.0/mobile/20170201.091720 accepted/tizen/3.0/tv/20170201.091806 accepted/tizen/3.0/wearable/20170201.091834 submit/tizen_3.0/20170201.053640
suhyung Eom [Wed, 1 Feb 2017 04:55:21 +0000 (13:55 +0900)]
[3.0] Fixed not to count copied image in a clipboard

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I9fdc51cff435bcb6b82ccdb80ee10ff484c4392e

7 years ago[3.0] Update doxygen tag 25/110425/2 accepted/tizen/3.0/common/20170118.130925 accepted/tizen/3.0/ivi/20170118.041115 accepted/tizen/3.0/mobile/20170118.040827 accepted/tizen/3.0/tv/20170118.040940 accepted/tizen/3.0/wearable/20170118.041043 submit/tizen_3.0/20170117.012359
Seoyeon Kim [Mon, 16 Jan 2017 10:22:03 +0000 (19:22 +0900)]
[3.0] Update doxygen tag

- Changed : @returns -> @return

Change-Id: I44bdfdd47264b1c94a70f377272d5292d2a1e9d4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] Fix crash by Indicator lock file error 56/109656/3 accepted/tizen/3.0/common/20170113.182304 accepted/tizen/3.0/ivi/20170113.081053 accepted/tizen/3.0/mobile/20170113.081012 accepted/tizen/3.0/tv/20170113.081033 accepted/tizen/3.0/wearable/20170113.081042 submit/tizen_3.0/20170112.143022
taeyoon0.lee [Wed, 11 Jan 2017 05:30:05 +0000 (14:30 +0900)]
[3.0] Fix crash by Indicator lock file error

  If dali can't open indicator lock file,
  dali should not try to render indicator image.

Change-Id: I668f633f37cfbf368320570ff2b7fa9784a7ee1b

7 years ago[3.0] Fixed crash issue by buffer overflow 89/108389/3 accepted/tizen/3.0/common/20170109.200037 accepted/tizen/3.0/ivi/20170109.003650 accepted/tizen/3.0/mobile/20170109.003500 accepted/tizen/3.0/tv/20170109.003603 accepted/tizen/3.0/wearable/20170109.003627 submit/tizen_3.0/20170106.084214
suhyung Eom [Wed, 4 Jan 2017 07:39:54 +0000 (16:39 +0900)]
[3.0] Fixed crash issue by buffer overflow

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I81b72f672528d173c53299575887fbdc9fc44dcc

7 years ago[3.0] Checked value by dynamic_cast 79/107579/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.141840 accepted/tizen/3.0.m2/tv/20170104.142145 accepted/tizen/3.0.m2/wearable/20170104.142441 accepted/tizen/3.0/common/20161229.113522 accepted/tizen/3.0/ivi/20161229.091930 accepted/tizen/3.0/mobile/20161229.091809 accepted/tizen/3.0/tv/20161229.091834 accepted/tizen/3.0/wearable/20161229.091905 submit/tizen_3.0.m2/20170104.093751 submit/tizen_3.0/20161229.061002
taeyoon [Wed, 28 Dec 2016 13:38:21 +0000 (22:38 +0900)]
[3.0] Checked value by dynamic_cast

  dynamic_cast fails and type is a pointer, it returns a null pointer
  Most window impl functions check it, but ShowIndicator not.

Change-Id: Ib8d015f2bf005ba67033e735f0e995c72f2006a2

7 years agoMerge "[3.0] Change integration api of NativeRenderSurface" into tizen_3.0 submit/tizen_3.0/20161228.124257
taeyoon [Wed, 28 Dec 2016 11:00:52 +0000 (03:00 -0800)]
Merge "[3.0] Change integration api of NativeRenderSurface" into tizen_3.0

7 years ago[3.0] Change integration api of NativeRenderSurface 88/107188/1
taeyoon [Tue, 27 Dec 2016 06:01:34 +0000 (15:01 +0900)]
[3.0] Change integration api of NativeRenderSurface

  WaitDrawableAfterReplaceSurface to WaitUntilSurfaceReplaced

Change-Id: I64a41629721cd1edb8c4c585c9d4fbf7395a1c04

7 years ago[3.0] Add release request in update buffer callback 79/105779/2
taeyoon [Mon, 19 Dec 2016 11:33:45 +0000 (20:33 +0900)]
[3.0] Add release request in update buffer callback

  By tizen remote surface protocol version up,
  update buffer callback should call release request

Change-Id: I42e61f06edda5c0b20a650e78df0ccd8df0d3cfd

7 years agoReplace aul_rsm with screen_connector_provider 48/106048/1 accepted/tizen/3.0/common/20161221.180930 accepted/tizen/3.0/ivi/20161221.010034 accepted/tizen/3.0/mobile/20161221.010218 accepted/tizen/3.0/tv/20161221.005820 accepted/tizen/3.0/wearable/20161221.005945 submit/tizen_3.0/20161220.014437
Hyunho Kang [Tue, 20 Dec 2016 08:49:49 +0000 (17:49 +0900)]
Replace aul_rsm with screen_connector_provider

Change-Id: I6c0ee2699c4ea8ef0b793203c5ea656b18845874
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years ago[3.0] Initialize a member about tbm surface format 76/105676/1
taeyoon [Mon, 19 Dec 2016 09:08:18 +0000 (18:08 +0900)]
[3.0] Initialize a member about tbm surface format

Change-Id: Ic7c9878794e3a003eb663c64a659012339b0c9d4

7 years ago[3.0] Ecore Event Handler struct initializations. 78/105478/4
Victor Cebollada [Fri, 16 Dec 2016 11:13:17 +0000 (11:13 +0000)]
[3.0] Ecore Event Handler struct initializations.

* Wayland and x11 implementations need some initializations.

Change-Id: I73368dda8b37205322c128877e5b3d7c60fc8a96
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years ago[3.0] Add UpdateTopMargin in tizen indicator 51/104251/2 accepted/tizen/3.0/common/20161216.124145 accepted/tizen/3.0/ivi/20161216.085523 accepted/tizen/3.0/mobile/20161216.085118 accepted/tizen/3.0/tv/20161216.085325 accepted/tizen/3.0/wearable/20161216.085428 submit/tizen_3.0/20161213.042157 submit/tizen_3.0/20161216.023434 submit/tizen_3.0/20161216.041228 submit/tizen_3.0/20161216.053358
taeyoon [Tue, 13 Dec 2016 02:09:07 +0000 (11:09 +0900)]
[3.0] Add UpdateTopMargin in tizen indicator

Change-Id: Ibe8073696ca7c3a3404a24187ac03e2e7dc72abe

7 years agoMerge "[3.0] Move ELDbus init & shutdown to Tizen Framework" into tizen_3.0
Seoyeon Kim [Tue, 13 Dec 2016 01:27:30 +0000 (17:27 -0800)]
Merge "[3.0] Move ELDbus init & shutdown to Tizen Framework" into tizen_3.0

7 years ago[3.0] Move ELDbus init & shutdown to Tizen Framework 73/103673/5
Seoyeon Kim [Fri, 9 Dec 2016 05:50:26 +0000 (14:50 +0900)]
[3.0] Move ELDbus init & shutdown to Tizen Framework

- "eldbus_init()" and "eldbus_shutdown()" is specific to Tizen Platform

Change-Id: I203016d8d670fdbcf2ac853962bd82cad6fc008b
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoMerge "[3.0] Update command-line string & comment for view mode" into tizen_3.0
Seoyeon Kim [Fri, 9 Dec 2016 06:06:45 +0000 (22:06 -0800)]
Merge "[3.0] Update command-line string & comment for view mode" into tizen_3.0

7 years agoMerge "[3.0] Add code to handle native indicator image" into tizen_3.0 accepted/tizen/3.0/common/20161207.195829 accepted/tizen/3.0/ivi/20161207.140033 accepted/tizen/3.0/mobile/20161207.135942 accepted/tizen/3.0/tv/20161207.135644 accepted/tizen/3.0/wearable/20161207.140150 submit/tizen_3.0/20161207.093446
taeyoon [Wed, 7 Dec 2016 04:06:32 +0000 (20:06 -0800)]
Merge "[3.0] Add code to handle native indicator image" into tizen_3.0

7 years agoMerge "[3.0] Add SurfaceSizeChanged before ReplaceSurface" into tizen_3.0
taeyoon [Wed, 7 Dec 2016 03:57:13 +0000 (19:57 -0800)]
Merge "[3.0] Add SurfaceSizeChanged before ReplaceSurface" into tizen_3.0

7 years agoMerge "[3.0] Change the gesture signal of screen reader" into tizen_3.0
Seoyeon Kim [Wed, 7 Dec 2016 02:37:19 +0000 (18:37 -0800)]
Merge "[3.0] Change the gesture signal of screen reader" into tizen_3.0

7 years ago[3.0] Add code to handle native indicator image 48/101048/6
taeyoon [Wed, 30 Nov 2016 07:14:43 +0000 (16:14 +0900)]
[3.0] Add code to handle native indicator image

Change-Id: Id71160d8f5f863f13769dcb4d8438c28d7917840

7 years ago[3.0] Change the gesture signal of screen reader 55/102055/6
Seoyeon Kim [Mon, 5 Dec 2016 01:11:53 +0000 (10:11 +0900)]
[3.0] Change the gesture signal of screen reader

- In the platform, AT-client gesture signal did not use anymore.
 Changed the code to the signal of Window manager
- Remove the old signal related to AT-client, such as 'a11y' path.

Change-Id: I0e960eea985eaf3701d8d3a93f4c3506533760e8
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoMerge "[3.0] Fix the wrong spelling" into tizen_3.0
Seoyeon Kim [Wed, 7 Dec 2016 02:00:02 +0000 (18:00 -0800)]
Merge "[3.0] Fix the wrong spelling" into tizen_3.0

7 years ago[3.0] Enable to set the margin of indicator 40/102440/1
suhyung Eom [Fri, 9 Sep 2016 01:54:22 +0000 (10:54 +0900)]
[3.0] Enable to set the margin of indicator

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I729fc752b9c3683283d58d235f745bec9af304dd

7 years ago[3.0] Fix the wrong spelling 82/101782/1
Seoyeon Kim [Fri, 2 Dec 2016 06:40:15 +0000 (15:40 +0900)]
[3.0] Fix the wrong spelling

- To prevent the native API reference warning log, fix 'application' spelling and parameter

Change-Id: Id4d246db7dbae7632729cca2945ccdabcd94e2c7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoMove ELDbus init & shutdown to DALi::Application 25/101625/3
Tom Robinson [Thu, 1 Dec 2016 16:44:08 +0000 (16:44 +0000)]
Move ELDbus init & shutdown to DALi::Application

Change-Id: I13ddbd40fb3e1f3e00fbdf906c357d3c29236d55

7 years ago[3.0] Modify to use remote-surface for WatchApplication 71/100371/1
suhyung Eom [Tue, 22 Nov 2016 10:34:02 +0000 (19:34 +0900)]
[3.0] Modify to use remote-surface for WatchApplication

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I1a427e54f82906cdf1eed75ce643875306d23e9e

7 years ago[3.0] Add SurfaceSizeChanged before ReplaceSurface 21/99821/1
taeyoon [Thu, 24 Nov 2016 07:42:58 +0000 (16:42 +0900)]
[3.0] Add SurfaceSizeChanged before ReplaceSurface

Change-Id: Idd77297fd836c0429f4c23ed2c8b05f629f8e235

7 years agoMerge "[3.0] Modify native render surface for sync. with replace surface" into tizen_3.0 accepted/tizen/3.0/common/20161124.181854 accepted/tizen/3.0/ivi/20161124.030241 accepted/tizen/3.0/mobile/20161124.030050 accepted/tizen/3.0/tv/20161124.030142 accepted/tizen/3.0/wearable/20161124.030211 submit/tizen_3.0/20161123.111804
taeyoon [Wed, 23 Nov 2016 09:27:34 +0000 (01:27 -0800)]
Merge "[3.0] Modify native render surface for sync. with replace surface" into tizen_3.0

7 years agoMerge "[3.0] Fix blending issue" into tizen_3.0
taeyoon [Wed, 23 Nov 2016 08:05:30 +0000 (00:05 -0800)]
Merge "[3.0] Fix blending issue" into tizen_3.0

7 years agoMerge "[3.0] Fix and add missed doxygen" into tizen_3.0
Seoyeon Kim [Wed, 23 Nov 2016 08:05:18 +0000 (00:05 -0800)]
Merge "[3.0] Fix and add missed doxygen" into tizen_3.0

7 years ago[3.0] Modify native render surface for sync. with replace surface 15/98515/3
taeyoon [Thu, 17 Nov 2016 11:46:03 +0000 (20:46 +0900)]
[3.0] Modify native render surface for sync. with replace surface

  Fix black scene after replace surface in NativeRenderSurface

Change-Id: Ie3e575c7d7cc1bfc88694ac104bd16e7383ea944

7 years ago[3.0] Fix blending issue 79/99379/2
taeyoon [Tue, 22 Nov 2016 14:23:04 +0000 (23:23 +0900)]
[3.0] Fix blending issue

Change-Id: I321e444ef338a00272a6174ce81672472b3eb755

7 years ago[3.0] Fix and add missed doxygen 45/99145/2
Seoyeon Kim [Tue, 22 Nov 2016 04:55:26 +0000 (13:55 +0900)]
[3.0] Fix and add missed doxygen

Change-Id: I044b9f90dc07b3ec560f35e5cfbd98fdc9b2526a
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] Modify window for rotation event and missed parts. 06/98906/2
taeyoon [Mon, 21 Nov 2016 06:58:37 +0000 (15:58 +0900)]
[3.0] Modify window for rotation event and missed parts.

Change-Id: Ie407a623274dd9482c09d677b45b43e1d75ed882

7 years ago[3.0] Implemented Window::SetClass() functionality in window-impl-ecore-wl.cpp 35/98835/1
suhyung Eom [Mon, 21 Nov 2016 04:06:22 +0000 (13:06 +0900)]
[3.0] Implemented Window::SetClass() functionality in window-impl-ecore-wl.cpp

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I6642bafffea6020b5a9aedd91190dfd6438497d4

7 years ago[3.0] Update command-line string & comment for view mode 70/98270/2
Yoonsang Lee [Wed, 16 Nov 2016 23:57:05 +0000 (08:57 +0900)]
[3.0] Update command-line string & comment for view mode

to make clearer code
- STEREO_HORZ -> STEREO_HORIZONTAL
- STEREO_VERT -> STEREO_VERTICAL

Change-Id: I8bbdb30030308d0d893256941b4dcf1f991816ae

7 years ago[3.0] Initialize EventHandler mPaused value 72/98072/1 accepted/tizen/3.0/common/20161121.072950 accepted/tizen/3.0/ivi/20161121.011932 accepted/tizen/3.0/mobile/20161121.011607 accepted/tizen/3.0/tv/20161121.011751 accepted/tizen/3.0/wearable/20161121.011840 submit/tizen_3.0/20161117.161515
Seoyeon Kim [Wed, 16 Nov 2016 05:25:49 +0000 (14:25 +0900)]
[3.0] Initialize EventHandler mPaused value

Change-Id: Ifee47fc5e3dcca7e558ed64024b7f3589d5295c5
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years ago[3.0] Add DALI_IMPORT_API for reference 05/96805/1
suhyung Eom [Thu, 10 Nov 2016 08:28:23 +0000 (17:28 +0900)]
[3.0] Add DALI_IMPORT_API for reference

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I3fca090f566b04d6ec985d0267e2684256c8c63e

7 years ago[3.0] Add imf-manager-impl.h to dali-integration-api 51/96551/1 accepted/tizen/3.0/common/20161114.143021 accepted/tizen/3.0/ivi/20161110.071808 accepted/tizen/3.0/mobile/20161110.071557 accepted/tizen/3.0/tv/20161110.071709 accepted/tizen/3.0/wearable/20161110.071736 submit/tizen_3.0/20161110.051014 submit/tizen_3.0_common/20161114.081136
suhyung Eom [Wed, 9 Nov 2016 09:18:23 +0000 (18:18 +0900)]
[3.0] Add imf-manager-impl.h to dali-integration-api

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I5a469bfc62daa0b5a63c79f4a4751e05e917c85e

7 years agoMerge "[3.0] Implement wayland specific Accessibility" into tizen_3.0
Seoyeon Kim [Tue, 8 Nov 2016 04:26:53 +0000 (20:26 -0800)]
Merge "[3.0] Implement wayland specific Accessibility" into tizen_3.0

7 years ago[3.0] Fixed to register inconify callback normally 39/95939/1
suhyung Eom [Mon, 7 Nov 2016 06:35:07 +0000 (15:35 +0900)]
[3.0] Fixed to register inconify callback normally

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Id6dfb1e3b02ca2842e5138ba332ef11afc02bc72

7 years ago[3.0] Modified to update indicator on receive Ecore-IPC event 59/95559/1
suhyung Eom [Thu, 3 Nov 2016 09:02:58 +0000 (18:02 +0900)]
[3.0] Modified to update indicator on receive Ecore-IPC event

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I93149cd2d9420edebbfed5578c2410d82034bb84

7 years ago[3.0] Implement wayland specific Accessibility 73/95073/1
Seoyeon Kim [Mon, 31 Oct 2016 10:04:33 +0000 (19:04 +0900)]
[3.0] Implement wayland specific Accessibility

Change-Id: I45c11d4a70e844b8a9aab413446598d5b255ddc5
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoMerge "[3.0] Modified the location of ReleaseSurface in NativeRenderSurface" into... accepted/tizen/3.0/common/20161114.081635 accepted/tizen/3.0/ivi/20161104.103356 accepted/tizen/3.0/mobile/20161104.103152 accepted/tizen/3.0/tv/20161104.103259 accepted/tizen/3.0/wearable/20161104.103326 submit/tizen_3.0/20161102.074150 submit/tizen_3.0_common/20161110.084657
Taeyoon Lee [Wed, 2 Nov 2016 06:57:25 +0000 (23:57 -0700)]
Merge "[3.0] Modified the location of ReleaseSurface in NativeRenderSurface" into tizen_3.0

7 years agoMerge "[3.0] Change parameter type of GrabKeyList APIs to const reference" into tizen_3.0
dongsug song [Wed, 2 Nov 2016 06:47:13 +0000 (23:47 -0700)]
Merge "[3.0] Change parameter type of GrabKeyList APIs to const reference" into tizen_3.0

7 years agoMerge "[3.0] Add key grab list API" into tizen_3.0
dongsug.song [Wed, 2 Nov 2016 06:47:03 +0000 (23:47 -0700)]
Merge "[3.0] Add key grab list API" into tizen_3.0