M4rtinK / mieru

Mieru is a flexible manga and comix reader.
http://m4rtink.github.com/mieru/
GNU General Public License v3.0
31 stars 8 forks source link

file selector not seeing new filesystem changes #20

Closed M4rtinK closed 11 years ago

M4rtinK commented 12 years ago

Once the file selector is first opened, It doesn't see any new files and folders. Once Mieru is restarted and file selector opened again, it sees all changes.

M4rtinK commented 11 years ago

Seems to be caused by this bug: https://bugreports.qt-project.org/browse/QTBUG-17141

The fix in unlikely to be back-ported to Qt 4 and even if it is, some some devices such as the N9 are unlikely to upgrade the Qt version they are shipped with.

Possible solution -> rewriting FolderListModel in Python * would make Mieru independent on the availability of the standalone FolderListModule * could be also used to fix the other issue with FolderListModule - that it completely ignores hidden files and folders and this behavior can't be overridden without recompiling Qt

M4rtinK commented 11 years ago

Worked around in e21e2d30b8bd04d7a3d6b7a8c2d8be6f41b32d56 by reloading the FileSelector.