Changes between Version 7 and Version 8 of QtBackLog
- Timestamp:
- Oct 17, 2009, 6:15:46 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtBackLog
v7 v8 22 22 * Cut down on usage of QImage::scanLine inside Qt. 23 23 24 * Make QGifHandler::imageCount scan through the images. 25 24 26 === QtWebKit problems === 25 27 * 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. … … 34 36 35 37 * 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.