Hello Bryce,
Thanks for the summarization, I have few comment that I share here.
Le 26/02/2016 22:37, Bryce Harrington a écrit :
> To followup Pekka's recent libweston thread, here's the next actions it
> looks like we should take?
>
>a. Revert 5ffbfffa
>b. Land https://patchwork.freed
To followup Pekka's recent libweston thread, here's the next actions it
looks like we should take?
a. Revert 5ffbfffa
b. Land https://patchwork.freedesktop.org/patch/67547/, which covers
the drm-backend. (Is this patch proposal good as is, or would it
benefit from any additi
On Fri, Feb 26, 2016 at 03:57:56PM +, Ucan, Emre (ADITG/SW1) wrote:
> I removed the get APIs, because the same information can be get from
> ivi_layout_get_properties_of_surface/layer APIs. Therefore, these APIs
> are redundant.
Looks like a good cleanup, but do we have any concerns about API
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h|9 -
ivi-shell/ivi-layout-private.h |3 ---
ivi-shell/ivi-layout.c | 16
ivi-shell/ivi-shell.c|7 ++-
tests/ivi_layout-internal-test.c |7 ---
tests/ivi_layout
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h| 10 --
ivi-shell/ivi-layout.c | 12
tests/ivi_layout-internal-test.c | 10 +++---
3 files changed, 3 insertions(+), 29 deletions(-)
diff --git a/ivi-shell/ivi-layout-export.h b/ivi-shell/ivi-
Signed-off-by: Emre Ucan
---
ivi-shell/hmi-controller.c|6 +-
ivi-shell/ivi-layout-export.h |9 -
ivi-shell/ivi-layout-private.h|5 +++--
ivi-shell/ivi-layout-transition.c |3 ++-
ivi-shell/ivi-layout.c| 26 +-
test
Signed-off-by: Emre Ucan
---
ivi-shell/hmi-controller.c| 11 ---
ivi-shell/ivi-layout-export.h |9 -
ivi-shell/ivi-layout-private.h|3 ---
ivi-shell/ivi-layout-transition.c |6 ++
ivi-shell/ivi-layout.c| 16
tests/iv
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h|9 -
ivi-shell/ivi-layout.c | 16
tests/ivi_layout-internal-test.c | 38 +-
3 files changed, 5 insertions(+), 58 deletions(-)
diff --git a/ivi-shell/ivi-l
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h|9 -
ivi-shell/ivi-layout.c | 24
tests/ivi_layout-internal-test.c | 11 ---
tests/ivi_layout-test-plugin.c | 16 +++-
4 files changed, 3 insertions(+), 57 del
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h|9 -
ivi-shell/ivi-layout.c | 25 -
tests/ivi_layout-internal-test.c | 11 ---
tests/ivi_layout-test-plugin.c | 14 ++
4 files changed, 2 insertions(+), 57 dele
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h|9 -
ivi-shell/ivi-layout.c | 26 --
tests/ivi_layout-internal-test.c | 35 ++-
3 files changed, 2 insertions(+), 68 deletions(-)
diff --git a/ivi-shel
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h| 10 --
ivi-shell/ivi-layout.c | 12
tests/ivi_layout-internal-test.c |2 --
tests/ivi_layout-test-plugin.c | 13 -
4 files changed, 4 insertions(+), 33 deletions(-)
diff --git a
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h |8
ivi-shell/ivi-layout-private.h|2 --
ivi-shell/ivi-layout-transition.c |6 +++---
ivi-shell/ivi-layout.c| 12
tests/ivi_layout-test-plugin.c| 24 +++-
5
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h|9 -
ivi-shell/ivi-layout.c | 16
tests/ivi_layout-internal-test.c |7 ---
tests/ivi_layout-test-plugin.c | 27 ++-
4 files changed, 6 insertions(+), 53 dele
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h |8
ivi-shell/ivi-layout-private.h|2 --
ivi-shell/ivi-layout-transition.c |2 +-
ivi-shell/ivi-layout.c| 12
tests/ivi_layout-internal-test.c | 16
5 files chang
I removed the get APIs, because the same information can be get from
ivi_layout_get_properties_of_surface/layer APIs. Therefore, these APIs
are redundant.
Furthermore, I removed *_set_position/dimension APIs, because position
and dimension can be set
by ivi_layout_surface/layer_set_destination_re
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h|9 -
ivi-shell/ivi-layout.c | 12
tests/ivi_layout-internal-test.c | 11 ---
3 files changed, 4 insertions(+), 28 deletions(-)
diff --git a/ivi-shell/ivi-layout-export.h b/ivi-shell/ivi-
Signed-off-by: Emre Ucan
---
ivi-shell/ivi-layout-export.h | 10 --
ivi-shell/ivi-layout-private.h|2 --
ivi-shell/ivi-layout-transition.c |2 +-
ivi-shell/ivi-layout.c| 12
tests/ivi_layout-internal-test.c |4
tests/ivi_layout-test-p
On Mon, 22 Feb 2016 08:57:47 +1000
Peter Hutterer wrote:
> This switches the scanner to generate doxygen-compatible tags for the
> generated protocol headers, and hooks up the doxygen build to generate server
> and client-side API documentation.
>
> Each protocol is a separate doxygen @page, wit
Hey :),
On Fri, Feb 26, 2016 at 1:54 PM, Pekka Paalanen wrote:
> On Mon, 15 Feb 2016 16:59:02 +0800
> Jonas Ådahl wrote:
>
>> On Thu, Feb 11, 2016 at 01:52:36PM +0100, Carlos Garnacho wrote:
>> > The xdg_launcher interface is added for the launcher, it's used
>> > to notify of the startup ID to
Hey :),
On Mon, Feb 15, 2016 at 9:59 AM, Jonas Ådahl wrote:
> On Thu, Feb 11, 2016 at 01:52:36PM +0100, Carlos Garnacho wrote:
>> The xdg_launcher interface is added for the launcher, it's used
>> to notify of the startup ID to be transmitted to the launchee,
>> plus notifications about the start
On Fri, 19 Feb 2016 19:03:29 -0800
Bryce Harrington wrote:
> On Thu, Feb 11, 2016 at 09:20:00PM +0900, nic...@nicesj.com wrote:
> > Using display object, Emit a signal if a new client is created.
> >
> > In the server-side, we can get the destroy event of a client,
> > But there is no way to get
On Mon, 22 Feb 2016 16:14:56 -0800
Bryce Harrington wrote:
> On Mon, Feb 22, 2016 at 08:47:24AM -0500, Chris Michael wrote:
> > When we handle keyboard key events, we already retrieve the key state
> > at the top of this function, so there is no real need to call the same
> > libinput function ag
On Wed, 17 Feb 2016 18:47:44 +0900
Sung-Jin Park wrote:
> Hi pq,
> I'm sorry for replying late.
>
> The reasons why I tried to add are following.
> - If a wl_client is able to has a user data,
> a wayland server can use it for storing the client specific data such as
> security privilege, the
On Mon, 15 Feb 2016 16:59:02 +0800
Jonas Ådahl wrote:
> On Thu, Feb 11, 2016 at 01:52:36PM +0100, Carlos Garnacho wrote:
> > The xdg_launcher interface is added for the launcher, it's used
> > to notify of the startup ID to be transmitted to the launchee,
> > plus notifications about the startup
On Thu, 18 Feb 2016 18:51:33 +0800
Jonas Ådahl wrote:
> In certain configurations the wl_interface symbols up various
> interfaces from wayland core (such as wl_surface_interface,
> wl_pointer_interface etc) are not available at build time, for example
> when the application will dlopen() the req
On Mon, 22 Feb 2016 14:41:44 -0800
Bryce Harrington wrote:
> On Mon, Feb 22, 2016 at 01:23:00PM +0800, Jonas Ådahl wrote:
> > On Fri, Feb 19, 2016 at 11:13:25AM +0100, xerpi wrote:
> > > I was just reading the source when I found it (no valgrind involved). So
> > > as wl_connection_destroy() al
On Tue, 23 Feb 2016 08:25:23 +0800
Jonas Ådahl wrote:
> On Mon, Feb 22, 2016 at 02:35:42PM -0800, Bryce Harrington wrote:
> > On Mon, Feb 22, 2016 at 03:03:11PM +0100, Marek Chalupa wrote:
> > > Hi
> > >
> > > On 02/22/16 06:52, Jonas Ådahl wrote:
> > > >Add a test case that tests the server
On Fri, 26 Feb 2016 11:57:51 +0200
Pekka Paalanen wrote:
> On Mon, 22 Feb 2016 13:22:05 -0800
> Bryce Harrington wrote:
>
> > On Mon, Feb 22, 2016 at 02:34:57PM +0100, Marek Chalupa wrote:
> > > Hi,
> > >
> > > can confirm the segfault, tested it (will send the test I used for
> > > it as a
On Mon, 22 Feb 2016 13:25:33 -0800
Bryce Harrington wrote:
> On Mon, Feb 22, 2016 at 02:37:00PM +0100, Marek Chalupa wrote:
> > test if receiving an error on already destroyed object won't
> > do any harm
> >
> > Signed-off-by: Marek Chalupa
>
> Confirmed that this test catches the error tha
On Mon, 22 Feb 2016 13:22:05 -0800
Bryce Harrington wrote:
> On Mon, Feb 22, 2016 at 02:34:57PM +0100, Marek Chalupa wrote:
> > Hi,
> >
> > can confirm the segfault, tested it (will send the test I used for
> > it as a follow-up). The only API change problem could be in
> > returning
> > NULL as
31 matches
Mail list logo