Magellan Linux

Contents of /trunk/qt4/patches/qt-4.8.7-l-qclipboard_delay.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2913 - (show annotations) (download)
Thu Apr 27 14:33:08 2017 UTC (7 years ago) by niro
File size: 5611 byte(s)
-fix libreoffice issues
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
4 <head>
5 <title>svntogit/packages.git - Git clone of the 'packages' repository
6 </title>
7 <meta name='generator' content='cgit v0.12'/>
8 <meta name='robots' content='index, nofollow'/>
9 <link rel='stylesheet' type='text/css' href='/cgit.css'/>
10 <link rel='shortcut icon' href='/favicon.ico'/>
11 <link rel='alternate' title='Atom feed' href='https://git.archlinux.org/svntogit/packages.git/atom/trunk/l-qclipboard_delay.patch?h=packages/qt4' type='application/atom+xml'/>
12 <link rel='vcs-git' href='https://git.archlinux.org/svntogit/packages.git' title='svntogit/packages.git Git repository'/>
13 <link rel='vcs-git' href='git://git.archlinux.org/svntogit/packages.git' title='svntogit/packages.git Git repository'/>
14 <link rel='vcs-git' href='ssh://git.archlinux.org/srv/git/svntogit/packages.git' title='svntogit/packages.git Git repository'/>
15 </head>
16 <body>
17 <div id="archnavbar"><!-- Arch Linux global navigation bar -->
18 <div id="archnavbarlogo">
19 <p><a href="http://www.archlinux.org/" title="Arch news, packages, projects and more"></a></p>
20 </div>
21 <div id="archnavbarmenu">
22 <ul id="archnavbarlist">
23 <li id="anb-home"><a href="http://www.archlinux.org/" title="Arch news, packages, projects and more">Home</a></li>
24 <li id="anb-packages"><a href="http://www.archlinux.org/packages/" title="Arch Package Database">Packages</a></li>
25 <li id="anb-forums"><a href="https://bbs.archlinux.org/" title="Community forums">Forums</a></li>
26 <li id="anb-wiki"><a href="https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li>
27 <li id="anb-bugs"><a href="https://bugs.archlinux.org/" title="Report and follow bugs">Bugs</a></li>
28 <li id="anb-aur"><a href="https://aur.archlinux.org/" title="Arch Linux User Repository">AUR</a></li>
29 <li id="anb-download"><a href="http://www.archlinux.org/download/" title="Get Arch Linux">Download</a></li>
30 </ul>
31 </div>
32 </div><!-- #archnavbar -->
33 <div id='cgit'><table id='header'>
34 <tr>
35 <td class='main'><a href='/'>index</a> : <a title='svntogit/packages.git' href='/svntogit/packages.git/'>svntogit/packages.git</a></td></tr>
36 <tr><td class='sub'>Git clone of the 'packages' repository
37 </td><td class='sub right'></td></tr></table>
38 <table class='tabs'><tr><td>
39 <a href='/svntogit/packages.git/?h=packages/qt4'>summary</a><a href='/svntogit/packages.git/refs/?h=packages/qt4'>refs</a><a href='/svntogit/packages.git/log/trunk/l-qclipboard_delay.patch?h=packages/qt4'>log</a><a class='active' href='/svntogit/packages.git/tree/trunk/l-qclipboard_delay.patch?h=packages/qt4'>tree</a><a href='/svntogit/packages.git/commit/trunk/l-qclipboard_delay.patch?h=packages/qt4'>commit</a><a href='/svntogit/packages.git/diff/trunk/l-qclipboard_delay.patch?h=packages/qt4'>diff</a><a href='/svntogit/packages.git/stats/trunk/l-qclipboard_delay.patch?h=packages/qt4'>stats</a></td><td class='form'><form class='right' method='get' action='/svntogit/packages.git/log/trunk/l-qclipboard_delay.patch'>
40 <input type='hidden' name='h' value='packages/qt4'/><select name='qt'>
41 <option value='grep'>log msg</option>
42 <option value='author'>author</option>
43 <option value='committer'>committer</option>
44 <option value='range'>range</option>
45 </select>
46 <input class='txt' type='text' size='10' name='q' value=''/>
47 <input type='submit' value='search'/>
48 </form>
49 </td></tr></table>
50 <div class='path'>path: <a href='/svntogit/packages.git/tree/?h=packages/qt4'>root</a>/<a href='/svntogit/packages.git/tree/trunk?h=packages/qt4'>trunk</a>/<a href='/svntogit/packages.git/tree/trunk/l-qclipboard_delay.patch?h=packages/qt4'>l-qclipboard_delay.patch</a></div><div class='content'>blob: 22643e8d5a014bbbab553b3d0ccfd472f03015c8 (<a href='/svntogit/packages.git/plain/trunk/l-qclipboard_delay.patch?h=packages/qt4'>plain</a>)
51 <table summary='blob content' class='blob'>
52 <tr><td class='linenumbers'><pre><a id='n1' href='#n1'>1</a>
53 <a id='n2' href='#n2'>2</a>
54 <a id='n3' href='#n3'>3</a>
55 <a id='n4' href='#n4'>4</a>
56 <a id='n5' href='#n5'>5</a>
57 <a id='n6' href='#n6'>6</a>
58 <a id='n7' href='#n7'>7</a>
59 <a id='n8' href='#n8'>8</a>
60 <a id='n9' href='#n9'>9</a>
61 <a id='n10' href='#n10'>10</a>
62 <a id='n11' href='#n11'>11</a>
63 <a id='n12' href='#n12'>12</a>
64 </pre></td>
65 <td class='lines'><pre><code><span class="hl kwb">--- src/gui/kernel/qclipboard_x11.cpp.sav 2014-04-25 09:52:03.855693228 +0200</span>
66 <span class="hl kwa">+++ src/gui/kernel/qclipboard_x11.cpp 2014-04-25 09:51:58.038693777 +0200</span>
67 &#64;&#64; -548,7 +548,8 &#64;&#64; bool QX11Data::clipboardWaitForEvent(Win
68 return false;
69
70 XSync(X11-&gt;display, false);
71 <span class="hl kwb">- usleep(50000);</span>
72 <span class="hl kwa">+ if (!XPending(X11-&gt;display))</span>
73 <span class="hl kwa">+ usleep(5000);</span>
74
75 now.start();
76
77 </code></pre></td></tr></table>
78 </div> <!-- class=content -->
79 <div class="foot" style="padding-left:1em;padding-right:1em;">
80 <p>Copyright &copy; 2002-2016 <a href="mailto:jvinet@zeroflux.org"
81 title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org"
82 title="contact Aaron Griffin">Aaron Griffin</a>. The Arch Linux name and logo
83 are recognized trademarks. Some rights reserved. The registered trademark
84 Linux&reg; is used pursuant to a sublicense from LMI, the exclusive licensee
85 of Linus Torvalds, owner of the mark on a world-wide basis.</p>
86 </div>
87 </div> <!-- id=cgit -->
88 </body>
89 </html>