Re: Review Request 118167: Flush xcb connection after preparing KSelectionOwner::claim

2014-05-21 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118167/ --- (Updated May 21, 2014, 8:19 a.m.) Status -- This change has been

Re: Review Request 118167: Flush xcb connection after preparing KSelectionOwner::claim

2014-05-19 Thread Martin Gräßlin
On May 16, 2014, 3:38 p.m., Thomas Lübking wrote: a) main.cpp, void Application::start() -Xcb::sync(); owner-claim(m_replace, true); +Xcb::sync(); Sufficient? (though it warns about a QPA crash later) b) Qt bug (should flush once per eventcycle) or feature (keeps

Re: Review Request 118167: Flush xcb connection after preparing KSelectionOwner::claim

2014-05-19 Thread Martin Gräßlin
On May 16, 2014, 3:38 p.m., Thomas Lübking wrote: a) main.cpp, void Application::start() -Xcb::sync(); owner-claim(m_replace, true); +Xcb::sync(); Sufficient? (though it warns about a QPA crash later) b) Qt bug (should flush once per eventcycle) or feature (keeps

Re: Review Request 118167: Flush xcb connection after preparing KSelectionOwner::claim

2014-05-17 Thread Martin Gräßlin
On May 16, 2014, 3:38 p.m., Thomas Lübking wrote: a) main.cpp, void Application::start() -Xcb::sync(); owner-claim(m_replace, true); +Xcb::sync(); Sufficient? (though it warns about a QPA crash later) b) Qt bug (should flush once per eventcycle) or feature (keeps

Review Request 118167: Flush xcb connection after preparing KSelectionOwner::claim

2014-05-16 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118167/ --- Review request for KDE Frameworks and kwin. Bugs: 334858

Re: Review Request 118167: Flush xcb connection after preparing KSelectionOwner::claim

2014-05-16 Thread Thomas Lübking
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118167/#review58061 --- a) main.cpp, void Application::start() -Xcb::sync();

Re: Review Request 118167: Flush xcb connection after preparing KSelectionOwner::claim

2014-05-16 Thread Martin Gräßlin
On May 16, 2014, 3:38 p.m., Thomas Lübking wrote: a) main.cpp, void Application::start() -Xcb::sync(); owner-claim(m_replace, true); +Xcb::sync(); Sufficient? (though it warns about a QPA crash later) b) Qt bug (should flush once per eventcycle) or feature (keeps

Re: Review Request 118167: Flush xcb connection after preparing KSelectionOwner::claim

2014-05-16 Thread Thomas Lübking
On May 16, 2014, 1:38 p.m., Thomas Lübking wrote: a) main.cpp, void Application::start() -Xcb::sync(); owner-claim(m_replace, true); +Xcb::sync(); Sufficient? (though it warns about a QPA crash later) b) Qt bug (should flush once per eventcycle) or feature (keeps