profile/ivi/ico-uxf-weston-plugin.git
9 years agopackaging: Update dependencies and bump version to 0.9.23 05/31805/1 accepted/tizen_3.0_ivi accepted/tizen_ivi tizen tizen_3.0_ivi accepted/tizen/ivi/20141215.104226 submit/tizen_ivi/20141210.445566 submit/tizen_ivi/20141210.778899 tizen_3.0_ivi_release
Jan Ekström [Wed, 10 Dec 2014 10:51:40 +0000 (12:51 +0200)]
packaging: Update dependencies and bump version to 0.9.23

Update weston, ivi-shell and genivi-shell version entries and
update version to 0.9.23

Change-Id: I36f72ad619dac7eb5b7354395247f76ed90fdb71

9 years agoFix build against Weston 1.6 IVI Shell 04/31804/1
Jan Ekström [Wed, 10 Dec 2014 09:47:02 +0000 (11:47 +0200)]
Fix build against Weston 1.6 IVI Shell

Contains the following changes:

- Header inclusion statements for IVI Shell are updated:
  * ivi-layout.h has been removed upstream.
  * ivi-layout-export.h is used where private functions are not
    not needed, and ivi-layout-private.h is used where private
    functionality is needed.
- Extern has been added for ivi_layout_interface.
- A lot of IVI Shell functions have been un-camelcased as
  upstream has changed the naming convention.
- API usage has been updated to match upstream IVI Shell:
  * ivi_layout_get_properties_of_surface now returns the prop
    and the prop is now const.
  * ico_ivi_surfacePropertyNotification callback signature's prop
    is now const.
  * surface width and height are now updated to int32_t.
  * ivi_layout_surface_set_{position,dimension} now take in two
    integers instead of an array of two integers.
  * ivi_layout_surface_remove_notification and
    ivi_layout_surface_remove now return void.

Change-Id: I53c189539dc53edbf694f8cf37785fe834a8da84

9 years agoMerge "A live thumbnail sometimes is not updated." into tizen accepted/tizen_3.0.m14.3_ivi tizen_3.0.m14.3_ivi accepted/tizen/ivi/20141010.215343 submit/tizen_ivi/20141010.150151 submit/tizen_ivi/20141010.175342 tizen_3.0.m14.3_ivi_release
Janos Kovacs [Wed, 8 Oct 2014 14:01:16 +0000 (07:01 -0700)]
Merge "A live thumbnail sometimes is not updated." into tizen

9 years agobug fix: If input data is mistaken, ico_send_inputevent tool will crash. 84/27384/3
Ryota Okubi [Fri, 12 Sep 2014 04:21:21 +0000 (13:21 +0900)]
bug fix: If input data is mistaken, ico_send_inputevent tool will crash.

Change-Id: Ib267a975ada8dc8f9994480ac19bfafa9bc0d76f
Signed-off-by: Ryota Okubi <ryota.okubi@mail.toyota-td.jp>
9 years agoA live thumbnail sometimes is not updated. 38/28338/2
Ryota Okubi [Fri, 3 Oct 2014 05:41:11 +0000 (14:41 +0900)]
A live thumbnail sometimes is not updated.

In ico-uxf-weston-plugin(weston plugin), when Weston will finish
a certain processing and will be in an idle state, it investigated
whether the buffer number of surface changed, and if it is changing,
it will have judged with drawing having changed.
A buffer number changes because an application calls SwapBuffer.
However, since Weston may process at once 2 times of SwapBuffers which
the application called continuously and a buffer number returns by
SwapBuffer in that case, drawing judges that it is not changing and
does not remake a live thumbnail.
Even if the buffer number of repair was the same, when having passed
beyond the definite period of time, it corresponded by remaking a live
thumbnail.

Change-Id: Id241741344a4b8e7736dc5efad06c5ece1d78810
Signed-off-by: Ryota Okubi <ryota.okubi@mail.toyota-td.jp>
9 years agoPackaging: add missing dependency on pkgconfig 11/28311/2
Kévin THIERRY [Thu, 2 Oct 2014 09:26:22 +0000 (11:26 +0200)]
Packaging: add missing dependency on pkgconfig

Explicitly adding pkgconfig as a dependency isn't required for OBS/GBS
builds but is necessary for the Yocto build.

Also set a valid group tag.

Change-Id: I55ded13b19cd3b6ea179cf4497abaf571660f178
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agobug fix:TC-155(TC-96 is the same cause) 83/27383/2
Ryota Okubi [Fri, 12 Sep 2014 03:46:50 +0000 (12:46 +0900)]
bug fix:TC-155(TC-96 is the same cause)

TC-155 is 'Sometimes launched app not shown in ico homescreen in last user mode'.
For the same cause, TC-96(Wayland Terminal loses UI in gesture switching of ICO Homescreen) is also solved simultaneously.

Change-Id: I3e58ca9ccc83137ab0a59f089d670bfa65ea416d
Bug-Tizen: TC-155 TC-96
Signed-off-by: Ryota Okubi <ryota.okubi@mail.toyota-td.jp>
9 years agoClean spec file for yocto compliance 04/25104/2 accepted/tizen/ivi/20140913.110057 submit/tizen_ivi/20140912.150940
Ronan Le Martret [Tue, 29 Jul 2014 13:34:32 +0000 (15:34 +0200)]
Clean spec file for yocto compliance

Change-Id: I6a0a153889a457c12e595a11b7782ba3eb8bbff0
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agopackaging: add explicit version dependecies to weston-ivi-shell & genivi-shell 96/26596/1 sandbox/pcoval/tizen submit/tizen/20140828.163023 submit/tizen/20140829.133808
Janos Kovacs [Mon, 25 Aug 2014 20:12:44 +0000 (23:12 +0300)]
packaging: add explicit version dependecies to weston-ivi-shell & genivi-shell

This version of ico-uxf-weston-plugin works properly only with the
- 0.1.7 (or newer) version of weston-ivi-shell and
- 0.2.3 (or newer) version of genivi-shell
due to some API changes of the above components

Change-Id: Idbd97b0a3597788bb4f8b3fd0aaa96bb5b3062ef
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
9 years agoclean-up weston.ini for a proper ICO HomeScreen setup 95/26595/1
Janos Kovacs [Sun, 24 Aug 2014 18:46:43 +0000 (21:46 +0300)]
clean-up weston.ini for a proper ICO HomeScreen setup

Change-Id: Ic2568595ce5b9c584f6f35957e0d94172c6149a5
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
9 years agohook-in to GENIVI shell notifications 94/26594/1
Janos Kovacs [Mon, 18 Aug 2014 21:27:35 +0000 (00:27 +0300)]
hook-in to GENIVI shell notifications

Change-Id: Ic6563de1656a6bfba64381dbbeb058e52e1d7424
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
9 years agouse the exported function table to obtain weston_view's 93/26593/1
Janos Kovacs [Mon, 18 Aug 2014 14:24:07 +0000 (17:24 +0300)]
use the exported function table to obtain weston_view's

Change-Id: I185dd5e6fcf22fa52a9ae2dfb79cfd1f1edde300
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
9 years agoupdate to support weston-1.5 50/23450/4
Philippe Coval [Wed, 25 Jun 2014 16:35:56 +0000 (18:35 +0200)]
update to support weston-1.5

wip: disable code using obsolete api

Change-Id: I5aab6167ed98d2b2bcd5b969ca055bae6ca5ad8b
Bug-Tizen: TC-1208
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
9 years agoClean-up an explicit dependency to drm_intel 74/22774/1 submit/tizen_ivi/20140612.165907
Mikko Ylinen [Wed, 11 Jun 2014 12:12:40 +0000 (15:12 +0300)]
Clean-up an explicit dependency to drm_intel

Change-Id: I19985c87baf79b6e74acbbe46adfd7f63c100787
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
9 years agoFix EGL build issue when no X11 headers are available 52/20152/2
Mikko Ylinen [Tue, 13 May 2014 07:49:48 +0000 (10:49 +0300)]
Fix EGL build issue when no X11 headers are available

Change-Id: I2e24033de86bb9dc9f9d6f4f46b1c5ad72c2fdfd
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
10 years agoRemoved unnecessary build dependencies. 21/20021/3
Ossama Othman [Thu, 24 Apr 2014 19:44:13 +0000 (12:44 -0700)]
Removed unnecessary build dependencies.

Change-Id: I286c71f7a3dc94b54c8518be2c5bb48ee511a0ee
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agobug fix: Sometime Weston crashes at the time of the end of an application. 26/18926/1 accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/ivi/20140410.192017 accepted/tizen/ivi/release/20140408.170709 submit/tizen/20140403.045412 submit/tizen_ivi_release/20140408.170025
Masayuki Sasaki [Thu, 3 Apr 2014 04:47:55 +0000 (13:47 +0900)]
bug fix: Sometime Weston crashes at the time of the end of an application.
bug fix: The table of the surface of ivi-shell remains at the time of weston surface deletion.

Change-Id: I84d31d46e23a5730b36f00719d9d60677948ffa9
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years agobugfix: TIVI-3000,3003 25/18925/1 accepted/tizen_ivi_panda accepted/tizen/ivi/20140409.194811 accepted/tizen/ivi/panda/20140408.203316 accepted/tizen/ivi/release/20140408.041944 submit/tizen/20140404.201212 submit/tizen_ivi_release/20140408.041534
Masayuki Sasaki [Thu, 3 Apr 2014 04:44:22 +0000 (13:44 +0900)]
bugfix: TIVI-3000,3003

Change-Id: I9e9a10017f4afd98528b79cb5fdacfb485271fa4
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years ago0.9.22 release 23/18923/1
Masayuki Sasaki [Thu, 3 Apr 2014 04:37:33 +0000 (13:37 +0900)]
0.9.22 release
bug fix: CPU is occupied in surface animation.

Change-Id: Ia59b8c8fc24639e9f53d29d03f78bb9aec42e678
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years agoIt follows in footsteps of change of weston-ivi-shell 0.1.3. 87/18687/1 tizen_ivi_panda accepted/tizen/ivi/20140409.194714 accepted/tizen/ivi/panda/20140328.181250 accepted/tizen/ivi/panda/20140331.191039 accepted/tizen/ivi/panda/20140403.020007 accepted/tizen/ivi/release/20140331.231918 submit/tizen/20140328.065922 submit/tizen/20140331.175521 submit/tizen_ivi_panda/20140403.012147 submit/tizen_ivi_release/20140331.194910
Masayuki Sasaki [Fri, 28 Mar 2014 06:28:50 +0000 (15:28 +0900)]
It follows in footsteps of change of weston-ivi-shell 0.1.3.
bug fix: TIVI-2953 - Don't call callback when destroy surface.

Change-Id: I777d0d7100221ed815160e9124a6518684dac459
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years agoAdd the tool ico_pseudo_input_device which generates those pseudo devices for a syste... 64/18564/1 accepted/tizen/ivi/panda/20140326.234219 submit/tizen/20140326.084841
Masayuki Sasaki [Wed, 26 Mar 2014 06:16:19 +0000 (15:16 +0900)]
Add the tool ico_pseudo_input_device which generates those pseudo devices for a system without a mouse,a touch panel, and a keyboard.
bug fix: Weston crashes at the time of deletion of surface.
Add surface operation interface for a privilege program.
Add interface which does not update a thumbnail.
bug fix: TIVI-2946 - Incorrect weston.ini with DP output after manually inst
all ico-uxf-homescreen.

Change-Id: Idd2a1da846b34853a3f05463c98dc5979027caf2
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years agoCorrected build dependencies.
Ossama Othman [Tue, 25 Mar 2014 22:50:13 +0000 (15:50 -0700)]
Corrected build dependencies.

BuildRequires on genivi-shell-devel, not genivi-shell.  Added
missing weston-ivi-shell-devel dependency.  Include
<weston/ivi-shell-ext.h>, not <weston/ivi-shell.h>.

Change-Id: I90561ec7f4cf4d6a3616268967ffd1fc3f79916c
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoTest tool The name of test_send_input is changed into ico_send_inputevent. 57/17957/1
Masayuki Sasaki [Thu, 13 Mar 2014 06:24:18 +0000 (15:24 +0900)]
Test tool The name of test_send_input is changed into ico_send_inputevent.

Change-Id: I8b6d573f1e64ec7f9164653fc3851bb8f52e0869
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years agobug fix: A setup to surface for "no animation" does not function normally. 48/17248/1
Masayuki Sasaki [Thu, 6 Mar 2014 06:49:53 +0000 (15:49 +0900)]
bug fix: A setup to surface for "no animation" does not function normally.

Change-Id: I86a0b57f5726150d0bdd3bd849ea3f13bed8a747
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years agoSome interfaces were added for SystemController corresponding to GENIVI layer management. 82/16982/1
Masayuki Sasaki [Fri, 28 Feb 2014 05:22:49 +0000 (14:22 +0900)]
Some interfaces were added for SystemController corresponding to GENIVI layer management.

Change-Id: I28da138dd48652a7bcf135222e738acb94549298
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years ago0.9.21 release -- It changes so that the layer controlling function of GENIVI may... 41/16741/1
Masayuki Sasaki [Mon, 24 Feb 2014 12:10:11 +0000 (21:10 +0900)]
0.9.21 release -- It changes so that the layer controlling function of GENIVI may be used for surface management and layer management.
But it has not been tested yet.Because function of GENIVI was not released yet.

Change-Id: I53ac395c6807147d952df06ebd865b69ced8fba5
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years agobugfix: TIVI-2396: Virtual Keyboard doesn't catch the mouse event with the ICO UI 25/16325/1 accepted/tizen/ivi/20140214.223342 accepted/tizen/ivi/release/20140312.121542 submit/tizen/20140214.055732 submit/tizen_ivi_release/20140312.071459
Masayuki Sasaki [Thu, 13 Feb 2014 06:36:39 +0000 (15:36 +0900)]
bugfix:  TIVI-2396: Virtual Keyboard doesn't catch the mouse event with the ICO UI

Change-Id: I748f1346e98ed9e06e05a0b9778d3ca856353bee
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years ago0.9.14 release -- improve: it corresponded to Wayland/Weston 1.4.0 15/16115/1
Masayuki Sasaki [Fri, 7 Feb 2014 04:01:30 +0000 (13:01 +0900)]
0.9.14 release -- improve: it corresponded to Wayland/Weston 1.4.0

Change-Id: I1567c6659cf59da67ad57a1e59b0f4beb354d383
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years ago- 0.9.12 release 74/15774/1 accepted/tizen/ivi accepted/tizen/ivi/20140128.174118 submit/tizen/20140128.063048
Masayuki Sasaki [Fri, 24 Jan 2014 09:41:30 +0000 (18:41 +0900)]
- 0.9.12 release
-- bugfix: ico_input_mgr avoid crashes in case the assigned app were not running
-- revise: live thumbnail display processing is changed into GPU un-depending
-- revise: add access control which used SMACK for the wayland extension protocol
-- revise: changed default config file(Weston.ini) in the same way as wston-ivi package

Change-Id: I60f11a57c3047755deecb77ae240d2fc763e8ec3
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years agoico-input.mgr: avoid crashes in case the assigned app were not running 21/15321/1 submit/tizen/20140128.054041
Janos Kovacs [Sat, 18 Jan 2014 13:11:38 +0000 (15:11 +0200)]
ico-input.mgr: avoid crashes in case the assigned app were not running

If system-controller directs some input to an application that
does not run and the input state changed, weston crashes in
        ico_device_input_event() routine. This patch fixes this problem
        by avoiding to deliver input state changes to applications that
did not run or have not registered yet a proxy.

Change-Id: I87405ad91a0149180675fd512d54b413a4907409
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
10 years agoBugfix for TIVI-1997, TIVI-2244, TIVI-2256, A ivi cursor layer may pick up a touch... 50/14150/1 accepted/tizen/ivi/20140107.013910 accepted/tizen/ivi/release/20140109.181723 submit/ivi/20131226.085713 submit/tizen/20140107.010438 submit/tizen/20140108.022404 submit/tizen_ivi_release/20140108.030102 submit/tizen_ivi_release/20140109.180103
Masayuki Sasaki [Wed, 25 Dec 2013 09:50:16 +0000 (18:50 +0900)]
Bugfix for TIVI-1997, TIVI-2244, TIVI-2256, A ivi cursor layer may pick up a touch event. And feature revise.

Change-Id: I5c6519d62477024aace21d76a5304167d3cf7cce
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
10 years agoPort to Weston 1.3 API. 62/11162/2 accepted/tizen/20131122.001017 submit/tizen/20131122.000739
Ossama Othman [Mon, 21 Oct 2013 20:19:43 +0000 (13:19 -0700)]
Port to Weston 1.3 API.

Change-Id: Ie9b9f8a83d253dbb8eb8269234fc45b6914fd775
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoBug fix : TIVI-1758, 1841, 1956, 1996 and 1997. 60/11860/1 accepted/tizen/20131107.181013 accepted/tizen/20131111.231321 accepted/tizen_ivi_stable/20131119.040222 submit/tizen/20131107.013435 submit/tizen_ivi_stable/20131119.040107
Hayato Nakamura [Wed, 6 Nov 2013 09:23:03 +0000 (18:23 +0900)]
Bug fix : TIVI-1758, 1841, 1956, 1996 and 1997.

Change-Id: I1e440656f9c24a1aa0470591d6f15973e0efade3
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
10 years agoNotice of the operation event to application except the application history flick... 01/10601/1 tizen_ivi_genivi tizen_ivi_milestone accepted/tizen/20131008.163455 accepted/tizen/20131010.203258 accepted/tizen/ivi/genivi/20140131.070531 accepted/tizen_ivi_milestone/20131113.053400 accepted/tizen_ivi_milestone/20131113.054114 accepted/tizen_ivi_release/20131120.050046 ivi_oct_m2 submit/tizen/20131008.121845 submit/tizen_ivi_generic/20140131.065432 submit/tizen_ivi_genivi/20140131.070612 submit/tizen_ivi_milestone/20131113.052534 submit/tizen_ivi_milestone/20131113.053336 submit/tizen_ivi_milestone/20131113.054036 submit/tizen_ivi_release/20131120.032349
Hayato Nakamura [Tue, 8 Oct 2013 01:22:25 +0000 (10:22 +0900)]
Notice of the operation event to application except the application history flick operation at HomeScreen.

Change-Id: I2152e60f19d65776c87acefce5dfd31044f6394a
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
10 years agoBugfix for TIVI-1834. 19/10519/1 accepted/tizen/20131003.164213 accepted/tizen/20131003.220141 accepted/tizen/20131004.164441 accepted/tizen/20131004.165200 submit/tizen/20131003.055438 submit/tizen/20131004.112842
Hayato Nakamura [Thu, 3 Oct 2013 01:54:37 +0000 (10:54 +0900)]
Bugfix for TIVI-1834.

Change-Id: I14aaf988fd97b8e83ae0cdc21c8c225e14f30f40
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
10 years agoChange of the interface of the multi-input-manager plugin. 66/10266/2
Hayato Nakamura [Thu, 26 Sep 2013 04:16:07 +0000 (13:16 +0900)]
Change of the interface of the multi-input-manager plugin.
Fix for TIVI-1834.

Change-Id: I9113e993432951213a473ce29c4ac316efb251f1
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
10 years agoTIVI-1828: Make weston use new "weekeyboard" virtual keyboard. 87/10187/2
Ossama Othman [Mon, 23 Sep 2013 22:19:27 +0000 (15:19 -0700)]
TIVI-1828: Make weston use new "weekeyboard" virtual keyboard.

Change-Id: I4586830312f35b199322e4d09b67796634d9faf1
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoEnable HDMI3 output by default (fix for TIVI-1836) 75/10175/1
Geoffroy Van Cutsem [Mon, 23 Sep 2013 11:34:01 +0000 (13:34 +0200)]
Enable HDMI3 output by default (fix for TIVI-1836)

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Change-Id: I924b0edcd45f9f5ab6098e5a332dbe8affde5fcc

10 years agoFix for - Weston sometimes crashes at the time of surface createion. 28/10128/1 accepted/tizen/20130919.181058 accepted/tizen/20130919.204240 submit/tizen/20130919.120935
Hayato Nakamura [Thu, 19 Sep 2013 10:57:14 +0000 (19:57 +0900)]
Fix for - Weston sometimes crashes at the time of surface createion.

Change-Id: If014ed540bb3b376fd735c29756c6ff8f05ff469
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
10 years agoUpdate packaging changelog. 23/10123/1 submit/tizen/20130919.011341
Hayato Nakamura [Thu, 19 Sep 2013 01:04:51 +0000 (10:04 +0900)]
Update packaging changelog.

Change-Id: I56443452020b45ccb9a99bc5a6c8c0ceed39a3e1
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
10 years agodon't install the ico_weston.* files in /etc/profile.d 20/10120/2
Kevron Rees [Wed, 18 Sep 2013 23:33:00 +0000 (16:33 -0700)]
don't install the ico_weston.* files in /etc/profile.d

Change-Id: I44b7a212bdbd63bc2944fc972c0aa6de6f0b1e84

10 years agoUpdate packaging changelog. 69/10069/1
Hayato Nakamura [Tue, 17 Sep 2013 08:08:32 +0000 (17:08 +0900)]
Update packaging changelog.

Change-Id: I30a99cb0a7a7022d6c7c435c04aafc24badd08f9
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
10 years agoWeston config clean-up: removed unused/commented configuration entries. 46/10046/2
Ossama Othman [Mon, 16 Sep 2013 20:31:56 +0000 (13:31 -0700)]
Weston config clean-up: removed unused/commented configuration entries.

Change-Id: I861ccbdfaeb2f82b749b22d7d085792d0ba09543
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoCorrect Weston configuration to match supported hardware configuration. 45/10045/1
Brian J Jones [Mon, 16 Sep 2013 20:29:41 +0000 (13:29 -0700)]
Correct Weston configuration to match supported hardware configuration.

Change-Id: Ib43b8d24a12540856af3541044e67c66f0617d34
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoI replace the file with the correct one. 82/9882/1 accepted/tizen/20130911.005050 accepted/tizen/20130911.005338 submit/tizen/20130911.005105
Hayato Nakamura [Tue, 10 Sep 2013 04:40:48 +0000 (13:40 +0900)]
I replace the file with the correct one.

Change-Id: I2a173e09e992359e489696c11ecd14ef7cfefd63
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
10 years agoBug fix:TIVI-1693. 18/9818/2
Hayato Nakamura [Fri, 6 Sep 2013 10:34:54 +0000 (19:34 +0900)]
Bug fix:TIVI-1693.

Change-Id: I5edfb53df811c37545017295c2b758d792999259
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
10 years agoThe change of the configuration and the implementation of the event input. 07/9007/2
Nakamura Hayato [Fri, 30 Aug 2013 11:21:41 +0000 (20:21 +0900)]
The change of the configuration and the implementation of the event input.

Change-Id: Ic38eaff32bba49a264ac224ed9e5c2407b6d202a
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years agoA correction with version up of weston(1.2.0->1.2.1) 98/8798/3 submit/tizen/20130828.211548
Nakamura Hayato [Tue, 27 Aug 2013 07:50:45 +0000 (16:50 +0900)]
A correction with version up of weston(1.2.0->1.2.1)

Change-Id: Ib8319c75c3da4fa0d15a184b1f5973ff3ac6812b
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years agoupdate packaging changelog. 84/8484/1 submit/tizen/20130823.164747
Nakamura Hayato [Wed, 21 Aug 2013 01:11:43 +0000 (10:11 +0900)]
update packaging changelog.

Change-Id: I89a00a416a57920977fcd824829808100668a9b2
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years agoRemoved redundant call to autoreconf. Already called by autogen.sh. 98/7898/1
Ossama Othman [Fri, 9 Aug 2013 22:36:42 +0000 (15:36 -0700)]
Removed redundant call to autoreconf.  Already called by autogen.sh.

Change-Id: I07cde543b609880261b6575590d18db471164e38
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoNo longer any need to explicitly remove %buildroot. 93/7893/1
Ossama Othman [Fri, 9 Aug 2013 20:46:37 +0000 (13:46 -0700)]
No longer any need to explicitly remove %buildroot.

Change-Id: Ie1fd9f81f4bbc52d55dcae249cefc16fc5ea7aeb
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoDo not override Tizen IVI install prefix. 92/7892/1
Ossama Othman [Fri, 9 Aug 2013 20:44:52 +0000 (13:44 -0700)]
Do not override Tizen IVI install prefix.

Change-Id: I2de3441c65accf1a055ee36964adf385617b3338
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoCorrected package group tags based on Tizen packaging guidelines. 91/7891/1
Ossama Othman [Fri, 9 Aug 2013 20:42:34 +0000 (13:42 -0700)]
Corrected package group tags based on Tizen packaging guidelines.

Change-Id: Ieacc1b2a82f717d121e00353b88331fd75941fc2
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoAdd missing %post/%postun scriptlets. 90/7890/1
Ossama Othman [Fri, 9 Aug 2013 20:33:13 +0000 (13:33 -0700)]
Add missing %post/%postun scriptlets.

Change-Id: I0cb6b249d1beec89f9ea91436abca96e32887fac
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoAdded missing %license tag. 89/7889/1
Ossama Othman [Fri, 9 Aug 2013 20:28:31 +0000 (13:28 -0700)]
Added missing %license tag.

Change-Id: I5c0e6630b8b67b2f2b9ad1cc07b81bb1c1a8ca7a
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoCorrect package BuildRequires fields to address build errors. 88/7888/1
Ossama Othman [Fri, 9 Aug 2013 20:24:44 +0000 (13:24 -0700)]
Correct package BuildRequires fields to address build errors.

Change-Id: I363ae66466d02830b6dfbf853da75a35bd8602d7
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoSupport Tizen 3.0
Nakamura Hayato [Mon, 29 Jul 2013 05:33:50 +0000 (14:33 +0900)]
Support Tizen 3.0

Change-Id: Icefff6e8437189cab41f9465919d09e3c97a0988
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years ago[Fix:Conflict]Changed the animation of a default defined from none to fade. 61/3961/2 2.0alpha-wayland
Nakamura Hayato [Fri, 14 Jun 2013 01:36:21 +0000 (10:36 +0900)]
[Fix:Conflict]Changed the animation of a default defined from none to fade.

Change-Id: I30923a6a8a274b98253a41209833249d69b93667
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years agoMerge "Update packages changelog." into 2.0alpha-wayland
Nakamura Hayato [Wed, 12 Jun 2013 04:22:44 +0000 (21:22 -0700)]
Merge "Update packages changelog." into 2.0alpha-wayland

10 years agoUpdate packages changelog. 58/3958/1 accepted/2.0alpha-wayland/20130612.174820 submit/2.0alpha-wayland/20130612.051916
Nakamura Hayato [Wed, 12 Jun 2013 04:30:03 +0000 (13:30 +0900)]
Update packages changelog.

Change-Id: Ic3bc5c2ad0d074d6161178aff7ac6f358f481d6f
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years agoBug fix: During operation, a menu thumbnail may be non-displayed. 37/3937/1
Nakamura Hayato [Fri, 7 Jun 2013 10:51:06 +0000 (19:51 +0900)]
Bug fix: During operation, a menu thumbnail may be non-displayed.

Change-Id: I78efe8ec1df5ca32a6308d0fdbab1ed21ed5a4c5
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years agoAddition of the window animation interface. 91/3791/1 accepted/2.0alpha-wayland/20130606.173106 submit/2.0alpha-wayland/20130606.111716
Nakamura Hayato [Tue, 4 Jun 2013 07:48:57 +0000 (16:48 +0900)]
Addition of the window animation interface.

Change-Id: Ifacf3ac6748a2f87a90ced1258a182b05c09d9b6
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years agoBug fix TIVI-976 ,TIVI-974 and addition of the window animation interface. 58/3658/1 accepted/2.0alpha-wayland/20130603.172729 submit/2.0alpha-wayland/20130527.091242
Nakamura Hayato [Fri, 24 May 2013 11:09:57 +0000 (20:09 +0900)]
Bug fix TIVI-976 ,TIVI-974 and addition of the window animation interface.

Change-Id: I4d6c36d96707c3a737ce59f115fdd7c0c54a12a6
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years agoModification of the ChangeLog. 30/3630/1
Nakamura Hayato [Wed, 22 May 2013 12:04:02 +0000 (21:04 +0900)]
Modification of the ChangeLog.

Change-Id: I829466a49197d507b04d4ac3474bbf7c29e76495
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years agoUpdate package changelog. accepted/2.0alpha-wayland/20130520.093312 submit/2.0alpha-wayland/20130516.061823
Nakamura Hayato [Wed, 15 May 2013 10:16:56 +0000 (19:16 +0900)]
Update package changelog.

Change-Id: I0d6111980820fd652858bc980dc3680fcb92379b
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
10 years agoPort to new Weston config parser. Install Weston config in /etc/xdg/weston. 29/3529/1
Ossama Othman [Tue, 14 May 2013 22:30:15 +0000 (15:30 -0700)]
Port to new Weston config parser. Install Weston config in /etc/xdg/weston.

Change-Id: I8fe61e12718392b25a9870e19ac317896a5ddb8d
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
10 years agoUpdate packages changelogs.
Shibata Makoto [Mon, 13 May 2013 06:42:38 +0000 (15:42 +0900)]
Update packages changelogs.

Change-Id: I181f79e342e3ac6218271db3bc03c5db3f367640
Signed-off-by: Shibata Makoto <shibata@mac.tec.toyota.co.jp>
11 years agoAdded Weston config-parser.c again until Weston SDK exports config functions. 95/3495/1
Ossama Othman [Thu, 2 May 2013 00:14:47 +0000 (17:14 -0700)]
Added Weston config-parser.c again until Weston SDK exports config functions.

Change-Id: I27ba7db20b6b2501e745187ca7b43eb17794daad
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
11 years agoNo longer need to set dist-check configure flags. 94/3494/1
Ossama Othman [Thu, 2 May 2013 00:14:18 +0000 (17:14 -0700)]
No longer need to set dist-check configure flags.

Change-Id: I33ca73c95df5107cea87ab2a0eea6a8bf1c6bed8
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
11 years agoRemoved generated source dependency files. 93/3493/1
Ossama Othman [Thu, 2 May 2013 00:03:45 +0000 (17:03 -0700)]
Removed generated source dependency files.

Change-Id: I770d797c396eef100f44a606f129f61e06df58ec
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
11 years agoRemoved log files, and add .gitignore file to prevent re-commit. 92/3492/1
Ossama Othman [Tue, 30 Apr 2013 21:59:54 +0000 (14:59 -0700)]
Removed log files, and add .gitignore file to prevent re-commit.

Change-Id: I3292b6c167559fed1660f6a4799271585883bf7b
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
11 years agoRemoved checks for unused programs (C++ compiler and sed). 91/3491/1
Ossama Othman [Tue, 30 Apr 2013 21:55:55 +0000 (14:55 -0700)]
Removed checks for unused programs (C++ compiler and sed).

Change-Id: I982a05eceaaa584ad7129a5ec2989d76d01f4d95
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
11 years agoDo not hardcode package header install path. Use pkginclude_HEADERS instead. 90/3490/1
Ossama Othman [Tue, 30 Apr 2013 21:52:21 +0000 (14:52 -0700)]
Do not hardcode package header install path.  Use pkginclude_HEADERS instead.

Change-Id: I281e9214a36cd9939aaae4c95e5b527a1e5501a9
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
11 years agoCorrected packaging of lib*.so file. It belongs in the -devel package. 89/3489/1
Ossama Othman [Tue, 30 Apr 2013 21:48:15 +0000 (14:48 -0700)]
Corrected packaging of lib*.so file.  It belongs in the -devel package.

Change-Id: I9154214bf25993099e807509e6a7a9acf27f5be0
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
11 years agoPort ico-uxf-weston-plugin to use Weston 1.0.6 plugin API. 88/3488/1
Ossama Othman [Tue, 30 Apr 2013 21:37:25 +0000 (14:37 -0700)]
Port ico-uxf-weston-plugin to use Weston 1.0.6 plugin API.

Change-Id: I7206280c389318a4b6492e36871c11bc2739f0ed
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
11 years agoRemoved generated Makefile. 87/3487/1
Ossama Othman [Tue, 30 Apr 2013 17:56:17 +0000 (10:56 -0700)]
Removed generated Makefile.

Change-Id: I547bb4cd931c9ceb2bd05d94860ccaffb34537ed
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
11 years agoUpdate package changelog. accepted/2.0alpha-wayland/20130426.191449 submit/2.0alpha-wayland/20130426.191944
Shibata Makoto [Fri, 26 Apr 2013 11:05:46 +0000 (20:05 +0900)]
Update package changelog.

Change-Id: Ia0fbd2457f6bf9868b37287c3dba2b344a8d2e27
Signed-off-by: Shibata Makoto <shibata@mac.tec.toyota.co.jp>