Kendall Bennett

Results 93 comments of Kendall Bennett

A project I have not looked at recently is to upgrade to the latest Qt libraries. They have brought back the missing bits that prevents it from working with anything...

I like this change, but please move QString dataPath = QApplication::applicationDirPath() back to it's original location below it's comment (much better to define stuff where it is needed, with related...

This code tree no longer merges clean, due to other changes in master. Can you resolve the conflicts so I can bring it in? Also last time we tried Qt5...

I still have conflicts and can't merge this in clean. Can you resolve them in this PR?

Hmm, that is unfortunate. I think I pulled those in from others that did the builds. I actually no longer have those dev tools installed as we use the version...

Not sure why it takes so long for you, as it does not take that long for us. Maybe depends on the speed of the computer it is running on?...

Not sure it's necessary for a separate application, just add a -d parameter or something to have it sit there and listen for requests. I think it would be useful...

Not sure if the WebKit print function has a return value to indicate failure but the code currently does not return a failure if it somehow failed to print. It...

Yes, starting here you can see the error handling. Would not be hard to update it to add more error handling if you needed more fine grained details. I just...

Unfortunately this program is not a console program, as it needs access to Windows UI components in order to print.