On 05/09/2015 04:05 PM, Daniel Stone wrote:
Hi Mario,
On 4 May 2015 at 06:47, Mario Kleiner wrote:
A resend of my series of patches, now with reviewed-by of Derek Foreman
for some of the patches, and the other patches updated to take Derek's
and Pekka's feedback and suggestions into account. N
Hi,
I verified ivi-shell part by manual with this version, 1.7.91, as well about,
- Window management of hmi-controller; tiling, side by side, maximum, and
randow.
- Examples behavior. All samples work fine on ivi-shell.
- Animation behavior when layout change happens.
- Application invoking and
Hi,
Seems Pekka and I did an entirely unintentional tag-team, as this kind
of high-level goal summary was exactly what I had in mind ...
On 6 May 2015 at 12:57, Pekka Paalanen wrote:
> On Tue, 05 May 2015 15:54:34 -0700
> "Jon A. Cruz" wrote:
>> On 05/05/2015 09:40 AM, Jon A. Cruz wrote:
>> > I'
Hi Mario,
On 4 May 2015 at 06:47, Mario Kleiner wrote:
> A resend of my series of patches, now with reviewed-by of Derek Foreman
> for some of the patches, and the other patches updated to take Derek's
> and Pekka's feedback and suggestions into account. Numbering of patches
> is a bit scrambled
Hi Bryce,
On 7 May 2015 at 01:44, Bryce Harrington wrote:
> This series adds support for implementing test cases that can check
> rendering output without needing connection to a physical output. It
> utilizes the pixman renderer in the headless backend to generate
> screenshots at the request o
Hi,
On 7 May 2015 at 01:44, Bryce Harrington wrote:
> +enum weston_test_screenshot_outcome {
> + WESTON_TEST_SCREENSHOT_SUCCESS,
> + WESTON_TEST_SCREENSHOT_NO_MEMORY,
> + WESTON_TEST_SCREENSHOT_BAD_BUFFER
> + };
This should be declared as an enum in the protocol definitio
Hi,
On 7 May 2015 at 01:44, Bryce Harrington wrote:
> This adds a capture_screenshot request which returns an image of the
> screen in the client-supplied wl_buffer for the given display output.
>
> A 'done' event is used to indicate when screenshotting has finished and
> the wl_buffer is ready t
Hi Bryce,
A couple of nitpicks follow ...
On 7 May 2015 at 01:44, Bryce Harrington wrote:
> @@ -39,7 +39,7 @@ tests/weston-ivi.ini : $(srcdir)/ivi-shell/weston.ini.in
>
> all-local : weston.ini ivi-shell/weston.ini
>
> -AM_CFLAGS = $(GCC_CFLAGS)
> +AM_CFLAGS = $(GCC_CFLAGS) $(CAIRO_CFLAGS)
>
>
2015-05-09 3:15 GMT+03:00 Bryce Harrington :
> On Thu, Dec 04, 2014 at 11:01:23PM +0200, Giulio Camuffo wrote:
>> the --enable/disable-weston-binaries emable or disable the creation
>> of the 'weston', 'weston-launch' and all the binaries that are
>> installed in $prefix/lib/libexec. This allows, t