Changes between Version 7 and Version 8 of QtBackLog


Ignore:
Timestamp:
Oct 17, 2009 6:15:46 PM (14 years ago)
Author:
zecke@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtBackLog

    v7 v8  
    2222 * Cut down on usage of QImage::scanLine inside Qt.
    2323
     24 * Make QGifHandler::imageCount scan through the images.
     25
    2426=== QtWebKit problems ===
    2527 * Loading of http://en.wikipedia.org/wiki/Maxwell_equations is triggering bad "scheduling". The loading_standalone test has been extracted but is not able to highlight the problem. This is a Qt and QtWebKit issue, it must be understood first.
     
    3436
    3537 * Loading bug/API bug on loading amazon in QtEmbedded Linux. [https://bugs.webkit.org/show_bug.cgi?id=30301 #30301]
     38
     39 * Go through the Palm changes and consider adopting them. Currently candidates are: Use stack/class memory in CSSParser, use IDCT_Fast for Jpeg decoding, changes to Cached* to throw away encoded data more early.