Changes between Version 6 and Version 7 of QtBackLog


Ignore:
Timestamp:
Oct 14, 2009 8:30:09 AM (15 years ago)
Author:
zecke@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtBackLog

    v6 v7  
    1414 * Cut down on the usage of QUrl::toEncoded as it shows up in the profile of starting jobs.
    1515
    16  * QBENCHMARK results are hard to analyze and compare. We need a single and simple way to say if something is faster or slower.
     16 * QBENCHMARK results are hard to analyze and compare. We need a single and simple way to say if something is faster or slower. Be a bit like sunpsider, do the same math as well, mention slowest and fastest run.
     17
     18 * Make picking a QImageIOHandler in QImageReader faster
     19
     20 * Bring zero-copy to QIODevice... big one. That is good for networking and image decoding.
     21
     22 * Cut down on usage of QImage::scanLine inside Qt.
    1723
    1824=== QtWebKit problems ===