lp:~jmcvaughn/ubuntu/+source/qtbase-opensource-src

Owned by James Vaughn
Get this repository:
git clone https://git.launchpad.net/~jmcvaughn/ubuntu/+source/qtbase-opensource-src
Only James Vaughn can upload to this repository. If you are James Vaughn please log in for upload directions.

Branches

Name Last Modified Last Commit
xcb-timer-patch 2021-05-10 11:36:46 UTC
XCB: Fix clipboard breaking when timer wraps after 50 days

Author: James Vaughn
Author Date: 2021-05-10 11:36:46 UTC

XCB: Fix clipboard breaking when timer wraps after 50 days

All information below is from upstream commit
https://github.com/qt/qtbase/commit/036fe49580d7470eeaa4c168845bdf2483946f22

xcb_timestamp_t is a 32-bit unsigned value in miliseconds, so it
wraps after 49.7 days. When it happens, QXcbConnection::m_time stops
updating and copy & paste in an application would not work until the
application is restarted. This patch detects the timer wrap and
allows m_time to wrap too. The fix was verified in KDE desktop with
applications running for 51 days.

Fixes: QTBUG-65145
Change-Id: I328c4179c1b1f71914adda6f9a0ca3991a7e808e
Reviewed-by: Uli Schlachter <psychon@znc.in>
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>

11 of 1 result
This repository contains Public information 
Everyone can see this information.

Subscribers