tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

html preview and images #107

Closed bibimbop closed 11 years ago

bibimbop commented 11 years ago

In the html preview, if I change an image on disk (resize it for instance), "refresh" will not update it (ie. it is the same as before).

tallforasmurf commented 11 years ago

Hmmm I'd known of that but forgotten it. No doubt it would have returned to mind when I reach the html phase of my current book :-)

Will investigate, there must be some way to tell QWebPage to clear its cache.

Also need to change the handling of ctl-b "back" action -- when there is no back link available it should do a refresh. The document is the "back" page target of the first out-link.

tallforasmurf commented 11 years ago

Back button was already that way, but added a refresh+clear button to the panel. Commit 08322cb