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

Open zimfile not working #26

Closed cip closed 13 years ago

cip commented 13 years ago

On N8 Qt 4.7.2 Open zim file does not work (latest version wikionboard). Only directories visible, no files displayed.

cip commented 13 years ago

Issue observed with versions 0.0.20 and 0.0.10

cip commented 13 years ago

Fixed in Commit https://github.com/cip/WikiOnBoard/commit/4b28d7d339ea27068cec85f864a8245f97e6ec11 Filtered now for .zim and .zima instead of .zim. The later appearantly not working with native Symbian3 open file dialog. Probably problem only occurs with Qt >= 4.7 on Symbian 3 devices, as other configurations should not use native dialog, but this has not been checked.

cip commented 13 years ago

Note: on e7 (qt 4.6.4) as assumed native open file dialog not used

cip commented 13 years ago

Fix in version 0.0.34: All files displayed on S^3 openfile dialog. (no filtering done). For fix removed option to switch between filter for .zim+.zima and display all file .. (Affects <S^3 and S^3 with QT < 4.7, but anyway not really useful to display all files)