<div dir="ltr">Yeah Peter, I know how to apply a patch and no, I don't have any of them in my inbox, that's why I've asked what was wrong in my process ... right now I'm on Gmail in chrome and wayland-devel channel and zero attachment whatsoever.<div>
<br></div><div>Best Regards</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 24, 2014 at 11:33 PM, Peter Hutterer <span dir="ltr"><<a href="mailto:peter.hutterer@who-t.net" target="_blank">peter.hutterer@who-t.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Tue, Jun 24, 2014 at 11:25:51PM -0700, Andrea Giammarchi wrote:<br>
> 1. Thanks! :-)<br>
><br>
> 2. how is this "git patches via email" is working for you, folks? It<br>
> happens to be in a terminal from time to time and curl -O part of a thread,<br>
> clean up patch part, and apply it ain't usually the fastest way to try one<br>
> ... how many things am I missing in this process? how do you apply patches<br>
> suggested via ML or cherry pick them?<br>
<br>
</div>given that you originally replied to an email on wayland-devel, you should<br>
have the patch in your inbox anyway. Just pass it to git-am and you're good<br>
to go, provided it applies on top of your current branch (applies cleanly on<br>
671a1442a78).<br>
<br>
This is a fairly generic git question btw, there's probably about 5000<br>
tutorials on google for how to do it with every email client ever written :)<br>
<br>
Cheers,<br>
   Peter<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> Thanks and apologies if the question is way too n00b<br>
><br>
> Best Regards<br>
><br>
><br>
> On Tue, Jun 24, 2014 at 11:16 PM, Peter Hutterer <<a href="mailto:peter.hutterer@who-t.net">peter.hutterer@who-t.net</a>><br>
> wrote:<br>
><br>
> > On Tue, Jun 24, 2014 at 11:11:41PM -0700, Andrea Giammarchi wrote:<br>
> > > 1. congratulations!<br>
> > ><br>
> > > 2. I cannot build weston anymore, it complained about the RPI backend<br>
> > > compositor first, and now it's complaining about the udev_input_destroy,<br>
> > > libinput-seat, and a bounce of other stuff<br>
> ><br>
> > Patch for weston is here:<br>
> > <a href="http://lists.freedesktop.org/archives/wayland-devel/2014-June/015590.html" target="_blank">http://lists.freedesktop.org/archives/wayland-devel/2014-June/015590.html</a><br>
> ><br>
> > Cheers,<br>
> >    Peter<br>
> ><br>
> > > I'm on an Intel laptop that built weston on "pure wayland" 'till<br>
> > yesterday,<br>
> > > any idea what could cause this?<br>
> > ><br>
> > > Thanks<br>
> > ><br>
> > > On Tue, Jun 24, 2014 at 9:06 PM, Peter Hutterer <<br>
> > <a href="mailto:peter.hutterer@who-t.net">peter.hutterer@who-t.net</a>><br>
> > > wrote:<br>
> > ><br>
> > > > A new release of libinput, 0.4, is available.<br>
> > > ><br>
> > > > There are a number of API breaks in this version, every user of<br>
> > libinput<br>
> > > > will need some changes, sorry.<br>
> > > ><br>
> > > > * The logging system now works per-context instead of per library and<br>
> > > >   dropped the userdata argument.<br>
> > > > * libinput_destroy() was changed to libinput_unref(), plus you now have<br>
> > > >   libinput_ref() too<br>
> > > > * A couple of renames of constants for API consistency:<br>
> > > >   LIBINPUT_KEYBOARD_KEY_STATE -> LIBINPUT_KEY_STATE<br>
> > > >   LIBINPUT_POINTER_VERTICAL_SCROLL -> LIBINPUT_POINTER_SCROLL_VERTICAL<br>
> > > >   LIBINPUT_POINTER_HORIZONTAL_SCROLL -><br>
> > LIBINPUT_POINTER_SCROLL_HORIZONTAL<br>
> > > > * Triggered by the logging changes, creation of udev seats is now<br>
> > > > different.<br>
> > > >   Instead of libinput_udev_create_for_seat() use:<br>
> > > >       libinput = libinput_udev_context_create(...)<br>
> > > >       libinput_udev_assign_seat(libinput, "seat name");<br>
> > > ><br>
> > > > Other changes include:<br>
> > > > * A couple of bugfixes, mainly in the touchpad code<br>
> > > > * Absolute event coordinates are now provided in mm, not<br>
> > device-specific<br>
> > > > coordinates. This doesn't change anything for callers using the<br>
> > respective<br>
> > > > _get_transformed() function.<br>
> > > > * ref/unref() is now available for the libinput context itself.<br>
> > > ><br>
> > > > The full commit shortlog is below:<br>
> > > ><br>
> > > > Hans de Goede (11):<br>
> > > >       Add a timer subsystem<br>
> > > >       evdev-mt-touchpad-buttons: Switch over to new timer subsystem<br>
> > > >       evdev-mt-touchpad-tap: Switch over to new timer subsystem<br>
> > > >       timer.h: Add #include libinput-util.h<br>
> > > >       Add a log_msg_va function<br>
> > > >       touchpad: tp_current_touch: Fix off by one error<br>
> > > >       test: Add touchpad 2 finger scroll test<br>
> > > >       touchpad: Avoid spurious motion event for scroll movement below<br>
> > > > threshold<br>
> > > >       tp_post_twofinger_scroll: Move setting of t->is_pointer = false<br>
> > up a<br>
> > > > bit<br>
> > > >       test: Prefix litest created device names with litest<br>
> > > >       timer: Complain if a timer is set more than 5 seconds from now<br>
> > > ><br>
> > > > Jonas Ådahl (5):<br>
> > > >       doc: Fix spelling<br>
> > > >       event-gui: Don't drop fraction of pointer motion events<br>
> > > >       Make ref count unref/ref() functions return resulting object<br>
> > pointer<br>
> > > >       Make context reference counted<br>
> > > >       test: Add context reference counting test<br>
> > > ><br>
> > > > Peter Hutterer (41):<br>
> > > >       tools: add a script to push the doxygen output to<br>
> > <a href="http://freedesktop.org" target="_blank">freedesktop.org</a><br>
> > > >       Drop empty FFI_CFLAGS<br>
> > > >       test: fix compiler warning for is_debugger_attached<br>
> > > >       test: fix compiler warnings for missing prototypes<br>
> > > >       test: fix compiler warnings for missing field initializers<br>
> > > >       test: silence compiler warning for C++ build test<br>
> > > >       test: drop TEST_CFLAGS<br>
> > > >       test: add --verbose flag to litests<br>
> > > >       Mark the log function as attribute printf<br>
> > > >       test: drop unused includes for libinput-util.h<br>
> > > >       test: use check's strcmp API instead of strcmp<br>
> > > >       touchpad: log the invalid event as bug, not just as info<br>
> > > >       touchpad: Prefix tap-debugging message<br>
> > > >       touchpad: always call into the the tap state machine<br>
> > > >       test: add litest_assert_empty_queue helper function<br>
> > > >       test: add a bunch of test for click behavior on touchpads<br>
> > > >       test: add clickpad software button tests<br>
> > > >       test: Add description for the T440 synaptics touchpad<br>
> > > >       test: add a couple of top software button test<br>
> > > >       Add two doxygen cross-references for the logging functions<br>
> > > >       doc: ignore LIBINPUT_ATTRIBUTE_PRINTF in doxygen<br>
> > > >       path: log two errors as application bugs<br>
> > > >       test: fix a path test<br>
> > > >       Document the top software button behavior<br>
> > > >       tools: fix the publish-doc script<br>
> > > >       evdev: keep the absinfo struct around instead of min/max<br>
> > > >       evdev: force a resolution of 1 where no resolution is set<br>
> > > >       Change absolute and touch events to use mm as default unit<br>
> > > >       Add a function to get the size of a device<br>
> > > >       Name-space the scroll event types<br>
> > > >       tools: add a tool for GUI-based debugging<br>
> > > >       Rename KEYBOARD_KEY_STATE to KEY_STATE<br>
> > > >       test: move the interface declaration up<br>
> > > >       udev: split libinput_udev context init into two functions<br>
> > > >       Change the logging system to be per-context<br>
> > > >       Add msleep() helper function<br>
> > > >       test: add one more test for two-finger tapping<br>
> > > >       Drop the deprecated LIBINPUT_POINTER_*_SCROLL enums<br>
> > > >       Fix a few comments referring to udev_create_for_seat()<br>
> > > >       Drop the deprecated libinput_udev_create_for_seat()<br>
> > > >       <a href="http://configure.ac" target="_blank">configure.ac</a>: libinput 0.4<br>
> > > ><br>
> > > > Stephen Chandler Paul (1):<br>
> > > >       touchpad: Fix typo in documentation<br>
> > > ><br>
> > > > git tag: 0.4.0<br>
> > > ><br>
> > > > <a href="http://wayland.freedesktop.org/releases/libinput-0.4.0.tar.xz" target="_blank">http://wayland.freedesktop.org/releases/libinput-0.4.0.tar.xz</a><br>
> > > > MD5:  60969c60e11792fab4ecaa7222f43697  libinput-0.4.0.tar.xz<br>
> > > > SHA1: f7638a1e7f1306976211c6b11fce19e68ad2ac8e  libinput-0.4.0.tar.xz<br>
> > > > SHA256:<br>
> > 4a6f2990f65384df012d45e5f58732fae06abb53318bf23e99c818c36184a7d1<br>
> > > >  libinput-0.4.0.tar.xz<br>
> > > > PGP:<br>
> > <a href="http://wayland.freedesktop.org/releases/libinput-0.4.0.tar.xz.sig" target="_blank">http://wayland.freedesktop.org/releases/libinput-0.4.0.tar.xz.sig</a><br>
> > > ><br>
> > > ><br>
> > > > _______________________________________________<br>
> > > > wayland-devel mailing list<br>
> > > > <a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
> > > > <a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
> > > ><br>
> > > ><br>
> ><br>
</div></div></blockquote></div><br></div>