D10234: LibInput: Queue native libinput events instead of LibInput::Event

2018-03-23 Thread Fabian Vogt
fvogt abandoned this revision. fvogt added a comment. In D10234#232304 , @mart wrote: > for @fvogt: as an alternative approach has been pushed, can this be closed? Yup. REPOSITORY R108 KWin REVISION DETAIL

D10234: LibInput: Queue native libinput events instead of LibInput::Event

2018-03-23 Thread Marco Martin
mart added a comment. for @fvogt: as an alternative approach has been pushed, can this be closed? REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D10234 To: fvogt, #plasma, graesslin Cc: mart, kwin, plasma-devel, #kwin, iodelay, zzag, bwowk, ZrenBot, lesliezhai,

D10234: LibInput: Queue native libinput events instead of LibInput::Event

2018-02-01 Thread Martin Flöser
graesslin added a comment. Restricted Application edited projects, added KWin; removed Plasma. alternative approach in https://phabricator.kde.org/D10236 REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D10234 To: fvogt, #plasma, graesslin Cc: kwin, plasma-devel, #kwin,

D10234: LibInput: Queue native libinput events instead of LibInput::Event

2018-02-01 Thread Martin Flöser
graesslin added a comment. Restricted Application edited projects, added Plasma; removed KWin. In https://phabricator.kde.org/D10234#199165, @fvogt wrote: > In https://phabricator.kde.org/D10234#199148, @graesslin wrote: > > > I had another idea: when the Event gets processed and the

D10234: LibInput: Queue native libinput events instead of LibInput::Event

2018-02-01 Thread Fabian Vogt
fvogt added a comment. Restricted Application edited projects, added KWin; removed Plasma. In https://phabricator.kde.org/D10234#199148, @graesslin wrote: > I had another idea: when the Event gets processed and the m_device is null, we just update it again from the event. > >

D10234: LibInput: Queue native libinput events instead of LibInput::Event

2018-02-01 Thread Martin Flöser
graesslin added a comment. Restricted Application edited projects, added Plasma; removed KWin. I had another idea: when the Event gets processed and the m_device is null, we just update it again from the event. Something like if (!event->device()) { event->updateDevice();

D10234: LibInput: Queue native libinput events instead of LibInput::Event

2018-02-01 Thread Fabian Vogt
fvogt edited the summary of this revision. Restricted Application edited projects, added KWin; removed Plasma. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D10234 To: fvogt, #plasma, graesslin Cc: kwin, plasma-devel, #kwin, iodelay, bwowk, ZrenBot, progwolff, lesliezhai,

D10234: LibInput: Queue native libinput events instead of LibInput::Event

2018-02-01 Thread Fabian Vogt
fvogt created this revision. fvogt added reviewers: Plasma, graesslin. Restricted Application added a project: KWin. Restricted Application added subscribers: KWin, kwin. fvogt requested review of this revision. Restricted Application edited projects, added Plasma; removed KWin. REVISION SUMMARY