platform/core/uifw/dali-adaptor.git
8 years ago[3.0] Add key grab/ungrab interfaces for Tizen (X11/Wayland) 41/47241/1 accepted/tizen/mobile/20151022.072958 accepted/tizen/tv/20151022.073015 accepted/tizen/wearable/20151022.073034 submit/tizen/20151022.022818 submit/tizen_mobile/20151022.013557 submit/tizen_tv/20151022.055445 submit/tizen_wearable/20151022.055709
Yoonsang Lee [Mon, 27 Apr 2015 10:33:06 +0000 (19:33 +0900)]
[3.0] Add key grab/ungrab interfaces for Tizen (X11/Wayland)

The key grab feature is designed for following example scenarios:
- TV : A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app.
- Mobile : When a user presses Home key, the homescreen appears regardless of current foreground app.
- Mobile : Using volume up/down as zoom up/down in camera apps.

Conflicts:
adaptors/common/key-impl.h
adaptors/tv/tv-key-impl.cpp
adaptors/ubuntu/key-impl-ubuntu.cpp
adaptors/wayland/file.list
adaptors/wayland/key-impl-wl.cpp
adaptors/x11/file.list
adaptors/x11/key-impl-x.cpp
build/tizen/adaptor/Makefile.am

Change-Id: Iace7185a4eee8268a0ce59e8383aa2adf3620d31

8 years ago[3.0] Fix crash in wayland
taeyoon [Mon, 20 Jul 2015 09:29:23 +0000 (18:29 +0900)]
[3.0] Fix crash in wayland

Change-Id: I5fb6c065aed64736ca5059beac5b70a22e6f8a1c

8 years ago[3.0] Change vconf BuildRequire
Yoonsang Lee [Fri, 17 Jul 2015 08:59:21 +0000 (17:59 +0900)]
[3.0] Change vconf BuildRequire

Change-Id: Ia2ea637ea9c8f4e745631f6f08221046e078e75b

8 years agoMerge branch 'devel/master(1.1.1)' into tizen 17/47217/1
taeyoon [Tue, 1 Sep 2015 04:35:17 +0000 (13:35 +0900)]
Merge branch 'devel/master(1.1.1)' into tizen

Change-Id: Ia46c29375cb2961e818be16d3f2f1a883f54bea8

8 years agoRevert "[3.0] Change vconf BuildRequire" 91/47191/1
taeyoon [Tue, 1 Sep 2015 02:45:36 +0000 (11:45 +0900)]
Revert "[3.0] Change vconf BuildRequire"

This reverts commit 8fe2e3963a8fc259d6c8b533b5dfa3a625bb84a0.
Change-Id: Iee71f1ba2c112a265d814f8036ee5c3f1c4ed074

8 years agoRevert "[3.0] Fix crash in wayland" 90/47190/1
taeyoon [Tue, 1 Sep 2015 02:44:52 +0000 (11:44 +0900)]
Revert "[3.0] Fix crash in wayland"

This reverts commit a97df24246a11622772485c4f5bef73a5a161044.
Change-Id: I22646d1a4a9ce184e613535cdfb5403100efb726

8 years agoRevert "[3.0] Add key grab/ungrab API for Tizen (X11/Wayland)" 89/47189/1
taeyoon [Tue, 1 Sep 2015 02:44:07 +0000 (11:44 +0900)]
Revert "[3.0] Add key grab/ungrab API for Tizen (X11/Wayland)"

This reverts commit be1e0b65aef4010eb4a649c1787966918aea6167.
Change-Id: Ic691d6fa67fe16c4ed87ad37272e020e90f0a64d

8 years agoDALi Version 1.1.1 18/46818/1 dali_1.1.1
Lee Morgan [Wed, 26 Aug 2015 10:14:36 +0000 (11:14 +0100)]
DALi Version 1.1.1

Change-Id: I8d826322b9fa6538a8e3eba01e8debec87071e64

8 years agoFixed bug which caused PostRender() method not being called in GlProxyImplementation 66/46666/2
Ferran Sole [Mon, 24 Aug 2015 14:05:57 +0000 (15:05 +0100)]
Fixed bug which caused PostRender() method not being called in GlProxyImplementation

Caused by wrong signature of the virtual function inherited from GLImplementation

Change-Id: I15712c59fa05a964caf284a155d8af62b7ac04df

8 years agoFix for DALi window to behave with Legacy mode disabled 69/46669/1
Jonghyun Ho [Thu, 20 Aug 2015 05:40:47 +0000 (14:40 +0900)]
Fix for DALi window to behave with Legacy mode disabled

Window is actually changed too early before we get resume
The sequence of switching between windows need to be ensured
Window was raised manually since legacy mode was enabled
DALi window needs to be controlled by the system
It can be done by disabling legacy mode

Change-Id: I76f9e739716ef3974a38c3a11799694d72dc8321

8 years agoMerge "Add some missing key mappings." into devel/master
Paul Wisbey [Fri, 21 Aug 2015 09:19:19 +0000 (02:19 -0700)]
Merge "Add some missing key mappings." into devel/master

8 years agoAdd some missing key mappings. 26/46426/4
v.cebollada [Thu, 20 Aug 2015 07:10:23 +0000 (16:10 +0900)]
Add some missing key mappings.

Change-Id: I44aa06ddc5f5612ddea22b91f35ee53f6e324a97
Signed-off-by: v.cebollada <v.cebollada@samsung.com>
8 years agoImprove ThreadSynchronization Logging (enable release logging if required) 69/46469/2
Adeel Kazmi [Thu, 20 Aug 2015 16:16:27 +0000 (17:16 +0100)]
Improve ThreadSynchronization Logging (enable release logging if required)

By uncommenting one line, logging is now possible in release mode as well

Change-Id: Ibb012e7b1c7f9c5c23ada459d1320b10eeab1cb8

8 years agoSwitch off logging for Virtual Keyboard 68/46468/2
Agnelo Vaz [Thu, 20 Aug 2015 15:37:24 +0000 (16:37 +0100)]
Switch off logging for Virtual Keyboard

Change-Id: I8a405695b9c6c29c02058bb6491c07c0ae7232a0
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoMerge "Ensure we don't wait for VSync if we're just resuming" into devel/master
Adeel Kazmi [Thu, 20 Aug 2015 14:37:33 +0000 (07:37 -0700)]
Merge "Ensure we don't wait for VSync if we're just resuming" into devel/master

8 years agoMerge "Shift key codes added to key enum." into devel/master
Adeel Kazmi [Thu, 20 Aug 2015 13:09:33 +0000 (06:09 -0700)]
Merge "Shift key codes added to key enum." into devel/master

8 years agoMerge "DALi Version 1.1.0" into devel/master
Adeel Kazmi [Thu, 20 Aug 2015 12:51:24 +0000 (05:51 -0700)]
Merge "DALi Version 1.1.0" into devel/master

8 years agoDALi Version 1.1.0 53/46453/1 dali_1.1.0
Chu Hoang [Thu, 20 Aug 2015 12:33:09 +0000 (13:33 +0100)]
DALi Version 1.1.0

Change-Id: I8fdb91545cb1e7c5e6b87e0ce41ff8e9a6e80d34

8 years agoEnsure we don't wait for VSync if we're just resuming 79/46379/2
Adeel Kazmi [Wed, 19 Aug 2015 18:00:31 +0000 (19:00 +0100)]
Ensure we don't wait for VSync if we're just resuming

[Problem]  Could go into a scenario where we end up waiting for v-sync but haven't actually
           restarted the v-sync thread upon resume.
[Solution] Ensure we do not wait for a v-sync if we're just resuming.
           Also ensure we do not go to sleep if we've just resumed.

Change-Id: I225c78c9c20fee090db0842e40b02336821b75a6

8 years agoShift key codes added to key enum. 76/46376/2
v.cebollada [Wed, 19 Aug 2015 14:36:47 +0000 (23:36 +0900)]
Shift key codes added to key enum.

Change-Id: I42d1648882efc7208822a8406157c594979e8507
Signed-off-by: v.cebollada <v.cebollada@samsung.com>
8 years agoShow the opaque indicator by the flick gesture
daemyung jang [Thu, 20 Aug 2015 06:08:12 +0000 (15:08 +0900)]
Show the opaque indicator by the flick gesture

Change-Id: Ice0ad113515e330a883c542e9fa97f030fb7b58d
Signed-off-by: daemyung jang <dm86.jang@samsung.com>
8 years agoMerge "[3.0] Add key grab/ungrab API for Tizen (X11/Wayland)" into tizen tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_temp accepted/tizen/mobile/20150820.115751 accepted/tizen/mobile/20150820.115833 accepted/tizen/tv/20150820.115904 accepted/tizen/wearable/20150820.120012 submit/tizen/20150820.112512 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_mobile/20150820.095541 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Taeyoon Lee [Wed, 19 Aug 2015 13:56:51 +0000 (06:56 -0700)]
Merge "[3.0] Add key grab/ungrab API for Tizen (X11/Wayland)" into tizen

8 years agoMerge "[3.0] Fix crash in wayland" into tizen
taeyoon [Wed, 19 Aug 2015 13:56:41 +0000 (06:56 -0700)]
Merge "[3.0] Fix crash in wayland" into tizen

8 years ago[3.0] Add key grab/ungrab API for Tizen (X11/Wayland) 73/46373/1
Yoonsang Lee [Mon, 27 Apr 2015 10:33:06 +0000 (19:33 +0900)]
[3.0] Add key grab/ungrab API for Tizen (X11/Wayland)

- Key grab feature is designed for following example scenarios:
  - TV : A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app.
  - Mobile : When a user presses Home key, the homescreen appears regardless of current foreground app.
  - Mobile : Using volume up/down as zoom up/down in camera apps.

- Add --enable-profile option to build.sh of automated-tests
  - Key grab feature is available only in Tizen. It's UTCs should not be compiled in Ubuntu.
  - Desktop dali-adaptor automated-tests should be built with --enable-profile=UBUNTU similar to desktop dali-adaptor.

Change-Id: Ic523f094d65d21359b3c4140131efbaf91214082

8 years ago[3.0] Fix crash in wayland 72/46372/1
taeyoon [Mon, 20 Jul 2015 09:29:23 +0000 (18:29 +0900)]
[3.0] Fix crash in wayland

Change-Id: I1ba6cc919dd7a406537eb792c7188389cc6c2d8a

8 years ago[3.0] Change vconf BuildRequire 59/46359/2
Yoonsang Lee [Fri, 17 Jul 2015 08:59:21 +0000 (17:59 +0900)]
[3.0] Change vconf BuildRequire

Change-Id: I86b2a9aa5bafb64662e4c1364e17573955e6270d

8 years agoMerge branch devel/master (1.0.49) into tizen 58/46358/1
taeyoon [Wed, 19 Aug 2015 12:50:15 +0000 (21:50 +0900)]
Merge branch devel/master (1.0.49) into tizen

Conflicts:
adaptors/base/update-thread.cpp
adaptors/common/adaptor-impl.cpp
adaptors/common/application-impl.cpp
adaptors/public-api/adaptor-framework/tts-player.cpp
adaptors/public-api/adaptor-framework/tts-player.h
adaptors/public-api/dali-adaptor-version.cpp
adaptors/tizen/adaptor-impl-tizen.cpp
adaptors/tizen/framework-tizen.cpp
adaptors/tizen/tts-player-impl-tizen.cpp
adaptors/tizen/tts-player-impl.h
adaptors/ubuntu/tts-player-impl-ubuntu.cpp
adaptors/ubuntu/tts-player-impl.h
adaptors/wayland/file.list
adaptors/x11/file.list
adaptors/x11/pixmap-render-surface-x.cpp
automated-tests/src/dali-adaptor/utc-Dali-TtsPlayer.cpp
packaging/dali-adaptor-common.spec
packaging/dali-adaptor-mobile.spec
packaging/dali-adaptor-tv.spec
packaging/dali-adaptor-wearable.spec
packaging/dali-adaptor.spec

Change-Id: If77e71102b15cb1e229c0cfec2af9847cb6dcddf

8 years agoEmit the resume signal before we update 40/46240/3
Adeel Kazmi [Tue, 18 Aug 2015 10:02:26 +0000 (11:02 +0100)]
Emit the resume signal before we update

[Problem]  We'd signal the application AFTER we'd already done a first update
           upon resume so the first frame shown would just show the last frame
           before we were paused.
[Solution] Emit the signal first on resume so the application can queue any
           messages. Then we should process the messages (but only once as
           Core::Resume also does it). Finally, we should kick off the thread
           controller, so the first update that we do is what was required by
           the application.

Change-Id: I6dda0b70f29b47da91f5dc430447b54f7526067d

8 years agoFix the runtime error by the uninitialized ecore imf event 54/42554/6
daemyung jang [Tue, 30 Jun 2015 04:48:47 +0000 (13:48 +0900)]
Fix the runtime error by the uninitialized ecore imf event

Ecore IMF Version 1.13 has dev_name in the IMF struct, older versions do not, so adding a define to
check if we're at the right version and only setting the member if it does.

Change-Id: Ie462238c859295bd5c4291000f49f0219d1b2526

8 years agoDecode buffer from memory synchronously 93/46093/2
Adeel Kazmi [Fri, 14 Aug 2015 14:04:57 +0000 (15:04 +0100)]
Decode buffer from memory synchronously

Change-Id: I4810d51b7a6914cc928637ccaaf8136d4a443d2f

8 years agoRemove Boost dependency 74/46074/2
Adeel Kazmi [Thu, 13 Aug 2015 19:01:22 +0000 (20:01 +0100)]
Remove Boost dependency

Change-Id: I02e5d7c854713a164ca5178a0fd6b7ad5ac93e62

8 years agoSimplified ThreadController 98/44198/15
Adeel Kazmi [Wed, 1 Jul 2015 16:51:34 +0000 (17:51 +0100)]
Simplified ThreadController

Change-Id: I779591ba17b1789be8832500991631212c34ecbd

8 years agoReplaced UpdateRender with Thread for Controller and Sync 55/43355/9
Adeel Kazmi [Wed, 1 Jul 2015 16:51:34 +0000 (17:51 +0100)]
Replaced UpdateRender with Thread for Controller and Sync

Change-Id: I1d3dfaf38526223cf7284892c5ab02e60d146020

8 years agoDALi Version 1.0.53 16/45916/1 dali_1.0.53
Adeel Kazmi [Wed, 12 Aug 2015 09:50:33 +0000 (10:50 +0100)]
DALi Version 1.0.53

Change-Id: If0780d68701a4810d05104ea1d6d83b4d8c89549

8 years agoAdded back background actor to the indicator that got removed during new mesh work 94/45494/7
Chu Hoang [Thu, 6 Aug 2015 17:06:37 +0000 (18:06 +0100)]
Added back background actor to the indicator that got removed during new mesh work

Change-Id: Iab2fe7114240e63c62d2a616139f3c66a6669290

8 years ago[3.0] Add key grab/ungrab API for Tizen (X11/Wayland) accepted/tizen/mobile/20150808.024823 accepted/tizen/tv/20150808.025727 accepted/tizen/wearable/20150808.030123 submit/tizen/20150807.101753
Yoonsang Lee [Mon, 27 Apr 2015 10:33:06 +0000 (19:33 +0900)]
[3.0] Add key grab/ungrab API for Tizen (X11/Wayland)

- Key grab feature is designed for following example scenarios:
  - TV : A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app.
  - Mobile : When a user presses Home key, the homescreen appears regardless of current foreground app.
  - Mobile : Using volume up/down as zoom up/down in camera apps.

- Add --enable-profile option to build.sh of automated-tests
  - Key grab feature is available only in Tizen. It's UTCs should not be compiled in Ubuntu.
  - Desktop dali-adaptor automated-tests should be built with --enable-profile=UBUNTU similar to desktop dali-adaptor.

Change-Id: I04c97f90c2b09ecae3e9a41024095ee7aaddeb0f

8 years ago[3.0] Refactor dali key files
Yoonsang Lee [Thu, 11 Jun 2015 07:48:24 +0000 (16:48 +0900)]
[3.0] Refactor dali key files

- Change type of dali key definition from extern const KEY
  to enum Key to remove unnecessary exported symbols.
- Seperate platform-specfic key mapping table (key-mapping-xxx.cpp)
  and common key functions (key-impl.cpp)
- Add Dali::Internal::Adaptor::KeyLookup::GetKeyName()
- Definition macros for key names are deprecated in utilX,
  so use key name string instead of macro in key-mapping-xxx.cpp.
- Apply some changed key names (XF86Back, XF86Home, XF86Menu)
- Remove old-named key variables - DALI_KEY_SEND, END, SELECT
- Add key code mapping entries for wayland

Change-Id: Ic1939e11f2c775880a50d674686e3b1de6413aec

8 years agoRevert "[3.0] Add key grab/ungrab interfaces for Tizen (X11/Wayland)"
Yoonsang Lee [Fri, 7 Aug 2015 05:02:25 +0000 (14:02 +0900)]
Revert "[3.0] Add key grab/ungrab interfaces for Tizen (X11/Wayland)"

This reverts commit 8ea473596fb94e381acbefc656a9026fcd9e2350.

8 years agoRevert "[3.0] Change key names according to changes of utilX"
Yoonsang Lee [Fri, 7 Aug 2015 05:02:22 +0000 (14:02 +0900)]
Revert "[3.0] Change key names according to changes of utilX"

This reverts commit daa1518d9c75283161a46b5bbdb2d40e07b7d2c6.

8 years agoDALi Version 1.0.52 67/45467/1 dali_1.0.52
Xiangyin Ma [Thu, 6 Aug 2015 10:05:35 +0000 (11:05 +0100)]
DALi Version 1.0.52

Change-Id: I830c2d02433f183b8be33e443d0a230d44ac0761

8 years agoSimple file loading devel class 87/44287/11
David Fumanal [Mon, 20 Jul 2015 13:27:28 +0000 (14:27 +0100)]
Simple file loading devel class

Change-Id: I8f2c366ab75e41db7ba2384ee1630f6044508182

8 years agoMerge "Modified not to reload resource image on surface change" into devel/master
Kimmo Hoikka [Fri, 31 Jul 2015 09:24:41 +0000 (02:24 -0700)]
Merge "Modified not to reload resource image on surface change" into devel/master

8 years agoMerge "Stop memory leaks in FontClient." into devel/master
Kimmo Hoikka [Fri, 31 Jul 2015 09:21:38 +0000 (02:21 -0700)]
Merge "Stop memory leaks in FontClient." into devel/master

8 years agoMerge "Update license information in the spec file" into devel/master
Adeel Kazmi [Fri, 31 Jul 2015 09:08:24 +0000 (02:08 -0700)]
Merge "Update license information in the spec file" into devel/master

8 years agoMerge "Remove unused dali-adaptor spec files" into devel/master
Adeel Kazmi [Fri, 31 Jul 2015 09:01:19 +0000 (02:01 -0700)]
Merge "Remove unused dali-adaptor spec files" into devel/master

8 years agoMerge "Fix prevent for resource leak" into devel/master
taeyoon [Fri, 31 Jul 2015 07:52:39 +0000 (00:52 -0700)]
Merge "Fix prevent for resource leak" into devel/master

8 years agoUpdate license information in the spec file 66/45066/1
Yoonsang Lee [Fri, 31 Jul 2015 05:53:16 +0000 (14:53 +0900)]
Update license information in the spec file

Change-Id: I928b7919cabece3cb5837a766cdea6dad01fa1b3

8 years agoRemove unused dali-adaptor spec files 33/44833/3
Yoonsang Lee [Fri, 31 Jul 2015 05:32:25 +0000 (14:32 +0900)]
Remove unused dali-adaptor spec files

- These spec files are not used by anyone so remove them to avoid confusing.
- dali-adaptor-mobile.spec will be removed soon.

Change-Id: I2fd0cacb839909c0df3362f3aee20835c52935df

8 years agoMerge "Remove RenderThread::mSurface pointer before mWindow.Reset()" into devel/master
Adeel Kazmi [Thu, 30 Jul 2015 10:36:55 +0000 (03:36 -0700)]
Merge "Remove RenderThread::mSurface pointer before mWindow.Reset()" into devel/master

8 years agoModified not to reload resource image on surface change 43/44943/3
suhyung Eom [Thu, 30 Jul 2015 02:40:39 +0000 (11:40 +0900)]
Modified not to reload resource image on surface change

(Reason: imageActor is blinking instantly on device rotation)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: If24322b354544eced059ddb5425f14008530348f

8 years agoRemove RenderThread::mSurface pointer before mWindow.Reset() 40/44940/6
Paul Wisbey [Wed, 29 Jul 2015 17:18:34 +0000 (18:18 +0100)]
Remove RenderThread::mSurface pointer before mWindow.Reset()

+ more pointer validity checks in render-thread
+ remove unused bool in Application

Change-Id: Ica6a713bb91519d2d03025883135d4018e90640f

8 years agoStop memory leaks in FontClient. 37/44937/3
Richard Underhill [Thu, 30 Jul 2015 08:34:20 +0000 (09:34 +0100)]
Stop memory leaks in FontClient.

Change-Id: Iaa66eeb3ea1d4f454e17f704cd75a1183959f36b
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
8 years agoDALi Version 1.0.51 82/44982/1 dali_1.0.51
Tom Robinson [Thu, 30 Jul 2015 08:26:34 +0000 (09:26 +0100)]
DALi Version 1.0.51

Change-Id: Id03556402d55583ad4157e4d7d701c661a0954a2

8 years agoCleanup dead abstraction code, remove boost dependency from resource loader 29/44929/1
Kimmo Hoikka [Wed, 29 Jul 2015 12:04:10 +0000 (13:04 +0100)]
Cleanup dead abstraction code, remove boost dependency from resource loader

Change-Id: I445d3f36d7309a966093180a70d41a2958c394a3

8 years agoFix build break when building for libUV (Node.JS) 89/44889/1
Nick Holland [Wed, 29 Jul 2015 06:36:37 +0000 (07:36 +0100)]
Fix build break when building for libUV (Node.JS)

Change-Id: Idd697f81ffe47dd0bef1b04ef45122550d9057c5

8 years agoFix Dali responding to accessibility events when backgrounded 45/44745/3
Tom Robinson [Mon, 27 Jul 2015 09:42:59 +0000 (10:42 +0100)]
Fix Dali responding to accessibility events when backgrounded

Change-Id: I296ab85fc2cbfd7f71ba744ccd2496cff849ee87

8 years agoMerge "Re-add linker dependency to boost_system" into devel/master
Adeel Kazmi [Mon, 27 Jul 2015 17:32:03 +0000 (10:32 -0700)]
Merge "Re-add linker dependency to boost_system" into devel/master

8 years agoRe-add linker dependency to boost_system 84/44784/2
Adeel Kazmi [Mon, 27 Jul 2015 15:40:15 +0000 (16:40 +0100)]
Re-add linker dependency to boost_system

Change-Id: I6003834ed6e562e6048b95202fe5db44d8f97d23

8 years agoKeep track of Bitmap data ownership 15/44615/6
Paul Wisbey [Thu, 23 Jul 2015 17:14:19 +0000 (18:14 +0100)]
Keep track of Bitmap data ownership

Change-Id: I812047970a845bd3436beb568f428d04d58b1a5f

8 years agoFix accessibility issue 28/44528/3
Heeyong Song [Thu, 23 Jul 2015 04:50:19 +0000 (13:50 +0900)]
Fix accessibility issue

Change-Id: I539f2d4c14a98f60ab77a69b7208318f399f9320

8 years agoMerge "UTC test fix and Adaptors initialising accessibility correctly" into devel...
Adeel Kazmi [Thu, 23 Jul 2015 14:23:15 +0000 (07:23 -0700)]
Merge "UTC test fix and Adaptors initialising accessibility correctly" into devel/master

8 years agoFix prevent issue - uncaught exception 37/44537/2
Heeyong Song [Thu, 23 Jul 2015 05:40:31 +0000 (14:40 +0900)]
Fix prevent issue - uncaught exception

Change-Id: Iedb3b409f52b89df1189ddf4c57721ca5c10fc90

8 years agoUTC test fix and Adaptors initialising accessibility correctly 01/44501/3
Tom Robinson [Wed, 22 Jul 2015 15:31:02 +0000 (16:31 +0100)]
UTC test fix and Adaptors initialising accessibility correctly

Change-Id: Ic5852d5c3a507052bf2333d5d4329a72d9e531f0

8 years agoDALi Version 1.0.50 82/44582/1 dali_1.0.50
Richard Huang [Thu, 23 Jul 2015 10:55:59 +0000 (11:55 +0100)]
DALi Version 1.0.50

Change-Id: I1005ead5d6996091648d9aef8992804e46d357c6

8 years agoRemove boost threading from resource loading 67/43767/11
Andrew Cox [Mon, 13 Jul 2015 17:26:04 +0000 (18:26 +0100)]
Remove boost threading from resource loading

Pushing for review.
Unit test updates still to come.

Change-Id: I0e0ac78954b91cec13491c82a70cec19a8fc8494
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
8 years ago[3.0] Fix crash in wayland 59/44259/2 accepted/tizen/mobile/20150720.122129 accepted/tizen/tv/20150720.122233 accepted/tizen/wearable/20150720.122313 submit/tizen/20150720.100839
taeyoon [Mon, 20 Jul 2015 09:29:23 +0000 (18:29 +0900)]
[3.0] Fix crash in wayland

Change-Id: I5fb6c065aed64736ca5059beac5b70a22e6f8a1c

8 years agoFix prevent for resource leak 54/44254/1
taeyoon [Mon, 20 Jul 2015 08:07:15 +0000 (17:07 +0900)]
Fix prevent for resource leak

Change-Id: Ie53c89bd441023e0c54eacb0cc07df2a29f307ce

8 years agoFunction added to check if a script may have ligatures that need to be broken. 36/44036/4
Victor Cebollada [Thu, 16 Jul 2015 07:14:33 +0000 (08:14 +0100)]
Function added to check if a script may have ligatures that need to be broken.

Change-Id: I92c9d23b76c174f47057a75fa071e19aa23a7676
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years ago[3.0] Change vconf BuildRequire 63/44163/1 accepted/tizen/mobile/20150717.095059 accepted/tizen/tv/20150717.095108 accepted/tizen/wearable/20150717.095113 submit/tizen/20150717.090449
Yoonsang Lee [Fri, 17 Jul 2015 08:59:21 +0000 (17:59 +0900)]
[3.0] Change vconf BuildRequire

Change-Id: Ia2ea637ea9c8f4e745631f6f08221046e078e75b

8 years agoDALi Version 1.0.49 52/44152/1 dali_1.0.49
Nick Holland [Fri, 17 Jul 2015 08:25:49 +0000 (09:25 +0100)]
DALi Version 1.0.49

Change-Id: I4a691942c0a8db581b668cd8840847a56af29878

8 years agoReact to window delete events & handle SIGTERM, SIGHUP 16/42616/4
Adeel Kazmi [Tue, 30 Jun 2015 14:58:36 +0000 (15:58 +0100)]
React to window delete events & handle SIGTERM, SIGHUP

Change-Id: I9e5084cc359b98a379a1f0b2a2c0cf5c3b0c031e

8 years agoFix feedback build error 89/43889/1
Heeyong Song [Wed, 15 Jul 2015 05:30:19 +0000 (14:30 +0900)]
Fix feedback build error

Change-Id: Id422c9d5b18b4000f636f2c528c0b7692905d5b1

8 years agoMerge "Removed feedback controller Boost dependency" into devel/master
Adeel Kazmi [Tue, 14 Jul 2015 16:05:17 +0000 (09:05 -0700)]
Merge "Removed feedback controller Boost dependency" into devel/master

8 years agoBopomofo script added. 78/43378/3
Victor Cebollada [Wed, 8 Jul 2015 10:56:35 +0000 (11:56 +0100)]
Bopomofo script added.

* Phonetic notation used for the transcription of spoken Chinese.

Change-Id: I491d59b36e73bd31687ccc690ab2ddf661a0e938
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoRemoved feedback controller Boost dependency 90/42890/6
Lee Morgan [Fri, 3 Jul 2015 14:38:23 +0000 (15:38 +0100)]
Removed feedback controller Boost dependency

Change-Id: I665d99ea19cd0b93910b06683f217cefa2fab4e2

8 years agoMerge "Boost removal from performance server" into devel/master
Kimmo Hoikka [Tue, 14 Jul 2015 14:04:06 +0000 (07:04 -0700)]
Merge "Boost removal from performance server" into devel/master

8 years agoMerge "Fix prevent issue - uncaught exception" into devel/master
Kimmo Hoikka [Tue, 14 Jul 2015 08:47:05 +0000 (01:47 -0700)]
Merge "Fix prevent issue - uncaught exception" into devel/master

8 years agoMerge "Remove bullet and assimp plugins from .spec file (as they are both deleted...
Adeel Kazmi [Tue, 14 Jul 2015 08:12:37 +0000 (01:12 -0700)]
Merge "Remove bullet and assimp plugins from .spec file (as they are both deleted now)" into devel/master

8 years agoFix prevent issue - uncaught exception 11/42411/4
Heeyong Song [Mon, 29 Jun 2015 02:41:01 +0000 (11:41 +0900)]
Fix prevent issue - uncaught exception

In function main(int, char **) an exception of type Dali::DaliException is thrown and never caught.
MainLoop() may throw an exception.

Change-Id: Iaa61013fd07a287e360fb37d0a3548c7ea33343c

8 years agoRemove write access to indicator shared memory 02/43802/1
Heeyong Song [Tue, 14 Jul 2015 07:11:48 +0000 (16:11 +0900)]
Remove write access to indicator shared memory

Change-Id: Idad9feae61aab3a3674784b76d719604ca0f0d4c

8 years agoRemove bullet and assimp plugins from .spec file (as they are both deleted now) 68/43768/1
Kimmo Hoikka [Mon, 13 Jul 2015 17:42:57 +0000 (18:42 +0100)]
Remove bullet and assimp plugins from .spec file (as they are both deleted now)

Change-Id: Iaccdd626aada39cf3727590741db868e2c77de1a

8 years agoBoost removal from performance server 63/43063/5
Nick Holland [Tue, 7 Jul 2015 11:19:14 +0000 (12:19 +0100)]
Boost removal from performance server

Change-Id: Ia02b511bfc33e101b2eccbed57cc71fe67d6a0b6

8 years agoRemoved Resource Saving 60/43760/2
Andrew Cox [Mon, 13 Jul 2015 15:06:51 +0000 (16:06 +0100)]
Removed Resource Saving

Change-Id: I74c11920beb752997f4da8312266b7a4604b5614
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
8 years ago(Window) Update class-name at initialisation 07/43707/6
Adeel Kazmi [Mon, 13 Jul 2015 10:09:32 +0000 (11:09 +0100)]
(Window) Update class-name at initialisation

Change-Id: I71ad4d83c488c7b39731aa0d62434839662f454c

8 years agoShader binary synchronous simplified IO 89/42489/8
Andrew Cox [Tue, 16 Jun 2015 18:42:42 +0000 (19:42 +0100)]
Shader binary synchronous simplified IO

Change-Id: I4894729a48527bcaa7b710d616eeeacdc7f7c8b3
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
8 years agoMerge "Fix for deadlock in PixmapRenderSurface" into devel/master
Kimmo Hoikka [Fri, 10 Jul 2015 16:32:33 +0000 (09:32 -0700)]
Merge "Fix for deadlock in PixmapRenderSurface" into devel/master

8 years agoMerge "Refactor dali key files" into devel/master
Kimmo Hoikka [Fri, 10 Jul 2015 16:06:56 +0000 (09:06 -0700)]
Merge "Refactor dali key files" into devel/master

8 years agoFix for deadlock in PixmapRenderSurface 06/43606/2
David Fumanal [Fri, 10 Jul 2015 14:14:57 +0000 (15:14 +0100)]
Fix for deadlock in PixmapRenderSurface

Change-Id: I902d5efc30772dbb4d5555de560aa390ab2271e0

8 years agoMerge "Automated test fix for framebuffer creation" into devel/master
Kimmo Hoikka [Fri, 10 Jul 2015 14:47:22 +0000 (07:47 -0700)]
Merge "Automated test fix for framebuffer creation" into devel/master

8 years agoAutomated test fix for framebuffer creation 76/43076/4
David Fumanal [Tue, 7 Jul 2015 13:08:32 +0000 (14:08 +0100)]
Automated test fix for framebuffer creation

Change-Id: I8a16311b3bb98cb3813da3f6f2d9693f98ffe09a

8 years agoRemove de-funct Bullet dynamics plugin 10/43510/2
Kimmo Hoikka [Thu, 9 Jul 2015 17:40:21 +0000 (18:40 +0100)]
Remove de-funct Bullet dynamics plugin

Change-Id: Iee50462d991b726262246fc15b2e5388d2ec5591

8 years agoRefactor dali key files 99/41099/19
Yoonsang Lee [Thu, 11 Jun 2015 07:48:24 +0000 (16:48 +0900)]
Refactor dali key files

- Change type of dali key definition from extern const KEY
  to enum Key to remove unnecessary exported symbols.
- Seperate platform-specfic key mapping table (key-mapping-xxx.cpp)
  and common key functions (key-impl.cpp)
- Add Dali::Internal::Adaptor::KeyLookup::GetKeyName()
- Definition macros for key names are deprecated in utilX,
  so use key name string instead of macro in key-mapping-xxx.cpp.
- Apply some changed key names (XF86Back, XF86Home, XF86Menu)
- Remove old-named key variables - DALI_KEY_SEND, END, SELECT
- Add key code mapping entries for wayland

Change-Id: Ic1939e11f2c775880a50d674686e3b1de6413aec

8 years agoremove deadlock from pixmap render surface, mutex lock is being held while waiting... 86/43086/3
Kimmo Hoikka [Tue, 7 Jul 2015 15:20:48 +0000 (16:20 +0100)]
remove deadlock from pixmap render surface, mutex lock is being held while waiting for notification

Change-Id: Idcabfee4a7dc2dabf1f9a8f86d8960f9ae8f8187

8 years agoMerge "DALi Version 1.0.48" into devel/master
Adeel Kazmi [Thu, 9 Jul 2015 16:10:40 +0000 (09:10 -0700)]
Merge "DALi Version 1.0.48" into devel/master

8 years agoDALi Version 1.0.48 90/43490/1 dali_1.0.48
Lee Morgan [Thu, 9 Jul 2015 14:03:35 +0000 (15:03 +0100)]
DALi Version 1.0.48

Change-Id: I5ff908d337952a1145afcf01a95f7fb834c2e8b8

8 years ago(Window) Set class-name before Map 64/43364/3
Adeel Kazmi [Wed, 8 Jul 2015 10:47:14 +0000 (11:47 +0100)]
(Window) Set class-name before Map

Change-Id: I37f6d6014ac73f84a4abc96efa6090114290817e

8 years agoMultithreaded wait test case for ConditionalWait 50/43050/2
Kimmo Hoikka [Tue, 7 Jul 2015 10:26:31 +0000 (11:26 +0100)]
Multithreaded wait test case for ConditionalWait

Change-Id: I46ea1fd4baa2fef92aa9271b1e5edadbe63d3c20

8 years agoMerge "libuv support for dali-adaptor for running in Node.JS" into devel/master
Adeel Kazmi [Tue, 7 Jul 2015 14:16:53 +0000 (07:16 -0700)]
Merge "libuv support for dali-adaptor for running in Node.JS" into devel/master

8 years agolibuv support for dali-adaptor for running in Node.JS 23/42823/5
Nick Holland [Tue, 23 Jun 2015 07:32:26 +0000 (08:32 +0100)]
libuv support for dali-adaptor for running in Node.JS

Highlights:
libuv support for timers, callbacks, file descriptor monitoring
pure X11 support for touch / key events
Exposed SceneCreated(), SetViewMode() and SetStereoBase in adaptor.h

Change-Id: I62030ef76337c568852f07d0ef6418e708fee9a3

8 years agoFix Klocwork issues. 60/42960/1
Victor Cebollada [Tue, 23 Jun 2015 14:37:06 +0000 (15:37 +0100)]
Fix Klocwork issues.

Change-Id: I91b0212c694b879a6b0aae959028ac1b30996048
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>