[Differential] [Commented On] D3110: Periodically update progress bar

wcpan (Wei-Cheng Pan) noreply at phabricator.kde.org
Fri Nov 25 10:54:50 UTC 2016


wcpan added a comment.


  Maybe we need to move this check
  
    //We don't hide the progress-bar in updateProgressBar, so it doesn't permanently flash when a document is reparsed again and again.
    if(m_doneParseJobs == m_maxParseJobs
        || (m_neededPriority == BackgroundParser::BestPriority && m_weaver.queueLength() == 0))
    {
        emit m_parser->hideProgress(m_parser);
    }
  
  to updateProgressBar().

REPOSITORY
  rKDEVPLATFORM KDevPlatform

REVISION DETAIL
  https://phabricator.kde.org/D3110

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: wcpan, #kdevelop, kfunk
Cc: antonanikin, brauch, kfunk, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20161125/563861e7/attachment.html>


More information about the KDevelop-devel mailing list