cip / WikiOnBoard

Offline reader for zim files, in particular the wikipedia, for mobile devices. It is based on QT and zimlib. It is cross-platform and supports Symbian, Maemo, Linux and Windows based devices.
http://cip.github.com/WikiOnBoard/
15 stars 2 forks source link

Scrolling jerky under some conditions #57

Closed cip closed 12 years ago

cip commented 13 years ago

Scrolling is jerky in article section with images (which are not displayed)

cip commented 13 years ago

Fixed in 1.0.14 If image display option is disabled, 1x1 pixel image returned in loadResource. Scrolling is then much faster. (Probably because if no image is returned QTextDocument tries to find image in other locations)