View Single Post
Old 07-20-2014, 07:53 PM   #3136
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,011
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by davidfor View Post
There are two related problems with this build.

Firstly, it looks like I uploaded the wrong version last night. It didn't have the fixes for the config dialog and Qt4/5 that I meant to put in. The places that you removed the ".toString()" from need to be converted by "convert_qvariant". Without this, it works OK in the Qt5 version, but you lose the settings from the drop-down lists in the Qt4 version.

I also saw the following error:

Code:
calibre, version 1.202.0
ERROR: Cannot generate cover: No cover settings exist named: "None"
This looks to be caused by the above problem. The Qt4 version wrote "None" as the setting for all the drop-downs. Then using the same library with the Qt5 version read "None" and displayed the error. It should only affect someone who swaps between the calibre builds with exactly the wrong plugin versions.
I should know better than to try posting quick updates from hotel rooms.

I believe this version corrects the issue.

Unfortunately, I also made the same mistake in my other plugins. I don't think I made it in kiwidude's plugins I ported because that's a piece of code I made myself.

Last edited by JimmXinu; 07-22-2014 at 10:13 PM. Reason: Remove obsolete beta versions
JimmXinu is offline