[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kwrite-devel
Subject:    Re: Review Request 130168: Fix CPU usage spiking after showing vi command bar
From:       Simon St James <kdedevel () etotheipiplusone ! com>
Date:       2017-07-01 11:58:53
Message-ID: 20170701115853.2970.68674 () mimi ! kde ! org
[Download RAW message or body]

--===============7068647517359065753==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit



> On July 1, 2017, 11:58 a.m., Simon St James wrote:
> > Ship It!

Whoops - not sure what happened there! If the tests pass, then please go ahead and \
commit.  Thanks for investigating!


-  Simon


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/130168/#review103388
-----------------------------------------------------------


On July 1, 2017, 11:50 a.m., Martin Tobias Holmedahl Sandsmark wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/130168/
> -----------------------------------------------------------
> 
> (Updated July 1, 2017, 11:50 a.m.)
> 
> 
> Review request for Kate and Simon St James.
> 
> 
> Bugs: 376504
> https://bugs.kde.org/show_bug.cgi?id=376504
> 
> 
> Repository: ktexteditor
> 
> 
> Description
> -------
> 
> With Qt 5.9 (at least), QCoreApplication::hasPendingEvents() (which is already \
> marked as obsolete) seems to unconditionally return true, at least here. The \
> looping didn't make sense at all anyways. 
> 
> Diffs
> -----
> 
> src/vimode/emulatedcommandbar/emulatedcommandbar.cpp 063a7eee 
> 
> Diff: https://git.reviewboard.kde.org/r/130168/diff/
> 
> 
> Testing
> -------
> 
> Everything works just fine, and the CPU usage doesn't spike.
> 
> 
> Thanks,
> 
> Martin Tobias Holmedahl Sandsmark
> 
> 


--===============7068647517359065753==
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit




<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 \
solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">  \
<tr>  <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/130168/">https://git.reviewboard.kde.org/r/130168/</a>
  </td>
    </tr>
   </table>
   <br />





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: \
10px;">  <p style="margin-top: 0;">On July 1st, 2017, 11:58 a.m. UTC, <b>Simon St \
James</b> wrote:</p>  <blockquote style="margin-left: 1em; border-left: 2px solid \
#d0d0d0; padding-left: 10px;">  <pre style="white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">Ship It!</pre>  </blockquote>







</blockquote>

<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: \
0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: \
inherit;">Whoops - not sure what happened there! If the tests pass, then please go \
ahead and commit.  Thanks for investigating!</p></pre> <br />










<p>-  Simon</p>


<br />
<p>On July 1st, 2017, 11:50 a.m. UTC, Martin Tobias Holmedahl Sandsmark wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: \
1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; \
-webkit-border-radius: 6px;">  <tr>
  <td>

<div>Review request for Kate and Simon St James.</div>
<div>By Martin Tobias Holmedahl Sandsmark.</div>


<p style="color: grey;"><i>Updated July 1, 2017, 11:50 a.m.</i></p>







<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Bugs: </b>


 <a href="https://bugs.kde.org/show_bug.cgi?id=376504">376504</a>


</div>



<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
ktexteditor
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" \
style="border: 1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">With Qt 5.9 (at least), \
QCoreApplication::hasPendingEvents() (which is already marked as obsolete) seems to \
unconditionally return true, at least here. The looping didn't make sense at all \
anyways.</p></pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: \
1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">Everything works just fine, and the CPU usage doesn't \
spike.</p></pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>src/vimode/emulatedcommandbar/emulatedcommandbar.cpp <span style="color: \
grey">(063a7eee)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/130168/diff/" style="margin-left: \
3em;">View Diff</a></p>






  </td>
 </tr>
</table>







  </div>
 </body>
</html>


--===============7068647517359065753==--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic