summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix includes for weston's compositor.hbaserock/liw/genivi-h-1.1baserock/genivi/baseline-h-1.1Lars Wirzenius2014-07-032-2/+2
|
* Add morphologyLars Wirzenius2014-07-031-0/+8
|
* protocol: apply the latest protocol of ivi shell.1.2.0-rc6Nobuhiko Tanibata2014-06-301-27/+24
| | | | | | | This protocol includes review comment in Wayland mailing list. Only desciptions are modified. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* Addressed missing function prototype warnings.Ossama Othman2014-06-307-34/+35
| | | | | | | | | | | | In C, a function that accepts no arguments should have a (void) parameter list in its prototype, not an empty () one. While they are equivalent in C++, they are not the same in C. This patch set address missing prototype related warnings in C code that uses the functions in question. Change-Id: Ic5bb65eefd857da03c39d135fd68e43880e7b975 Bug-Tizen: TC-1208 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
* Fixed unresolved symbol error in ilmControl library.Ossama Othman2014-06-301-0/+1
| | | | | | | | | The ilmControl library uses symbols found in the ivi-extension-protocol CMake project. Link it. Change-Id: Ib5862ac6875c2297ec661d6d6fd1d621d2ec1e45 Bug-Tizen: TC-1208 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
* weston-ivi-shell: change order of transmitting notification; ↵Nobuhiko Tanibata2014-06-301-16/+14
| | | | | | surface->layer->Screen to Screen->Layer->surface. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl: Move code of child context creation to callback of listener.Nobuhiko Tanibata2014-06-301-45/+55
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl: Reverse layer ids.Nobuhiko Tanibata2014-06-301-7/+7
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* weston-ivi-shell: Separate code of updating layer properties from sending ↵Nobuhiko Tanibata2014-06-301-17/+63
| | | | | | layer events. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* weston-ivi-shell: Separate code of updating surface properties from sending ↵Nobuhiko Tanibata2014-06-301-20/+62
| | | | | | surface events. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl and weston-ivi-shell : Send correct events of surface.Nobuhiko Tanibata2014-06-302-62/+48
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl: Add implementation of listener to receive event when layer of ↵Nobuhiko Tanibata2014-06-301-2/+43
| | | | | | MainContext is created. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl and weston-ivi-shell: Reverse order when client is added to ↵Nobuhiko Tanibata2014-06-302-4/+4
| | | | | | resources. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* weston-ivi-shell: Remove child context of a layer when the main context of ↵Nobuhiko Tanibata2014-06-301-4/+4
| | | | | | the layer is removed Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl: Avoid duplicative insertion about render order of layers.Nobuhiko Tanibata2014-06-301-2/+13
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* weston-ivi-shell: bug fix. Send correct events for layer.Nobuhiko Tanibata2014-06-301-57/+37
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl: Add listener of wl_output for child context.Nobuhiko Tanibata2014-06-301-0/+28
| | | | | | This is because an event; ivi-controller.ivi-controller_layer.screen needs wl_output so wl_output shall be binded. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* test: add margin to compare values of ILM with return values from wayland.Nobuhiko Tanibata2014-06-302-10/+10
| | | | | | This is because type of these valuables are different. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* weston-ivi-shell: Fix using wrong resource of layerNobuhiko Tanibata2014-06-171-0/+3
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* weston-ivi-shell: Add destroy condition for ivi-layout-layerNobuhiko Tanibata2014-06-171-1/+5
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl: Avoid miss-cache in ilmControl because of asynchronous eventsNobuhiko Tanibata2014-06-171-0/+1
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* test: Avoid surface creation failure.Nobuhiko Tanibata2014-06-171-1/+1
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmClient and ilmControl: Move AddNotification from ilmClient to ilmControl.Nobuhiko Tanibata2014-06-178-121/+372
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl: Set generated ID of layerid when it's invalid.Nobuhiko Tanibata2014-06-171-0/+1
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ivi-controller: Create a link layer.Nobuhiko Tanibata2014-06-171-1/+1
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ivi-cotroller: Avoid double free of surface.Nobuhiko Tanibata2014-06-171-8/+2
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* test: Fix out of range error.Nobuhiko Tanibata2014-06-171-2/+2
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* test: Fix an initial value of t_ilm_notification_mask and operationsNobuhiko Tanibata2014-06-171-3/+3
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* test: Fix a test code for multi-wl_surfaces.Nobuhiko Tanibata2014-06-174-41/+51
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ivi-controller: Send layer-add event to client when ivi-shell receives ↵Nobuhiko Tanibata2014-06-171-0/+3
| | | | | | layer-remove notification. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl: Set initial value ILM_INPUT_DEVICE_ALL to inputDevicesAcceptanceNobuhiko Tanibata2014-06-171-0/+2
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl: Avoid multiple registration to render order of surface.Nobuhiko Tanibata2014-06-171-2/+13
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmClient and ilmControl: Avoid duplicative auto generation numbers about ↵Nobuhiko Tanibata2014-06-172-2/+14
| | | | | | surface and layer Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* ilmControl: Return correct value of wayland_layerRemoveNobuhiko Tanibata2014-06-171-1/+3
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* test: Revert through exception during full of message queuesNobuhiko Tanibata2014-06-171-23/+13
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* test: Throw exception if wl_display_roundtrip returns error.Nobuhiko Tanibata2014-06-171-4/+14
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* test: Fix a lock issue when the API tests is running.Nobuhiko Tanibata2014-06-171-8/+20
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* weston-ivi-shell: Fix memory access violations.Nobuhiko Tanibata2014-06-172-163/+258
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* weston-ivi-shell: support weston 1.4.91 later.Nobuhiko Tanibata2014-06-174-90/+1056
| | | | | | Due to the change of folder structure, previous source can not be built with 1.4.91 later. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* removed compiler warnings in unit testsTimo Lotterbach2014-05-301-6/+6
| | | | Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* fixed unit test crash, if compositor service is not runningTimo Lotterbach2014-05-301-0/+5
| | | | Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* fixed layer order returned in ilm_getLayerIDsOnScreenTimo Lotterbach2014-05-301-11/+20
| | | | | | layer ids are reported in opposite order than expected by ILM API. Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* tests: expected behaviour of "*_Invalid*" testsLukasz Juszkiewicz2014-05-131-23/+5
| | | | Signed-off-by: Lukasz Juszkiewicz <lukasz.juszkiewicz@bmw-carit.de>
* tests: memory leak in IlmCommandTest::TearDown()Lukasz Juszkiewicz2014-05-131-0/+1
| | | | Signed-off-by: Lukasz Juszkiewicz <lukasz.juszkiewicz@bmw-carit.de>
* tests: number of hardware layersLukasz Juszkiewicz2014-05-131-0/+16
| | | | Signed-off-by: Lukasz Juszkiewicz <lukasz.juszkiewicz@bmw-carit.de>
* tests: surface pixelformatLukasz Juszkiewicz2014-05-131-2/+6
| | | | Signed-off-by: Lukasz Juszkiewicz <lukasz.juszkiewicz@bmw-carit.de>
* tests: take screenshotLukasz Juszkiewicz2014-05-131-4/+100
| | | | Signed-off-by: Lukasz Juszkiewicz <lukasz.juszkiewicz@bmw-carit.de>
* tests: surface properitesLukasz Juszkiewicz2014-05-131-0/+56
| | | | Signed-off-by: Lukasz Juszkiewicz <lukasz.juszkiewicz@bmw-carit.de>
* tests: surface IDs on layerLukasz Juszkiewicz2014-05-131-0/+36
| | | | Signed-off-by: Lukasz Juszkiewicz <lukasz.juszkiewicz@bmw-carit.de>
* tests: layer capabilitiesLukasz Juszkiewicz2014-05-131-0/+42
| | | | Signed-off-by: Lukasz Juszkiewicz <lukasz.juszkiewicz@bmw-carit.de>